Unverified Commit 702da888 authored by dragoni's avatar dragoni Committed by Maxime Lefrançois
Browse files

Addressed issue #22.

parent 3e526aa9
Loading
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -629,11 +629,11 @@ saref:Device rdf:type owl:Class ;
             rdfs:label "Device"@en .


###  https://saref.etsi.org/core/EventFunction
saref:EventFunction rdf:type owl:Class ;
###  https://saref.etsi.org/s4wear/NotifyingFunction
s4wear:NotifyingFunction rdf:type owl:Class ;
                    rdfs:subClassOf saref:Function ;
                    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."@en ;
                    rdfs:label "Event function"@en .
                    rdfs:label "Notifying function"@en .


###  https://saref.etsi.org/core/FeatureOfInterest
@@ -771,7 +771,7 @@ s4wear:BiometricProperty rdf:type owl:Class ;

###  https://saref.etsi.org/saref4wear/CommunicatingFunction
s4wear:CommunicatingFunction rdf:type owl:Class ;
                             rdfs:subClassOf saref:EventFunction ;
                             rdfs:subClassOf s4wear:NotifyingFunction ;
                             rdfs:comment "A function that allows a device to communicate with another device."@en ;
                             rdfs:label "Communicating function"@en .