Ontology Version: 2.2.0

cacontology-coord:JointInvestigationCompositionShape leaf node


URI

https://cacontology.projectvic.org/investigation-coordination#JointInvestigationCompositionShape

Label

JointInvestigationCompositionShape

Shape Properties

Instances of cacontology-coord:JointInvestigation can have the following properties:

PROPERTY

MIN COUNT

MAX COUNT

TYPE

cacontology-coord:JointInvestigation
cacontology-coord:hasCoordinationIntensity 1 xsd:string
cacontology-coord:hasUnificationLevel 1 xsd:double
cacontology-coord:investigationScope 1 1 xsd:string
cacontology-coord:resourcePooling 1 1 xsd:boolean
cacontology-coord:sharedCommand 1 1 xsd:boolean
cacontology-coord:unifiedReporting 1 1 xsd:boolean
1 1 xsd:dateTime
cacontology-coord:InvestigationCoordination
cacontology-coord:coordinationLevel 1 1 xsd:string
cacontology-coord:coordinationStatus 1 1 xsd:string
cacontology-coord:coordinationType 1 1 xsd:string
cacontology-coord:hasComplexityLevel 1 xsd:string
cacontology-coord:hasCoordinationEffectiveness 1 xsd:string
cacontology-coord:hasDataCompleteness 1 xsd:double
cacontology-coord:hasDataConsistency 1 xsd:double
cacontology-coord:hasDataQuality 1 xsd:string
cacontology-coord:hasSuccessRate 1 xsd:double
cacontology-coord:hasValidationLevel 1 xsd:string
cacontology-coord:leadAgency 1 1 xsd:string
cacontology-coord:participatingAgencies 1 1 xsd:nonNegativeInteger
1 xsd:dateTime
1 xsd:dateTime
0 1 xsd:string
0 1 xsd:string
0 1 xsd:dateTime
0 1 xsd:dateTime
0 1 xsd:dateTime
0 1 xsd:dateTime

Implementation

@prefix cacontology-coord: <https://cacontology.projectvic.org/investigation-coordination#> .
@prefix gufo: <http://purl.org/nemo/gufo#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-coord:JointInvestigationCompositionShape a sh:NodeShape ;
    sh:property [ sh:message "Joint investigation must include at least two investigation components (gUFO part-whole)"@en ;
            sh:minCount 2 ;
            sh:path [ sh:inversePath gufo:isProperPartOf ] ] ;
    sh:targetClass cacontology-coord:JointInvestigation .