Skip to content
Snippets Groups Projects
Commit f3647771 authored by moreiraj's avatar moreiraj
Browse files

hasValues rdfs:range xsd:decimal ;

parent ba04564b
No related branches found
No related tags found
No related merge requests found
...@@ -631,7 +631,7 @@ s4ehaw:hasResult rdf:type owl:DatatypeProperty ; ...@@ -631,7 +631,7 @@ s4ehaw:hasResult rdf:type owl:DatatypeProperty ;
### https://saref.etsi.org/saref4ehaw/hasValues ### https://saref.etsi.org/saref4ehaw/hasValues
s4ehaw:hasValues rdf:type owl:DatatypeProperty ; s4ehaw:hasValues rdf:type owl:DatatypeProperty ;
rdfs:domain s4ehaw:TimeSeriesMeasurement ; 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: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 . rdfs:label "has values"@en .
...@@ -1186,7 +1186,7 @@ s4ehaw:TimeSeriesMeasurement rdf:type owl:Class ; ...@@ -1186,7 +1186,7 @@ s4ehaw:TimeSeriesMeasurement rdf:type owl:Class ;
] , ] ,
[ rdf:type owl:Restriction ; [ rdf:type owl:Restriction ;
owl:onProperty s4ehaw:hasValues ; 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: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" . rdfs:label "Time series measurement" .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment