ponto:BlockExplorer leaf node


URI

http://www.mobr.ai/ontologies/ponto#BlockExplorer

Label

Block Explorer

Description

An application that allows a user to explore the different blocks on a blockchain.

Superclasses (1)

Usage

Instances of ponto:BlockExplorer can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE

Implementation

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ponto: <http://www.mobr.ai/ontologies/ponto#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

ponto:BlockExplorer a owl:Class ;
    rdfs:label "Block Explorer" ;
    rdfs:comment "An application that allows a user to explore the different blocks on a blockchain." ;
    rdfs:subClassOf ponto:Component .