http://www.mobr.ai/ontologies/ponto#hasVotingPower
In the Polkadot multichain ecosystem, voting power is distributed among different entities based on their role and stake in the network.
DOMAIN | PROPERTY | RANGE |
---|---|---|
ponto:Node , ponto:AccountHolder | ponto:hasVotingPower | 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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
ponto:hasVotingPower a owl:ObjectProperty ;
rdfs:comment "In the Polkadot multichain ecosystem, voting power is distributed among different entities based on their role and stake in the network." ;
rdfs:domain ponto:AccountHolder,
ponto:Node ;
rdfs:range xsd:boolean .