Definition of s4ener:FlexibilityProfile
Defined in https://saref.etsi.org/saref4ener/v1.2.1/ as:
Different control types to describe the energy flexibility that a device has to offer. Charging of an EV for instance, may be controlled by power profile-based control or fill-rate -based control. It is not allowed to mix different control types at the same time, but different control types may be used sequentially. Control Types dictates flexibility instructions. Control Type provides Flexibility options.
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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix s4ener: <https://saref.etsi.org/saref4ener/> .
@prefix saref: <https://saref.etsi.org/core/> .
s4ener:DemandDrivenProfile rdfs:subClassOf s4ener:FlexibilityProfile .
s4ener:FillRateProfile rdfs:subClassOf s4ener:FlexibilityProfile .
s4ener:FlexOffer rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom [ a owl:Class ;
owl:unionOf ( s4ener:DataPoint s4ener:TimeSeries s4ener:FlexibilityProfile ) ] ;
owl:onProperty s4ener:includes ] .
s4ener:FlexRequest rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom [ a owl:Class ;
owl:unionOf ( s4ener:DataPoint s4ener:TimeSeries s4ener:FlexibilityProfile s4ener:IncentiveTableBasedProfile ) ] ;
owl:onProperty s4ener:includes ] .
s4ener:OperationModeProfile rdfs:subClassOf s4ener:FlexibilityProfile .
s4ener:PowerEnvelopeProfile rdfs:subClassOf s4ener:FlexibilityProfile .
s4ener:PowerLimitProfile rdfs:subClassOf s4ener:FlexibilityProfile .
s4ener:IncentiveTableBasedProfile rdfs:subClassOf s4ener:FlexibilityProfile .
<https://saref.etsi.org/saref4ener/v1.2.1/> dct:references s4ener:FlexibilityProfile ;
dct:subject s4ener:FlexibilityProfile .
<https://saref.etsi.org/saref4ener/v2.1.1/> dct:references s4ener:FlexibilityProfile ;
dct:subject s4ener:FlexibilityProfile .
s4ener:FlexibilityProfile a owl:Class ;
rdfs:label "Flexibility Profile"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4ener/v1.2.1/>,
<https://saref.etsi.org/saref4ener/v2.1.1/> ;
rdfs:comment """Different control types to describe the energy flexibility that a device has to offer. Charging of an EV for instance, may be controlled by power profile-based control or fill-rate -based control. It is not allowed to mix different control types at the same time, but different control types may be used sequentially.
Control Types dictates flexibility instructions. Control Type provides Flexibility options."""@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 saref:Profile ;
ns1:hiddenLabel "FlexibilityProfile" .