saref:hasTypicalConsumption — has typical consumption

IRI
https://saref.etsi.org/core/hasTypicalConsumption
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/washingmachine#
https://saref.etsi.org/core/v3.2.1/
Download serialization
License

Definition of saref:hasTypicalConsumption

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

A relationship identifying the typical (energy or power) consumption of a device

Description as an Object 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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix saref: <https://saref.etsi.org/core/> .

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

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

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

saref:hasTypicalConsumption a owl:ObjectProperty ;
    rdfs:label "has typical consumption"@en ;
    dct:isReferencedBy <https://saref.etsi.org/core/v3.1.1/>,
        <https://saref.etsi.org/core/v3.1.1/example/washingmachine#>,
        <https://saref.etsi.org/core/v3.2.1/> ;
    rdfs:comment "A relationship identifying the typical (energy or power) consumption of a device"@en ;
    rdfs:isDefinedBy <https://saref.etsi.org/core/v3.1.1/>,
        <https://saref.etsi.org/core/v3.2.1/> ;
    rdfs:seeAlso <https://saref.etsi.org/core/v3.1.1/>,
        <https://saref.etsi.org/core/v3.2.1/> ;
    ns1:hiddenLabel "hasTypicalConsumption" .