investigation:Investigation-investigationForm-in-shape leaf node


URI

https://ontology.caseontology.org/case/investigation/Investigation-investigationForm-in-shape

Label

Investigation-investigationForm-in-shape

Implementation

@prefix investigation: <https://ontology.caseontology.org/case/investigation/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .

investigation:Investigation-investigationForm-in-shape a sh:PropertyShape ;
    sh:in ( "case" "incident" "suspicious-activity" ) ;
    sh:message "Value is not member of the vocabulary InvestigationFormVocab." ;
    sh:path investigation:investigationForm ;
    sh:severity sh:Info .