s4ener:PowerLimitProfile — Power limit profile

IRI
https://saref.etsi.org/saref4ener/PowerLimitProfile
Is defined by
https://saref.etsi.org/saref4ener/v1.2.1/
https://saref.etsi.org/saref4ener/v2.1.1/
Is referenced by
https://saref.etsi.org/saref4ener/v1.2.1/
https://saref.etsi.org/saref4ener/v1.2.1/example/powerLimitProfile#
https://saref.etsi.org/saref4ener/v2.1.1/
https://saref.etsi.org/saref4ener/v2.1.1/example/powerLimitProfile#
Download serialization
License

Definition of s4ener:PowerLimitProfile

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

This profile describes the energy flexibility of a device via a set of power limits, following the SPINE documentation

Description as a Class

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:isBoundTo rdfs:domain s4ener:PowerLimitProfile .

s4ener:isLimitedWith rdfs:domain s4ener:PowerLimitProfile .

s4ener:isProtectedBy rdfs:domain s4ener:PowerLimitProfile .

s4ener:receivesPowerLimit rdfs:domain s4ener:PowerLimitProfile .

<https://saref.etsi.org/saref4ener/v1.2.1/example/powerLimitProfile#> dct:references s4ener:PowerLimitProfile .

<https://saref.etsi.org/saref4ener/v2.1.1/example/powerLimitProfile#> dct:references s4ener:PowerLimitProfile .

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

<https://saref.etsi.org/saref4ener/v2.1.1/> dct:references s4ener:PowerLimitProfile ;
    dct:subject s4ener:PowerLimitProfile .

s4ener:PowerLimitProfile a owl:Class ;
    rdfs:label "Power limit profile"@en ;
    dct:isReferencedBy <https://saref.etsi.org/saref4ener/v1.2.1/>,
        <https://saref.etsi.org/saref4ener/v1.2.1/example/powerLimitProfile#>,
        <https://saref.etsi.org/saref4ener/v2.1.1/>,
        <https://saref.etsi.org/saref4ener/v2.1.1/example/powerLimitProfile#> ;
    rdfs:comment "This profile describes the energy flexibility of a device via a set of power limits, following the SPINE documentation"@en ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4ener/v1.2.1/>,
        <https://saref.etsi.org/saref4ener/v2.1.1/> ;
    rdfs:seeAlso <https://saref.etsi.org/saref4ener/v1.2.1/>,
        <https://saref.etsi.org/saref4ener/v2.1.1/> ;
    rdfs:subClassOf s4ener:FlexibilityProfile ;
    ns1:hiddenLabel "PowerLimitProfile" .