http://www.mobr.ai/ontologies/blockchain#ChainSelectionRule
The method used to determine the best chain when multiple valid chain options exist.
Instances of blockchain:ChainSelectionRule can have the following properties:
PROPERTY | TYPE | DESCRIPTION | RANGE |
---|
@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:ChainSelectionRule a owl:Class ;
rdfs:label "Chain Selection Rule"@en ;
rdfs:comment "The method used to determine the best chain when multiple valid chain options exist."@en .