From a8853d47f9bddf515702ab716dfcd118f0d03aa2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rau=CC=81l=20Garci=CC=81a=20Castro?= <rgarcia@fi.upm.es>
Date: Thu, 16 Apr 2020 14:57:12 +0200
Subject: [PATCH] In order for a Wearer to have a location it must be a Spatial
 Object.

---
 ontology/saref4wear.ttl | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ontology/saref4wear.ttl b/ontology/saref4wear.ttl
index d7a0601..93dfbd1 100644
--- a/ontology/saref4wear.ttl
+++ b/ontology/saref4wear.ttl
@@ -816,7 +816,8 @@ s4wear:WearableComponent rdf:type owl:Class .
 
 ###  https://saref.etsi.org/saref4wear/Wearer
 s4wear:Wearer rdf:type owl:Class ;
-              rdfs:subClassOf [ owl:intersectionOf ( saref:FeatureOfInterest
+              rdfs:subClassOf geosp:SpatialObject ,
+                              [ owl:intersectionOf ( saref:FeatureOfInterest
                                                      [ rdf:type owl:Restriction ;
                                                        owl:onProperty s4wear:isSensedBy ;
                                                        owl:someValuesFrom s4wear:Wearable
-- 
GitLab