http://www.mobr.ai/ontologies/ponto#Grandpa
GRANDPA (GHOST-based Recursive Ancestor Deriving Prefix Agreement) is a proof-of-stake consensus mechanism used in the Polkadot ecosystem.
Instances of ponto:Grandpa can have the following properties:
PROPERTY | TYPE | DESCRIPTION | RANGE |
---|---|---|---|
From class ponto:ProofOfStake | |||
ponto:usesProofOfStake | owl:ObjectProperty | A Validator that participates in the ProofOfStake consensus mechanism. | ponto:Validator |
@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 .