Ontology Version: 3.0.0

cacontology-coord:CoordinationEventTypeValidationShape leaf node


URI

https://cacontology.projectvic.org/investigation-coordination#CoordinationEventTypeValidationShape

Label

CoordinationEventTypeValidationShape

Implementation

@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 .