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

closes #2

parent 2f69078d
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -307,6 +307,7 @@ s4ener:EnergyStandardDeviation
s4ener:EventActionConsume
  rdf:type owl:Class ;
  rdfs:label "Event action consume"@en ;
  rdfs:comment "An action type used to express a consume action to be performed as a consequence of an event used to send overload warning severity level and related load control commands to a device (e.g. a household appliance or a smart meter)."@en ;
  rdfs:subClassOf s4ener:LoadControlEventAction ;
  owl:oneOf (
      s4ener:Pause
@@ -320,6 +321,7 @@ s4ener:EventActionConsume
s4ener:EventActionProduce
  rdf:type owl:Class ;
  rdfs:label "Event action produce"@en ;
  rdfs:comment "An action type used to express a produce action to be performed as a consequence of an event used to send overload warning severity level and related load control commands to a device (e.g. a household appliance or a smart meter)."@en ;
  rdfs:subClassOf s4ener:LoadControlEventAction ;
  owl:oneOf (
      s4ener:Pause
@@ -332,6 +334,7 @@ s4ener:EventActionProduce
.
s4ener:EventStateConsume
  rdf:type owl:Class ;
  rdfs:comment "In the load control, it expresses a consume state of an event used to send overload warning severity level and related load control commands to a device (e.g. a household appliance or a smart meter)."@en ;
  rdfs:label "Event state consume"@en ;
  rdfs:subClassOf s4ener:LoadControlEventState ;
  owl:oneOf (
@@ -345,6 +348,7 @@ s4ener:EventStateConsume
.
s4ener:EventStateProduce
  rdf:type owl:Class ;
  rdfs:comment "In the load control, it expresses a produce state of an event an event used to send overload warning severity level and related load control commands to a device (e.g. a household appliance or a smart meter)."@en ;
  rdfs:label "Event state produce"@en ;
  rdfs:subClassOf s4ener:LoadControlEventState ;
  owl:oneOf (
@@ -1255,11 +1259,13 @@ s4ener:Invalid
.
s4ener:isPausable
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "Specifies if the power sequence is pausable."@en ;
  rdfs:label "is pausable"@en ;
  rdfs:range xsd:boolean ;
.
s4ener:isStoppable
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "Specifies if the power sequence is stoppable."@en ;
  rdfs:label "is stoppable"@en ;
  rdfs:range xsd:boolean ;
.
@@ -1467,6 +1473,7 @@ s4ener:supportsSingleSlotSchedulingOnly
.
s4ener:taskIdentifier
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "Represents the task identifier of the power sequence."@en ;
  rdfs:label "task identifier"@en ;
  rdfs:range xsd:unsignedInt ;
.