Definition of s4ener:xsdDuration
Defined in https://saref.etsi.org/saref4ener/v1.1.2/ as:
This property is added to the time:DurationDescription class to allow to express time duration also as xsd:duration. This is necessary because in the EEBus/E@h model time is always expressed as xsd:duration. We use this property to express the following time information in the EEBus/E@h model: - the startTime of the power sequence (in the PowerSequence class). SHALL be present - the endTime of the power sequence (in the PowerSequence class). If the value is available, it SHALL be denoted here. Otherwise the element SHALL be omitted. - the startTime of measurement as absolute or relative value (in the Measurement class). - the endTime of measurement as absolute or relative value (in the Measurement class). The duration is expected to be described as in xsd:duration
Definition as a Datatype Property
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/> .
<https://saref.etsi.org/saref4ener/v1.1.2/example/heatingsystem#> dct:references s4ener:xsdDuration .
<https://saref.etsi.org/saref4ener/v1.1.2/> dct:references s4ener:xsdDuration ;
dct:subject s4ener:xsdDuration .
s4ener:xsdDuration a owl:DatatypeProperty ;
rdfs:label "duration in xsd "@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4ener/v1.1.2/>,
<https://saref.etsi.org/saref4ener/v1.1.2/example/heatingsystem#> ;
rdfs:comment """This property is added to the time:DurationDescription class to allow to express time duration also as xsd:duration. This is necessary because in the EEBus/E@h model time is always expressed as xsd:duration. We use this property to express the following time information in the EEBus/E@h model:
- the startTime of the power sequence (in the PowerSequence class). SHALL be present
- the endTime of the power sequence (in the PowerSequence class). If the value is available, it SHALL be denoted here. Otherwise the element SHALL be omitted.
- the startTime of measurement as absolute or relative value (in the Measurement class).
- the endTime of measurement as absolute or relative value (in the Measurement class).
The duration is expected to be described as in xsd:duration"""@en ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4ener/v1.1.2/> ;
rdfs:seeAlso <https://saref.etsi.org/saref4ener/v1.1.2/> ;
ns1:hiddenLabel "xsdDuration" .