Commit 20e9b2c5 authored by Raul Garcia-Castro's avatar Raul Garcia-Castro
Browse files

Merge branch 'fix-9' into 'master'

Implemented the changes that were not merged correctly

See merge request stf/stf-566/saref4wear!28
parents cc1b5ddb 70ea0725
Loading
Loading
Loading
Loading
+4 −7
Original line number Original line Diff line number Diff line
@@ -633,11 +633,6 @@ s4wear:ActuableObject rdf:type owl:Class ;
                      rdfs:label "Actuable object"@en .
                      rdfs:label "Actuable object"@en .




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


###  https://saref.etsi.org/saref4wear/Biometric
###  https://saref.etsi.org/saref4wear/Biometric
s4wear:Biometric rdf:type owl:Class ;
s4wear:Biometric rdf:type owl:Class ;
                 rdfs:subClassOf s4wear:Information ;
                 rdfs:subClassOf s4wear:Information ;
@@ -794,7 +789,8 @@ s4wear:User rdf:type owl:Class ;


###  https://saref.etsi.org/saref4wear/Wearable
###  https://saref.etsi.org/saref4wear/Wearable
s4wear:Wearable rdf:type owl:Class ;
s4wear:Wearable rdf:type owl:Class ;
                rdfs:subClassOf saref:Device ;
                rdfs:subClassOf saref:Device ,
                                geosp:Feature ;
                rdfs:comment "A wearable device is a device that is intended to be located near, on or in an organism.
                rdfs:comment "A wearable device is a device that is intended to be located near, on or in an organism.
The definition of this concept satisfies the requirement WEAR-1."@en ;
The definition of this concept satisfies the requirement WEAR-1."@en ;
                rdfs:label "Wearable device"@en .
                rdfs:label "Wearable device"@en .
@@ -807,7 +803,8 @@ s4wear:WearableComponent rdf:type owl:Class ;


###  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 [ owl:intersectionOf ( s4wear:LivingOrganism
              rdfs:subClassOf geosp:SpatialObject ,
                              [ owl:intersectionOf ( s4wear:LivingOrganism
                                                     [ rdf:type owl:Restriction ;
                                                     [ rdf:type owl:Restriction ;
                                                       owl:onProperty s4wear:isSensedBy ;
                                                       owl:onProperty s4wear:isSensedBy ;
                                                       owl:someValuesFrom s4wear:Wearable
                                                       owl:someValuesFrom s4wear:Wearable