Commit e09faadf authored by Mauro Dragoni's avatar Mauro Dragoni
Browse files

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

Renamed CommunicationFunction to CommunicatingFunction and put as subclass of saref:EventFunction. Issue #21
parent 60a47764
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 .