Commit 7c7760b2 authored by Raul Garcia-Castro's avatar Raul Garcia-Castro
Browse files

Added individuals of properties.

parent fc073136
Loading
Loading
Loading
Loading
+77 −1
Original line number Diff line number Diff line
@@ -891,4 +891,80 @@ s4wear:WearerProperty rdf:type owl:Class ;
                                                        foaf:name "Mauro Dragoni" .


###  Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi
###  https://saref.etsi.org/saref4wear/AcousticEmission
s4wear:AcousticEmission rdf:type owl:NamedIndividual ,
                                 s4wear:EmissionProperty ;
                        rdfs:comment "The acoustic emission of the wearable."@en ;
                        rdfs:label "Acoustic emission"@en .


###  https://saref.etsi.org/saref4wear/AirQuality
s4wear:AirQuality rdf:type owl:NamedIndividual ,
                           s4wear:EnvironmentalProperty ;
                  rdfs:comment "The quality of air in the environment."@en ;
                  rdfs:label "Air quality"@en .


###  https://saref.etsi.org/saref4wear/BatteryRemainingTime
s4wear:BatteryRemainingTime rdf:type owl:NamedIndividual ,
                                     s4wear:ElectricalProperty ;
                            rdfs:comment "The time until the battery of the wearable is discharged."@en ;
                            rdfs:label "Battery remaining time"@en .


###  https://saref.etsi.org/saref4wear/CrowdSize
s4wear:CrowdSize rdf:type owl:NamedIndividual ,
                          s4wear:CrowdProperty ;
                 rdfs:comment "The size of a crowd."@en ;
                 rdfs:label "Crowd size"@en .


###  https://saref.etsi.org/saref4wear/HeartRate
s4wear:HeartRate rdf:type owl:NamedIndividual ,
                          s4wear:BiometricProperty ;
                 rdfs:comment "The heart rate of the wearer."@en ;
                 rdfs:label "Heart rate"@en .


###  https://saref.etsi.org/saref4wear/HeatEmission
s4wear:HeatEmission rdf:type owl:NamedIndividual ,
                             s4wear:EmissionProperty ;
                    rdfs:comment "The heat emission of the wearable."@en ;
                    rdfs:label "Heat emission"@en .


###  https://saref.etsi.org/saref4wear/QueueSize
s4wear:QueueSize rdf:type owl:NamedIndividual ,
                          s4wear:CrowdProperty ;
                 rdfs:comment "The size of a queue."@en ;
                 rdfs:label "Queue size"@en .


###  https://saref.etsi.org/saref4wear/RadioFrequencyEmission
s4wear:RadioFrequencyEmission rdf:type owl:NamedIndividual ,
                                       s4wear:EmissionProperty ;
                              rdfs:comment "The radio frequency emission of the wearable."@en ;
                              rdfs:label "Radio frequency emission"@en .


###  https://saref.etsi.org/saref4wear/SoundLevel
s4wear:SoundLevel rdf:type owl:NamedIndividual ,
                           s4wear:EnvironmentalProperty ;
                  rdfs:comment "The level of sound in the environment."@en ;
                  rdfs:label "Sound level"@en .


###  https://saref.etsi.org/saref4wear/Temperature
s4wear:Temperature rdf:type owl:NamedIndividual ,
                            s4wear:EnvironmentalProperty ;
                   rdfs:comment "The temperature of the environment."@en ;
                   rdfs:label "Temperature"@en .


###  https://saref.etsi.org/saref4wear/WearerTemperature
s4wear:WearerTemperature rdf:type owl:NamedIndividual ,
                                  s4wear:BiometricProperty ;
                         rdfs:comment "The temperature of the wearer."@en ;
                         rdfs:label "Wearer temperature"@en .