Commit 2f69078d authored by Maxime Lefrançois's avatar Maxime Lefrançois
Browse files

closes #3

parent e7b91c8b
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -199,7 +199,7 @@ s4ener:Slot-3-HS0001
s4ener:StartTimeDurationDescription_1
s4ener:StartTimeDurationDescription_1
  rdf:type s4ener:StartTimeDurationDescription ;
  rdf:type s4ener:StartTimeDurationDescription ;
  rdfs:label "Start time duration description 1"^^xsd:string ;
  rdfs:label "Start time duration description 1"^^xsd:string ;
  s4ener:xsdDuration "PT0H5M"^^xsd:duration ;
  s4ener:xsdDuration "PT0H5M" ;
.
.
s4ener:StartTime_1
s4ener:StartTime_1
  rdf:type s4ener:StartTime ;
  rdf:type s4ener:StartTime ;
+5 −18
Original line number Original line Diff line number Diff line
@@ -1524,28 +1524,15 @@ s4ener:vendorName
  rdfs:label "vendor name"@en ;
  rdfs:label "vendor name"@en ;
  rdfs:range xsd:string ;
  rdfs:range xsd:string ;
.
.
xsd:duration a rdfs:Datatype .
s4ener:xsdDuration
s4ener:xsdDuration
  rdf:type owl:DatatypeProperty ;
  rdf:type owl:DatatypeProperty ;
  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:
  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 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 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 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)."""@en ;
- 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:label "duration in xsd "@en ;
  rdfs:label "duration in xsd "@en ;
  rdfs:range xsd:duration ;
.
.
 No newline at end of file
[
  rdf:type owl:Class ;
  owl:unionOf (
      xsd:int
      xsd:double
    ) ;
].
[
  rdf:type owl:Class ;
  owl:unionOf (
      xsd:int
      xsd:double
    ) ;
].