observable:accessedFile leaf node


URI

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

Label

accessedFile

Description

Files (e.g., DLLs and other support files) used by the application during startup.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) observable:accessedFile 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:accessedFile a owl:ObjectProperty ;
    rdfs:label "accessedFile"@en ;
    rdfs:comment "Files (e.g., DLLs and other support files) used by the application during startup."@en ;
    rdfs:range observable:ObservableObject .