Commit 11465f24 authored by Raul Garcia-Castro's avatar Raul Garcia-Castro
Browse files

Added the hierarchy of properties.

parent 2286c0ad
Loading
Loading
Loading
Loading
+56 −0
Original line number Original line Diff line number Diff line
@@ -639,6 +639,13 @@ s4wear:Biometric rdf:type owl:Class ;
                 rdfs:label "Biometric information"@en .
                 rdfs:label "Biometric information"@en .




###  https://saref.etsi.org/saref4wear/BiometricProperty
s4wear:BiometricProperty rdf:type owl:Class ;
                         rdfs:subClassOf s4wear:WearerProperty ;
                         rdfs:comment "Class to group those properties related to the biometric characteristics of wearers."@en ;
                         rdfs:label "Biometric property"@en .


###  https://saref.etsi.org/saref4wear/CommunicationFunction
###  https://saref.etsi.org/saref4wear/CommunicationFunction
s4wear:CommunicationFunction rdf:type owl:Class ;
s4wear:CommunicationFunction rdf:type owl:Class ;
                             rdfs:subClassOf saref:Function ;
                             rdfs:subClassOf saref:Function ;
@@ -651,18 +658,53 @@ s4wear:ControlFunction rdf:type owl:Class ;
                       rdfs:label "Control function"@en .
                       rdfs:label "Control function"@en .




###  https://saref.etsi.org/saref4wear/CrowdProperty
s4wear:CrowdProperty rdf:type owl:Class ;
                     rdfs:subClassOf saref:Property ;
                     rdfs:comment "Class to group those properties related to crowds."@en ;
                     rdfs:label "Crowd property"@en .


###  https://saref.etsi.org/saref4wear/ElectricalProperty
s4wear:ElectricalProperty rdf:type owl:Class ;
                          rdfs:subClassOf saref:WearableProperty ;
                          rdfs:comment "Class to group those electrical properties related to wearables."@en ;
                          rdfs:label "Electrical property"@en .


###  https://saref.etsi.org/saref4wear/ElectricalSafety
###  https://saref.etsi.org/saref4wear/ElectricalSafety
s4wear:ElectricalSafety rdf:type owl:Class ;
s4wear:ElectricalSafety rdf:type owl:Class ;
                        rdfs:subClassOf s4wear:Information ;
                        rdfs:subClassOf s4wear:Information ;
                        rdfs:label "Electrical safety information"@en .
                        rdfs:label "Electrical safety information"@en .




###  https://saref.etsi.org/saref4wear/ElectricalSafetyProperty
s4wear:ElectricalSafetyProperty rdf:type owl:Class ;
                                rdfs:subClassOf saref:WearableProperty ;
                                rdfs:comment "Class to group those electrical safety properties related to wearables."@en ;
                                rdfs:label "Electrical safety property"@en .


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




###  https://saref.etsi.org/saref4wear/EmissionProperty
s4wear:EmissionProperty rdf:type owl:Class ;
                        rdfs:subClassOf saref:WearableProperty ;
                        rdfs:comment "Class to group those emission properties related to wearables."@en ;
                        rdfs:label "Emission property"@en .


###  https://saref.etsi.org/saref4wear/EnvironmentalProperty
s4wear:EnvironmentalProperty rdf:type owl:Class ;
                             rdfs:subClassOf saref:Property ;
                             rdfs:comment "Class to group those properties related to the environment of a wearer."@en ;
                             rdfs:label "Environmental property"@en .


###  https://saref.etsi.org/saref4wear/FabricWearable
###  https://saref.etsi.org/saref4wear/FabricWearable
s4wear:FabricWearable rdf:type owl:Class ;
s4wear:FabricWearable rdf:type owl:Class ;
                      rdfs:subClassOf s4wear:TextileBasedWearable ;
                      rdfs:subClassOf s4wear:TextileBasedWearable ;
@@ -801,6 +843,13 @@ s4wear:WearableComponent rdf:type owl:Class ;
                         rdfs:label "Wearable component"@en .
                         rdfs:label "Wearable component"@en .




###  https://saref.etsi.org/saref4wear/WearableProperty
s4wear:WearableProperty rdf:type owl:Class ;
                        rdfs:subClassOf saref:Property ;
                        rdfs:comment "Class to group those properties related to wearables."@en ;
                        rdfs:label "Wearable property"@en .


###  https://saref.etsi.org/saref4wear/Wearer
###  https://saref.etsi.org/saref4wear/Wearer
s4wear:Wearer rdf:type owl:Class ;
s4wear:Wearer rdf:type owl:Class ;
              rdfs:subClassOf geosp:SpatialObject ,
              rdfs:subClassOf geosp:SpatialObject ,
@@ -817,6 +866,13 @@ The definition of this concept satisfies the requirement WEAR-2."@en ;
              rdfs:label "Wearer"@en .
              rdfs:label "Wearer"@en .




###  https://saref.etsi.org/saref4wear/WearerProperty
s4wear:WearerProperty rdf:type owl:Class ;
                      rdfs:subClassOf saref:Property ;
                      rdfs:comment "Class to group those properties related to wearers."@en ;
                      rdfs:label "Wearer property"@en .


#################################################################
#################################################################
#    Individuals
#    Individuals
#################################################################
#################################################################