observable:execWorkingDirectory leaf node


URI

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

Label

execWorkingDirectory

Description

Specifies the directory that contains either the executable file or the files that are used by the executable file launched by the action. See also: http://msdn.microsoft.com/en-us/library/windows/desktop/aa380715(v=vs.85).aspx.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) observable:execWorkingDirectory xsd:string

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

observable:execWorkingDirectory a owl:DatatypeProperty ;
    rdfs:label "execWorkingDirectory"@en ;
    rdfs:comment "Specifies the directory that contains either the executable file or the files that are used by the executable file launched by the action. See also: http://msdn.microsoft.com/en-us/library/windows/desktop/aa380715(v=vs.85).aspx."@en ;
    rdfs:range xsd:string .