Ontology Version: 2.2.0

cacontology-forensics:ForensicInvestigationCompositionShape leaf node


URI

https://cacontology.projectvic.org/forensics#ForensicInvestigationCompositionShape

Label

ForensicInvestigationCompositionShape

Implementation

@prefix cacontology-forensics: <https://cacontology.projectvic.org/forensics#> .
@prefix gufo: <http://purl.org/nemo/gufo#> .
@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 gufo: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 .