@prefix cac-core: <https://cacontology.projectvic.org/core#> .
@prefix cacontology-forensics: <https://cacontology.projectvic.org/forensics#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-forensics:ForensicInvestigationCompositionShape a sh:NodeShape ;
sh:property [ sh:class cac-core:Event ;
sh:message "Forensic investigation must have at least one forensic action (gUFO part-whole)"@en ;
sh:minCount 1 ;
sh:path cacontology-forensics:hasForensicAction ] ;
sh:targetClass cacontology-forensics:ForensicInvestigation .