blockchain:LeadershipProof leaf node


URI

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

Label

Leadership Proof

Description

Cryptographic evidence demonstrating an entity's right to produce a block in consensus systems.

Usage

Instances of blockchain:LeadershipProof 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:LeadershipProof a owl:Class ;
    rdfs:label "Leadership Proof"@en ;
    rdfs:comment "Cryptographic evidence demonstrating an entity's right to produce a block in consensus systems."@en .