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

Merge branch 'develop' into 'master'

Added labels to concepts. Issue #6.

See merge request stf/stf-566/saref4wear!27
parents 04e8e541 dbe1ff63
Loading
Loading
Loading
Loading
+8 −4
Original line number Diff line number Diff line
@@ -624,7 +624,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
@@ -645,12 +646,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
@@ -754,7 +757,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