Definition of saref:hasMeterReading
Defined in https://saref.etsi.org/core/v3.1.1/ as:
A relationship between a metering function and the measurement of the reading
Description as an Object Property
- has domain
- saref:MeteringFunction
- has range
- 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 saref: <https://saref.etsi.org/core/> .
saref:MeteringFunction rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom saref:Measurement ;
owl:onProperty saref:hasMeterReading ] .
<https://saref.etsi.org/core/v3.1.1/> dct:references saref:hasMeterReading ;
dct:subject saref:hasMeterReading .
<https://saref.etsi.org/core/v3.2.1/> dct:references saref:hasMeterReading ;
dct:subject saref:hasMeterReading .
saref:hasMeterReading a owl:ObjectProperty ;
rdfs:label "has meter reading"@en ;
dct:isReferencedBy <https://saref.etsi.org/core/v3.1.1/>,
<https://saref.etsi.org/core/v3.2.1/> ;
rdfs:comment "A relationship between a metering function and the measurement of the reading"@en ;
rdfs:domain saref:MeteringFunction ;
rdfs:isDefinedBy <https://saref.etsi.org/core/v3.1.1/>,
<https://saref.etsi.org/core/v3.2.1/> ;
rdfs:range saref:Measurement ;
rdfs:seeAlso <https://saref.etsi.org/core/v3.1.1/>,
<https://saref.etsi.org/core/v3.2.1/> ;
ns1:hiddenLabel "hasMeterReading" .