ponto:NodeExplorer leaf node


URI

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

Label

Node Explorer

Description

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.

Superclasses (1)

Usage

Instances of ponto:NodeExplorer 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: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 .