Commit f3647771 authored by moreiraj's avatar moreiraj
Browse files

hasValues rdfs:range xsd:decimal ;

parent ba04564b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -631,7 +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:range xsd:decimal ;
                 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 .

@@ -1186,7 +1186,7 @@ s4ehaw:TimeSeriesMeasurement rdf:type owl:Class ;
                                              ] ,
                                              [ rdf:type owl:Restriction ;
                                                owl:onProperty s4ehaw:hasValues ;
                                                owl:allValuesFrom xsd:double
                                                owl:allValuesFrom xsd:decimal
                                              ] ;
                              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" .