http://www.mobr.ai/ontologies/ponto#validatesBlock
A Validator node that validates a block in the Polkadot network.
DOMAIN | PROPERTY | RANGE |
---|---|---|
ponto:Validator | ponto:validatesBlock | ponto:Transaction |
@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:validatesBlock a owl:ObjectProperty ;
rdfs:comment "A Validator node that validates a block in the Polkadot network." ;
rdfs:domain ponto:Validator ;
rdfs:range ponto:Transaction .