Definition of s4ener:PowerMax
Defined in https://saref.etsi.org/saref4ener/v1.1.2/ as:
A possible type of power in a slot that represents the maximum power consumption and its value
Description as a Class
- has super-classes
- s4ener:Power
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/> .
<https://saref.etsi.org/saref4ener/v1.1.2/> dct:references s4ener:PowerMax ;
dct:subject s4ener:PowerMax .
<https://saref.etsi.org/saref4ener/v1.2.1/> dct:references s4ener:PowerMax ;
dct:subject s4ener:PowerMax .
s4ener:PowerMax a owl:Class ;
rdfs:label "Power max"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4ener/v1.1.2/>,
<https://saref.etsi.org/saref4ener/v1.2.1/> ;
rdfs:comment "A possible type of power in a slot that represents the maximum power consumption and its value"@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:subClassOf s4ener:Power ;
ns1:hiddenLabel "PowerMax" .