Unverified Commit 3e30913b authored by Maxime Lefrançois's avatar Maxime Lefrançois
Browse files

remove timeseries. Closes #33

parent 03d5e34e
Loading
Loading
Loading
Loading
+0 −27
Original line number Diff line number Diff line
@@ -296,14 +296,6 @@ s4ehaw:hasResponsibleParty rdf:type owl:ObjectProperty ;
                           rdfs:label "has responsible party"@en .


###  https://saref.etsi.org/saref4ehaw/hasTimeSeriesMesurement
s4ehaw:hasTimeSeriesMesurement rdf:type owl:ObjectProperty ;
                                rdfs:domain s4ehaw:Data ;
                                rdfs:range s4ehaw:TimeSeriesMeasurement ;
                                rdfs:comment "Data has time series measurements, a sequence taken at successive equally spaced points in time."@en ;
                                rdfs:label "has time series measurement"@en .


###  https://saref.etsi.org/saref4ehaw/inCurrentMode
s4ehaw:inCurrentMode rdf:type owl:ObjectProperty ;
                     rdfs:domain s4ehaw:HealthDevice ;
@@ -599,14 +591,6 @@ s4ehaw:hasResult rdf:type owl:DatatypeProperty ;
                 rdfs:label "has result"@en .


###  https://saref.etsi.org/saref4ehaw/hasValues
s4ehaw:hasValues rdf:type owl:DatatypeProperty ;
                 rdfs:domain s4ehaw:TimeSeriesMeasurement ;
                 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 .


###  https://saref.etsi.org/saref4ehaw/interfaceAddress
s4ehaw:interfaceAddress rdf:type owl:DatatypeProperty ;
                        rdfs:domain s4ehaw:Interface ;
@@ -1148,17 +1132,6 @@ s4ehaw:ServiceProfile rdf:type owl:Class ;
                      rdfs:label "Service profile"@en .


###  https://saref.etsi.org/saref4ehaw/TimeSeriesMeasurement
s4ehaw:TimeSeriesMeasurement rdf:type owl:Class ;
                              rdfs:subClassOf saref:Measurement ,
                                              [ rdf:type owl:Restriction ;
                                                owl:onProperty s4ehaw:hasValues ;
                                                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."@en ;
                              rdfs:label "Time series measurement"@en .


###  https://saref.etsi.org/saref4ehaw/User
s4ehaw:User rdf:type owl:Class ;
            rdfs:subClassOf s4ehaw:HealthActor ;