https://cacontology.projectvic.org/investigation-coordination#JointInvestigationCompositionShape
Instances of cacontology-coord:JointInvestigation can have the following properties:
@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 .