observable:accessedDirectory leaf node


URI

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

Label

accessedDirectory

Description

Directories accessed by the prefetch application during startup.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) observable:accessedDirectory 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:accessedDirectory a owl:ObjectProperty ;
    rdfs:label "accessedDirectory"@en ;
    rdfs:comment "Directories accessed by the prefetch application during startup."@en ;
    rdfs:range observable:ObservableObject .