Commit 259cf168 authored by Raul Garcia-Castro's avatar Raul Garcia-Castro
Browse files

Merge branch 'issue-12' into 'master'

Close Issue #12

Closes #12, #14, and #31

See merge request SAREF/saref-core!12
parents 3295622e 6a2f1173
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -629,14 +629,14 @@ saref:LightSwitch rdf:type owl:Class ;
                                    owl:someValuesFrom saref:OnOffState
                                  ] ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty saref:measuresProperty ;
                                    owl:onProperty saref:controlsProperty ;
                                    owl:someValuesFrom saref:Light
                                  ] ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty saref:offers ;
                                    owl:someValuesFrom saref:SwitchOnService
                                  ] ;
                  rdfs:comment "A device of category saref:Actuator that consists of a switch, performs the saref:OnOffFunction, measures the property saref:Light, and can be found in the state saref:OnOffState. It can offer a switch on service. A saref:LightSwitch is typically used to accomplish saref:Lighting."^^xsd:string ;
                  rdfs:comment "A switch that performs the saref:OnOffFunction, controls the property saref:Light, and can be found in the state saref:OnOffState. It can offer a switch on service. A saref:LightSwitch is typically used to accomplish saref:Lighting."^^xsd:string ;
                  rdfs:label "Light switch"^^xsd:string .