observable:path leaf node


URI

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

Label

path

Description

Specifies the location of one object within another containing object.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) observable:path xsd:string

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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

observable:path a owl:DatatypeProperty ;
    rdfs:label "path"@en ;
    rdfs:comment "Specifies the location of one object within another containing object."@en ;
    rdfs:range xsd:string .