blockchain:hasConsensusProtocol leaf node


URI

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

Label

has consensus protocol

Description

Relates the network to its active consensus protocol implementation.

Usage

DOMAINPROPERTYRANGE
blockchain:Blockchain blockchain:hasConsensusProtocol blockchain:ConsensusProtocol

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