ponto:hasVotingPower leaf node


URI

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

Label

hasVotingPower

Description

In the Polkadot multichain ecosystem, voting power is distributed among different entities based on their role and stake in the network.

Usage

DOMAINPROPERTYRANGE
ponto:Node , ponto:AccountHolder ponto:hasVotingPower 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#> .
@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 .