ponto:StakeHolder


URI

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

Label

Stake Holder

Description

An account holder who holds a stake in a blockchain ecosystem and participates in the consensus and governance mechanisms.

Superclasses (1)

Usage

Instances of ponto:StakeHolder can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
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

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: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 .