Commit 945819b1 authored by Mauro Dragoni's avatar Mauro Dragoni
Browse files

Merge branch 'develop' into 'master'

Renamed CommunicationFunction to CommunicatingFunction and put as subclass of...

Closes #21

See merge request stf/stf-566/saref4wear!39
parents e04ff818 e09faadf
Loading
Loading
Loading
Loading
+8 −3
Original line number Diff line number Diff line
@@ -515,6 +515,11 @@ saref:Device rdf:type owl:Class ;
             rdfs:label "Device"@en .


###  https://saref.etsi.org/core/EventFunction
saref:EventFunction rdf:type owl:Class ;
                    rdfs:subClassOf saref:Function .


###  https://saref.etsi.org/core/FeatureOfInterest
saref:FeatureOfInterest rdf:type owl:Class .

@@ -641,9 +646,9 @@ s4wear:BiometricProperty rdf:type owl:Class ;
                         rdfs:label "Biometric property"@en .


###  https://saref.etsi.org/saref4wear/CommunicationFunction
s4wear:CommunicationFunction rdf:type owl:Class ;
                             rdfs:subClassOf saref:Function ;
###  https://saref.etsi.org/saref4wear/CommunicatingFunction
s4wear:CommunicatingFunction rdf:type owl:Class ;
                             rdfs:subClassOf saref:EventFunction ;
                             rdfs:label "Communication function"@en .