Ontology Version: 2.2.0

cacontology-international:CrossBorderInvestigationCompositionShape leaf node


URI

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

Label

CrossBorderInvestigationCompositionShape

Shape Properties

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

PROPERTY

MIN COUNT

MAX COUNT

TYPE

cacontology-international:CrossBorderInvestigation
cacontology-international:jurisdictionCount 0 1 xsd:nonNegativeInteger
cacontology-international:CrossBorderOperation
cacontology-international:coordinationComplexity 0 1 xsd:string
cacontology-international:crossBorderCapability 0 1 xsd:string
1 xsd:string
1 xsd:double
1 1 xsd:dateTime
1 xsd:dateTime
0 1 xsd:dateTime
1 1 xsd:dateTime

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:CrossBorderInvestigationCompositionShape a sh:NodeShape ;
    sh:property [ sh:message "Cross-border investigation must include at least two national investigation components (gUFO part-whole)"@en ;
            sh:minCount 2 ;
            sh:path [ sh:inversePath gufo:isProperPartOf ] ] ;
    sh:targetClass cacontology-international:CrossBorderInvestigation .