Ontology Version: 3.0.0

cacontology-coord:CoordinationSituationTypeValidationShape leaf node


URI

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

Label

CoordinationSituationTypeValidationShape

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:CoordinationSituationTypeValidationShape a sh:NodeShape ;
    sh:message "Every coordination SituationType must extend gufo:Situation"@en ;
    sh:targetClass gufo:SituationType .