observable:windowsTempDirectory leaf node


URI

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

Label

windowsTempDirectory

Description

The Windows_Temp_Directory field specifies the fully-qualified path to the Windows temporary files directory.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) observable:windowsTempDirectory 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:windowsTempDirectory a owl:ObjectProperty ;
    rdfs:label "windowsTempDirectory"@en ;
    rdfs:comment "The Windows_Temp_Directory field specifies the fully-qualified path to the Windows temporary files directory."@en ;
    rdfs:range observable:ObservableObject .