observable:WindowsTaskFacet-priority-in-shape leaf node


URI

https://ontology.unifiedcyberontology.org/uco/observable/WindowsTaskFacet-priority-in-shape

Label

WindowsTaskFacet-priority-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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

observable:WindowsTaskFacet-priority-in-shape a sh:PropertyShape ;
    sh:message "Value is not member of the vocabulary TaskPriorityVocab." ;
    sh:or ( [ sh:in ( "ABOVE_NORMAL_PRIORITY_CLASS" "BELOW_NORMAL_PRIORITY_CLASS" "HIGH_PRIORITY_CLASS" "IDLE_PRIORITY_CLASS" "NORMAL_PRIORITY_CLASS" "REALTIME_PRIORITY_CLASS" ) ] [ sh:datatype xsd:integer ] ) ;
    sh:path observable:priority ;
    sh:severity sh:Info .