Definition of s4ener:FlexOffer
Defined in https://saref.etsi.org/saref4ener/v1.2.1/ as:
It allows to represent a flexibility offer (or schedule) as a combination of multiple time-series, data-points and forecasts. For example, we can create a flexibility offer that includes a time-series ex:T-power of power values, combined with a time-series ex:T-costs of associated costs.
Description as a Class
- has super-classes
-
s4ener:hasRecipient only (
foaf:Agent or
saref:Device)
s4ener:producedBy only ( foaf:Agent or saref:Device)
s4ener:includes only ( s4ener:DataPoint or s4ener:TimeSeries or s4ener:FlexibilityProfile)
s4ener:hasCreationTime max 1
s4ener:hasEffectivePeriod max 1 time:Interval - is in domain of
- s4ener:relatesToRequest
- is in range of
- s4ener:relatesToOffer
Turtle
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@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/> .
@prefix time: <http://www.w3.org/2006/time#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
s4ener:relatesToOffer rdfs:range s4ener:FlexOffer .
s4ener:relatesToRequest rdfs:domain s4ener:FlexOffer .
<https://saref.etsi.org/saref4ener/v1.2.1/> dct:references s4ener:FlexOffer ;
dct:subject s4ener:FlexOffer .
<https://saref.etsi.org/saref4ener/v2.1.1/> dct:references s4ener:FlexOffer ;
dct:subject s4ener:FlexOffer .
s4ener:FlexOffer a owl:Class ;
rdfs:label "Flex offer"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4ener/v1.2.1/>,
<https://saref.etsi.org/saref4ener/v2.1.1/> ;
rdfs:comment "It allows to represent a flexibility offer (or schedule) as a combination of multiple time-series, data-points and forecasts. For example, we can create a flexibility offer that includes a time-series ex:T-power of power values, combined with a time-series ex:T-costs of associated costs."@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 [ a owl:Restriction ;
owl:allValuesFrom [ a owl:Class ;
owl:unionOf ( foaf:Agent saref:Device ) ] ;
owl:onProperty s4ener:hasRecipient ],
[ a owl:Restriction ;
owl:allValuesFrom [ a owl:Class ;
owl:unionOf ( foaf:Agent saref:Device ) ] ;
owl:onProperty s4ener:producedBy ],
[ a owl:Restriction ;
owl:allValuesFrom [ a owl:Class ;
owl:unionOf ( s4ener:DataPoint s4ener:TimeSeries s4ener:FlexibilityProfile ) ] ;
owl:onProperty s4ener:includes ],
[ a owl:Restriction ;
owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty s4ener:hasCreationTime ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass time:Interval ;
owl:onProperty s4ener:hasEffectivePeriod ] ;
ns1:hiddenLabel "FlexOffer" .