Commit 38330bcf authored by Maxime Lefrançois's avatar Maxime Lefrançois
Browse files

Close #12

parent 0821367a
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -645,7 +645,7 @@ saref:LightSwitch rdf:type owl:Class ;
                                    owl:someValuesFrom saref:OnOffState
                                    owl:someValuesFrom saref:OnOffState
                                  ] ,
                                  ] ,
                                  [ rdf:type owl:Restriction ;
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty saref:measuresProperty ;
                                    owl:onProperty saref:controlsProperty ;
                                    owl:someValuesFrom saref:Light
                                    owl:someValuesFrom saref:Light
                                  ] ,
                                  ] ,
                                  [ rdf:type owl:Restriction ;
                                  [ rdf:type owl:Restriction ;
@@ -656,7 +656,7 @@ saref:LightSwitch rdf:type owl:Class ;
                                    owl:onProperty saref:accomplishes ;
                                    owl:onProperty saref:accomplishes ;
                                    owl:hasValue saref:Lighting
                                    owl:hasValue saref:Lighting
                                  ] ;
                                  ] ;
                  rdfs:comment "A device of category saref:Actuator that consists of a switch, accomplishes the task saref:Lighting, 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."^^xsd:string ;
                  rdfs:comment "A device of category saref:Actuator that consists of a switch, accomplishes the task saref:Lighting, 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."^^xsd:string ;
                  rdfs:label "Light switch"^^xsd:string .
                  rdfs:label "Light switch"^^xsd:string .