From 2a7bbd26d0d30f461e1154cb186bf5a495439d32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rau=CC=81l=20Garci=CC=81a=20Castro?= Date: Thu, 3 Oct 2019 16:02:04 +0200 Subject: [PATCH] Fixed documentation of OnState and OffState. Closes #39. --- ontology/saref.ttl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ontology/saref.ttl b/ontology/saref.ttl index 2169cac..8a4a162 100644 --- a/ontology/saref.ttl +++ b/ontology/saref.ttl @@ -770,7 +770,7 @@ saref:OffCommand rdf:type owl:Class ; ### https://saref.etsi.org/OffState saref:OffState rdf:type owl:Class ; rdfs:subClassOf saref:OnOffState ; - rdfs:comment "The state of a device that is ON"@en ; + rdfs:comment "The state of a device that is Off"@en ; rdfs:label "Off state"@en . @@ -806,7 +806,7 @@ saref:OnOffState rdf:type owl:Class ; ### https://saref.etsi.org/OnState saref:OnState rdf:type owl:Class ; rdfs:subClassOf saref:OnOffState ; - rdfs:comment "The state of a device that is OFF "@en ; + rdfs:comment "The state of a device that is On"@en ; rdfs:label "On state"@en . -- GitLab