-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHEPRO-edit.owl
618 lines (462 loc) · 34.7 KB
/
HEPRO-edit.owl
1
2
3
4
5
6
7
8
9
10
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
162
163
164
165
166
167
168
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
204
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
233
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
311
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
442
443
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
<?xml version="1.0"?>
<rdf:RDF xmlns="http://purl.obolibrary.org/obo/HEPRO.owl#"
xml:base="http://purl.obolibrary.org/obo/HEPRO.owl"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:obo="http://purl.obolibrary.org/obo/"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:IOIO="http://purl.obolibrary.org/obo/IOIO#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:HEPRO="http://purl.obolibrary.org/obo/HEPRO#"
xmlns:terms="http://purl.org/dc/terms/"
xmlns:subsets="http://purl.obolibrary.org/obo/ro/subsets#"
xmlns:oboInOwl="http://www.geneontology.org/formats/oboInOwl#"
xmlns:OpenLHS-Core="http://purl.obolibrary.org/obo/OpenLHS-Core#"
xmlns:CommonCoreOntologies="http://www.ontologyrepository.com/CommonCoreOntologies/">
<owl:Ontology rdf:about="http://purl.obolibrary.org/obo/HEPRO.owl">
<owl:imports rdf:resource="http://purl.obolibrary.org/obo/HEPRO/imports/IOIO_import.owl"/>
<dc:contributor xml:lang="en">Adrien Barton</dc:contributor>
<dc:contributor xml:lang="en">François Goyer</dc:contributor>
<dc:contributor xml:lang="en">Jean-François Ethier</dc:contributor>
<dc:contributor xml:lang="en">Paul Fabry</dc:contributor>
<terms:description xml:lang="en">Ontology of health procedure related entities</terms:description>
<terms:license rdf:resource="https://creativecommons.org/licenses/by/4.0/"/>
<terms:title>HEalth PRocedure Ontology</terms:title>
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Annotation properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.org/dc/terms/description -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/description">
<rdfs:label>description</rdfs:label>
</owl:AnnotationProperty>
<!-- http://purl.org/dc/terms/license -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/license">
<rdfs:label>license</rdfs:label>
</owl:AnnotationProperty>
<!-- http://purl.org/dc/terms/title -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/title">
<rdfs:label>title</rdfs:label>
</owl:AnnotationProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.obolibrary.org/obo/HEPRO_0000001 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/HEPRO_0000001">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/OpenLHS-Core_0000027"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/RO_0002180"/>
<owl:someValuesFrom rdf:resource="http://purl.obolibrary.org/obo/HEPRO_0000030"/>
</owl:Restriction>
</rdfs:subClassOf>
<obo:IAO_0000115 xml:lang="en">A request requesting the execution of some health procedure.</obo:IAO_0000115>
<obo:OpenLHS-Core_0000061 xml:lang="en">A request that has as part a health procedure specification.</obo:OpenLHS-Core_0000061>
<obo:OpenLHS-Core_0000062 xml:lang="en">A request requesting the execution of some health procedure.</obo:OpenLHS-Core_0000062>
<oboInOwl:inSubset rdf:resource="http://purl.obolibrary.org/obo/OpenLHS-Core#OpenLHS-H"/>
<rdfs:label xml:lang="en">health procedure request</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/HEPRO_0000003 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/HEPRO_0000003">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000030"/>
<obo:IAO_0000115 xml:lang="en">An information content entity containing information about some health procedure requests and possibly the associated health procedures.</obo:IAO_0000115>
<oboInOwl:inSubset rdf:resource="http://purl.obolibrary.org/obo/OpenLHS-Core#OpenLHS-H"/>
<rdfs:label xml:lang="en">health procedure report</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/HEPRO_0000004 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/HEPRO_0000004">
<owl:equivalentClass>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://purl.obolibrary.org/obo/OBI_0000011"/>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/OpenLHS-Core_0000067"/>
<owl:someValuesFrom rdf:resource="http://purl.obolibrary.org/obo/HEPRO_0000030"/>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
</owl:equivalentClass>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/RO_0002018"/>
<owl:someValuesFrom rdf:resource="http://purl.obolibrary.org/obo/HEPRO_0000005"/>
</owl:Restriction>
</rdfs:subClassOf>
<obo:IAO_0000115 xml:lang="en">- A planned process that is maximally directed by a health procedure specification.
- A planned process that is guided by the objective of contributing to a desired effect on the health status of an organism or several organisms achieved through the treatment, diagnosis, or prevention of disease or injury.</obo:IAO_0000115>
<obo:OpenLHS-Core_0000061 xml:lang="en">A planned process that has some components that are planned processes, including at least one that is a health activity.</obo:OpenLHS-Core_0000061>
<obo:OpenLHS-Core_0000062 xml:lang="en">- A planned process that is maximally directed by a health procedure specification.
- A planned process that is guided by the objective of contributing to a desired effect on the health status of an organism or several organisms achieved through the treatment, diagnosis, or prevention of disease or injury.</obo:OpenLHS-Core_0000062>
<oboInOwl:inSubset rdf:resource="http://purl.obolibrary.org/obo/OpenLHS-Core#OpenLHS-H"/>
<rdfs:label xml:lang="en">health procedure</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/HEPRO_0000005 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/HEPRO_0000005">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/OBI_0000011"/>
<obo:IAO_0000115 xml:lang="en">A planned process that aims to produce a truthful statement about the health status of an organism or modify it.</obo:IAO_0000115>
<obo:OpenLHS-Core_0000061 xml:lang="en">A planned process that aims to produce a truthful statement about the health status of an organism or modify it.</obo:OpenLHS-Core_0000061>
<oboInOwl:inSubset rdf:resource="http://purl.obolibrary.org/obo/OpenLHS-Core#OpenLHS-H"/>
<rdfs:label xml:lang="en">health activity</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/HEPRO_0000006 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/HEPRO_0000006">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/OBI_0000011"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/OBI_0000293"/>
<owl:someValuesFrom rdf:resource="http://purl.obolibrary.org/obo/HEPRO_0000008"/>
</owl:Restriction>
</rdfs:subClassOf>
<obo:IAO_0000115 xml:lang="en">A planned process that is a part of a health procedure, that has as specified input at least one health activity outcome information and aim at generating a health procedure outcome information.</obo:IAO_0000115>
<oboInOwl:inSubset rdf:resource="http://purl.obolibrary.org/obo/OpenLHS-Core#OpenLHS-H"/>
<rdfs:label xml:lang="en">health procedure resulting process</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/HEPRO_0000007 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/HEPRO_0000007">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000030"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/OBI_0000312"/>
<owl:someValuesFrom rdf:resource="http://purl.obolibrary.org/obo/HEPRO_0000006"/>
</owl:Restriction>
</rdfs:subClassOf>
<obo:IAO_0000115 xml:lang="en">An information content entity that is the output of a health procedure resulting process and that describes some outcomes of a health procedure.</obo:IAO_0000115>
<oboInOwl:inSubset rdf:resource="http://purl.obolibrary.org/obo/OpenLHS-Core#OpenLHS-H"/>
<rdfs:label xml:lang="en">health procedure outcome information</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/HEPRO_0000008 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/HEPRO_0000008">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000030"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/OBI_0000312"/>
<owl:someValuesFrom rdf:resource="http://purl.obolibrary.org/obo/HEPRO_0000005"/>
</owl:Restriction>
</rdfs:subClassOf>
<obo:IAO_0000115 xml:lang="en">An information content entity that is a specified output of a health activity.</obo:IAO_0000115>
<obo:OpenLHS-Core_0000061 xml:lang="en">An information content entity that is a specified output of a health activity.</obo:OpenLHS-Core_0000061>
<oboInOwl:inSubset rdf:resource="http://purl.obolibrary.org/obo/OpenLHS-Core#OpenLHS-H"/>
<rdfs:label xml:lang="en">health activity outcome information</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/HEPRO_0000009 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/HEPRO_0000009">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/IOIO_0000013"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/IAO_0000219"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
<owl:onClass rdf:resource="http://purl.obolibrary.org/obo/HEPRO_0000012"/>
</owl:Restriction>
</rdfs:subClassOf>
<obo:IAO_0000115 xml:lang="en">An individual identifier that denotes a health provider.</obo:IAO_0000115>
<oboInOwl:inSubset rdf:resource="http://purl.obolibrary.org/obo/OpenLHS-Core#OpenLHS-H"/>
<rdfs:label xml:lang="en">health provider identifier</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/HEPRO_0000010 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/HEPRO_0000010">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/HEPRO_0000009"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/IAO_0000219"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
<owl:onClass rdf:resource="http://purl.obolibrary.org/obo/NCBITaxon_9606"/>
</owl:Restriction>
</rdfs:subClassOf>
<obo:IAO_0000115 xml:lang="en">A health provider identifier that is used to denote a person authorised to act as a physician.</obo:IAO_0000115>
<oboInOwl:inSubset rdf:resource="http://purl.obolibrary.org/obo/OpenLHS-Core#OpenLHS-H"/>
<rdfs:label xml:lang="en">physician identifier</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/HEPRO_0000011 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/HEPRO_0000011">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/BFO_0000023"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/RO_0000081"/>
<owl:someValuesFrom rdf:resource="http://purl.obolibrary.org/obo/OBI_0100026"/>
</owl:Restriction>
</rdfs:subClassOf>
<obo:IAO_0000115 xml:lang="en">A role that inheres in an organism as a consequence of training in order to be able to participate as a performer in some health activities.</obo:IAO_0000115>
<obo:IAO_0000600 xml:lang="en">This usually includes health professional like physicians, nurses or pharmacists etc.
It could also includes non professionals like patient attendant but it would exclude others like secretaries or accountants.</obo:IAO_0000600>
<oboInOwl:inSubset rdf:resource="http://purl.obolibrary.org/obo/OpenLHS-Core#OpenLHS-H"/>
<rdfs:label xml:lang="en">health provider role</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/HEPRO_0000012 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/HEPRO_0000012">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/NCBITaxon_2759"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/RO_0000087"/>
<owl:someValuesFrom rdf:resource="http://purl.obolibrary.org/obo/HEPRO_0000011"/>
</owl:Restriction>
</rdfs:subClassOf>
<obo:IAO_0000115 xml:lang="en">An organism that is the bearer of a health provider role.</obo:IAO_0000115>
<oboInOwl:inSubset rdf:resource="http://purl.obolibrary.org/obo/OpenLHS-Core#OpenLHS-H"/>
<rdfs:label xml:lang="en">health provider</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/HEPRO_0000013 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/HEPRO_0000013">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/HEPRO_0000004"/>
<obo:IAO_0000115 xml:lang="en">A health procedure that include a diagnostic procedure - TBD.</obo:IAO_0000115>
<oboInOwl:inSubset rdf:resource="http://purl.obolibrary.org/obo/OpenLHS-Core#OpenLHS-H"/>
<rdfs:label xml:lang="en">diagnostic health procedure</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/HEPRO_0000014 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/HEPRO_0000014">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/HEPRO_0000004"/>
<obo:IAO_0000115 xml:lang="en">A health procedure that includes a surgical procedure - TBD.</obo:IAO_0000115>
<oboInOwl:inSubset rdf:resource="http://purl.obolibrary.org/obo/OpenLHS-Core#OpenLHS-H"/>
<rdfs:label xml:lang="en">surgical health procedure</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/HEPRO_0000015 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/HEPRO_0000015">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000030"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/IAO_0000136"/>
<owl:someValuesFrom rdf:resource="http://purl.obolibrary.org/obo/HEPRO_0000004"/>
</owl:Restriction>
</rdfs:subClassOf>
<obo:IAO_0000112 xml:lang="en">'curative procedures'
'Surgeries performed on June, 19th 2023 at Velpeau Hospital'</obo:IAO_0000112>
<obo:IAO_0000115 xml:lang="en">An information content entity that is about a sub-group of health procedures.</obo:IAO_0000115>
<rdfs:comment xml:lang="en">We suppose that if an ICE is about a group of particular entities, it is also about each of these entities.</rdfs:comment>
<rdfs:label xml:lang="en">health procedure sub-group name</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/HEPRO_0000016 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/HEPRO_0000016">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000030"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/IAO_0000136"/>
<owl:someValuesFrom rdf:resource="http://purl.obolibrary.org/obo/HEPRO_0000005"/>
</owl:Restriction>
</rdfs:subClassOf>
<obo:IAO_0000112 xml:lang="en">'laboratory test'</obo:IAO_0000112>
<obo:IAO_0000115 xml:lang="en">An information content entity that is about a sub-group of health activities.</obo:IAO_0000115>
<rdfs:comment xml:lang="en">We suppose that if an ICE is about a group of particular entities, it is also about each of these entities.</rdfs:comment>
<rdfs:label xml:lang="en">health activity sub-group name</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/HEPRO_0000017 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/HEPRO_0000017">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000030"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/IAO_0000136"/>
<owl:someValuesFrom rdf:resource="http://purl.obolibrary.org/obo/OpenLHS-Core_0000060"/>
</owl:Restriction>
</rdfs:subClassOf>
<obo:IAO_0000115 xml:lang="en">An information content entity that is about a sub-group of pathological conditions.</obo:IAO_0000115>
<rdfs:comment xml:lang="en">We suppose that if an ICE is about a group of particular entities, it is also about each of these entities.</rdfs:comment>
<rdfs:label xml:lang="en">pathological condition sub-group name</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/HEPRO_0000020 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/HEPRO_0000020">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/OpenLHS-Core_0000033"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/RO_0002180"/>
<owl:someValuesFrom rdf:resource="http://purl.obolibrary.org/obo/HEPRO_0000101"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/RO_0002180"/>
<owl:someValuesFrom rdf:resource="http://purl.obolibrary.org/obo/HEPRO_0000103"/>
</owl:Restriction>
</rdfs:subClassOf>
<obo:IAO_0000115 xml:lang="en">A process beginning statement that temporally qualifies the beginning of a health procedure.</obo:IAO_0000115>
<obo:OpenLHS-Core_0000062 xml:lang="en">A process beginning statement that temporally qualifies the beginning of a health procedure.</obo:OpenLHS-Core_0000062>
<rdfs:label xml:lang="en">health procedure beginning statement</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/HEPRO_0000021 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/HEPRO_0000021">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/OpenLHS-Core_0000034"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/RO_0002180"/>
<owl:someValuesFrom rdf:resource="http://purl.obolibrary.org/obo/HEPRO_0000101"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/RO_0002180"/>
<owl:someValuesFrom rdf:resource="http://purl.obolibrary.org/obo/HEPRO_0000105"/>
</owl:Restriction>
</rdfs:subClassOf>
<obo:IAO_0000115 xml:lang="en">A process ending statement that temporally qualifies the end of a health procedure.</obo:IAO_0000115>
<rdfs:label xml:lang="en">health procedure ending statement</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/HEPRO_0000022 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/HEPRO_0000022">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/OpenLHS-Core_0000033"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/RO_0002180"/>
<owl:someValuesFrom rdf:resource="http://purl.obolibrary.org/obo/HEPRO_0000100"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/RO_0002180"/>
<owl:someValuesFrom rdf:resource="http://purl.obolibrary.org/obo/HEPRO_0000102"/>
</owl:Restriction>
</rdfs:subClassOf>
<obo:IAO_0000115 xml:lang="en">A process beginning statement that temporally qualifies the beginning of a health activity.</obo:IAO_0000115>
<obo:OpenLHS-Core_0000062 xml:lang="en">A process beginning statement that temporally qualifies the beginning of a health activity.</obo:OpenLHS-Core_0000062>
<rdfs:label xml:lang="en">health activity beginning statement</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/HEPRO_0000023 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/HEPRO_0000023">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/OpenLHS-Core_0000034"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/RO_0002180"/>
<owl:someValuesFrom rdf:resource="http://purl.obolibrary.org/obo/HEPRO_0000100"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/RO_0002180"/>
<owl:someValuesFrom rdf:resource="http://purl.obolibrary.org/obo/HEPRO_0000104"/>
</owl:Restriction>
</rdfs:subClassOf>
<obo:IAO_0000115 xml:lang="en">A process ending statement that temporally qualifies the end of a health activity.</obo:IAO_0000115>
<obo:OpenLHS-Core_0000062 xml:lang="en">A process ending statement that temporally qualifies the end of a health activity.</obo:OpenLHS-Core_0000062>
<rdfs:label xml:lang="en">health activity ending statement</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/HEPRO_0000025 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/HEPRO_0000025">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/OpenLHS-Core_0000028"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/BFO_0000051"/>
<owl:someValuesFrom rdf:resource="http://purl.obolibrary.org/obo/HEPRO_0000030"/>
</owl:Restriction>
</rdfs:subClassOf>
<obo:IAO_0000115 xml:lang="en">A service agreement specification that aims to direct some health procedure.</obo:IAO_0000115>
<obo:OpenLHS-Core_0000061>A service agreement specification that has as part a health procedure specification.</obo:OpenLHS-Core_0000061>
<obo:OpenLHS-Core_0000062 xml:lang="en">A service agreement specification that aims to direct some health procedure.</obo:OpenLHS-Core_0000062>
<rdfs:label xml:lang="en">health procedure agreement specification</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/HEPRO_0000030 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/HEPRO_0000030">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000033"/>
<obo:IAO_0000115 xml:lang="en">A directive information entity that aims to direct a health procedure.</obo:IAO_0000115>
<obo:OpenLHS-Core_0000062 xml:lang="en">A directive information entity that aims to direct a health procedure.</obo:OpenLHS-Core_0000062>
<rdfs:label xml:lang="en">health procedure specification</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/HEPRO_0000100 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/HEPRO_0000100">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0020000"/>
<obo:IAO_0000115 xml:lang="en">An identifier that denotes a health activity.</obo:IAO_0000115>
<obo:OpenLHS-Core_0000062 xml:lang="en">An identifier that denotes a health activity.</obo:OpenLHS-Core_0000062>
<rdfs:label xml:lang="en">health activity identifier</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/HEPRO_0000101 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/HEPRO_0000101">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0020000"/>
<obo:IAO_0000115 xml:lang="en">An identifier that denotes a health procedure.</obo:IAO_0000115>
<obo:OpenLHS-Core_0000062 xml:lang="en">An identifier that denotes a health procedure.</obo:OpenLHS-Core_0000062>
<rdfs:label xml:lang="en">health procedure identifier</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/HEPRO_0000102 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/HEPRO_0000102">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/OpenLHS-Core_0000065"/>
<obo:IAO_0000115 xml:lang="en">A temporal information that is a component of a health activity beginning statement that states that the temporal region denoted by this temporal information overlaps with the temporal region occupied by the beginning of the health activity.</obo:IAO_0000115>
<obo:OpenLHS-Core_0000062 xml:lang="en">A temporal information that is a component of a health activity beginning statement that states that the temporal region denoted by this temporal information overlaps with the temporal region occupied by the beginning of the health activity.</obo:OpenLHS-Core_0000062>
<rdfs:label xml:lang="en">health activity beginning temporal information</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/HEPRO_0000103 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/HEPRO_0000103">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/OpenLHS-Core_0000065"/>
<obo:IAO_0000115 xml:lang="en">A temporal information that is a component of a health procedure beginning statement that states that the temporal region denoted by this temporal information overlaps with the temporal region occupied by the beginning of the health procedure.</obo:IAO_0000115>
<obo:OpenLHS-Core_0000062 xml:lang="en">A temporal information that is a component of a health procedure beginning statement that states that the temporal region denoted by this temporal information overlaps with the temporal region occupied by the beginning of the health procedure.</obo:OpenLHS-Core_0000062>
<rdfs:label xml:lang="en">health procedure beginning temporal information</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/HEPRO_0000104 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/HEPRO_0000104">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/OpenLHS-Core_0000065"/>
<obo:IAO_0000115 xml:lang="en">A temporal information that is a component of a health activity ending statement that states that the temporal region denoted by this temporal information overlaps with the temporal region occupied by the ending of the health activity.</obo:IAO_0000115>
<obo:OpenLHS-Core_0000062 xml:lang="en">A temporal information that is a component of a health activity ending statement that states that the temporal region denoted by this temporal information overlaps with the temporal region occupied by the ending of the health activity.</obo:OpenLHS-Core_0000062>
<rdfs:label xml:lang="en">health activity ending temporal information</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/HEPRO_0000105 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/HEPRO_0000105">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/OpenLHS-Core_0000065"/>
<obo:IAO_0000115 xml:lang="en">A temporal information that is a component of a health procedure ending statement that states that the temporal region denoted by this temporal information overlaps with the temporal region occupied by the ending of the health procedure.</obo:IAO_0000115>
<obo:OpenLHS-Core_0000062 xml:lang="en">A temporal information that is a component of a health procedure ending statement that states that the temporal region denoted by this temporal information overlaps with the temporal region occupied by the ending of the health procedure.</obo:OpenLHS-Core_0000062>
<rdfs:label xml:lang="en">health procedure ending temporal information</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/HEPRO_0000125 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/HEPRO_0000125">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/OpenLHS-Core_0000010"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/RO_0002180"/>
<owl:someValuesFrom rdf:resource="http://purl.obolibrary.org/obo/HEPRO_0000017"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/RO_0002180"/>
<owl:someValuesFrom rdf:resource="http://purl.obolibrary.org/obo/IOIO_0000013"/>
</owl:Restriction>
</rdfs:subClassOf>
<obo:IAO_0000115 xml:lang="en">A pragmatically accepted statement that states the presence of a pathological condition for an organism.</obo:IAO_0000115>
<obo:OpenLHS-Core_0000061 xml:lang="en">A pragmatically accepted statement that states the presence of a pathological condition for an organism.</obo:OpenLHS-Core_0000061>
<rdfs:label xml:lang="en">pathological condition presence statement</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/HEPRO_0000127 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/HEPRO_0000127">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/HEPRO_0000125"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/RO_0002180"/>
<owl:someValuesFrom rdf:resource="http://purl.obolibrary.org/obo/HEPRO_0000129"/>
</owl:Restriction>
</rdfs:subClassOf>
<obo:IAO_0000115 xml:lang="en">A temporally qualifying statement that qualifies the clinically identified appearance of a disorder or a disease, or the beginning of a pathological process.</obo:IAO_0000115>
<obo:OpenLHS-Core_0000062 xml:lang="en">A temporally qualifying statement that qualifies the clinically identified appearance of a disorder or a disease, or the beginning of a pathological process.</obo:OpenLHS-Core_0000062>
<rdfs:label xml:lang="en">pathological condition start temporally qualifying statement</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/HEPRO_0000128 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/HEPRO_0000128">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/HEPRO_0000125"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/RO_0002180"/>
<owl:someValuesFrom rdf:resource="http://purl.obolibrary.org/obo/HEPRO_0000130"/>
</owl:Restriction>
</rdfs:subClassOf>
<obo:IAO_0000115 xml:lang="en">A temporally qualifying statement that qualifies the clinically identified disappearance of a disorder or a disease, or the ending of a pathological process.</obo:IAO_0000115>
<obo:OpenLHS-Core_0000062 xml:lang="en">A temporally qualifying statement that qualifies the clinically identified disappearance of a disorder or a disease, or the ending of a pathological process.</obo:OpenLHS-Core_0000062>
<rdfs:label xml:lang="en">pathological condition end temporally qualifying statement</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/HEPRO_0000129 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/HEPRO_0000129">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/OpenLHS-Core_0000065"/>
<obo:IAO_0000115 xml:lang="en">A temporal information that is a component of a pathological condition start temporallly qualifying statement that states that the temporal region denoted by this temporal information overlaps with the temporal region occupied by the clinically identified start of the pathological condition.</obo:IAO_0000115>
<obo:OpenLHS-Core_0000062 xml:lang="en">A temporal information that is a component of a pathological condition start temporallly qualifying statement that states that the temporal region denoted by this temporal information overlaps with the temporal region occupied by the clinically identified start of the pathological condition.</obo:OpenLHS-Core_0000062>
<rdfs:label xml:lang="en">pathological condition start temporal information</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/HEPRO_0000130 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/HEPRO_0000130">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/OpenLHS-Core_0000065"/>
<obo:IAO_0000115 xml:lang="en">A temporal information that is a component of a pathological condition end temporallly qualifying statement that states that the temporal region denoted by this temporal information overlaps with the temporal region occupied by the clinically identified end of the pathological condition.</obo:IAO_0000115>
<obo:OpenLHS-Core_0000062 xml:lang="en">A temporal information that is a component of a pathological condition end temporallly qualifying statement that states that the temporal region denoted by this temporal information overlaps with the temporal region occupied by the clinically identified end of the pathological condition.</obo:OpenLHS-Core_0000062>
<rdfs:label xml:lang="en">pathological condition end temporal information</rdfs:label>
</owl:Class>
</rdf:RDF>
<!-- Generated by the OWL API (version 4.5.25.2023-02-15T19:15:49Z) https://github.com/owlcs/owlapi -->