From fe1c04e98e33924404e2035c2a09211a5cd0175b Mon Sep 17 00:00:00 2001
From: Marc Girod-Genet <marc.girod_genet@telecom-sudparis.eu>
Date: Sun, 7 Jun 2020 14:09:28 +0200
Subject: [PATCH] =?UTF-8?q?New=20version=20uploaded=20for=20addressing=20c?=
 =?UTF-8?q?omment=20#82=20from=20Maxime=20Lefran=C3=A7ois.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

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

diff --git a/ontology/saref4ehaw.ttl b/ontology/saref4ehaw.ttl
index a2b4fbf..70af0a3 100644
--- a/ontology/saref4ehaw.ttl
+++ b/ontology/saref4ehaw.ttl
@@ -412,7 +412,7 @@ s4envi:hasFrequencyMeasurement rdf:type owl:ObjectProperty ;
 ###  https://saref.etsi.org/saref4ehaw/activityDuration
 s4ehaw:activityDuration rdf:type owl:DatatypeProperty ;
                         rdfs:domain s4ehaw:Activity ;
-                        rdfs:range xsd:duration ;
+                        rdfs:range xsd:float ;
                         rdfs:comment "The duration of an activity, in second."@en ;
                         rdfs:label "activity duration"@en .
 
@@ -678,7 +678,7 @@ s4ehaw:lastName rdf:type owl:DatatypeProperty ;
 ###  https://saref.etsi.org/saref4ehaw/latency
 s4ehaw:latency rdf:type owl:DatatypeProperty ;
                rdfs:domain s4ehaw:MeasurementFunction ;
-               rdfs:range xsd:duration ;
+               rdfs:range xsd:float ;
                rdfs:comment "The latency is the time interval between the stimulation and response of a measurement function (in ms)."@en ;
                rdfs:label "latency"@en .
 
@@ -686,8 +686,8 @@ s4ehaw:latency rdf:type owl:DatatypeProperty ;
 ###  https://saref.etsi.org/saref4ehaw/lifetime
 s4ehaw:lifetime rdf:type owl:DatatypeProperty ;
                 rdfs:domain s4ehaw:Ban ;
-                rdfs:range xsd:duration ;
-                rdfs:comment "The BAN lifetime, e.g. BAN for entertainment purposes should have a lifetime of weeks or few years whereas BAN dedicated for assisted living or anomaly monitoring should last for many years."@en ;
+                rdfs:range xsd:float ;
+                rdfs:comment "The BAN lifetime (in month), e.g. BAN for entertainment purposes should have a lifetime of weeks or few years whereas BAN dedicated for assisted living or anomaly monitoring should last for many years."@en ;
                 rdfs:label "lifetime"@en .
 
 
-- 
GitLab