observable:targetFile leaf node


URI

https://ontology.unifiedcyberontology.org/uco/observable/targetFile

Label

targetFile

Description

Specifies the file targeted by a symbolic link.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) observable:targetFile observable:ObservableObject

Implementation

@prefix observable: <https://ontology.unifiedcyberontology.org/uco/observable/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

observable:targetFile a owl:ObjectProperty ;
    rdfs:label "targetFile"@en ;
    rdfs:comment "Specifies the file targeted by a symbolic link."@en ;
    rdfs:range observable:ObservableObject .