blockchain:ChainSelectionRule leaf node


URI

http://www.mobr.ai/ontologies/blockchain#ChainSelectionRule

Label

Chain Selection Rule

Description

The method used to determine the best chain when multiple valid chain options exist.

Usage

Instances of blockchain:ChainSelectionRule can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE

Implementation

@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 .