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

Merge branch 'issue-39' into 'master'

Fixed documentation of OnState and OffState.

Closes #39

See merge request SAREF/saref-core!25
parents 1ee8b1bd 2a7bbd26
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -766,7 +766,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 .


@@ -802,7 +802,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 .