ponto:ConsensusMechanism


URI

http://www.mobr.ai/ontologies/ponto#ConsensusMechanism

Label

Consensus Mechanism

Description

The mechanism by which nodes on a distributed ledger agree on a set of valid transactions and blocks.

Usage

Instances of ponto:ConsensusMechanism can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE

Implementation

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ponto: <http://www.mobr.ai/ontologies/ponto#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

ponto:ConsensusMechanism a owl:Class ;
    rdfs:label "Consensus Mechanism" ;
    rdfs:comment "The mechanism by which nodes on a distributed ledger agree on a set of valid transactions and blocks." ;
    rdfs:subClassOf ponto:FinalityGadget .