Commit 2a7bbd26 authored by Raul Garcia-Castro's avatar Raul Garcia-Castro
Browse files

Fixed documentation of OnState and OffState.

Closes #39.
parent a0dcc7a7
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -770,7 +770,7 @@ saref:OffCommand rdf:type owl:Class ;
###  https://saref.etsi.org/OffState
###  https://saref.etsi.org/OffState
saref:OffState rdf:type owl:Class ;
saref:OffState rdf:type owl:Class ;
               rdfs:subClassOf saref:OnOffState ;
               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 .
               rdfs:label "Off state"@en .




@@ -806,7 +806,7 @@ saref:OnOffState rdf:type owl:Class ;
###  https://saref.etsi.org/OnState
###  https://saref.etsi.org/OnState
saref:OnState rdf:type owl:Class ;
saref:OnState rdf:type owl:Class ;
              rdfs:subClassOf saref:OnOffState ;
              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 .
              rdfs:label "On state"@en .