Newer
Older
@prefix s4ehawInst: <https://saref.etsi.org/saref4ehaw/examples/COVIDCase/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix voaf: <http://purl.org/vocommons/voaf#> .
@prefix saref: <https://saref.etsi.org/saref/core/> .
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
@prefix s4ehaw: <https://saref.etsi.org/saref4ehaw/> .
@prefix s4envi: <https://saref.etsi.org/saref4envi/> .
@prefix s4wear: <https://saref.etsi.org/saref4wear/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@base <https://saref.etsi.org/saref4ehaw/examples/COVIDCase/> .
####################################################################################################################################
#
# In this SAREF4EHAW example/instance (from SAREF4EHAW monitoring and support of healthy lifestyles for citizens),
# This use case is about a patient of around 50 years old, Bob, with overeating habit.
# In the actual context of Covid-19, Bob as a risky patient is thus remotely followed/monitored/controlled by a caregiver, Dr. Knock, for Covid-19 signs detection purposes.
# The patient is equipped with a BAN with an android smartphone as the BAN hub, as well as three COVID-19 related devices (wearables, sensors).
# Bob is equipped with SpireStone wearable device for breathing rate monitoring, a ScanWatch wearable for monitoring the SPO2 level and a TUCKY thermometer for the body temperature monitoring.
#
# Creator/contributor: Marc Girod Genet- Lina Nachabe
#
# Publisher: https://www.etsi.org/
#
####################################################################################################################################
<https://saref.etsi.org/saref4ehaw/examples/COVIDCase/> rdf:type owl:Ontology ;
owl:imports <https://saref.etsi.org/saref4ehaw/> .
#################################################################
# Individuals
#################################################################
### http://www.wurvoc.org/vocabularies/om-1.8/hertz
<http://www.wurvoc.org/vocabularies/om-1.8/hertz> rdf:type owl:NamedIndividual ,
s4envi:FrequencyUnit .
### https://saref.etsi.org/saref4ehaw/alcoholDrinking
s4ehaw:alcoholDrinking rdf:type owl:NamedIndividual ,
s4ehaw:Habit .
### https://saref.etsi.org/saref4ehaw/assistedLiving
s4ehaw:assistedLiving rdf:type owl:NamedIndividual ,
s4ehaw:BanApplicationDomain .
### https://saref.etsi.org/saref4ehaw/blindImpairment
s4ehaw:blindImpairment rdf:type owl:NamedIndividual ,
s4ehaw:Impairment .
### https://saref.etsi.org/saref4ehaw/deafImpairment
s4ehaw:deafImpairment rdf:type owl:NamedIndividual ,
s4ehaw:Impairment .
### https://saref.etsi.org/saref4ehaw/emergency
s4ehaw:emergency rdf:type owl:NamedIndividual ,
s4ehaw:BanApplicationDomain .
### https://saref.etsi.org/saref4ehaw/exercising
s4ehaw:exercising rdf:type owl:NamedIndividual ,
s4ehaw:Posture .
### https://saref.etsi.org/saref4ehaw/handlingImpairment
s4ehaw:handlingImpairment rdf:type owl:NamedIndividual ,
s4ehaw:Impairment .
### https://saref.etsi.org/saref4ehaw/healthcare
s4ehaw:healthcare rdf:type owl:NamedIndividual ,
s4ehaw:BanApplicationDomain .
### https://saref.etsi.org/saref4ehaw/hearingImpairment
s4ehaw:hearingImpairment rdf:type owl:NamedIndividual ,
s4ehaw:Impairment .
### https://saref.etsi.org/saref4ehaw/lying
s4ehaw:lying rdf:type owl:NamedIndividual ,
s4ehaw:Posture .
### https://saref.etsi.org/saref4ehaw/mobilityImpairment
s4ehaw:mobilityImpairment rdf:type owl:NamedIndividual ,
s4ehaw:Impairment .
### https://saref.etsi.org/saref4ehaw/overeating
s4ehaw:overeating rdf:type owl:NamedIndividual ,
s4ehaw:Habit .
### https://saref.etsi.org/saref4ehaw/pervasiveComputing
s4ehaw:pervasiveComputing rdf:type owl:NamedIndividual ,
s4ehaw:BanApplicationDomain .
### https://saref.etsi.org/saref4ehaw/running
s4ehaw:running rdf:type owl:NamedIndividual ,
s4ehaw:Posture .
### https://saref.etsi.org/saref4ehaw/safety
s4ehaw:safety rdf:type owl:NamedIndividual ,
s4ehaw:BanApplicationDomain .
### https://saref.etsi.org/saref4ehaw/sitting
s4ehaw:sitting rdf:type owl:NamedIndividual ,
s4ehaw:Posture .
### https://saref.etsi.org/saref4ehaw/smoking
s4ehaw:smoking rdf:type owl:NamedIndividual ,
s4ehaw:Habit .
### https://saref.etsi.org/saref4ehaw/sportTraining
s4ehaw:sportTraining rdf:type owl:NamedIndividual ,
s4ehaw:BanApplicationDomain .
### https://saref.etsi.org/saref4ehaw/telemedicine
s4ehaw:telemedicine rdf:type owl:NamedIndividual ,
s4ehaw:BanApplicationDomain .
### https://saref.etsi.org/saref4ehaw/undereating
s4ehaw:undereating rdf:type owl:NamedIndividual ,
s4ehaw:Habit .
### https://saref.etsi.org/saref4ehaw/visualImpairment
s4ehaw:visualImpairment rdf:type owl:NamedIndividual ,
s4ehaw:Impairment .
### https://saref.etsi.org/saref4ehaw/walking
s4ehaw:walking rdf:type owl:NamedIndividual ,
s4ehaw:Posture .
### https://saref.etsi.org/saref4ehaw/examples/COVIDCase/AlertForHosp
s4ehawInst:AlertForHosp rdf:type owl:NamedIndividual ,
saref:Service ;
s4ehaw:supports s4ehaw:SMS .
### https://saref.etsi.org/saref4ehaw/armpitlocation
s4ehaw:armpitLocation rdf:type owl:NamedIndividual ,
s4ehaw:BodySurfaceLocation .
### https://saref.etsi.org/saref4ehaw/asthma
s4ehaw:asthma rdf:type owl:NamedIndividual ,
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
s4ehaw:ChronicDisease .
### https://saref.etsi.org/saref4ehaw/examples/COVIDCase/Bluetooth
s4ehawInst:Bluetooth rdf:type owl:NamedIndividual ,
s4ehaw:Interface .
### https://saref.etsi.org/saref4ehaw/examples/COVIDCase/Bob
s4ehawInst:Bob rdf:type owl:NamedIndividual ,
s4ehaw:Patient ;
s4ehaw:hasHabit s4ehaw:overeating ;
s4ehaw:usesBan s4ehawInst:BobMonitorBan ;
s4ehaw:dob "1970-10-26T21:32:52"^^xsd:dateTime ;
s4ehaw:firstName "Bob"^^xsd:string ;
s4ehaw:hasGender "male"^^xsd:string ;
s4ehaw:hasMbox "bobwanadou@gmail.com"^^xsd:anyURI ;
s4ehaw:lastName "Wanadou"^^xsd:string .
### https://saref.etsi.org/saref4ehaw/examples/COVIDCase/BobAndroidphone
s4ehawInst:BobAndroidphone rdf:type owl:NamedIndividual ,
s4ehaw:BanHub .
### https://saref.etsi.org/saref4ehaw/examples/COVIDCase/BobBodyTemp1
s4ehawInst:BobBodyTemp1 rdf:type owl:NamedIndividual ,
saref:Measurement ;
s4ehaw:hasValues "39"^^xsd:int .
### https://saref.etsi.org/saref4ehaw/examples/COVIDCase/BobBodyThermo
s4ehawInst:BobBodyThermo rdf:type owl:NamedIndividual ,
s4ehaw:HealthSensor ;
s4ehaw:hasDeviceType s4ehawInst:TuckyThermometer ;
s4ehaw:hasLocation s4ehaw:armpitLocation ;
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
s4ehaw:isAttachedTo s4ehawInst:Bob ;
s4ehaw:hasFunction s4ehawInst:BodyThermometer .
### https://saref.etsi.org/saref4ehaw/examples/COVIDCase/BobMonitorBan
s4ehawInst:BobMonitorBan rdf:type owl:NamedIndividual ,
s4ehaw:Ban ;
s4ehaw:contains s4ehawInst:BobBodyThermo ,
s4ehawInst:BobScanWatch ,
s4ehawInst:BobSpireHealth ;
s4ehaw:hasBanApplicationDomain s4ehaw:prevention ;
s4ehaw:hasContact s4ehawInst:Bob ,
s4ehawInst:DrKnock ;
s4ehaw:hasHub s4ehawInst:BobAndroidphone ;
s4ehaw:hasResponsibleParty s4ehawInst:DrKnock ;
s4ehaw:phenomena "COVID-19Prevention"^^xsd:string .
### https://saref.etsi.org/saref4ehaw/examples/COVIDCase/BobRespMeas1
s4ehawInst:BobRespMeas1 rdf:type owl:NamedIndividual ,
saref:Measurement ;
s4ehaw:hasValues "22"^^xsd:int .
### https://saref.etsi.org/saref4ehaw/examples/COVIDCase/BobScanWatch
s4ehawInst:BobScanWatch rdf:type owl:NamedIndividual ,
s4ehaw:HealthWearable ;
s4ehaw:hasDeviceType s4ehawInst:Withings_ScanWatch ;
s4ehaw:hasLocation s4ehaw:wristLocation ;
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
s4ehaw:isAttachedTo s4ehawInst:Bob ;
s4ehaw:consistsOf s4ehawInst:BobScanWatchAltimeter ,
s4ehawInst:BobScanWatchBloodPressureSens ,
s4ehawInst:BobScanWatchHeartrateSens ,
s4ehawInst:BobScanWatchSPO2Sens ;
saref:hasFunction s4ehawInst:Oxymeter ,
s4ehawInst:SystolicPressureSens .
### https://saref.etsi.org/saref4ehaw/examples/COVIDCase/BobScanWatchAltimeter
s4ehawInst:BobScanWatchAltimeter rdf:type owl:NamedIndividual ,
s4ehaw:HealthSensor .
### https://saref.etsi.org/saref4ehaw/examples/COVIDCase/BobScanWatchBloodPressureSens
s4ehawInst:BobScanWatchBloodPressureSens rdf:type owl:NamedIndividual ,
s4ehaw:HealthSensor .
### https://saref.etsi.org/saref4ehaw/examples/COVIDCase/BobScanWatchHeartrateSens
s4ehawInst:BobScanWatchHeartrateSens rdf:type owl:NamedIndividual ,
s4ehaw:HealthSensor .
### https://saref.etsi.org/saref4ehaw/examples/COVIDCase/BobScanWatchSPO2Sens
s4ehawInst:BobScanWatchSPO2Sens rdf:type owl:NamedIndividual ,
s4ehaw:HealthSensor .
### https://saref.etsi.org/saref4ehaw/examples/COVIDCase/BobSpireAccelero
s4ehawInst:BobSpireAccelero rdf:type owl:NamedIndividual ,
s4ehaw:HealthSensor .
### https://saref.etsi.org/saref4ehaw/examples/COVIDCase/BobSpireBreathSens
s4ehawInst:BobSpireBreathSens rdf:type owl:NamedIndividual ,
s4ehaw:HealthSensor .
### https://saref.etsi.org/saref4ehaw/examples/COVIDCase/BobSpireHealth
s4ehawInst:BobSpireHealth rdf:type owl:NamedIndividual ,
s4ehaw:HealthWearable ;
s4ehaw:hasDeviceType s4ehawInst:SpireStone ;
s4ehaw:isAttachedTo s4ehawInst:Bob ;
s4ehaw:consistsOf s4ehawInst:BobSpireAccelero ,
s4ehawInst:BobSpireBreathSens ,
s4ehawInst:InstBobSpireVibro ;
saref:hasFunction s4ehawInst:Respiration .
### https://saref.etsi.org/saref4ehaw/examples/COVIDCase/BobSpireVibro
s4ehawInst:BobSpireVibro rdf:type owl:NamedIndividual ,
s4ehaw:HealthSensor .
### https://saref.etsi.org/saref4ehaw/examples/COVIDCase/BobSpo2Lev1
s4ehawInst:BobSpo2Lev1 rdf:type owl:NamedIndividual ,
saref:Measurement ;
s4ehaw:hasValues "78.0"^^xsd:double .
### https://saref.etsi.org/saref4ehaw/examples/COVIDCase/BobSystolicPressure
s4ehawInst:BobSystolicPressure rdf:type owl:NamedIndividual ,
saref:Measurement ;
s4ehaw:hasValues "75"^^xsd:int .
### https://saref.etsi.org/saref4ehaw/examples/COVIDCase/BodyTemperature
s4ehawInst:BodyTemperature rdf:type owl:NamedIndividual ,
s4ehaw:Data ;
s4ehaw:hasMesurement s4ehawInst:BobBodyTemp1 .
### https://saref.etsi.org/saref4ehaw/examples/COVIDCase/BodyThermometer
s4ehawInst:BodyThermometer rdf:type owl:NamedIndividual ,
s4ehaw:MeasurementFunction ;
s4ehaw:hasData s4ehawInst:BodyTemperature ;
s4ehaw:uom s4ehaw:degreeCelsius .
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
### https://saref.etsi.org/saref4ehaw/Diabetes
s4ehaw:Diabetes rdf:type owl:NamedIndividual ,
s4ehaw:ChronicDisease .
### https://saref.etsi.org/saref4ehaw/examples/COVIDCase/DrKnock
s4ehawInst:DrKnock rdf:type owl:NamedIndividual ,
s4ehaw:Caregiver ;
s4ehaw:hasPatient s4ehawInst:Bob ;
s4ehaw:firstName "Mikheal"^^xsd:string ;
s4ehaw:hasMbox "mikhealknock@gmail.com"^^xsd:anyURI ;
s4ehaw:lastName "Knock"^^xsd:string .
### https://saref.etsi.org/saref4ehaw/examples/COVIDCase/Oxymeter
s4ehawInst:Oxymeter rdf:type owl:NamedIndividual ,
s4ehaw:MeasurementFunction ;
s4ehaw:hasData s4ehawInst:SPO2 .
### https://saref.etsi.org/saref4ehaw/Percent
s4ehaw:Percent rdf:type owl:NamedIndividual ,
saref:UnitOfMeasure .
### https://saref.etsi.org/saref4ehaw/examples/COVIDCase/PolymerBattery
s4ehawInst:PolymerBattery rdf:type owl:NamedIndividual ,
s4ehaw:PowerSource ;
s4ehaw:powerSourceType "Polymer rechargeable battery up to 10 days"^^xsd:string ;
s4ehaw:rechargeable "true"^^xsd:boolean .
### https://saref.etsi.org/saref4ehaw/examples/COVIDCase/Respiration
s4ehawInst:Respiration rdf:type owl:NamedIndividual ,
s4ehaw:MeasurementFunction ;
s4ehaw:hasData s4ehawInst:RespiratoryRate ;
s4ehaw:uom s4ehaw:bpm .
### https://saref.etsi.org/saref4ehaw/examples/COVIDCase/RespiratoryRate
s4ehawInst:RespiratoryRate rdf:type owl:NamedIndividual ,
s4ehaw:Data ;
s4ehaw:hasMesurement s4ehawInst:BobRespMeas1 .
### https://saref.etsi.org/saref4ehaw/examples/COVIDCase/SMS
s4ehawInst:SMS rdf:type owl:NamedIndividual ,
s4ehaw:ServiceGrounding .
### https://saref.etsi.org/saref4ehaw/examples/COVIDCase/SPO2
s4ehawInst:SPO2 rdf:type owl:NamedIndividual ,
s4ehaw:Data ;
s4ehaw:hasMesurement s4ehawInst:BobSpo2Lev1 ;
s4ehaw:uom s4ehaw:Percent .
### https://saref.etsi.org/saref4ehaw/examples/COVIDCase/SpireStone
s4ehawInst:SpireStone rdf:type owl:NamedIndividual ,
s4ehaw:DeviceType ;
s4ehaw:hasComputingPower s4ehawInst:SpireStoneProcessingUnit ;
s4ehaw:hasPowerSource s4ehawInst:PolymerBattery ;
s4ehaw:deviceTypeName "Spire Stone"^^xsd:string ;
s4ehaw:dimension "1.7 x 0.6 x 1.2 inches"^^xsd:string .
### https://saref.etsi.org/saref4ehaw/examples/COVIDCase/SpireStoneProcessingUnit
s4ehawInst:SpireStoneProcessingUnit rdf:type owl:NamedIndividual ,
s4ehaw:ComputingPower .
### https://saref.etsi.org/saref4ehaw/examples/COVIDCase/SystolicPressure
s4ehawInst:SystolicPressure rdf:type owl:NamedIndividual ,
s4ehaw:Data ;
s4ehaw:hasMesurement s4ehawInst:BobSystolicPressure ;
s4ehaw:uom s4ehaw:mmHG .
### https://saref.etsi.org/saref4ehaw/examples/COVIDCase/SystolicPressureSens
s4ehawInst:SystolicPressureSens rdf:type owl:NamedIndividual ,
s4ehaw:MeasurementFunction ;
s4ehaw:hasData s4ehawInst:SystolicPressure .
### https://saref.etsi.org/saref4ehaw/examples/COVIDCase/TuckyThermometer
s4ehawInst:TuckyThermometer rdf:type owl:NamedIndividual ,
s4ehaw:DeviceType ;
s4ehaw:hasInterface s4ehawInst:Bluetooth .
### https://saref.etsi.org/saref4ehaw/examples/COVIDCase/WarningCovid19
s4ehawInst:WarningCovid19 rdf:type owl:NamedIndividual ,
saref:Service ;
s4ehaw:presents s4ehawInst:WarningCovid19Profile ;
s4ehaw:supports s4ehawInst:SMS .
### https://saref.etsi.org/saref4ehaw/examples/COVIDCase/WarningCovid19Profile
s4ehawInst:WarningCovid19Profile rdf:type owl:NamedIndividual ,
s4ehaw:ServiceProfile ;
s4ehaw:serviceDescription "A warning is sent by SMS to the hub due to suspected corona virus symptoms" ;
s4ehaw:serviceName "Covid-19 Warning" .
### https://saref.etsi.org/saref4ehaw/examples/COVIDCase/WithingsWatchBattery
s4ehawInst:WithingsWatchBattery rdf:type owl:NamedIndividual ,
s4ehaw:PowerSource ;
s4ehaw:powerSourceType "Standard WITHINGS watch battery"^^xsd:string ;
s4ehaw:rechargeable "true"^^xsd:boolean .
### https://saref.etsi.org/saref4ehaw/examples/COVIDCase/Withings_ScanWatch
s4ehawInst:Withings_ScanWatch rdf:type owl:NamedIndividual ,
s4ehaw:DeviceType ;
s4ehaw:hasPowerSource s4ehaw:WithingsWatchBattery ;
s4ehaw:deviceTypeName "WITHINGS ScanWatch"^^xsd:string .
### https://saref.etsi.org/saref4ehaw/Wrist
s4ehaw:Wrist rdf:type owl:NamedIndividual ,
s4ehaw:BodySurfaceLocation .
### https://saref.etsi.org/saref4ehaw/bpm
s4ehaw:bpm rdf:type owl:NamedIndividual ,
saref:UnitOfMeasure .
### https://saref.etsi.org/saref4ehaw/degreeCelsius
s4ehaw:degreeCelsius rdf:type owl:NamedIndividual ,
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
saref:UnitOfMeasure .
### https://saref.etsi.org/saref4ehaw/mmHG
s4ehaw:mmHG rdf:type owl:NamedIndividual ,
saref:UnitOfMeasure .
### https://saref.etsi.org/saref4ehaw/prevention
s4ehaw:prevention rdf:type owl:NamedIndividual ,
s4ehaw:BanApplicationDomain .
#################################################################
# Rules
#################################################################
<urn:swrl:var#p> rdf:type <http://www.w3.org/2003/11/swrl#Variable> .
<urn:swrl:var#d1> rdf:type <http://www.w3.org/2003/11/swrl#Variable> .
<urn:swrl:var#data> rdf:type <http://www.w3.org/2003/11/swrl#Variable> .
<urn:swrl:var#data2> rdf:type <http://www.w3.org/2003/11/swrl#Variable> .
<urn:swrl:var#val2> rdf:type <http://www.w3.org/2003/11/swrl#Variable> .
<urn:swrl:var#data1> rdf:type <http://www.w3.org/2003/11/swrl#Variable> .
<urn:swrl:var#meas1> rdf:type <http://www.w3.org/2003/11/swrl#Variable> .
<urn:swrl:var#meas> rdf:type <http://www.w3.org/2003/11/swrl#Variable> .
<urn:swrl:var#meas2> rdf:type <http://www.w3.org/2003/11/swrl#Variable> .
<urn:swrl:var#d> rdf:type <http://www.w3.org/2003/11/swrl#Variable> .
<urn:swrl:var#val> rdf:type <http://www.w3.org/2003/11/swrl#Variable> .
<urn:swrl:var#h> rdf:type <http://www.w3.org/2003/11/swrl#Variable> .
<urn:swrl:var#b> rdf:type <http://www.w3.org/2003/11/swrl#Variable> .
<urn:swrl:var#d2> rdf:type <http://www.w3.org/2003/11/swrl#Variable> .
<urn:swrl:var#val1> rdf:type <http://www.w3.org/2003/11/swrl#Variable> .
<urn:swrl#d> rdf:type <http://www.w3.org/2003/11/swrl#Variable> .
<urn:swrl#funct> rdf:type <http://www.w3.org/2003/11/swrl#Variable> .
<urn:swrl#p> rdf:type <http://www.w3.org/2003/11/swrl#Variable> .
<urn:swrl#doctor> rdf:type <http://www.w3.org/2003/11/swrl#Variable> .
<urn:swrl#ban> rdf:type <http://www.w3.org/2003/11/swrl#Variable> .
[ rdf:type <http://www.w3.org/2003/11/swrl#Imp> ;
<http://www.w3.org/2003/11/swrl#body> [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ;
rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#ClassAtom> ;
<http://www.w3.org/2003/11/swrl#classPredicate> s4ehaw:HealthDevice ;
<http://www.w3.org/2003/11/swrl#argument1> <urn:swrl#d>
] ;
rdf:rest [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ;
rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#IndividualPropertyAtom> ;
<http://www.w3.org/2003/11/swrl#propertyPredicate> saref:hasFunction ;
<http://www.w3.org/2003/11/swrl#argument1> <urn:swrl#d> ;
<http://www.w3.org/2003/11/swrl#argument2> <urn:swrl#funct>
] ;
rdf:rest rdf:nil
]
] ;
<http://www.w3.org/2003/11/swrl#head> [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ;
rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#IndividualPropertyAtom> ;
<http://www.w3.org/2003/11/swrl#propertyPredicate> <https://saref.etsi.org/core/offers> ;
<http://www.w3.org/2003/11/swrl#argument1> <urn:swrl#d> ;
<http://www.w3.org/2003/11/swrl#argument2> <urn:swrl#funct>
] ;
rdf:rest rdf:nil
]
] .
[ rdf:type <http://www.w3.org/2003/11/swrl#Imp> ;
<http://www.w3.org/2003/11/swrl#body> [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ;
rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#ClassAtom> ;
<http://www.w3.org/2003/11/swrl#classPredicate> s4ehaw:Patient ;
<http://www.w3.org/2003/11/swrl#argument1> <urn:swrl#p>
] ;
rdf:rest [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ;
rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#IndividualPropertyAtom> ;
<http://www.w3.org/2003/11/swrl#propertyPredicate> s4ehaw:hasPatient ;
<http://www.w3.org/2003/11/swrl#argument1> <urn:swrl#doctor> ;
<http://www.w3.org/2003/11/swrl#argument2> <urn:swrl#p>
] ;
rdf:rest [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ;
rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#IndividualPropertyAtom> ;
<http://www.w3.org/2003/11/swrl#propertyPredicate> s4ehaw:usesBan ;
<http://www.w3.org/2003/11/swrl#argument1> <urn:swrl#p> ;
<http://www.w3.org/2003/11/swrl#argument2> <urn:swrl#ban>
] ;
rdf:rest rdf:nil
]
]
] ;
<http://www.w3.org/2003/11/swrl#head> [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ;
rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#IndividualPropertyAtom> ;
<http://www.w3.org/2003/11/swrl#propertyPredicate> s4ehaw:usesBan ;
<http://www.w3.org/2003/11/swrl#argument1> <urn:swrl#doctor> ;
<http://www.w3.org/2003/11/swrl#argument2> <urn:swrl#ban>
] ;
rdf:rest rdf:nil
]
] .
[ rdf:type <http://www.w3.org/2003/11/swrl#Imp> ;
<http://www.w3.org/2003/11/swrl#body> [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ;
rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#ClassAtom> ;
<http://www.w3.org/2003/11/swrl#classPredicate> s4ehaw:Patient ;
<http://www.w3.org/2003/11/swrl#argument1> <urn:swrl:var#p>
] ;
rdf:rest [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ;
rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#IndividualPropertyAtom> ;
<http://www.w3.org/2003/11/swrl#propertyPredicate> :hasFunction ;
<http://www.w3.org/2003/11/swrl#argument1> <urn:swrl:var#d1> ;
<http://www.w3.org/2003/11/swrl#argument2> s4ehawInst:Respiration
] ;
rdf:rest [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ;
rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#IndividualPropertyAtom> ;
<http://www.w3.org/2003/11/swrl#propertyPredicate> s4ehaw:hasData ;
<http://www.w3.org/2003/11/swrl#argument1> s4ehawInst:Oxymeter ;
<http://www.w3.org/2003/11/swrl#argument2> <urn:swrl:var#data>
] ;
rdf:rest [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ;
rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#IndividualPropertyAtom> ;
<http://www.w3.org/2003/11/swrl#propertyPredicate> s4ehaw:hasData ;
<http://www.w3.org/2003/11/swrl#argument1> s4ehawInst:SystolicPressureSens ;
<http://www.w3.org/2003/11/swrl#argument2> <urn:swrl:var#data2>
] ;
rdf:rest [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ;
rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#BuiltinAtom> ;
<http://www.w3.org/2003/11/swrl#builtin> <http://www.w3.org/2003/11/swrlb#lessThanOrEqual> ;
<http://www.w3.org/2003/11/swrl#arguments> [ rdf:type rdf:List ;
rdf:first <urn:swrl:var#val2> ;
rdf:rest [ rdf:type rdf:List ;
rdf:first 90 ;
rdf:rest rdf:nil
]
]
] ;
rdf:rest [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ;
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#argument1> <urn:swrl:var#data1> ;
<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: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#argument1> <urn:swrl:var#data> ;
<http://www.w3.org/2003/11/swrl#argument2> <urn:swrl:var#meas>
] ;
rdf:rest [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ;
rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#DatavaluedPropertyAtom> ;
<http://www.w3.org/2003/11/swrl#propertyPredicate> s4ehaw:hasValues ;
<http://www.w3.org/2003/11/swrl#argument1> <urn:swrl:var#meas2> ;
<http://www.w3.org/2003/11/swrl#argument2> <urn:swrl:var#val2>
] ;
rdf:rest [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ;
rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#IndividualPropertyAtom> ;
<http://www.w3.org/2003/11/swrl#propertyPredicate> s4ehaw:isAttachedTo ;
<http://www.w3.org/2003/11/swrl#argument1> <urn:swrl:var#d> ;
<http://www.w3.org/2003/11/swrl#argument2> <urn:swrl:var#p>
] ;
rdf:rest [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ;
rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#BuiltinAtom> ;
<http://www.w3.org/2003/11/swrl#builtin> <http://www.w3.org/2003/11/swrlb#lessThanOrEqual> ;
<http://www.w3.org/2003/11/swrl#arguments> [ rdf:type rdf:List ;
rdf:first <urn:swrl:var#val> ;
rdf:rest [ rdf:type rdf:List ;
rdf:first 90 ;
rdf:rest rdf:nil
]
]
] ;
rdf:rest [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ;
rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#ClassAtom> ;
<http://www.w3.org/2003/11/swrl#classPredicate> s4ehaw:BanHub ;
<http://www.w3.org/2003/11/swrl#argument1> <urn:swrl:var#h>
] ;
rdf:rest [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ;
rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#DatavaluedPropertyAtom> ;
<http://www.w3.org/2003/11/swrl#propertyPredicate> s4ehaw:hasValues ;
<http://www.w3.org/2003/11/swrl#argument1> <urn:swrl:var#meas> ;
<http://www.w3.org/2003/11/swrl#argument2> <urn:swrl:var#val>
] ;
rdf:rest [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ;
rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#ClassAtom> ;
<http://www.w3.org/2003/11/swrl#classPredicate> s4ehaw:HealthDevice ;
<http://www.w3.org/2003/11/swrl#argument1> <urn:swrl:var#d1>
] ;
rdf:rest [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ;
rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#ClassAtom> ;
<http://www.w3.org/2003/11/swrl#classPredicate> s4ehaw:Ban ;
<http://www.w3.org/2003/11/swrl#argument1> <urn:swrl:var#b>
] ;
rdf:rest [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ;
rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#IndividualPropertyAtom> ;
<http://www.w3.org/2003/11/swrl#propertyPredicate> s4ehaw:hasHub ;
<http://www.w3.org/2003/11/swrl#argument1> <urn:swrl:var#b> ;
<http://www.w3.org/2003/11/swrl#argument2> <urn:swrl:var#h>
] ;
rdf:rest [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ;
rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#ClassAtom> ;
<http://www.w3.org/2003/11/swrl#classPredicate> s4ehaw:HealthDevice ;
<http://www.w3.org/2003/11/swrl#argument1> <urn:swrl:var#d>
] ;
rdf:rest [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ;
rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#IndividualPropertyAtom> ;
<http://www.w3.org/2003/11/swrl#propertyPredicate> saref:hasFunction ;
<http://www.w3.org/2003/11/swrl#argument1> <urn:swrl:var#d2> ;
<http://www.w3.org/2003/11/swrl#argument2> s4ehawInst:SystolicPressureSens
] ;
rdf:rest [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ;
rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#IndividualPropertyAtom> ;
<http://www.w3.org/2003/11/swrl#propertyPredicate> s4ehaw:isAttachedTo ;
<http://www.w3.org/2003/11/swrl#argument1> <urn:swrl:var#d1> ;
<http://www.w3.org/2003/11/swrl#argument2> <urn:swrl:var#p>
] ;
rdf:rest [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ;
rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#IndividualPropertyAtom> ;
<http://www.w3.org/2003/11/swrl#propertyPredicate> s4ehaw:isAttachedTo ;
<http://www.w3.org/2003/11/swrl#argument1> <urn:swrl:var#d2> ;
<http://www.w3.org/2003/11/swrl#argument2> <urn:swrl:var#p>
] ;
rdf:rest [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ;
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#argument1> <urn:swrl:var#data2> ;
<http://www.w3.org/2003/11/swrl#argument2> <urn:swrl:var#meas2>
] ;
rdf:rest [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ;
rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#DatavaluedPropertyAtom> ;
<http://www.w3.org/2003/11/swrl#propertyPredicate> s4ehaw:hasValues ;
<http://www.w3.org/2003/11/swrl#argument1> <urn:swrl:var#meas1> ;
<http://www.w3.org/2003/11/swrl#argument2> <urn:swrl:var#val1>
] ;
rdf:rest [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ;
rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#IndividualPropertyAtom> ;
<http://www.w3.org/2003/11/swrl#propertyPredicate> saref:hasFunction ;
<http://www.w3.org/2003/11/swrl#argument1> <urn:swrl:var#d> ;
<http://www.w3.org/2003/11/swrl#argument2> s4ehawInst:Oxymeter
] ;
rdf:rest [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ;
rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#BuiltinAtom> ;
<http://www.w3.org/2003/11/swrl#builtin> <http://www.w3.org/2003/11/swrlb#greaterThanOrEqual> ;
<http://www.w3.org/2003/11/swrl#arguments> [ rdf:type rdf:List ;
rdf:first <urn:swrl:var#val1> ;
rdf:rest [ rdf:type rdf:List ;
rdf:first 22 ;
rdf:rest rdf:nil
]
]
] ;
rdf:rest [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ;
rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#IndividualPropertyAtom> ;
<http://www.w3.org/2003/11/swrl#propertyPredicate> s4ehaw:usesBan ;
<http://www.w3.org/2003/11/swrl#argument1> <urn:swrl:var#p> ;
<http://www.w3.org/2003/11/swrl#argument2> <urn:swrl:var#b>
] ;
rdf:rest [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ;
rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#ClassAtom> ;
<http://www.w3.org/2003/11/swrl#classPredicate> s4ehaw:HealthDevice ;
<http://www.w3.org/2003/11/swrl#argument1> <urn:swrl:var#d2>
] ;
rdf:rest [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ;
rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#IndividualPropertyAtom> ;
<http://www.w3.org/2003/11/swrl#propertyPredicate> s4ehaw:hasData ;
<http://www.w3.org/2003/11/swrl#argument1> s4ehawInst:Respiration ;
<http://www.w3.org/2003/11/swrl#argument2> <urn:swrl:var#data1>
] ;
rdf:rest rdf:nil
]
]
]
]
]
]
]
]
]
]
]
]
]
]
]
]
]
]
]
]
]
]
]
]
]
] ;
<http://www.w3.org/2003/11/swrl#head> [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ;
rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#IndividualPropertyAtom> ;
<http://www.w3.org/2003/11/swrl#propertyPredicate> <https://saref.etsi.org/core/offers> ;
<http://www.w3.org/2003/11/swrl#argument1> <urn:swrl:var#h> ;
<http://www.w3.org/2003/11/swrl#argument2> s4ehawInst:AlertForHosp
] ;
rdf:rest rdf:nil
]
] .
[ rdf:type <http://www.w3.org/2003/11/swrl#Imp> ;
<http://www.w3.org/2003/11/swrl#body> [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ;
rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#ClassAtom> ;
<http://www.w3.org/2003/11/swrl#classPredicate> s4ehaw:Patient ;
<http://www.w3.org/2003/11/swrl#argument1> <urn:swrl:var#p>
] ;
rdf:rest [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ;
rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#ClassAtom> ;
<http://www.w3.org/2003/11/swrl#classPredicate> s4ehaw:HealthDevice ;
<http://www.w3.org/2003/11/swrl#argument1> <urn:swrl:var#d>
] ;
rdf:rest [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ;
rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#IndividualPropertyAtom> ;
<http://www.w3.org/2003/11/swrl#propertyPredicate> s4ehaw:isAttachedTo ;
<http://www.w3.org/2003/11/swrl#argument1> <urn:swrl:var#d> ;
<http://www.w3.org/2003/11/swrl#argument2> <urn:swrl:var#p>
] ;
rdf:rest [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ;
rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#IndividualPropertyAtom> ;
<http://www.w3.org/2003/11/swrl#propertyPredicate> saref:hasFunction ;
<http://www.w3.org/2003/11/swrl#argument1> <urn:swrl:var#d> ;
<http://www.w3.org/2003/11/swrl#argument2> s4ehawInst:BodyThermometer
] ;
rdf:rest [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ;
rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#IndividualPropertyAtom> ;
<http://www.w3.org/2003/11/swrl#propertyPredicate> s4ehaw:hasData ;
<http://www.w3.org/2003/11/swrl#argument1> s4ehawInst:BodyThermometer ;
<http://www.w3.org/2003/11/swrl#argument2> <urn:swrl:var#data>
] ;
rdf:rest [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ;
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#argument1> <urn:swrl:var#data> ;
<http://www.w3.org/2003/11/swrl#argument2> <urn:swrl:var#meas>
] ;
rdf:rest [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ;
rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#DatavaluedPropertyAtom> ;
<http://www.w3.org/2003/11/swrl#propertyPredicate> s4ehaw:hasValues ;
<http://www.w3.org/2003/11/swrl#argument1> <urn:swrl:var#meas> ;
<http://www.w3.org/2003/11/swrl#argument2> <urn:swrl:var#val>
] ;
rdf:rest [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ;
rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#BuiltinAtom> ;
<http://www.w3.org/2003/11/swrl#builtin> <http://www.w3.org/2003/11/swrlb#greaterThanOrEqual> ;
<http://www.w3.org/2003/11/swrl#arguments> [ rdf:type rdf:List ;
rdf:first <urn:swrl:var#val> ;
rdf:rest [ rdf:type rdf:List ;
rdf:first 38 ;
rdf:rest rdf:nil
]
]
] ;
rdf:rest [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ;
rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#ClassAtom> ;
<http://www.w3.org/2003/11/swrl#classPredicate> s4ehaw:HealthDevice ;
<http://www.w3.org/2003/11/swrl#argument1> <urn:swrl:var#d1>
] ;
rdf:rest [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ;
rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#IndividualPropertyAtom> ;
<http://www.w3.org/2003/11/swrl#propertyPredicate> s4ehaw:isAttachedTo ;
<http://www.w3.org/2003/11/swrl#argument1> <urn:swrl:var#d1> ;
<http://www.w3.org/2003/11/swrl#argument2> <urn:swrl:var#p>
] ;
rdf:rest [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ;
rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#IndividualPropertyAtom> ;
<http://www.w3.org/2003/11/swrl#propertyPredicate> saref:hasFunction ;
<http://www.w3.org/2003/11/swrl#argument1> <urn:swrl:var#d1> ;
<http://www.w3.org/2003/11/swrl#argument2> s4ehawInst:Respiration
] ;
rdf:rest [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ;
rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#IndividualPropertyAtom> ;
<http://www.w3.org/2003/11/swrl#propertyPredicate> s4ehaw:hasData ;
<http://www.w3.org/2003/11/swrl#argument1> s4ehawInst:Respiration ;
<http://www.w3.org/2003/11/swrl#argument2> <urn:swrl:var#data1>
] ;
rdf:rest [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ;
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#argument1> <urn:swrl:var#data1> ;
<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:first [ rdf:type <http://www.w3.org/2003/11/swrl#DatavaluedPropertyAtom> ;
<http://www.w3.org/2003/11/swrl#propertyPredicate> s4ehaw:hasValues ;
<http://www.w3.org/2003/11/swrl#argument1> <urn:swrl:var#meas1> ;
<http://www.w3.org/2003/11/swrl#argument2> <urn:swrl:var#val1>
] ;
rdf:rest [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ;
rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#BuiltinAtom> ;
<http://www.w3.org/2003/11/swrl#builtin> <http://www.w3.org/2003/11/swrlb#greaterThanOrEqual> ;
<http://www.w3.org/2003/11/swrl#arguments> [ rdf:type rdf:List ;
rdf:first <urn:swrl:var#val1> ;
rdf:rest [ rdf:type rdf:List ;
rdf:first 22 ;
rdf:rest rdf:nil
]
]
] ;
rdf:rest [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ;
rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#ClassAtom> ;
<http://www.w3.org/2003/11/swrl#classPredicate> s4ehaw:BanHub ;
<http://www.w3.org/2003/11/swrl#argument1> <urn:swrl:var#h>
] ;
rdf:rest [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ;
rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#ClassAtom> ;
<http://www.w3.org/2003/11/swrl#classPredicate> s4ehaw:Ban ;
<http://www.w3.org/2003/11/swrl#argument1> <urn:swrl:var#b>
] ;
rdf:rest [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ;
rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#IndividualPropertyAtom> ;
<http://www.w3.org/2003/11/swrl#propertyPredicate> s4ehaw:usesBan ;
<http://www.w3.org/2003/11/swrl#argument1> <urn:swrl:var#p> ;
<http://www.w3.org/2003/11/swrl#argument2> <urn:swrl:var#b>
] ;
rdf:rest [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ;
rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#IndividualPropertyAtom> ;
<http://www.w3.org/2003/11/swrl#propertyPredicate> s4ehaw:hasHub ;
<http://www.w3.org/2003/11/swrl#argument1> <urn:swrl:var#b> ;
<http://www.w3.org/2003/11/swrl#argument2> <urn:swrl:var#h>
] ;
rdf:rest rdf:nil
]
]
]
]
]
]
]
]
]
]
]
]
]
]
]
]
]
]
] ;
<http://www.w3.org/2003/11/swrl#head> [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ;
rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#IndividualPropertyAtom> ;
<http://www.w3.org/2003/11/swrl#propertyPredicate> <https://saref.etsi.org/core/offers> ;
<http://www.w3.org/2003/11/swrl#argument1> <urn:swrl:var#h> ;
<http://www.w3.org/2003/11/swrl#argument2> s4ehawInst:WarningCovid19
] ;
rdf:rest rdf:nil
]
] .
### Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi