blockchain:usesSelectionRule leaf node


URI

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

Label

uses selection rule

Description

Relates a consensus protocol to its chain selection rule.

Usage

DOMAINPROPERTYRANGE
blockchain:ConsensusProtocol blockchain:usesSelectionRule blockchain:ChainSelectionRule

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