s4ener:hasPowerValueType — has power value type

IRI
https://saref.etsi.org/saref4ener/hasPowerValueType
Is defined by
https://saref.etsi.org/saref4ener/v1.1.2/
https://saref.etsi.org/saref4ener/v1.2.1/
Is referenced by
https://saref.etsi.org/saref4ener/v1.1.2/
https://saref.etsi.org/saref4ener/v1.1.2/example/heatingsystem#
https://saref.etsi.org/saref4ener/v1.2.1/
Download serialization
License

Definition of s4ener:hasPowerValueType

Defined in https://saref.etsi.org/saref4ener/v1.1.2/ as:

A relationship representing a power value type

Description as an Object Property

has super-properties
s4ener:hasValueType

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 s4ener: <https://saref.etsi.org/saref4ener/> .

s4ener:Slot rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom s4ener:Power ;
            owl:onProperty s4ener:hasPowerValueType ] .

<https://saref.etsi.org/saref4ener/v1.1.2/example/heatingsystem#> dct:references s4ener:hasPowerValueType .

<https://saref.etsi.org/saref4ener/v1.1.2/> dct:references s4ener:hasPowerValueType ;
    dct:subject s4ener:hasPowerValueType .

<https://saref.etsi.org/saref4ener/v1.2.1/> dct:references s4ener:hasPowerValueType ;
    dct:subject s4ener:hasPowerValueType .

s4ener:hasPowerValueType a owl:ObjectProperty ;
    rdfs:label "has power value type"@en ;
    dct:isReferencedBy <https://saref.etsi.org/saref4ener/v1.1.2/>,
        <https://saref.etsi.org/saref4ener/v1.1.2/example/heatingsystem#>,
        <https://saref.etsi.org/saref4ener/v1.2.1/> ;
    rdfs:comment "A relationship representing a power value type"@en ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4ener/v1.1.2/>,
        <https://saref.etsi.org/saref4ener/v1.2.1/> ;
    rdfs:seeAlso <https://saref.etsi.org/saref4ener/v1.1.2/>,
        <https://saref.etsi.org/saref4ener/v1.2.1/> ;
    rdfs:subPropertyOf s4ener:hasValueType ;
    ns1:hiddenLabel "hasPowerValueType" .