s4ener:DataPoint — Data point

IRI
https://saref.etsi.org/saref4ener/DataPoint
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/demandDrivenProfile#
https://saref.etsi.org/saref4ener/v1.2.1/example/fillRateProfile#
https://saref.etsi.org/saref4ener/v1.2.1/example/incentiveTable#
https://saref.etsi.org/saref4ener/v1.2.1/example/powerEnvelopeProfile#
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/demandDrivenProfile#
https://saref.etsi.org/saref4ener/v2.1.1/example/fillRateProfile#
https://saref.etsi.org/saref4ener/v2.1.1/example/incentiveTable#
https://saref.etsi.org/saref4ener/v2.1.1/example/powerEnvelopeProfile#
Download serialization
License

Definition of s4ener:DataPoint

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

A data point is a quantity that is extended with various pieces of process information, namely - A creation time (instant). This is the point in time when the data point was created, which is not necessarily the time for which it is valid. In the case of soft-sensors or forecasters, a data point might have been created ahead of time, in the case of a direcet measurement a data point might created at its time of validity (or at the end of its validity time interval) and in the case of an archived value the data point might have been created after the fact. - A validity time (temporal entity) which will be named "time stamp". The validity time is the instant or interval in time in which a specific quantity is in effect. For example a room temperature might be measured at 12:00, which means it is in effect at this very instant. A specific amount of energy might me expended within the time-slot between 12:30 and 12:45, which means that the energy measurement is in effect during this time interval. - A location or topological association. For example, a measurement might be taken in a specific room, a power avarage might have been measured by a specific meter, a forecast might be valid for a specific region or grid segment. This association is therefore not always a location.

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/> .
@prefix time: <http://www.w3.org/2006/time#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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:GaussianDataPoint rdfs:subClassOf s4ener:DataPoint .

s4ener:Incentive rdfs:subClassOf s4ener:DataPoint .

s4ener:belongsToTimeSeries rdfs:domain s4ener:DataPoint .

s4ener:hasCost rdfs:range s4ener:DataPoint .

s4ener:hasLowerBoundary rdfs:range s4ener:DataPoint .

s4ener:hasUpperBoundary rdfs:range s4ener:DataPoint .

s4ener:hasDataPoint rdfs:range s4ener:DataPoint .

s4ener:hasQuantile rdfs:domain s4ener:DataPoint .

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

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

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

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

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

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

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

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

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

s4ener:TimeSeries rdfs:subClassOf [ a owl:Restriction ;
            owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
            owl:onClass s4ener:DataPoint ;
            owl:onProperty s4ener:hasDataPoint ] .

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

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

s4ener:DataPoint a owl:Class ;
    rdfs:label "Data point"@en ;
    dct:isReferencedBy <https://saref.etsi.org/saref4ener/v1.2.1/>,
        <https://saref.etsi.org/saref4ener/v1.2.1/example/demandDrivenProfile#>,
        <https://saref.etsi.org/saref4ener/v1.2.1/example/fillRateProfile#>,
        <https://saref.etsi.org/saref4ener/v1.2.1/example/incentiveTable#>,
        <https://saref.etsi.org/saref4ener/v1.2.1/example/powerEnvelopeProfile#>,
        <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/demandDrivenProfile#>,
        <https://saref.etsi.org/saref4ener/v2.1.1/example/fillRateProfile#>,
        <https://saref.etsi.org/saref4ener/v2.1.1/example/incentiveTable#>,
        <https://saref.etsi.org/saref4ener/v2.1.1/example/powerEnvelopeProfile#> ;
    rdfs:comment """A data point is a quantity that is extended with various pieces of process information, namely
 
- A creation time (instant). This is the point in time when the data point was created, which is not necessarily the time for which it is valid. In the case of soft-sensors or forecasters, a data point might have been created ahead of time, in the case of a direcet measurement a data point might created at its time of validity (or at the end of its validity time interval) and in the case of an archived value the data point might have been created after the fact.

 - A validity time (temporal entity) which will be named "time stamp". The validity time is the instant or interval in time in which a specific quantity is in effect. For example a room temperature might be measured at 12:00, which means it is in effect at this very instant. A specific amount of energy might me expended within the time-slot between 12:30 and 12:45, which means that the energy measurement is in effect during this time interval.

 - A location or topological association. For example, a measurement might be taken in a specific room, a power avarage might have been measured by a specific meter, a forecast might be valid for a specific region or grid segment. This association is therefore not always a location."""@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:onClass time:Interval ;
            owl:onProperty s4ener:hasEffectivePeriod ;
            owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ],
        [ a owl:Restriction ;
            owl:allValuesFrom s4ener:Usage ;
            owl:onProperty s4ener:hasUsage ],
        [ a owl:Restriction ;
            owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
            owl:onProperty s4ener:hasCreationTime ],
        [ a owl:Restriction ;
            owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
            owl:onProperty s4ener:hasQuantile ],
        [ a owl:Restriction ;
            owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
            owl:onProperty s4ener:hasUpdateRate ],
        saref:Measurement ;
    ns1:hiddenLabel "DataPoint" .