https://cacontology.projectvic.org/forensics#ForensicEventTypeValidationShape
@prefix cacontology-forensics: <https://cacontology.projectvic.org/forensics#> .
@prefix gufo: <http://purl.org/nemo/gufo#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
cacontology-forensics:ForensicEventTypeValidationShape a sh:NodeShape ;
sh:message "Every forensic EventType must be declared as rdf:type gufo:EventType"@en ;
sh:targetClass gufo:EventType .