Commit 1b92eb63 authored by Mauro Dragoni's avatar Mauro Dragoni
Browse files

Added labels to concepts. Issue #6.

parent 41770cb8
Loading
Loading
Loading
Loading
+8 −4
Original line number Diff line number Diff line
@@ -629,7 +629,8 @@ s4city:Facility rdf:type owl:Class ;

###  https://saref.etsi.org/saref4wear/ActionFunction
s4wear:ActionFunction rdf:type owl:Class ;
                      rdfs:subClassOf saref:Function .
                      rdfs:subClassOf saref:Function ;
                      rdfs:label "Action function"@en .


###  https://saref.etsi.org/saref4wear/ActuableObject
@@ -650,12 +651,14 @@ s4wear:Biometric rdf:type owl:Class ;

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


###  https://saref.etsi.org/saref4wear/ControlFunction
s4wear:ControlFunction rdf:type owl:Class ;
                       rdfs:subClassOf saref:Function .
                       rdfs:subClassOf saref:Function ;
                       rdfs:label "Control function"@en .


###  https://saref.etsi.org/saref4wear/ElectricalSafety
@@ -759,7 +762,8 @@ s4wear:PowerSupply rdf:type owl:Class ;

###  https://saref.etsi.org/saref4wear/Software
s4wear:Software rdf:type owl:Class ;
                rdfs:subClassOf saref:FeatureOfInterest .
                rdfs:subClassOf saref:FeatureOfInterest ;
                rdfs:label "Software"@en .


###  https://saref.etsi.org/saref4wear/TextileBasedDevice