observable:workingDirectory leaf node


URI

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

Label

workingDirectory

Description

Specifies the working directory for the scheduled task. See also: http://msdn.microsoft.com/en-us/library/windows/desktop/aa381878(v=vs.85).aspx.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) observable:workingDirectory 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:workingDirectory a owl:ObjectProperty ;
    rdfs:label "workingDirectory"@en ;
    rdfs:comment "Specifies the working directory for the scheduled task. See also: http://msdn.microsoft.com/en-us/library/windows/desktop/aa381878(v=vs.85).aspx."@en ;
    rdfs:range observable:ObservableObject .