https://cacontology.projectvic.org/institutional-exploitation#ExploitationEventTypeValidationShape
@prefix cacontology-institutional: <https://cacontology.projectvic.org/institutional-exploitation#> .
@prefix gufo: <http://purl.org/nemo/gufo#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
cacontology-institutional:ExploitationEventTypeValidationShape a sh:NodeShape ;
sh:message "Every exploitation EventType must extend gufo:Event"@en ;
sh:targetClass gufo:EventType .