Commit 97b2ac14 authored by Maxime Lefrançois's avatar Maxime Lefrançois
Browse files

Merge branch 'issue-22' into 'develop-v2.1.1'

Closes #22.

Closes #22

See merge request !12
parents 1388a240 702da888
Loading
Loading
Loading
Loading
Loading
+4 −4
Original line number Original line Diff line number Diff line
@@ -614,11 +614,11 @@ saref:Device rdf:type owl:Class ;
             rdfs:label "Device"@en .
             rdfs:label "Device"@en .




###  https://saref.etsi.org/core/EventFunction
###  https://saref.etsi.org/s4wear/NotifyingFunction
saref:EventFunction rdf:type owl:Class ;
s4wear:NotifyingFunction rdf:type owl:Class ;
                    rdfs:subClassOf saref:Function ;
                    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: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
###  https://saref.etsi.org/core/FeatureOfInterest
@@ -756,7 +756,7 @@ s4wear:BiometricProperty rdf:type owl:Class ;


###  https://saref.etsi.org/saref4wear/CommunicatingFunction
###  https://saref.etsi.org/saref4wear/CommunicatingFunction
s4wear:CommunicatingFunction rdf:type owl:Class ;
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:comment "A function that allows a device to communicate with another device."@en ;
                             rdfs:label "Communicating function"@en .
                             rdfs:label "Communicating function"@en .