From 70ea0725504ecc9f65a9bdea7f588afa216d3230 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rau=CC=81l=20Garci=CC=81a=20Castro?= <rgarcia@fi.upm.es>
Date: Mon, 20 Apr 2020 17:42:14 +0200
Subject: [PATCH] Implemented the changes that were not merged correctly and
 removing the Area concept that suddenly appeared again.

---
 ontology/saref4wear.ttl | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/ontology/saref4wear.ttl b/ontology/saref4wear.ttl
index 2068b60..9132fa5 100644
--- a/ontology/saref4wear.ttl
+++ b/ontology/saref4wear.ttl
@@ -633,11 +633,6 @@ s4wear:ActuableObject rdf:type owl:Class ;
                       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
 s4wear:Biometric rdf:type owl:Class ;
                  rdfs:subClassOf s4wear:Information ;
@@ -794,7 +789,8 @@ s4wear:User rdf:type owl:Class ;
 
 ###  https://saref.etsi.org/saref4wear/Wearable
 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.
 The definition of this concept satisfies the requirement WEAR-1."@en ;
                 rdfs:label "Wearable device"@en .
@@ -807,7 +803,8 @@ s4wear:WearableComponent rdf:type owl:Class ;
 
 ###  https://saref.etsi.org/saref4wear/Wearer
 s4wear:Wearer rdf:type owl:Class ;
-              rdfs:subClassOf [ owl:intersectionOf ( s4wear:LivingOrganism
+              rdfs:subClassOf geosp:SpatialObject ,
+                              [ owl:intersectionOf ( s4wear:LivingOrganism
                                                      [ rdf:type owl:Restriction ;
                                                        owl:onProperty s4wear:isSensedBy ;
                                                        owl:someValuesFrom s4wear:Wearable
-- 
GitLab