observable:windowsSystemDirectory leaf node


URI

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

Label

windowsSystemDirectory

Description

The Windows_System_Directory field specifies the fully-qualified path to the Windows system directory.

Usage

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