http://www.mobr.ai/ontologies/ponto#NodeExplorer
A tool that gives you information about a node, such as the latest blocks sealed, finalized, and the current chain state as known by that node.
Instances of ponto:NodeExplorer can have the following properties:
PROPERTY | TYPE | DESCRIPTION | RANGE |
---|
@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:NodeExplorer a owl:Class ;
rdfs:label "Node Explorer" ;
rdfs:comment "A tool that gives you information about a node, such as the latest blocks sealed, finalized, and the current chain state as known by that node." ;
rdfs:subClassOf ponto:Component .