ponto:Grandpa leaf node


URI

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

Label

GRANDPA

Description

GRANDPA (GHOST-based Recursive Ancestor Deriving Prefix Agreement) is a proof-of-stake consensus mechanism used in the Polkadot ecosystem.

Usage

Instances of ponto:Grandpa can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class ponto:ProofOfStake
ponto:usesProofOfStake owl:ObjectProperty A Validator that participates in the ProofOfStake consensus mechanism. ponto:Validator

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:Grandpa a owl:Class ;
    rdfs:label "GRANDPA" ;
    rdfs:comment "GRANDPA (GHOST-based Recursive Ancestor Deriving Prefix Agreement) is a proof-of-stake consensus mechanism used in the Polkadot ecosystem." ;
    rdfs:subClassOf ponto:ProofOfStake .