observable:TaskActionType-actionType-in-shape leaf node


URI

https://ontology.unifiedcyberontology.org/uco/observable/TaskActionType-actionType-in-shape

Label

TaskActionType-actionType-in-shape

Implementation

@prefix observable: <https://ontology.unifiedcyberontology.org/uco/observable/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .

observable:TaskActionType-actionType-in-shape a sh:PropertyShape ;
    sh:in ( "TASK_ACTION_COM_HANDLER" "TASK_ACTION_EXEC" "TASK_ACTION_SEND_EMAIL" "TASK_ACTION_SHOW_MESSAGE" ) ;
    sh:message "Value is not member of the vocabulary TaskActionTypeVocab." ;
    sh:path observable:actionType ;
    sh:severity sh:Info .