observable:workItemData leaf node


URI

https://unifiedcyberontology.org/ontology/uco/observable#workItemData

Label

workItemData

Description

Specifies application defined data associated with the scheduled task. See also: http://msdn.microsoft.com/en-us/library/windows/desktop/aa381271(v=vs.85).aspx.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) observable:workItemData observable:ObservableObject

Implementation

@prefix observable: <https://unifiedcyberontology.org/ontology/uco/observable#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

observable:workItemData a owl:ObjectProperty ;
    rdfs:label "workItemData"@en ;
    rdfs:comment "Specifies application defined data associated with the scheduled task. See also: http://msdn.microsoft.com/en-us/library/windows/desktop/aa381271(v=vs.85).aspx."@en ;
    rdfs:range observable:ObservableObject .