http://www.mobr.ai/ontologies/blockchain#usesSelectionRule
Relates a consensus protocol to its chain selection rule.
DOMAIN | PROPERTY | RANGE |
---|---|---|
blockchain:ConsensusProtocol | blockchain:usesSelectionRule | blockchain:ChainSelectionRule |
@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:usesSelectionRule a owl:ObjectProperty ;
rdfs:label "uses selection rule"@en ;
rdfs:comment "Relates a consensus protocol to its chain selection rule."@en ;
rdfs:domain blockchain:ConsensusProtocol ;
rdfs:range blockchain:ChainSelectionRule .