Skip to content
Snippets Groups Projects
Commit f3c38fe4 authored by Marc Girod-Genet's avatar Marc Girod-Genet
Browse files

Updated for addressing comment #84 from Maxime Lefrançois.

parent ec8874f2
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
### https://saref.etsi.org/saref4ehaw/examples/COVIDCase/AlertForHosp ### https://saref.etsi.org/saref4ehaw/examples/COVIDCase/AlertForHosp
s4ehawInst:AlertForHosp rdf:type owl:NamedIndividual , s4ehawInst:AlertForHosp rdf:type owl:NamedIndividual ,
saref:Service ; saref:Service ;
s4ehaw:supports s4ehaw:SMS . s4ehaw:supports s4ehawInst:SMS .
### https://saref.etsi.org/saref4ehaw/examples/COVIDCase/Bluetooth ### https://saref.etsi.org/saref4ehaw/examples/COVIDCase/Bluetooth
...@@ -177,14 +177,14 @@ s4ehawInst:BobSystolicPressure rdf:type owl:NamedIndividual , ...@@ -177,14 +177,14 @@ s4ehawInst:BobSystolicPressure rdf:type owl:NamedIndividual ,
### https://saref.etsi.org/saref4ehaw/examples/COVIDCase/BodyTemperature ### https://saref.etsi.org/saref4ehaw/examples/COVIDCase/BodyTemperature
s4ehawInst:BodyTemperature rdf:type owl:NamedIndividual , s4ehawInst:BodyTemperature rdf:type owl:NamedIndividual ,
s4ehaw:Data ; s4ehaw:Data ;
s4ehaw:hasMesurement s4ehawInst:BobBodyTemp1 . s4ehaw:hasMeasurement s4ehawInst:BobBodyTemp1 .
### https://saref.etsi.org/saref4ehaw/examples/COVIDCase/BodyThermometer ### https://saref.etsi.org/saref4ehaw/examples/COVIDCase/BodyThermometer
s4ehawInst:BodyThermometer rdf:type owl:NamedIndividual , s4ehawInst:BodyThermometer rdf:type owl:NamedIndividual ,
s4ehaw:MeasurementFunction ; s4ehaw:MeasurementFunction ;
s4ehaw:hasData s4ehawInst:BodyTemperature ; s4ehaw:hasData s4ehawInst:BodyTemperature ;
s4ehaw:uom s4ehaw:DegreeCelsius . s4ehaw:uom s4ehawInst:DegreeCelsius .
### https://saref.etsi.org/saref4ehaw/examples/COVIDCase/DrKnock ### https://saref.etsi.org/saref4ehaw/examples/COVIDCase/DrKnock
...@@ -213,13 +213,13 @@ s4ehawInst:PolymerBattery rdf:type owl:NamedIndividual , ...@@ -213,13 +213,13 @@ s4ehawInst:PolymerBattery rdf:type owl:NamedIndividual ,
s4ehawInst:Respiration rdf:type owl:NamedIndividual , s4ehawInst:Respiration rdf:type owl:NamedIndividual ,
s4ehaw:MeasurementFunction ; s4ehaw:MeasurementFunction ;
s4ehaw:hasData s4ehawInst:RespiratoryRate ; s4ehaw:hasData s4ehawInst:RespiratoryRate ;
s4ehaw:uom s4ehaw:Bpm . s4ehaw:uom s4ehawInst:Bpm .
### https://saref.etsi.org/saref4ehaw/examples/COVIDCase/RespiratoryRate ### https://saref.etsi.org/saref4ehaw/examples/COVIDCase/RespiratoryRate
s4ehawInst:RespiratoryRate rdf:type owl:NamedIndividual , s4ehawInst:RespiratoryRate rdf:type owl:NamedIndividual ,
s4ehaw:Data ; s4ehaw:Data ;
s4ehaw:hasMesurement s4ehawInst:BobRespMeas1 . s4ehaw:hasMeasurement s4ehawInst:BobRespMeas1 .
### https://saref.etsi.org/saref4ehaw/examples/COVIDCase/SMS ### https://saref.etsi.org/saref4ehaw/examples/COVIDCase/SMS
...@@ -230,7 +230,7 @@ s4ehawInst:SMS rdf:type owl:NamedIndividual , ...@@ -230,7 +230,7 @@ s4ehawInst:SMS rdf:type owl:NamedIndividual ,
### https://saref.etsi.org/saref4ehaw/examples/COVIDCase/SPO2 ### https://saref.etsi.org/saref4ehaw/examples/COVIDCase/SPO2
s4ehawInst:SPO2 rdf:type owl:NamedIndividual , s4ehawInst:SPO2 rdf:type owl:NamedIndividual ,
s4ehaw:Data ; s4ehaw:Data ;
s4ehaw:hasMesurement s4ehawInst:BobSpo2Lev1 . s4ehaw:hasMeasurement s4ehawInst:BobSpo2Lev1 .
### https://saref.etsi.org/saref4ehaw/examples/COVIDCase/SpireStone ### https://saref.etsi.org/saref4ehaw/examples/COVIDCase/SpireStone
...@@ -250,8 +250,8 @@ s4ehawInst:SpireStoneProcessingUnit rdf:type owl:NamedIndividual , ...@@ -250,8 +250,8 @@ s4ehawInst:SpireStoneProcessingUnit rdf:type owl:NamedIndividual ,
### https://saref.etsi.org/saref4ehaw/examples/COVIDCase/SystolicPressure ### https://saref.etsi.org/saref4ehaw/examples/COVIDCase/SystolicPressure
s4ehawInst:SystolicPressure rdf:type owl:NamedIndividual , s4ehawInst:SystolicPressure rdf:type owl:NamedIndividual ,
s4ehaw:Data ; s4ehaw:Data ;
s4ehaw:hasMesurement s4ehawInst:BobSystolicPressure ; s4ehaw:hasMeasurement s4ehawInst:BobSystolicPressure ;
s4ehaw:uom s4ehaw:MmHG . s4ehaw:uom s4ehawInst:MmHG .
### https://saref.etsi.org/saref4ehaw/examples/COVIDCase/SystolicPressureSens ### https://saref.etsi.org/saref4ehaw/examples/COVIDCase/SystolicPressureSens
...@@ -290,26 +290,26 @@ s4ehawInst:WithingsWatchBattery rdf:type owl:NamedIndividual , ...@@ -290,26 +290,26 @@ s4ehawInst:WithingsWatchBattery rdf:type owl:NamedIndividual ,
### https://saref.etsi.org/saref4ehaw/examples/COVIDCase/Withings_ScanWatch ### https://saref.etsi.org/saref4ehaw/examples/COVIDCase/Withings_ScanWatch
s4ehawInst:Withings_ScanWatch rdf:type owl:NamedIndividual , s4ehawInst:Withings_ScanWatch rdf:type owl:NamedIndividual ,
s4ehaw:DeviceCharacteristic ; s4ehaw:DeviceCharacteristic ;
s4ehaw:hasPowerSource s4ehaw:WithingsWatchBattery ; s4ehaw:hasPowerSource s4ehawInst:WithingsWatchBattery ;
s4ehaw:deviceCharacteristicName "WITHINGS ScanWatch"^^xsd:string . s4ehaw:deviceCharacteristicName "WITHINGS ScanWatch"^^xsd:string .
### https://saref.etsi.org/saref4ehaw/Bpm ### https://saref.etsi.org/saref4ehaw/examples/COVIDCase/Bpm
s4ehaw:Bpm rdf:type owl:NamedIndividual , s4ehawInst:Bpm rdf:type owl:NamedIndividual ,
saref:UnitOfMeasure ; saref:UnitOfMeasure ;
rdfs:comment "bpm (beats per minute), a unit of measure used in eHealth."@en ; rdfs:comment "bpm (beats per minute), a unit of measure used in eHealth."@en ;
rdfs:label "bpm"@en . rdfs:label "bpm"@en .
### https://saref.etsi.org/saref4ehaw/DegreeCelsius ### https://saref.etsi.org/saref4ehaw/examples/COVIDCase/DegreeCelsius
s4ehaw:DegreeCelsius rdf:type owl:NamedIndividual , s4ehawInst:DegreeCelsius rdf:type owl:NamedIndividual ,
saref:UnitOfMeasure ; saref:UnitOfMeasure ;
rdfs:comment "Degree celsius, a unit of measure often used in eHealth, e.g. for body temperature."@en ; rdfs:comment "Degree celsius, a unit of measure often used in eHealth, e.g. for body temperature."@en ;
rdfs:label "Degree celsius"@en . rdfs:label "Degree celsius"@en .
### https://saref.etsi.org/saref4ehaw/MmHG ### https://saref.etsi.org/saref4ehaw/examples/COVIDCase/saref4ehaw/MmHG
s4ehaw:MmHG rdf:type owl:NamedIndividual , s4ehawInst:MmHG rdf:type owl:NamedIndividual ,
saref:UnitOfMeasure ; saref:UnitOfMeasure ;
rdfs:comment "mmHG (millimeter of mercury), a manometric unit of pressure used in eHealth for systolic blood pressure."@en ; rdfs:comment "mmHG (millimeter of mercury), a manometric unit of pressure used in eHealth for systolic blood pressure."@en ;
rdfs:label "mmHG"@en . rdfs:label "mmHG"@en .
...@@ -453,13 +453,13 @@ s4ehaw:MmHG rdf:type owl:NamedIndividual , ...@@ -453,13 +453,13 @@ s4ehaw:MmHG rdf:type owl:NamedIndividual ,
] ; ] ;
rdf:rest [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ; rdf:rest [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ;
rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#IndividualPropertyAtom> ; rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#IndividualPropertyAtom> ;
<http://www.w3.org/2003/11/swrl#propertyPredicate> s4ehaw:hasMesurement ; <http://www.w3.org/2003/11/swrl#propertyPredicate> s4ehaw:hasMeasurement ;
<http://www.w3.org/2003/11/swrl#argument1> <urn:swrl:var#data1> ; <http://www.w3.org/2003/11/swrl#argument1> <urn:swrl:var#data1> ;
<http://www.w3.org/2003/11/swrl#argument2> <urn:swrl:var#meas1> <http://www.w3.org/2003/11/swrl#argument2> <urn:swrl:var#meas1>
] ; ] ;
rdf:rest [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ; rdf:rest [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ;
rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#IndividualPropertyAtom> ; rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#IndividualPropertyAtom> ;
<http://www.w3.org/2003/11/swrl#propertyPredicate> s4ehaw:hasMesurement ; <http://www.w3.org/2003/11/swrl#propertyPredicate> s4ehaw:hasMeasurement ;
<http://www.w3.org/2003/11/swrl#argument1> <urn:swrl:var#data> ; <http://www.w3.org/2003/11/swrl#argument1> <urn:swrl:var#data> ;
<http://www.w3.org/2003/11/swrl#argument2> <urn:swrl:var#meas> <http://www.w3.org/2003/11/swrl#argument2> <urn:swrl:var#meas>
] ; ] ;
...@@ -538,7 +538,7 @@ s4ehaw:MmHG rdf:type owl:NamedIndividual , ...@@ -538,7 +538,7 @@ s4ehaw:MmHG rdf:type owl:NamedIndividual ,
] ; ] ;
rdf:rest [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ; rdf:rest [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ;
rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#IndividualPropertyAtom> ; rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#IndividualPropertyAtom> ;
<http://www.w3.org/2003/11/swrl#propertyPredicate> s4ehaw:hasMesurement ; <http://www.w3.org/2003/11/swrl#propertyPredicate> s4ehaw:hasMeasurement ;
<http://www.w3.org/2003/11/swrl#argument1> <urn:swrl:var#data2> ; <http://www.w3.org/2003/11/swrl#argument1> <urn:swrl:var#data2> ;
<http://www.w3.org/2003/11/swrl#argument2> <urn:swrl:var#meas2> <http://www.w3.org/2003/11/swrl#argument2> <urn:swrl:var#meas2>
] ; ] ;
...@@ -650,7 +650,7 @@ s4ehaw:MmHG rdf:type owl:NamedIndividual , ...@@ -650,7 +650,7 @@ s4ehaw:MmHG rdf:type owl:NamedIndividual ,
] ; ] ;
rdf:rest [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ; rdf:rest [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ;
rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#IndividualPropertyAtom> ; rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#IndividualPropertyAtom> ;
<http://www.w3.org/2003/11/swrl#propertyPredicate> s4ehaw:hasMesurement ; <http://www.w3.org/2003/11/swrl#propertyPredicate> s4ehaw:hasMeasurement ;
<http://www.w3.org/2003/11/swrl#argument1> <urn:swrl:var#data> ; <http://www.w3.org/2003/11/swrl#argument1> <urn:swrl:var#data> ;
<http://www.w3.org/2003/11/swrl#argument2> <urn:swrl:var#meas> <http://www.w3.org/2003/11/swrl#argument2> <urn:swrl:var#meas>
] ; ] ;
...@@ -696,7 +696,7 @@ s4ehaw:MmHG rdf:type owl:NamedIndividual , ...@@ -696,7 +696,7 @@ s4ehaw:MmHG rdf:type owl:NamedIndividual ,
] ; ] ;
rdf:rest [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ; rdf:rest [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ;
rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#IndividualPropertyAtom> ; rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#IndividualPropertyAtom> ;
<http://www.w3.org/2003/11/swrl#propertyPredicate> s4ehaw:hasMesurement ; <http://www.w3.org/2003/11/swrl#propertyPredicate> s4ehaw:hasMeasurement ;
<http://www.w3.org/2003/11/swrl#argument1> <urn:swrl:var#data1> ; <http://www.w3.org/2003/11/swrl#argument1> <urn:swrl:var#data1> ;
<http://www.w3.org/2003/11/swrl#argument2> <urn:swrl:var#meas1> <http://www.w3.org/2003/11/swrl#argument2> <urn:swrl:var#meas1>
] ; ] ;
......
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