Ontology Version: 2.2.0

cacontology-institutional:InstitutionalCompositionShape leaf node


URI

https://cacontology.projectvic.org/institutional-exploitation#InstitutionalCompositionShape

Label

InstitutionalCompositionShape

Shape Properties

Instances of cacontology-institutional:CharitableOrganization can have the following properties:

PROPERTY

MIN COUNT

MAX COUNT

TYPE

cacontology-institutional:CharitableOrganization
cacontology-institutional:childrenServed 0 1 xsd:nonNegativeInteger
cacontology-institutional:foundingYear 0 1 xsd:gYear
cacontology-institutional:hasInstitutionFoundingDate 1 xsd:dateTime
cacontology-institutional:hasInstitutionalReputationLevel 1 xsd:string
cacontology-institutional:hasOperationEndDate 1 xsd:dateTime
cacontology-institutional:hasOversightLevel 1 xsd:string

Implementation

@prefix cacontology-institutional: <https://cacontology.projectvic.org/institutional-exploitation#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-institutional:InstitutionalCompositionShape a sh:NodeShape ;
    sh:property [ sh:message "Institution must have at least one component part (gUFO part-whole)"@en ;
            sh:minCount 1 ;
            sh:path [ sh:inversePath cacontology-institutional:isPartOfInstitution ] ] ;
    sh:targetClass cacontology-institutional:CharitableOrganization .