blockchain:ConsensusState leaf node


URI

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

Label

Consensus State

Description

The current state of the consensus protocol, including relevant metrics and parameters.

Usage

Instances of blockchain:ConsensusState 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:ConsensusState a owl:Class ;
    rdfs:label "Consensus State"@en ;
    rdfs:comment "The current state of the consensus protocol, including relevant metrics and parameters."@en .