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

Updated the definition of EventFunction. Solves issue #18

parent 01de499d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -484,7 +484,7 @@ saref:EventFunction rdf:type owl:Class ;
                                      owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                      owl:onClass saref:Measurement
                                    ] ;
                    rdfs:comment "A function that allows to notify another device that a certain threshold value has been exceeded."^^xsd:string ;
                    rdfs:comment "A function that allows to notify about some relevant activity; e.g., that a certain threshold value has been exceeded or that some object has moved."^^xsd:string ;
                    rdfs:label "Event function"^^xsd:string .


@@ -1033,7 +1033,7 @@ saref:SmokeSensor rdf:type owl:Class ;
                                    owl:onProperty saref:measuresProperty ;
                                    owl:someValuesFrom saref:Smoke
                                  ] ;
                  rdfs:comment "A sensor that performs the saref:SensingFunction and saref:EventFunction (which notifies that a certain threshold has been exceeded), and is used for the purpose of sensing a property of type saref:Smoke. A saref:SmokeSensor is typically used to saref:accomplish saref:Safety."^^xsd:string ;
                  rdfs:comment "A sensor that performs the saref:SensingFunction and the saref:EventFunction, and is used for the purpose of sensing a property of type saref:Smoke. A saref:SmokeSensor is typically used to saref:accomplish saref:Safety."^^xsd:string ;
                  rdfs:label "Smoke sensor"^^xsd:string .