ponto:hasGov1Component leaf node


URI

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

Label

hasGov1Component

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:hasGov1Component a owl:ObjectProperty ;
    rdfs:domain ponto:GovernanceV1 ;
    rdfs:range ponto:AccountHolder,
        ponto:Council,
        ponto:TechnicalCommittee,
        ponto:VoteDelegation .