From 2b5800bdf2219aafee78cffe9a2db8b169d7d494 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 15:42:39 +0200 Subject: [PATCH] Defined Wearable as a subclass of a geosp:Feature so it is a spatial feature with a location and so on. --- ontology/saref4wear.ttl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ontology/saref4wear.ttl b/ontology/saref4wear.ttl index d7a0601..f547445 100644 --- a/ontology/saref4wear.ttl +++ b/ontology/saref4wear.ttl @@ -804,7 +804,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 . -- GitLab