cardano:hasConstitutionalCommittee leaf node


URI

http://www.mobr.ai/ontologies/cardano#hasConstitutionalCommittee

Label

has constitutional committee

Description

Links the blockchain to its constitutional committee

Usage

DOMAINPROPERTYRANGE
blockchain:Blockchain cardano:hasConstitutionalCommittee cardano:Committee

Implementation

@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 .