Definition of s4envi:PeriodMeasurement
Defined in https://saref.etsi.org/saref4envi/v1.1.2/ as:
Represents the measured value over a period property. It is also linked to the period 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:Period
saref:isMeasuredIn exactly 1 time:TemporalUnit
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 time: <http://www.w3.org/2006/time#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
s4envi:Device rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom s4envi:PeriodMeasurement ;
owl:onProperty s4envi:hasTransmissionPeriod ] .
<https://saref.etsi.org/saref4envi/v1.1.2/example/example1ENVI#> dct:references s4envi:PeriodMeasurement .
<https://saref.etsi.org/saref4envi/v1.1.2/> dct:references s4envi:PeriodMeasurement ;
dct:subject s4envi:PeriodMeasurement .
s4envi:PeriodMeasurement a owl:Class ;
rdfs:label "Period measurement"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4envi/v1.1.2/>,
<https://saref.etsi.org/saref4envi/v1.1.2/example/example1ENVI#> ;
rdfs:comment "Represents the measured value over a period property. It is also linked to the period 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:Period ;
owl:onProperty saref:relatesToProperty ],
[ a owl:Restriction ;
owl:onClass time:TemporalUnit ;
owl:onProperty saref:isMeasuredIn ;
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ],
saref:Measurement ;
ns1:hiddenLabel "PeriodMeasurement" .