observable:windowsDirectory leaf node


URI

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

Label

windowsDirectory

Description

The Windows_Directory field specifies the fully-qualified path to the Windows install directory.

Usage

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