https://cacontology.projectvic.org/investigation-coordination#CoordinationSituationTypeValidationShape
@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:CoordinationSituationTypeValidationShape a sh:NodeShape ;
sh:message "Every coordination SituationType must extend gufo:Situation"@en ;
sh:targetClass gufo:SituationType .