https://unifiedcyberontology.org/ontology/uco/vocabulary#TaskStatusVocab
Defines an open-vocabulary of the possible statuses of a scheduled task. See also: http://msdn.microsoft.com/en-us/library/windows/desktop/aa383604(v=vs.85).aspx See also: http://msdn.microsoft.com/en-us/library/windows/desktop/aa381263(v=vs.85).aspx See also: http://msdn.microsoft.com/en-us/library/windows/desktop/aa381833(v=vs.85).aspx See also: http://msdn.microsoft.com/en-us/library/windows/desktop/aa383617(v=vs.85).aspx.
Instances of vocabulary1:TaskStatusVocab can have the following properties:
PROPERTY | TYPE | DESCRIPTION | RANGE |
---|---|---|---|
From class owl:Thing | |||
investigation:authorizationIdentifier | owl:DatatypeProperty | The identifier for a particular authorization (e.g. warrant number) | xsd:string |
investigation:authorizationType | owl:DatatypeProperty | A label categorizing a type of authorization (e.g. warrant) | xsd:string |
investigation:exhibitNumber | owl:DatatypeProperty | Specifies a unique identifier assigned to a given object at any stage of an investigation to differentiate it from all other objects. | xsd:string |
investigation:focus | owl:DatatypeProperty | Specifies the topical focus of an investigation. | xsd:string |
investigation:investigationForm | owl:DatatypeProperty | A label categorizing a type of investigation (case, incident, suspicious-activity, etc.) | vocab:InvestigationFormVocab |
investigation:investigationStatus | owl:DatatypeProperty | A label characterizing the status of an investigation (open, closed, etc.). | xsd:string |
investigation:relevantAuthorization | owl:ObjectProperty | Specifies an authorization relevant to a particular investigation. | investigation:Authorization |
investigation:rootExhibitNumber | owl:DatatypeProperty | Specifies a unique identifier assigned to a given object at the start of its treatment as part of an investigation. The first node in a provenance chain, which can be viewed as a heirarchical tree originating from a single root. | xsd:string |
@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 vocabulary1: <https://unifiedcyberontology.org/ontology/uco/vocabulary#> .
vocabulary1:TaskStatusVocab a rdfs:Datatype ;
rdfs:label "Task Status Vocabulary"@en-US ;
rdfs:comment "Defines an open-vocabulary of the possible statuses of a scheduled task. See also: http://msdn.microsoft.com/en-us/library/windows/desktop/aa383604(v=vs.85).aspx See also: http://msdn.microsoft.com/en-us/library/windows/desktop/aa381263(v=vs.85).aspx See also: http://msdn.microsoft.com/en-us/library/windows/desktop/aa381833(v=vs.85).aspx See also: http://msdn.microsoft.com/en-us/library/windows/desktop/aa383617(v=vs.85).aspx."@en ;
rdfs:subClassOf rdfs:Resource ;
owl:oneOf ( "SCHED_E_ACCOUNT_DBASE_CORRUPT"^^vocabulary1:TaskStatusVocab "SCHED_E_ACCOUNT_INFORMATION_NOT_SET"^^vocabulary1:TaskStatusVocab "SCHED_E_ACCOUNT_NAME_NOT_FOUND"^^vocabulary1:TaskStatusVocab "SCHED_E_CANNOT_OPEN_TASK"^^vocabulary1:TaskStatusVocab "SCHED_E_INVALID_TASK"^^vocabulary1:TaskStatusVocab "SCHED_E_NO_SECURITY_SERVICES"^^vocabulary1:TaskStatusVocab "SCHED_E_SERVICE_NOT_INSTALLED"^^vocabulary1:TaskStatusVocab "SCHED_E_SERVICE_NOT_RUNNING"^^vocabulary1:TaskStatusVocab "SCHED_E_TASK_NOT_READY"^^vocabulary1:TaskStatusVocab "SCHED_E_TASK_NOT_RUNNING"^^vocabulary1:TaskStatusVocab "SCHED_E_TRIGGER_NOT_FOUND"^^vocabulary1:TaskStatusVocab "SCHED_E_UNKNOWN_OBJECT_VERSION"^^vocabulary1:TaskStatusVocab "SCHED_E_UNSUPPORTED_ACCOUNT_OPTION"^^vocabulary1:TaskStatusVocab "SCHED_S_EVENT_TRIGGER"^^vocabulary1:TaskStatusVocab "SCHED_S_TASK_DISABLED"^^vocabulary1:TaskStatusVocab "SCHED_S_TASK_HAS_NOT_RUN"^^vocabulary1:TaskStatusVocab "SCHED_S_TASK_NOT_SCHEDULED"^^vocabulary1:TaskStatusVocab "SCHED_S_TASK_NO_MORE_RUNS"^^vocabulary1:TaskStatusVocab "SCHED_S_TASK_NO_VALID_TRIGGERS"^^vocabulary1:TaskStatusVocab "SCHED_S_TASK_READY"^^vocabulary1:TaskStatusVocab "SCHED_S_TASK_RUNNING"^^vocabulary1:TaskStatusVocab "SCHED_S_TASK_TERMINATED"^^vocabulary1:TaskStatusVocab "TASK_STATE_QUEUED"^^vocabulary1:TaskStatusVocab "TASK_STATE_UNKNOWN"^^vocabulary1:TaskStatusVocab ) .