saref:EnergyUnit — Energy unit

IRI
https://saref.etsi.org/core/EnergyUnit
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/unitsmeasure#
https://saref.etsi.org/core/v3.2.1/
https://saref.etsi.org/saref4grid/v1.1.1/example/Measurements#
https://saref.etsi.org/saref4grid/v2.1.1/example/Observations#
Download serialization
License

Definition of saref:EnergyUnit

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

The unit of measure for energy

Description as a Class

has super-classes
saref:UnitOfMeasure

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/unitsmeasure#> dct:references saref:EnergyUnit .

<https://saref.etsi.org/saref4grid/v1.1.1/example/Measurements#> dct:references saref:EnergyUnit .

<https://saref.etsi.org/saref4grid/v2.1.1/example/Observations#> dct:references saref:EnergyUnit .

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

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

saref:EnergyUnit a owl:Class ;
    rdfs:label "Energy unit"@en ;
    dct:isReferencedBy <https://saref.etsi.org/core/v3.1.1/>,
        <https://saref.etsi.org/core/v3.1.1/example/unitsmeasure#>,
        <https://saref.etsi.org/core/v3.2.1/>,
        <https://saref.etsi.org/saref4grid/v1.1.1/example/Measurements#>,
        <https://saref.etsi.org/saref4grid/v2.1.1/example/Observations#> ;
    rdfs:comment "The unit of measure for energy"@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/>,
        <https://saref.etsi.org/saref4grid/v1.1.1/>,
        <https://saref.etsi.org/saref4grid/v2.1.1/> ;
    rdfs:subClassOf saref:UnitOfMeasure ;
    ns1:hiddenLabel "EnergyUnit" .