saref:hasMeterReadingType — has meter reading type

IRI
https://saref.etsi.org/core/hasMeterReadingType
Is defined by
https://saref.etsi.org/core/v3.1.1/
https://saref.etsi.org/core/v3.2.1/
Is referenced by
https://saref.etsi.org/core/v3.1.1/
https://saref.etsi.org/core/v3.1.1/example/energymeter#
https://saref.etsi.org/core/v3.2.1/
Download serialization
License

Definition of saref:hasMeterReadingType

Defined in https://saref.etsi.org/core/v3.1.1/ as:

A relationship identifying the reading type of a metering function (e.g., Water, Gas, Pressure , Energy , Power, etc.)

Description as an Object Property

has domain
saref:MeteringFunction
has range
saref:Property

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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 [ a owl:Class ;
                    owl:unionOf ( saref:Commodity saref:Property ) ] ;
            owl:onProperty saref:hasMeterReadingType ] .

<https://saref.etsi.org/core/v3.1.1/example/energymeter#> dct:references saref:hasMeterReadingType .

<https://saref.etsi.org/core/v3.1.1/> dct:references saref:hasMeterReadingType ;
    dct:subject saref:hasMeterReadingType .

<https://saref.etsi.org/core/v3.2.1/> dct:references saref:hasMeterReadingType ;
    dct:subject saref:hasMeterReadingType .

saref:hasMeterReadingType a owl:ObjectProperty ;
    rdfs:label "has meter reading type"@en ;
    dct:isReferencedBy <https://saref.etsi.org/core/v3.1.1/>,
        <https://saref.etsi.org/core/v3.1.1/example/energymeter#>,
        <https://saref.etsi.org/core/v3.2.1/> ;
    rdfs:comment "A relationship identifying the reading type of a metering function (e.g., Water, Gas, Pressure , Energy , Power, etc.)"@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:Property ;
    rdfs:seeAlso <https://saref.etsi.org/core/v3.1.1/>,
        <https://saref.etsi.org/core/v3.2.1/> ;
    ns1:hiddenLabel "hasMeterReadingType" .