http://www.mobr.ai/ontologies/cardano#hasConstitutionalCommittee
Links the blockchain to its constitutional committee
DOMAIN | PROPERTY | RANGE |
---|---|---|
blockchain:Blockchain | cardano:hasConstitutionalCommittee | cardano:Committee |
@prefix blockchain: <http://www.mobr.ai/ontologies/blockchain#> .
@prefix cardano: <http://www.mobr.ai/ontologies/cardano#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
cardano:hasConstitutionalCommittee a owl:ObjectProperty ;
rdfs:label "has constitutional committee"@en ;
rdfs:comment "Links the blockchain to its constitutional committee"@en ;
rdfs:domain blockchain:Blockchain ;
rdfs:range cardano:Committee .