http://www.mobr.ai/ontologies/blockchain#hasConsensusProtocol
Relates the network to its active consensus protocol implementation.
DOMAIN | PROPERTY | RANGE |
---|---|---|
blockchain:Blockchain | blockchain:hasConsensusProtocol | blockchain:ConsensusProtocol |
@prefix blockchain: <http://www.mobr.ai/ontologies/blockchain#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
blockchain:hasConsensusProtocol a owl:ObjectProperty ;
rdfs:label "has consensus protocol"@en ;
rdfs:comment "Relates the network to its active consensus protocol implementation."@en ;
rdfs:domain blockchain:Blockchain ;
rdfs:range blockchain:ConsensusProtocol .