saref:PowerUnit — Power unit

IRI
https://saref.etsi.org/core/PowerUnit
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/saref4bldg/v1.1.2/example/example1BLDG#
https://saref.etsi.org/saref4envi/v1.1.2/example/example1ENVI#
Download serialization
License

Definition of saref:PowerUnit

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

The unit of measure for power

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:PowerUnit .

<https://saref.etsi.org/saref4bldg/v1.1.2/example/example1BLDG#> dct:references saref:PowerUnit .

<https://saref.etsi.org/saref4envi/v1.1.2/example/example1ENVI#> dct:references saref:PowerUnit .

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

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

saref:PowerUnit a owl:Class ;
    rdfs:label "Power 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/saref4bldg/v1.1.2/example/example1BLDG#>,
        <https://saref.etsi.org/saref4envi/v1.1.2/example/example1ENVI#> ;
    rdfs:comment "The unit of measure for power"@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/saref4bldg/v1.1.2/>,
        <https://saref.etsi.org/saref4envi/v1.1.2/> ;
    rdfs:subClassOf saref:UnitOfMeasure ;
    ns1:hiddenLabel "PowerUnit" .