http://www.mobr.ai/ontologies/ponto#FullNode
A node that stores a full copy of the blockchain and participates in block validation.
Instances of ponto:FullNode can have the following properties:
PROPERTY | TYPE | DESCRIPTION | RANGE |
---|---|---|---|
From class ponto:Node | |||
ponto:hasVotingPower | owl:ObjectProperty | In the Polkadot multichain ecosystem, voting power is distributed among different entities based on their role and stake in the network. | xsd:boolean |
@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:FullNode a owl:Class ;
rdfs:label "Full Node" ;
rdfs:comment "A node that stores a full copy of the blockchain and participates in block validation." ;
rdfs:subClassOf ponto:Node .