http://www.mobr.ai/ontologies/ponto#StakeHolder
An account holder who holds a stake in a blockchain ecosystem and participates in the consensus and governance mechanisms.
Instances of ponto:StakeHolder can have the following properties:
PROPERTY | TYPE | DESCRIPTION | RANGE |
---|---|---|---|
From class ponto:StakeHolder | |||
ponto:belongsToPool | owl:ObjectProperty | Relates a stake holder to the stake pool they belong to. | ponto:StakePool |
ponto:hasNominator | owl:ObjectProperty | ponto:Nominator | |
ponto:hasStake | owl:ObjectProperty | A StakeHolder that holds a certain amount of stake in the Polkadot network. | ponto:Stake |
ponto:initiateProposal | owl:ObjectProperty | ponto:Proposal | |
From class ponto:AccountHolder | |||
ponto:hasVotingPower | owl:ObjectProperty | In the Polkadot multichain ecosystem, voting power is distributed among different entities based on their role and stake in the network. | xsd:boolean |
@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:StakeHolder a owl:Class ;
rdfs:label "Stake Holder" ;
rdfs:comment "An account holder who holds a stake in a blockchain ecosystem and participates in the consensus and governance mechanisms." ;
rdfs:subClassOf ponto:AccountHolder .