http://www.mobr.ai/ontologies/ponto#Stake
A measure of the amount of tokens held by an account, used to determine the account's influence in the consensus and governance mechanisms.
Instances of ponto:Stake can have the following properties:
PROPERTY | TYPE | DESCRIPTION | RANGE |
---|
@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:Stake a owl:Class ;
rdfs:label "Stake" ;
rdfs:comment "A measure of the amount of tokens held by an account, used to determine the account's influence in the consensus and governance mechanisms." ;
rdfs:subClassOf ponto:Component .