From 5b9f9e4533971c8337c8f8a7bb954e635e1e5de6 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:26:33 +0200
Subject: [PATCH] Changed the domain of sendsNotificationsTo to Wearable, since
 a Device does not have the notion of having a Wearer (and the Wearable does).

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

diff --git a/ontology/saref4wear.ttl b/ontology/saref4wear.ttl
index d7a0601..c783d6e 100644
--- a/ontology/saref4wear.ttl
+++ b/ontology/saref4wear.ttl
@@ -299,7 +299,7 @@ s4wear:sendsInformationTo rdf:type owl:ObjectProperty ;
 ###  https://saref.etsi.org/saref4wear/sendsNotificationsTo
 s4wear:sendsNotificationsTo rdf:type owl:ObjectProperty ;
                             rdfs:subPropertyOf s4syst:connectedTo ;
-                            rdfs:domain saref:Device ;
+                            rdfs:domain s4wear:Wearable ;
                             rdfs:range s4wear:Wearer .
 
 
-- 
GitLab