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