From 1147996478262feaaba87a81a209d5fc8f2370b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20Lefran=C3=A7ois?= Date: Thu, 4 Jun 2020 19:18:52 +0200 Subject: [PATCH] closes #2 --- ontology/saref4ener.ttl | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ontology/saref4ener.ttl b/ontology/saref4ener.ttl index 5fe4096..49c12a5 100644 --- a/ontology/saref4ener.ttl +++ b/ontology/saref4ener.ttl @@ -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 ; . -- GitLab