From aab1824db062f9b6e33ada4e417ca60b0d126ab6 Mon Sep 17 00:00:00 2001
From: Marc Girod-Genet <marc.girod_genet@telecom-sudparis.eu>
Date: Thu, 13 Feb 2020 16:50:54 +0100
Subject: [PATCH] Replace saref4ehaw.ttl

---
 ontology/saref4ehaw.ttl | 30 +++++++++++++++---------------
 1 file changed, 15 insertions(+), 15 deletions(-)

diff --git a/ontology/saref4ehaw.ttl b/ontology/saref4ehaw.ttl
index 6571728..bba65c4 100644
--- a/ontology/saref4ehaw.ttl
+++ b/ontology/saref4ehaw.ttl
@@ -204,21 +204,6 @@ s4ehaw:hasInterfaceType rdf:type owl:ObjectProperty ;
                         rdfs:label "has interface type"@en .
 
 
-###  https://saref.etsi.org/s4ehaw/hasLocation
-s4ehaw:hasLocation rdf:type owl:ObjectProperty ;
-                   rdfs:domain s4ehaw:HealthDevice ,
-		               s4ehaw:FunctionalDevice ;
-                   rdfs:range  s4ehaw:Location ,
-                                    [ rdf:type owl:Class ;
-                                      owl:unionOf ( s4ehaw:BodySurface
-                                                    s4ehaw:Implant
-                                                  )
-                                    ] ;
-                   rdfs:comment "The location of an health device, i.e. its position against the body - on or in the body - and/or its geolocation." ,
-		                "The location of a functional device, i.e. its position against the body - on or in the body - and/or its geolocation." ;
-                   rdfs:label "has location"@en .
-
-
 ###  https://saref.etsi.org/s4ehaw/hasMesurement
 s4ehaw:hasMesurement rdf:type owl:ObjectProperty ;
                      rdfs:domain s4ehaw:Data ;
@@ -327,6 +312,21 @@ s4ehaw:isMeasuredIn rdf:type owl:ObjectProperty ;
                     rdfs:label "is measured in"@en .
 
 
+###  https://saref.etsi.org/s4ehaw/location
+s4ehaw:location rdf:type owl:ObjectProperty ;
+                   rdfs:domain s4ehaw:HealthDevice ,
+		               s4ehaw:FunctionalDevice ;
+                   rdfs:range  s4ehaw:Location ,
+                                    [ rdf:type owl:Class ;
+                                      owl:unionOf ( s4ehaw:BodySurface
+                                                    s4ehaw:Implant
+                                                  )
+                                    ] ;
+                   rdfs:comment "The location of an health device, i.e. its position against the body - on or in the body - and/or its geolocation." ,
+		                "The location of a functional device, i.e. its position against the body - on or in the body - and/or its geolocation." ;
+                   rdfs:label "location"@en .
+
+
 ###  https://saref.etsi.org/saref#offers
 saref:offers rdf:type owl:ObjectProperty ;
              rdfs:domain s4ehaw:HealthDevice ,
-- 
GitLab