action:Action-actionStatus-in-shape leaf node


URI

https://ontology.unifiedcyberontology.org/uco/action/Action-actionStatus-in-shape

Label

Action-actionStatus-in-shape

Implementation

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

action:Action-actionStatus-in-shape a sh:PropertyShape ;
    sh:in ( "Complete/Finish" "Error" "Fail" "Ongoing" "Pending" "Success" "Unknown" ) ;
    sh:message "Value is not member of the vocabulary ActionStatusTypeVocab." ;
    sh:path action:actionStatus ;
    sh:severity sh:Info .