s4ener:EndTime — End time

IRI
https://saref.etsi.org/saref4ener/EndTime
Is defined by
https://saref.etsi.org/saref4ener/v1.1.2/
https://saref.etsi.org/saref4ener/v1.2.1/
Is referenced by
https://saref.etsi.org/saref4ener/v1.1.2/
https://saref.etsi.org/saref4ener/v1.1.2/example/heatingsystem#
https://saref.etsi.org/saref4ener/v1.2.1/
Download serialization
License

Definition of s4ener:EndTime

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

The endTime of a power sequence. If the value is available, it SHALL be denoted here. Otherwise the element SHALL be omitted. The end time of a slot MAY be stated in this element. The following equation SHALL apply: endTime - startTime = defaultDuration.

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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix s4ener: <https://saref.etsi.org/saref4ener/> .
@prefix saref: <https://saref.etsi.org/core/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

s4ener:PowerSequence rdfs:subClassOf [ a owl:Restriction ;
            owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
            owl:onClass s4ener:EndTime ;
            owl:onProperty saref:hasTime ] .

s4ener:Slot rdfs:subClassOf [ a owl:Restriction ;
            owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
            owl:onClass s4ener:EndTime ;
            owl:onProperty saref:hasTime ] .

<https://saref.etsi.org/saref4ener/v1.1.2/example/heatingsystem#> dct:references s4ener:EndTime .

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

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

s4ener:EndTime a owl:Class ;
    rdfs:label "End time"@en ;
    dct:isReferencedBy <https://saref.etsi.org/saref4ener/v1.1.2/>,
        <https://saref.etsi.org/saref4ener/v1.1.2/example/heatingsystem#>,
        <https://saref.etsi.org/saref4ener/v1.2.1/> ;
    rdfs:comment """The endTime of a power sequence. If the value is available, it SHALL be denoted here. Otherwise the element SHALL be omitted.
The end time of a slot MAY be stated in this element. The following equation SHALL apply: endTime - startTime = defaultDuration."""@en ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4ener/v1.1.2/>,
        <https://saref.etsi.org/saref4ener/v1.2.1/> ;
    rdfs:seeAlso <https://saref.etsi.org/saref4ener/v1.1.2/>,
        <https://saref.etsi.org/saref4ener/v1.2.1/> ;
    rdfs:subClassOf <http://www.w3.org/2006/time#TemporalEntity> ;
    ns1:hiddenLabel "EndTime" .