http://www.mobr.ai/ontologies/ponto#AccountHolder
An entity that holds one or more accounts, such as an individual or organization.
Instances of ponto:AccountHolder can have the following properties:
PROPERTY | TYPE | DESCRIPTION | RANGE |
---|---|---|---|
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:AccountHolder a owl:Class ;
rdfs:label "Account Holder" ;
rdfs:comment "An entity that holds one or more accounts, such as an individual or organization." ;
rdfs:subClassOf owl:Thing .