ponto:AccountHolder


URI

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

Label

Account Holder

Description

An entity that holds one or more accounts, such as an individual or organization.

Usage

Instances of ponto:AccountHolder can have the following properties:

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