observable:propertyName leaf node


URI

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

Label

propertyName

Description

Specifies the Name of the property being read.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) observable:propertyName 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:propertyName a owl:DatatypeProperty ;
    rdfs:label "propertyName"@en ;
    rdfs:comment "Specifies the Name of the property being read."@en ;
    rdfs:range xsd:string .