Skip to content
Snippets Groups Projects
Commit 1b92eb63 authored by Mauro Dragoni's avatar Mauro Dragoni
Browse files

Added labels to concepts. Issue #6.

parent 41770cb8
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment