Ontology Version: 2.2.0

cacontology-international:GlobalNetworkCompositionShape leaf node


URI

https://cacontology.projectvic.org/international#GlobalNetworkCompositionShape

Label

GlobalNetworkCompositionShape

Shape Properties

Instances of cacontology-international:GlobalHotlineNetwork can have the following properties:

PROPERTY

MIN COUNT

MAX COUNT

TYPE

Implementation

@prefix cacontology-international: <https://cacontology.projectvic.org/international#> .
@prefix gufo: <http://purl.org/nemo/gufo#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-international:GlobalNetworkCompositionShape a sh:NodeShape ;
    sh:property [ sh:message "Global network must be composed of at least 3 national components (gUFO part-whole)"@en ;
            sh:minCount 3 ;
            sh:path [ sh:inversePath gufo:isProperPartOf ] ] ;
    sh:targetClass cacontology-international:GlobalHotlineNetwork .