s4ener:hasDuration — duration in xsd

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

Definition of s4ener:hasDuration

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

This property specifies that the componenrt has a duration attribute further specified in the subproperty This property is suggested to be added to SAREF4Ener_v2 to replace the time:TemporalEntity and/or time:DurationDescription.

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

s4ener:hasActivationDelay rdfs:subPropertyOf s4ener:hasDuration .

s4ener:hasActivationDelayMax rdfs:subPropertyOf s4ener:hasDuration .

s4ener:hasActiveDurationMax rdfs:subPropertyOf s4ener:hasDuration .

s4ener:hasActiveDurationMin rdfs:subPropertyOf s4ener:hasDuration .

s4ener:hasActiveDurationSumMax rdfs:subPropertyOf s4ener:hasDuration .

s4ener:hasActiveDurationSumMin rdfs:subPropertyOf s4ener:hasDuration .

s4ener:hasDurationDefault rdfs:subPropertyOf s4ener:hasDuration .

s4ener:hasDurationMin rdfs:subPropertyOf s4ener:hasDuration .

s4ener:hasFailsafeDuration rdfs:subPropertyOf s4ener:hasDuration .

s4ener:hasMaxPauseBefore rdfs:subPropertyOf s4ener:hasDuration .

s4ener:hasMaxPauseDuration rdfs:subPropertyOf s4ener:hasDuration .

s4ener:hasPowerLimitDuration rdfs:subPropertyOf s4ener:hasDuration .

s4ener:hasTransitionDuration rdfs:subPropertyOf s4ener:hasDuration .

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

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

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

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

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

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

s4ener:hasDuration a owl:DatatypeProperty ;
    rdfs:label "duration in xsd "@en ;
    dct:isReferencedBy <https://saref.etsi.org/saref4ener/v1.2.1/>,
        <https://saref.etsi.org/saref4ener/v1.2.1/example/fillRateProfile#>,
        <https://saref.etsi.org/saref4ener/v1.2.1/example/operationModeProfile#>,
        <https://saref.etsi.org/saref4ener/v2.1.1/>,
        <https://saref.etsi.org/saref4ener/v2.1.1/example/fillRateProfile#>,
        <https://saref.etsi.org/saref4ener/v2.1.1/example/operationModeProfile#> ;
    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,
        """This property specifies that the componenrt has a duration attribute further specified in the subproperty

This property is suggested to be added to SAREF4Ener_v2 to replace the time:TemporalEntity and/or time:DurationDescription."""@en ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4ener/v1.2.1/>,
        <https://saref.etsi.org/saref4ener/v2.1.1/> ;
    rdfs:range xsd:duration ;
    rdfs:seeAlso <https://saref.etsi.org/saref4ener/v1.2.1/>,
        <https://saref.etsi.org/saref4ener/v2.1.1/> ;
    ns1:hiddenLabel "hasDuration" .