https://ontology.unifiedcyberontology.org/uco/observable/flags
Specifies any flags that modify the behavior of the scheduled task. See also: http://msdn.microsoft.com/en-us/library/windows/desktop/aa381248(v=vs.85).aspx.
DOMAIN | PROPERTY | RANGE |
---|---|---|
Blank node (see implementation) | observable:flags | owl:Thing (inferred) |
@prefix observable: <https://ontology.unifiedcyberontology.org/uco/observable/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix vocabulary: <https://ontology.unifiedcyberontology.org/uco/vocabulary/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
observable:flags a owl:DatatypeProperty ;
rdfs:label "flags"@en ;
rdfs:comment "Specifies any flags that modify the behavior of the scheduled task. See also: http://msdn.microsoft.com/en-us/library/windows/desktop/aa381248(v=vs.85).aspx."@en ;
rdfs:range [ a rdfs:Datatype ;
owl:unionOf ( vocabulary:TaskFlagVocab xsd:string ) ] .