Definition of s4envi:HeightMeasurement
Defined in https://saref.etsi.org/saref4envi/v1.1.2/ as:
Represents the measured value made over a height property. It is also linked to the height unit of measure in which the value is expressed and the timestamp of the measurement.
Description as a Class
- has super-classes
-
saref:relatesToProperty value
s4envi:Height
saref:isMeasuredIn exactly 1 s4envi:LengthUnit
saref:Measurement
Turtle
@prefix dct: <http://purl.org/dc/terms/> .
@prefix ns1: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix s4envi: <https://saref.etsi.org/saref4envi/> .
@prefix saref: <https://saref.etsi.org/core/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
s4envi:Light rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom s4envi:HeightMeasurement ;
owl:onProperty s4envi:isProjectedFromHeight ] .
s4envi:HeightMeasurement a owl:Class ;
rdfs:label "Height measurement"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4envi/v1.1.2/> ;
rdfs:comment "Represents the measured value made over a height property. It is also linked to the height unit of measure in which the value is expressed and the timestamp of the measurement."@en ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4envi/v1.1.2/> ;
rdfs:seeAlso <https://saref.etsi.org/saref4envi/v1.1.2/> ;
rdfs:subClassOf [ a owl:Restriction ;
owl:hasValue s4envi:Height ;
owl:onProperty saref:relatesToProperty ],
[ a owl:Restriction ;
owl:onClass s4envi:LengthUnit ;
owl:onProperty saref:isMeasuredIn ;
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ],
saref:Measurement ;
ns1:hiddenLabel "HeightMeasurement" .
<https://saref.etsi.org/saref4envi/v1.1.2/> dct:references s4envi:HeightMeasurement ;
dct:subject s4envi:HeightMeasurement .