Definition of s4ener:hasCreationTime
Defined in https://saref.etsi.org/saref4ener/v1.2.1/ as:
The time instant that defines the creation time of a data point or quantity or forecast or similar entities. This is not the same as the time at which the quantity is in effect. For example, if a temperature is forecasted today at 12:30 (creation time of the forecast) for the following day at 14:45 (time when the temperature is expected to be in effect), the this instant should be 12:30 of today. 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.
Definition as a Datatype Property
- has range
- xsd:dateTimeStamp
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/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
s4ener:DataPoint rdfs:subClassOf [ a owl:Restriction ;
owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty s4ener:hasCreationTime ] .
s4ener:FlexOffer rdfs:subClassOf [ a owl:Restriction ;
owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty s4ener:hasCreationTime ] .
s4ener:FlexRequest rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom xsd:dateTime ;
owl:onProperty s4ener:hasCreationTime ] .
s4ener:TimeSeries rdfs:subClassOf [ a owl:Restriction ;
owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty s4ener:hasCreationTime ] .
<https://saref.etsi.org/saref4ener/v1.2.1/example/incentiveTable#> dct:references s4ener:hasCreationTime .
<https://saref.etsi.org/saref4ener/v2.1.1/example/incentiveTable#> dct:references s4ener:hasCreationTime .
<https://saref.etsi.org/saref4ener/v1.2.1/> dct:references s4ener:hasCreationTime ;
dct:subject s4ener:hasCreationTime .
<https://saref.etsi.org/saref4ener/v2.1.1/> dct:references s4ener:hasCreationTime ;
dct:subject s4ener:hasCreationTime .
s4ener:hasCreationTime a owl:DatatypeProperty ;
rdfs:label "has creation time"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4ener/v1.2.1/>,
<https://saref.etsi.org/saref4ener/v1.2.1/example/incentiveTable#>,
<https://saref.etsi.org/saref4ener/v2.1.1/>,
<https://saref.etsi.org/saref4ener/v2.1.1/example/incentiveTable#> ;
rdfs:comment """The time instant that defines the creation time of a data point or quantity or forecast or similar entities. This is not the same as the time at which the quantity is in effect. For example, if a temperature is forecasted today at 12:30 (creation time of the forecast) for the following day at 14:45 (time when the temperature is expected to be in effect), the this instant should be 12:30 of today.
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."""@en ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4ener/v1.2.1/>,
<https://saref.etsi.org/saref4ener/v2.1.1/> ;
rdfs:range xsd:dateTimeStamp ;
rdfs:seeAlso <https://saref.etsi.org/saref4ener/v1.2.1/>,
<https://saref.etsi.org/saref4ener/v2.1.1/> ;
ns1:hiddenLabel "hasCreationTime" .