From d368db5ec75b053fc65276418e11027d75fbac27 Mon Sep 17 00:00:00 2001
From: Marc Girod-Genet <marc.girod_genet@telecom-sudparis.eu>
Date: Sun, 16 Feb 2020 12:40:31 +0100
Subject: [PATCH] Replace saref4ehaw.ttl

---
 ontology/saref4ehaw.ttl | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/ontology/saref4ehaw.ttl b/ontology/saref4ehaw.ttl
index 85b2dd2..1c2a727 100644
--- a/ontology/saref4ehaw.ttl
+++ b/ontology/saref4ehaw.ttl
@@ -883,8 +883,8 @@ s4ehaw:processId rdf:type owl:DatatypeProperty ;
                  rdfs:domain s4ehaw:Process ,
 		             s4ehaw:MeasurementProcess ;
                  rdfs:range xsd:anyURI ;
-                 rdfs:comment "The process Unique ID, i.e and URI for Linked Data compatibility purposes." ,
-		              "The measurement process Unique ID, i.e and URI for Linked Data compatibility purposes." ;
+                 rdfs:comment "The process Unique ID, i.e. and URI for Linked Data compatibility purposes." ,
+		              "The measurement process Unique ID, i.e. and URI for Linked Data compatibility purposes." ;
                  rdfs:label "process id"@en .
 
 
@@ -912,6 +912,14 @@ s4ehaw:rechargeable rdf:type owl:DatatypeProperty ;
                rdfs:label "responsibility party id"@en .
 
 
+###  https://saref.etsi.org/s4ehaw/sendingFrequency
+s4ehaw:sendingFrequency rdf:type owl:DatatypeProperty ;
+                              rdfs:domain s4ehaw:Periodic ;
+                              rdfs:range xsd:float ;
+                              rdfs:comment "Defines the sending frequency at an health device level." ;
+                              rdfs:label "sending frequency"@en .
+
+
 ###  https://saref.etsi.org/s4ehaw/serialNb
 :serialNb rdf:type owl:DatatypeProperty ;
               rdfs:domain :HealthDevice ,
-- 
GitLab