From b1cbf0cd5cb992b727b0cce2d5e6edfb7b74016a Mon Sep 17 00:00:00 2001 From: moreiraj <j.luizrebelomoreira@utwente.nl> Date: Wed, 13 May 2020 12:16:49 +0200 Subject: [PATCH] Update saref4ehaw.ttl :hasValues rdfs:range xsd:double ; --- ontology/saref4ehaw.ttl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ontology/saref4ehaw.ttl b/ontology/saref4ehaw.ttl index ae0fcec..dca08a7 100644 --- a/ontology/saref4ehaw.ttl +++ b/ontology/saref4ehaw.ttl @@ -631,6 +631,7 @@ s4ehaw:hasResult rdf:type owl:DatatypeProperty ; ### https://saref.etsi.org/saref4ehaw/hasValues s4ehaw:hasValues rdf:type owl:DatatypeProperty ; rdfs:domain s4ehaw:TimeSeriesMeasurement ; + rdfs:range xsd:double ; rdfs:comment "A relationship defining the set of values (an ordered array of numbers) of a certain property, e.g., heart rate. Attention: to assure ordering in the serialization format, it is necessary to use either rdf:Seq (RDF/XML) or @list (JSON-LD)."@en ; rdfs:label "has values"@en . @@ -1185,7 +1186,7 @@ s4ehaw:TimeSeriesMeasurement rdf:type owl:Class ; ] , [ rdf:type owl:Restriction ; owl:onProperty s4ehaw:hasValues ; - owl:allValuesFrom xsd:float + owl:allValuesFrom xsd:double ] ; rdfs:comment "A sequence of data in a successive equally spaced points in time. The O&M ontology (ISO 19156) defines Time Series Observation as an “observation whose result is a time-seriesâ€, while both Hl7 aECG and DICOM standards define the Series element as a sequence of data sharing a common frame of reference. In SAREF4health this concept is termed as Time Series Measurements since this sequence of data refers to time series measured by a health device." ; rdfs:label "Time series measurement" . -- GitLab