-
Notifications
You must be signed in to change notification settings - Fork 2
/
pain-edit.owl
661 lines (493 loc) · 55.8 KB
/
pain-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
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
Prefix(:=<http://http://purl.obolibrary.org/obo/pain.owl#>)
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(rdfs:=<http://www.w3.org/2000/01/rdf-schema#>)
Ontology(<http://http://purl.obolibrary.org/obo/pain.owl>
Import(<http://purl.obolibrary.org/obo/pain/imports/cl_import.owl>)
Import(<http://purl.obolibrary.org/obo/pain/imports/go_import.owl>)
Import(<http://purl.obolibrary.org/obo/pain/imports/iao_import.owl>)
Import(<http://purl.obolibrary.org/obo/pain/imports/mfoem_import.owl>)
Import(<http://purl.obolibrary.org/obo/pain/imports/nbo_import.owl>)
Import(<http://purl.obolibrary.org/obo/pain/imports/omo_import.owl>)
Import(<http://purl.obolibrary.org/obo/pain/imports/omrse_import.owl>)
Import(<http://purl.obolibrary.org/obo/pain/imports/pato_import.owl>)
Import(<http://purl.obolibrary.org/obo/pain/imports/ro_import.owl>)
Import(<http://purl.obolibrary.org/obo/pain/imports/uberon_import.owl>)
Annotation(<http://purl.org/dc/elements/1.1/creator> "https://orcid.org/0000-0001-9625-1899")
Annotation(<http://purl.org/dc/elements/1.1/date> "2022-08-23")
Annotation(<http://purl.org/dc/elements/1.1/license> "https://creativecommons.org/publicdomain/zero/1.0/")
Annotation(<http://purl.org/dc/elements/1.1/title> "Pain Ontology")
Annotation(<http://purl.org/dc/terms/license> "https://creativecommons.org/publicdomain/zero/1.0/")
Declaration(Class(<http://purl.obolibrary.org/obo/BFO_0000015>))
Declaration(Class(<http://purl.obolibrary.org/obo/BFO_0000016>))
Declaration(Class(<http://purl.obolibrary.org/obo/GO_0019233>))
Declaration(Class(<http://purl.obolibrary.org/obo/IAO_0000030>))
Declaration(Class(<http://purl.obolibrary.org/obo/MFOEM_000203>))
Declaration(Class(<http://purl.obolibrary.org/obo/OGMS_0000060>))
Declaration(Class(<http://purl.obolibrary.org/obo/PAIN_0000000>))
Declaration(Class(<http://purl.obolibrary.org/obo/PAIN_0000001>))
Declaration(Class(<http://purl.obolibrary.org/obo/PAIN_0000002>))
Declaration(Class(<http://purl.obolibrary.org/obo/PAIN_0000003>))
Declaration(Class(<http://purl.obolibrary.org/obo/PAIN_0000004>))
Declaration(Class(<http://purl.obolibrary.org/obo/PAIN_0000005>))
Declaration(Class(<http://purl.obolibrary.org/obo/PAIN_0000006>))
Declaration(Class(<http://purl.obolibrary.org/obo/PAIN_0000007>))
Declaration(Class(<http://purl.obolibrary.org/obo/PAIN_0000008>))
Declaration(Class(<http://purl.obolibrary.org/obo/PAIN_0000009>))
Declaration(Class(<http://purl.obolibrary.org/obo/PAIN_0000010>))
Declaration(Class(<http://purl.obolibrary.org/obo/PAIN_0000011>))
Declaration(Class(<http://purl.obolibrary.org/obo/PAIN_0000012>))
Declaration(Class(<http://purl.obolibrary.org/obo/PAIN_0000013>))
Declaration(Class(<http://purl.obolibrary.org/obo/PAIN_0000014>))
Declaration(Class(<http://purl.obolibrary.org/obo/PAIN_0000015>))
Declaration(Class(<http://purl.obolibrary.org/obo/PAIN_0000016>))
Declaration(Class(<http://purl.obolibrary.org/obo/PAIN_0000017>))
Declaration(Class(<http://purl.obolibrary.org/obo/PAIN_0000018>))
Declaration(Class(<http://purl.obolibrary.org/obo/PAIN_0000019>))
Declaration(Class(<http://purl.obolibrary.org/obo/PAIN_0000020>))
Declaration(Class(<http://purl.obolibrary.org/obo/PAIN_0000021>))
Declaration(Class(<http://purl.obolibrary.org/obo/PAIN_0000022>))
Declaration(Class(<http://purl.obolibrary.org/obo/PAIN_0000023>))
Declaration(Class(<http://purl.obolibrary.org/obo/PAIN_0000024>))
Declaration(Class(<http://purl.obolibrary.org/obo/PAIN_0000025>))
Declaration(Class(<http://purl.obolibrary.org/obo/PAIN_0000026>))
Declaration(Class(<http://purl.obolibrary.org/obo/PAIN_0000027>))
Declaration(Class(<http://purl.obolibrary.org/obo/PAIN_0000028>))
Declaration(Class(<http://purl.obolibrary.org/obo/PAIN_0000029>))
Declaration(Class(<http://purl.obolibrary.org/obo/PAIN_0000030>))
Declaration(Class(<http://purl.obolibrary.org/obo/PAIN_0000031>))
Declaration(Class(<http://purl.obolibrary.org/obo/PAIN_0000032>))
Declaration(Class(<http://purl.obolibrary.org/obo/PAIN_0000033>))
Declaration(Class(<http://purl.obolibrary.org/obo/PAIN_0000034>))
Declaration(Class(<http://purl.obolibrary.org/obo/PAIN_0000035>))
Declaration(Class(<http://purl.obolibrary.org/obo/PAIN_0000036>))
Declaration(Class(<http://purl.obolibrary.org/obo/PAIN_0000037>))
Declaration(Class(<http://purl.obolibrary.org/obo/PAIN_0000038>))
Declaration(Class(<http://purl.obolibrary.org/obo/PAIN_0000039>))
Declaration(Class(<http://purl.obolibrary.org/obo/PAIN_0000040>))
Declaration(Class(<http://purl.obolibrary.org/obo/PAIN_0000041>))
Declaration(Class(<http://purl.obolibrary.org/obo/PAIN_0000042>))
Declaration(Class(<http://purl.obolibrary.org/obo/PAIN_0000043>))
Declaration(Class(<http://purl.obolibrary.org/obo/PAIN_0000044>))
Declaration(Class(<http://purl.obolibrary.org/obo/PAIN_0000045>))
Declaration(Class(<http://purl.obolibrary.org/obo/PAIN_0000046>))
Declaration(Class(<http://purl.obolibrary.org/obo/PAIN_0000047>))
Declaration(Class(<http://purl.obolibrary.org/obo/PAIN_0000048>))
Declaration(Class(<http://purl.obolibrary.org/obo/PAIN_0000049>))
Declaration(Class(<http://purl.obolibrary.org/obo/PAIN_0000050>))
Declaration(Class(<http://purl.obolibrary.org/obo/PAIN_0000051>))
Declaration(Class(<http://purl.obolibrary.org/obo/PAIN_0000052>))
Declaration(Class(<http://purl.obolibrary.org/obo/PAIN_0000053>))
Declaration(Class(<http://purl.obolibrary.org/obo/PAIN_0000054>))
Declaration(Class(<http://purl.obolibrary.org/obo/PAIN_0000055>))
Declaration(Class(<http://purl.obolibrary.org/obo/PAIN_0000056>))
Declaration(Class(<http://purl.obolibrary.org/obo/PAIN_0000057>))
Declaration(Class(<http://purl.obolibrary.org/obo/PAIN_0000058>))
Declaration(Class(<http://purl.obolibrary.org/obo/PAIN_0000059>))
Declaration(Class(<http://purl.obolibrary.org/obo/PATO_0000389>))
Declaration(Class(<http://purl.obolibrary.org/obo/PATO_0001863>))
Declaration(ObjectProperty(<http://purl.obolibrary.org/obo/IAO_0000136>))
Declaration(ObjectProperty(<http://purl.obolibrary.org/obo/PAIN_0000060>))
Declaration(ObjectProperty(<http://purl.obolibrary.org/obo/PAIN_0000061>))
Declaration(ObjectProperty(<http://purl.obolibrary.org/obo/RO_0000053>))
Declaration(ObjectProperty(<http://purl.obolibrary.org/obo/RO_0002411>))
Declaration(NamedIndividual(<https://orcid.org/0000-0001-6378-1703>))
Declaration(NamedIndividual(<https://orcid.org/0000-0001-9625-1899>))
Declaration(NamedIndividual(<https://orcid.org/0000-0001-9990-8331>))
Declaration(NamedIndividual(<https://orcid.org/0000-0002-1118-1738>))
Declaration(NamedIndividual(<https://orcid.org/0009-0002-7282-0836>))
Declaration(NamedIndividual(<https://orcid.org/0009-0006-7251-3026>))
Declaration(NamedIndividual(<https://orcid.org/0009-0008-8150-9779>))
Declaration(AnnotationProperty(<http://purl.obolibrary.org/obo/IAO_0000115>))
Declaration(AnnotationProperty(<http://purl.obolibrary.org/obo/IAO_0000119>))
Declaration(AnnotationProperty(<http://purl.org/dc/elements/1.1/contributor>))
Declaration(AnnotationProperty(<http://purl.org/dc/elements/1.1/creator>))
Declaration(AnnotationProperty(<http://purl.org/dc/elements/1.1/date>))
Declaration(AnnotationProperty(<http://purl.org/dc/elements/1.1/description>))
Declaration(AnnotationProperty(<http://purl.org/dc/elements/1.1/license>))
Declaration(AnnotationProperty(<http://purl.org/dc/elements/1.1/source>))
Declaration(AnnotationProperty(<http://purl.org/dc/elements/1.1/title>))
Declaration(AnnotationProperty(<http://purl.org/dc/terms/contributor>))
Declaration(AnnotationProperty(<http://purl.org/dc/terms/license>))
Declaration(AnnotationProperty(<http://www.geneontology.org/formats/oboInOwl#creation_date>))
############################
# Object Properties
############################
# Object Property: <http://purl.obolibrary.org/obo/PAIN_0000060> (pain occurres in)
AnnotationAssertion(<http://purl.obolibrary.org/obo/IAO_0000115> <http://purl.obolibrary.org/obo/PAIN_0000060> "A relation between pain and an anatomical entity in which the pain is subjectively experienced as occurring in the anatomical entity.")
AnnotationAssertion(<http://purl.org/dc/terms/contributor> <http://purl.obolibrary.org/obo/PAIN_0000060> <https://orcid.org/0000-0001-9625-1899>)
AnnotationAssertion(<http://purl.org/dc/terms/created> <http://purl.obolibrary.org/obo/PAIN_0000060> "2024-06-13T22:01:34Z"^^xsd:dateTime)
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/PAIN_0000060> "pain occurres in"@en)
ObjectPropertyDomain(<http://purl.obolibrary.org/obo/PAIN_0000060> <http://purl.obolibrary.org/obo/PAIN_0000036>)
ObjectPropertyRange(<http://purl.obolibrary.org/obo/PAIN_0000060> <http://purl.obolibrary.org/obo/UBERON_0001062>)
# Object Property: <http://purl.obolibrary.org/obo/PAIN_0000061> (experienced as)
AnnotationAssertion(<http://purl.obolibrary.org/obo/IAO_0000115> <http://purl.obolibrary.org/obo/PAIN_0000061> "A relation between a nervous system process and a mental process in which the nervous system process is gives rise to an experiential mental process.")
AnnotationAssertion(<http://purl.org/dc/terms/contributor> <http://purl.obolibrary.org/obo/PAIN_0000061> <https://orcid.org/0000-0001-9625-1899>)
AnnotationAssertion(<http://purl.org/dc/terms/created> <http://purl.obolibrary.org/obo/PAIN_0000061> "2024-06-13T22:09:02Z"^^xsd:dateTime)
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/PAIN_0000061> "experienced as"@en)
ObjectPropertyDomain(<http://purl.obolibrary.org/obo/PAIN_0000061> <http://purl.obolibrary.org/obo/GO_0050877>)
ObjectPropertyRange(<http://purl.obolibrary.org/obo/PAIN_0000061> <http://purl.obolibrary.org/obo/MF_0000020>)
############################
# Classes
############################
# Class: <http://purl.obolibrary.org/obo/MFOEM_000203> (feeling of pain)
SubClassOf(<http://purl.obolibrary.org/obo/MFOEM_000203> ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/RO_0002411> <http://purl.obolibrary.org/obo/GO_0019233>))
# Class: <http://purl.obolibrary.org/obo/PAIN_0000000> (pain (IASP))
AnnotationAssertion(<http://purl.org/dc/elements/1.1/description> <http://purl.obolibrary.org/obo/PAIN_0000000> "an unpleasant sensory and emotional experience associated with actual or potential tissue damage, or described in terms of such damage [Merskey H, Albe-Fessard DG, Bonica JJ, et al: Pain terms: A list with definitions and notes on usage. Recommended by the IASP Subcommittee on Taxonomy. Pain 1979; 6:249-252. http://www.iasp-pain.org/source/eforums].")
AnnotationAssertion(rdfs:comment <http://purl.obolibrary.org/obo/PAIN_0000000> "IASP: International Association for the Study of Pain")
AnnotationAssertion(rdfs:comment <http://purl.obolibrary.org/obo/PAIN_0000000> "[The] IASP definition gives a prominent role to descriptions containing reference to tissue damage of varying states. Such descriptions are central to the clinician’s understanding of pain phenomena of both the PNT and NN types, neither of which necessarily has apparent tissue damage at the putative locus of pain, because the corresponding experiences are heavily influenced by processes independent of direct stimulus transmission.
See http://ontology.buffalo.edu/smith/articles/pain.pdf page 7.")
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/PAIN_0000000> "pain (IASP)"@en)
SubClassOf(<http://purl.obolibrary.org/obo/PAIN_0000000> <http://purl.obolibrary.org/obo/PAIN_0000037>)
# Class: <http://purl.obolibrary.org/obo/PAIN_0000001> (canonical pain)
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/PAIN_0000001> "canonical pain"@en)
SubClassOf(<http://purl.obolibrary.org/obo/PAIN_0000001> <http://purl.obolibrary.org/obo/PAIN_0000008>)
# Class: <http://purl.obolibrary.org/obo/PAIN_0000002> (variant pain)
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/PAIN_0000002> "variant pain"@en)
SubClassOf(<http://purl.obolibrary.org/obo/PAIN_0000002> <http://purl.obolibrary.org/obo/PAIN_0000008>)
# Class: <http://purl.obolibrary.org/obo/PAIN_0000003> (pain with concordant tissue damage (PCT))
AnnotationAssertion(<http://purl.org/dc/elements/1.1/description> <http://purl.obolibrary.org/obo/PAIN_0000003> "(1) a bodily process in an organism S involving two integrated levels:
(1a) activation of the nociceptive system including the pain-associated emotion- generating brain components of S, and
(1b) a simultaneous sensory and aversive experience on the part of S
that is,
(2) caused by damage to tissue located in a region R of the body of the subject S,
(3) experienced by S as being caused by this damage,4) such as to involve
an aversive reaction on the part of S directed towards that which is presumed by S to be causing this damage,
(5) concordant with the tissue damage on both levels (1a) and (1b),
and also,
(6) such that the sensory experience is sufficiently intense to communicate the presence of tissue damage to the subject.")
AnnotationAssertion(rdfs:comment <http://purl.obolibrary.org/obo/PAIN_0000003> "See http://ontology.buffalo.edu/smith/articles/pain.pdf page 5.")
AnnotationAssertion(rdfs:comment <http://purl.obolibrary.org/obo/PAIN_0000003> "[The] patient experiences pain of the evolutionarily most basic sort, which is to say: pain in response to and in concordance with simultaneously existing tissue damage. This tissue damage is both the experienced target and the cause of the pain experience. Here the nociceptive system and the peripheral trauma are aligned; clear signals connect the one with the other.
See http://ontology.buffalo.edu/smith/articles/pain.pdf page 4.")
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/PAIN_0000003> "pain with concordant tissue damage (PCT)"@en)
SubClassOf(<http://purl.obolibrary.org/obo/PAIN_0000003> <http://purl.obolibrary.org/obo/PAIN_0000001>)
# Class: <http://purl.obolibrary.org/obo/PAIN_0000004> (pain without concordant tissue damage (PNT))
AnnotationAssertion(rdfs:comment <http://purl.obolibrary.org/obo/PAIN_0000004> "[The] patient experiences pain that is associated with some disorder outside the nociceptive system, a disorder existing either now or in the past. In some cases (for example myofascial pain) this disorder is predominantly associated with peripheral trauma; in other cases (for example tension headache) predominantly not. But in every case PNT pain is marked by the fact that it is discordant in terms of some attribute, such as intensity, spatial extent, or episode frequency or duration, relative to the state of the underlying tissue.
See http://ontology.buffalo.edu/smith/articles/pain.pdf page 4.")
AnnotationAssertion(rdfs:comment <http://purl.obolibrary.org/obo/PAIN_0000004> "examples: allodynia, regional myofascial pain")
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/PAIN_0000004> "pain without concordant tissue damage (PNT)"@en)
SubClassOf(<http://purl.obolibrary.org/obo/PAIN_0000004> <http://purl.obolibrary.org/obo/PAIN_0000001>)
# Class: <http://purl.obolibrary.org/obo/PAIN_0000005> (pain-related phenomenon without pain (PRP))
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/PAIN_0000005> "pain-related phenomenon without pain (PRP)"@en)
SubClassOf(<http://purl.obolibrary.org/obo/PAIN_0000005> <http://purl.obolibrary.org/obo/PAIN_0000037>)
# Class: <http://purl.obolibrary.org/obo/PAIN_0000006> (pain behavior without pain (PBWP))
AnnotationAssertion(rdfs:comment <http://purl.obolibrary.org/obo/PAIN_0000006> "[There] is, for example, a mere report in a medical record attributed to the statements of a patient, but no pain is being experienced by the patient (a fact which may or may not be detectable by an external observer).
See http://ontology.buffalo.edu/smith/articles/pain.pdf page 4.")
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/PAIN_0000006> "pain behavior without pain (PBWP)"@en)
SubClassOf(<http://purl.obolibrary.org/obo/PAIN_0000006> <http://purl.obolibrary.org/obo/PAIN_0000005>)
# Class: <http://purl.obolibrary.org/obo/PAIN_0000007> (tissue damage without pain (TWP))
AnnotationAssertion(rdfs:comment <http://purl.obolibrary.org/obo/PAIN_0000007> "[Tissue] damage normally of the sort to cause pain does not activate the pain system (as contrasted with pain asymbolia, where pain is experienced, so that the pain system is activated, but the patient does not experience the pain as something that is suffered).
See http://ontology.buffalo.edu/smith/articles/pain.pdf page 4.")
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/PAIN_0000007> "tissue damage without pain (TWP)"@en)
SubClassOf(<http://purl.obolibrary.org/obo/PAIN_0000007> <http://purl.obolibrary.org/obo/PAIN_0000005>)
# Class: <http://purl.obolibrary.org/obo/PAIN_0000008> (pain (Smith))
AnnotationAssertion(<http://purl.org/dc/elements/1.1/description> <http://purl.obolibrary.org/obo/PAIN_0000008> "a bodily process in an organism S involving two integrated levels:
(a) activation of the nociceptive system and associated emotion generating brain components of S, and
(b) a simultaneous aversive sensory and emotional experience on the part of S,
where (b) is phenomenologically similar to the sort of aversive experience involved in PCT pain.")
AnnotationAssertion(rdfs:comment <http://purl.obolibrary.org/obo/PAIN_0000008> "See http://ontology.buffalo.edu/smith/articles/pain.pdf page 6.")
AnnotationAssertion(rdfs:comment <http://purl.obolibrary.org/obo/PAIN_0000008> "‘Phenomenologically similar’ means inter alia: (1) that the experience is ‘of’ or is ‘targeted towards’ some region R of the body of S, so that all pain is in this sense (and however diffusely) localized; (2) that the experience involves a dimension of unpleas- antness which – as is shown by the case of pain asymbolia – is not necessarily of the sort that involves suffering or aversion on the part of the subject S.
This definition is formulated in such a way that small children and even some ani- mals can experience canonical pain, even though they do not have the cognitive re- sources to represent their experience as one that is caused in this or that way. This ad- dresses one recognized shortcoming of the IASP definition [Rollin BE. Science and Ethics, Cambridge : Cambridge University Press, 2006.].")
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/PAIN_0000008> "pain (Smith)"@en)
SubClassOf(<http://purl.obolibrary.org/obo/PAIN_0000008> <http://purl.obolibrary.org/obo/PAIN_0000037>)
# Class: <http://purl.obolibrary.org/obo/PAIN_0000009> (pain testing procedure)
AnnotationAssertion(<http://purl.org/dc/elements/1.1/contributor> <http://purl.obolibrary.org/obo/PAIN_0000009> "https://orcid.org/0000-0001-9625-1899")
AnnotationAssertion(<http://www.geneontology.org/formats/oboInOwl#creation_date> <http://purl.obolibrary.org/obo/PAIN_0000009> "2022-11-24T06:02:26Z")
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/PAIN_0000009> "pain testing procedure"@en)
SubClassOf(<http://purl.obolibrary.org/obo/PAIN_0000009> <http://purl.obolibrary.org/obo/BFO_0000015>)
# Class: <http://purl.obolibrary.org/obo/PAIN_0000010> (temperature pain testing procedure)
AnnotationAssertion(<http://purl.org/dc/elements/1.1/contributor> <http://purl.obolibrary.org/obo/PAIN_0000010> "https://orcid.org/0000-0001-9625-1899")
AnnotationAssertion(<http://www.geneontology.org/formats/oboInOwl#creation_date> <http://purl.obolibrary.org/obo/PAIN_0000010> "2022-11-24T06:02:26Z")
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/PAIN_0000010> "temperature pain testing procedure"@en)
SubClassOf(<http://purl.obolibrary.org/obo/PAIN_0000010> <http://purl.obolibrary.org/obo/PAIN_0000009>)
# Class: <http://purl.obolibrary.org/obo/PAIN_0000011> (heat pain testing procedure)
AnnotationAssertion(<http://purl.org/dc/elements/1.1/contributor> <http://purl.obolibrary.org/obo/PAIN_0000011> "https://orcid.org/0000-0001-9625-1899")
AnnotationAssertion(<http://www.geneontology.org/formats/oboInOwl#creation_date> <http://purl.obolibrary.org/obo/PAIN_0000011> "2022-11-24T06:02:26Z")
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/PAIN_0000011> "heat pain testing procedure"@en)
SubClassOf(<http://purl.obolibrary.org/obo/PAIN_0000011> <http://purl.obolibrary.org/obo/PAIN_0000010>)
# Class: <http://purl.obolibrary.org/obo/PAIN_0000012> (cold pain testing procedure)
AnnotationAssertion(<http://purl.org/dc/elements/1.1/contributor> <http://purl.obolibrary.org/obo/PAIN_0000012> "https://orcid.org/0000-0001-9625-1899")
AnnotationAssertion(<http://www.geneontology.org/formats/oboInOwl#creation_date> <http://purl.obolibrary.org/obo/PAIN_0000012> "2022-11-24T06:02:26Z")
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/PAIN_0000012> "cold pain testing procedure"@en)
SubClassOf(<http://purl.obolibrary.org/obo/PAIN_0000012> <http://purl.obolibrary.org/obo/PAIN_0000010>)
# Class: <http://purl.obolibrary.org/obo/PAIN_0000013> (temporal summation pain testing procedure)
AnnotationAssertion(<http://purl.org/dc/elements/1.1/contributor> <http://purl.obolibrary.org/obo/PAIN_0000013> "https://orcid.org/0000-0001-9625-1899")
AnnotationAssertion(<http://www.geneontology.org/formats/oboInOwl#creation_date> <http://purl.obolibrary.org/obo/PAIN_0000013> "2022-11-24T06:02:26Z")
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/PAIN_0000013> "temporal summation pain testing procedure"@en)
SubClassOf(<http://purl.obolibrary.org/obo/PAIN_0000013> <http://purl.obolibrary.org/obo/PAIN_0000009>)
# Class: <http://purl.obolibrary.org/obo/PAIN_0000014> (temporal summation of heat pain testing procedure)
AnnotationAssertion(<http://purl.org/dc/elements/1.1/contributor> <http://purl.obolibrary.org/obo/PAIN_0000014> "https://orcid.org/0000-0001-9625-1899")
AnnotationAssertion(<http://www.geneontology.org/formats/oboInOwl#creation_date> <http://purl.obolibrary.org/obo/PAIN_0000014> "2022-11-24T06:02:26Z")
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/PAIN_0000014> "temporal summation of heat pain testing procedure"@en)
SubClassOf(<http://purl.obolibrary.org/obo/PAIN_0000014> <http://purl.obolibrary.org/obo/PAIN_0000011>)
SubClassOf(<http://purl.obolibrary.org/obo/PAIN_0000014> <http://purl.obolibrary.org/obo/PAIN_0000019>)
# Class: <http://purl.obolibrary.org/obo/PAIN_0000015> (temporal summation of cold pain testing procedure)
AnnotationAssertion(<http://purl.org/dc/elements/1.1/contributor> <http://purl.obolibrary.org/obo/PAIN_0000015> "https://orcid.org/0000-0001-9625-1899")
AnnotationAssertion(<http://www.geneontology.org/formats/oboInOwl#creation_date> <http://purl.obolibrary.org/obo/PAIN_0000015> "2022-11-24T06:02:26Z")
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/PAIN_0000015> "temporal summation of cold pain testing procedure"@en)
SubClassOf(<http://purl.obolibrary.org/obo/PAIN_0000015> <http://purl.obolibrary.org/obo/PAIN_0000012>)
SubClassOf(<http://purl.obolibrary.org/obo/PAIN_0000015> <http://purl.obolibrary.org/obo/PAIN_0000019>)
# Class: <http://purl.obolibrary.org/obo/PAIN_0000016> (pressure pain testing procedure)
AnnotationAssertion(<http://purl.org/dc/elements/1.1/contributor> <http://purl.obolibrary.org/obo/PAIN_0000016> "https://orcid.org/0000-0001-9625-1899")
AnnotationAssertion(<http://www.geneontology.org/formats/oboInOwl#creation_date> <http://purl.obolibrary.org/obo/PAIN_0000016> "2022-11-24T06:02:26Z")
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/PAIN_0000016> "pressure pain testing procedure"@en)
SubClassOf(<http://purl.obolibrary.org/obo/PAIN_0000016> <http://purl.obolibrary.org/obo/PAIN_0000009>)
# Class: <http://purl.obolibrary.org/obo/PAIN_0000017> (punctate pain testing procedure)
AnnotationAssertion(<http://purl.org/dc/elements/1.1/contributor> <http://purl.obolibrary.org/obo/PAIN_0000017> "https://orcid.org/0000-0001-9625-1899")
AnnotationAssertion(<http://www.geneontology.org/formats/oboInOwl#creation_date> <http://purl.obolibrary.org/obo/PAIN_0000017> "2022-11-24T06:02:26Z")
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/PAIN_0000017> "punctate pain testing procedure"@en)
SubClassOf(<http://purl.obolibrary.org/obo/PAIN_0000017> <http://purl.obolibrary.org/obo/PAIN_0000009>)
# Class: <http://purl.obolibrary.org/obo/PAIN_0000018> (temporal summation of punctate pain testing procedure)
AnnotationAssertion(<http://purl.org/dc/elements/1.1/contributor> <http://purl.obolibrary.org/obo/PAIN_0000018> "https://orcid.org/0000-0001-9625-1899")
AnnotationAssertion(<http://www.geneontology.org/formats/oboInOwl#creation_date> <http://purl.obolibrary.org/obo/PAIN_0000018> "2022-11-24T06:02:26Z")
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/PAIN_0000018> "temporal summation of punctate pain testing procedure"@en)
SubClassOf(<http://purl.obolibrary.org/obo/PAIN_0000018> <http://purl.obolibrary.org/obo/PAIN_0000013>)
SubClassOf(<http://purl.obolibrary.org/obo/PAIN_0000018> <http://purl.obolibrary.org/obo/PAIN_0000017>)
# Class: <http://purl.obolibrary.org/obo/PAIN_0000019> (temporal summation of temperature pain testing procedure)
AnnotationAssertion(<http://purl.org/dc/elements/1.1/contributor> <http://purl.obolibrary.org/obo/PAIN_0000019> "https://orcid.org/0000-0001-9625-1899")
AnnotationAssertion(<http://www.geneontology.org/formats/oboInOwl#creation_date> <http://purl.obolibrary.org/obo/PAIN_0000019> "2022-11-24T06:02:26Z")
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/PAIN_0000019> "temporal summation of temperature pain testing procedure"@en)
SubClassOf(<http://purl.obolibrary.org/obo/PAIN_0000019> <http://purl.obolibrary.org/obo/PAIN_0000010>)
SubClassOf(<http://purl.obolibrary.org/obo/PAIN_0000019> <http://purl.obolibrary.org/obo/PAIN_0000013>)
# Class: <http://purl.obolibrary.org/obo/PAIN_0000020> (pain sensitivity)
AnnotationAssertion(<http://purl.org/dc/elements/1.1/contributor> <http://purl.obolibrary.org/obo/PAIN_0000020> "https://orcid.org/0000-0001-9625-1899")
AnnotationAssertion(<http://www.geneontology.org/formats/oboInOwl#creation_date> <http://purl.obolibrary.org/obo/PAIN_0000020> "2022-11-24T06:02:26Z")
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/PAIN_0000020> "pain sensitivity"@en)
SubClassOf(<http://purl.obolibrary.org/obo/PAIN_0000020> <http://purl.obolibrary.org/obo/BFO_0000016>)
# Class: <http://purl.obolibrary.org/obo/PAIN_0000021> (low pressure pain sensitivity)
AnnotationAssertion(<http://purl.org/dc/elements/1.1/contributor> <http://purl.obolibrary.org/obo/PAIN_0000021> "https://orcid.org/0000-0001-9625-1899")
AnnotationAssertion(<http://www.geneontology.org/formats/oboInOwl#creation_date> <http://purl.obolibrary.org/obo/PAIN_0000021> "2022-11-24T06:02:26Z")
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/PAIN_0000021> "low pressure pain sensitivity"@en)
SubClassOf(<http://purl.obolibrary.org/obo/PAIN_0000021> <http://purl.obolibrary.org/obo/PAIN_0000020>)
# Class: <http://purl.obolibrary.org/obo/PAIN_0000022> (average pain sensitivity)
AnnotationAssertion(<http://purl.org/dc/elements/1.1/contributor> <http://purl.obolibrary.org/obo/PAIN_0000022> "https://orcid.org/0000-0001-9625-1899")
AnnotationAssertion(<http://www.geneontology.org/formats/oboInOwl#creation_date> <http://purl.obolibrary.org/obo/PAIN_0000022> "2022-11-24T06:02:26Z")
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/PAIN_0000022> "average pain sensitivity"@en)
SubClassOf(<http://purl.obolibrary.org/obo/PAIN_0000022> <http://purl.obolibrary.org/obo/PAIN_0000020>)
# Class: <http://purl.obolibrary.org/obo/PAIN_0000023> (high punctate temporal summation sensitivity)
AnnotationAssertion(<http://purl.org/dc/elements/1.1/contributor> <http://purl.obolibrary.org/obo/PAIN_0000023> "https://orcid.org/0000-0001-9625-1899")
AnnotationAssertion(<http://www.geneontology.org/formats/oboInOwl#creation_date> <http://purl.obolibrary.org/obo/PAIN_0000023> "2022-11-24T06:02:26Z")
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/PAIN_0000023> "high punctate temporal summation sensitivity"@en)
SubClassOf(<http://purl.obolibrary.org/obo/PAIN_0000023> <http://purl.obolibrary.org/obo/PAIN_0000020>)
# Class: <http://purl.obolibrary.org/obo/PAIN_0000024> (high cold pain sensitivity)
AnnotationAssertion(<http://purl.org/dc/elements/1.1/contributor> <http://purl.obolibrary.org/obo/PAIN_0000024> "https://orcid.org/0000-0001-9625-1899")
AnnotationAssertion(<http://www.geneontology.org/formats/oboInOwl#creation_date> <http://purl.obolibrary.org/obo/PAIN_0000024> "2022-11-24T06:02:26Z")
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/PAIN_0000024> "high cold pain sensitivity"@en)
SubClassOf(<http://purl.obolibrary.org/obo/PAIN_0000024> <http://purl.obolibrary.org/obo/PAIN_0000020>)
# Class: <http://purl.obolibrary.org/obo/PAIN_0000025> (high heat pain and high temprature of heat pain sensitivity)
AnnotationAssertion(<http://purl.org/dc/elements/1.1/contributor> <http://purl.obolibrary.org/obo/PAIN_0000025> "https://orcid.org/0000-0001-9625-1899")
AnnotationAssertion(<http://www.geneontology.org/formats/oboInOwl#creation_date> <http://purl.obolibrary.org/obo/PAIN_0000025> "2022-11-24T06:02:26Z")
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/PAIN_0000025> "high heat pain and high temprature of heat pain sensitivity"@en)
SubClassOf(<http://purl.obolibrary.org/obo/PAIN_0000025> <http://purl.obolibrary.org/obo/PAIN_0000020>)
# Class: <http://purl.obolibrary.org/obo/PAIN_0000026> (pain questionnaire)
AnnotationAssertion(<http://purl.org/dc/elements/1.1/contributor> <http://purl.obolibrary.org/obo/PAIN_0000026> "https://orcid.org/0000-0001-9625-1899")
AnnotationAssertion(<http://www.geneontology.org/formats/oboInOwl#creation_date> <http://purl.obolibrary.org/obo/PAIN_0000026> "2022-11-24T06:02:26Z")
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/PAIN_0000026> "pain questionnaire"@en)
SubClassOf(<http://purl.obolibrary.org/obo/PAIN_0000026> <http://purl.obolibrary.org/obo/IAO_0000030>)
# Class: <http://purl.obolibrary.org/obo/PAIN_0000027> (In Vivo Coping Questionnaire)
AnnotationAssertion(<http://purl.org/dc/elements/1.1/contributor> <http://purl.obolibrary.org/obo/PAIN_0000027> "https://orcid.org/0000-0001-9625-1899")
AnnotationAssertion(<http://www.geneontology.org/formats/oboInOwl#creation_date> <http://purl.obolibrary.org/obo/PAIN_0000027> "2022-11-24T06:02:26Z")
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/PAIN_0000027> "In Vivo Coping Questionnaire"@en)
SubClassOf(<http://purl.obolibrary.org/obo/PAIN_0000027> <http://purl.obolibrary.org/obo/PAIN_0000026>)
# Class: <http://purl.obolibrary.org/obo/PAIN_0000028> (Pain Vigilance and Awareness Questionnaire)
AnnotationAssertion(<http://purl.org/dc/elements/1.1/contributor> <http://purl.obolibrary.org/obo/PAIN_0000028> "https://orcid.org/0000-0001-9625-1899")
AnnotationAssertion(<http://www.geneontology.org/formats/oboInOwl#creation_date> <http://purl.obolibrary.org/obo/PAIN_0000028> "2022-11-24T06:02:26Z")
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/PAIN_0000028> "Pain Vigilance and Awareness Questionnaire"@en)
SubClassOf(<http://purl.obolibrary.org/obo/PAIN_0000028> <http://purl.obolibrary.org/obo/PAIN_0000026>)
# Class: <http://purl.obolibrary.org/obo/PAIN_0000029> (pain scale score)
AnnotationAssertion(<http://purl.org/dc/elements/1.1/contributor> <http://purl.obolibrary.org/obo/PAIN_0000029> "https://orcid.org/0000-0001-9625-1899")
AnnotationAssertion(<http://www.geneontology.org/formats/oboInOwl#creation_date> <http://purl.obolibrary.org/obo/PAIN_0000029> "2022-11-24T06:02:26Z")
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/PAIN_0000029> "pain scale score"@en)
SubClassOf(<http://purl.obolibrary.org/obo/PAIN_0000029> <http://purl.obolibrary.org/obo/IAO_0000109>)
SubClassOf(<http://purl.obolibrary.org/obo/PAIN_0000029> ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/IAO_0000136> <http://purl.obolibrary.org/obo/PAIN_0000000>))
# Class: <http://purl.obolibrary.org/obo/PAIN_0000030> (Kohn Reactivity Scale)
AnnotationAssertion(<http://purl.org/dc/elements/1.1/contributor> <http://purl.obolibrary.org/obo/PAIN_0000030> "https://orcid.org/0000-0001-9625-1899")
AnnotationAssertion(<http://www.geneontology.org/formats/oboInOwl#creation_date> <http://purl.obolibrary.org/obo/PAIN_0000030> "2022-11-24T06:02:26Z")
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/PAIN_0000030> "Kohn Reactivity Scale"@en)
SubClassOf(<http://purl.obolibrary.org/obo/PAIN_0000030> <http://purl.obolibrary.org/obo/PAIN_0000029>)
# Class: <http://purl.obolibrary.org/obo/PAIN_0000031> (Graded Chronic Pain Scale)
AnnotationAssertion(<http://purl.org/dc/elements/1.1/contributor> <http://purl.obolibrary.org/obo/PAIN_0000031> "https://orcid.org/0000-0001-9625-1899")
AnnotationAssertion(<http://www.geneontology.org/formats/oboInOwl#creation_date> <http://purl.obolibrary.org/obo/PAIN_0000031> "2022-11-24T06:02:26Z")
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/PAIN_0000031> "Graded Chronic Pain Scale"@en)
SubClassOf(<http://purl.obolibrary.org/obo/PAIN_0000031> <http://purl.obolibrary.org/obo/PAIN_0000029>)
# Class: <http://purl.obolibrary.org/obo/PAIN_0000032> (Likert Scale)
AnnotationAssertion(<http://purl.org/dc/elements/1.1/contributor> <http://purl.obolibrary.org/obo/PAIN_0000032> "https://orcid.org/0000-0001-9625-1899")
AnnotationAssertion(<http://www.geneontology.org/formats/oboInOwl#creation_date> <http://purl.obolibrary.org/obo/PAIN_0000032> "2022-11-24T06:02:26Z")
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/PAIN_0000032> "Likert Scale"@en)
SubClassOf(<http://purl.obolibrary.org/obo/PAIN_0000032> <http://purl.obolibrary.org/obo/PAIN_0000029>)
# Class: <http://purl.obolibrary.org/obo/PAIN_0000033> (Western Ontario and McMaster Universities Osteoarthritis Index)
AnnotationAssertion(<http://purl.org/dc/elements/1.1/contributor> <http://purl.obolibrary.org/obo/PAIN_0000033> "https://orcid.org/0000-0001-9625-1899")
AnnotationAssertion(<http://www.geneontology.org/formats/oboInOwl#creation_date> <http://purl.obolibrary.org/obo/PAIN_0000033> "2022-11-24T06:02:26Z")
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/PAIN_0000033> "Western Ontario and McMaster Universities Osteoarthritis Index"@en)
SubClassOf(<http://purl.obolibrary.org/obo/PAIN_0000033> <http://purl.obolibrary.org/obo/PAIN_0000029>)
# Class: <http://purl.obolibrary.org/obo/PAIN_0000034> (widespread condition questionnaire)
AnnotationAssertion(<http://purl.org/dc/elements/1.1/contributor> <http://purl.obolibrary.org/obo/PAIN_0000034> "https://orcid.org/0000-0001-9625-1899")
AnnotationAssertion(<http://www.geneontology.org/formats/oboInOwl#creation_date> <http://purl.obolibrary.org/obo/PAIN_0000034> "2022-11-24T06:02:26Z")
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/PAIN_0000034> "widespread condition questionnaire"@en)
SubClassOf(<http://purl.obolibrary.org/obo/PAIN_0000034> <http://purl.obolibrary.org/obo/PAIN_0000026>)
# Class: <http://purl.obolibrary.org/obo/PAIN_0000035> (pain inhibition)
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/PAIN_0000035> "pain inhibition"@en)
SubClassOf(<http://purl.obolibrary.org/obo/PAIN_0000035> <http://purl.obolibrary.org/obo/PAIN_0000039>)
# Class: <http://purl.obolibrary.org/obo/PAIN_0000036> (pain)
AnnotationAssertion(Annotation(<http://purl.obolibrary.org/obo/IAO_0000119> "https://www.iasp-pain.org/resources/terminology/") <http://purl.obolibrary.org/obo/IAO_0000115> <http://purl.obolibrary.org/obo/PAIN_0000036> "A mental process that produces an unpleasant sensory and emotional experience associated with, or resembling that associated with, actual or potential tissue damage.")
AnnotationAssertion(<http://purl.org/dc/terms/contributor> <http://purl.obolibrary.org/obo/PAIN_0000036> <https://orcid.org/0000-0001-9625-1899>)
AnnotationAssertion(<http://purl.org/dc/terms/created> <http://purl.obolibrary.org/obo/PAIN_0000036> "2024-06-13T18:46:52Z"^^xsd:dateTime)
AnnotationAssertion(rdfs:comment <http://purl.obolibrary.org/obo/PAIN_0000036> "Six key notes and etymology:
- Pain is always a personal experience that is influenced to varying degrees by biological, psychological, and social factors.
- Pain and nociception are different phenomena. Pain cannot be inferred solely from activity in sensory neurons.
- Through their life experiences, individuals learn the concept of pain.
- A person’s report of an experience as pain should be respected.
- Although pain usually serves an adaptive role, it may have adverse effects on function and social and psychological well-being.
- Verbal description is only one of several behaviors to express pain; inability to communicate does not negate the possibility that a human or a nonhuman animal experiences pain.")
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/PAIN_0000036> "pain"@en)
AnnotationAssertion(rdfs:seeAlso <http://purl.obolibrary.org/obo/PAIN_0000036> "- The Revised IASP definition of pain: concepts, challenges, and compromises.
https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7680716/
- Merskey H, Albe-Fessard DG, Bonica JJ, et al: Pain terms: A list with definitions and notes on usage. Recommended by the IASP Subcommittee on Taxonomy. Pain 1979; 6:249-252. http://www.iasp-pain.org/source/eforums.")
SubClassOf(<http://purl.obolibrary.org/obo/PAIN_0000036> <http://purl.obolibrary.org/obo/MF_0000020>)
SubClassOf(<http://purl.obolibrary.org/obo/PAIN_0000036> ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/BFO_0000051> <http://purl.obolibrary.org/obo/GO_0019233>))
# Class: <http://purl.obolibrary.org/obo/PAIN_0000037> (concepts from papers)
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/PAIN_0000037> "concepts from papers"@en)
# Class: <http://purl.obolibrary.org/obo/PAIN_0000038> (neuropathic nociception (NN))
AnnotationAssertion(rdfs:comment <http://purl.obolibrary.org/obo/PAIN_0000038> "[The] patient experiences pain, as in the above, but here the pain is caused by some disorder in the nociceptive system. The latter is, as it were, derailed from its normal functioning and is firing on its own. Thus the patient is experiencing pain, which may be experienced as having a peripheral cause, but the pain is the result of a neuropathic disorder of the nociceptive system.
See http://ontology.buffalo.edu/smith/articles/pain.pdf page 4.")
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/PAIN_0000038> "neuropathic nociception (NN)"@en)
SubClassOf(<http://purl.obolibrary.org/obo/PAIN_0000038> <http://purl.obolibrary.org/obo/PAIN_0000008>)
# Class: <http://purl.obolibrary.org/obo/PAIN_0000039> (pain phenotyping paper)
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/PAIN_0000039> "pain phenotyping paper"@en)
SubClassOf(<http://purl.obolibrary.org/obo/PAIN_0000039> <http://purl.obolibrary.org/obo/PAIN_0000037>)
# Class: <http://purl.obolibrary.org/obo/PAIN_0000040> (chronic pain)
AnnotationAssertion(<http://purl.obolibrary.org/obo/IAO_0000115> <http://purl.obolibrary.org/obo/PAIN_0000040> "A feeling of pain that persists or recurs over an extended period of time in which each incidence of pain is attributed to the same underlying condition.")
AnnotationAssertion(<http://purl.org/dc/elements/1.1/contributor> <http://purl.obolibrary.org/obo/PAIN_0000040> "https://orcid.org/0000-0001-9625-1899")
AnnotationAssertion(<http://www.geneontology.org/formats/oboInOwl#creation_date> <http://purl.obolibrary.org/obo/PAIN_0000040> "2022-11-24T06:02:26Z")
AnnotationAssertion(Annotation(<http://purl.org/dc/elements/1.1/source> "https://www.iasp-pain.org/advocacy/definitions-of-chronic-pain-syndromes/") rdfs:comment <http://purl.obolibrary.org/obo/PAIN_0000040> "Chronic pain persists or recurs for longer than three months and may persist despite successful management of the condition that initially caused it, or because the underlying medical condition cannot be treated successfully.")
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/PAIN_0000040> "chronic pain"@en)
SubClassOf(<http://purl.obolibrary.org/obo/PAIN_0000040> <http://purl.obolibrary.org/obo/MFOEM_000203>)
SubClassOf(<http://purl.obolibrary.org/obo/PAIN_0000040> ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/RO_0000053> <http://purl.obolibrary.org/obo/PATO_0001863>))
# Class: <http://purl.obolibrary.org/obo/PAIN_0000041> (nociceptive pain)
AnnotationAssertion(<http://purl.org/dc/terms/contributor> <http://purl.obolibrary.org/obo/PAIN_0000041> <https://orcid.org/0000-0001-9625-1899>)
AnnotationAssertion(<http://purl.org/dc/terms/created> <http://purl.obolibrary.org/obo/PAIN_0000041> "2024-06-13T18:47:03Z"^^xsd:dateTime)
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/PAIN_0000041> "nociceptive pain"@en)
EquivalentClasses(<http://purl.obolibrary.org/obo/PAIN_0000041> ObjectIntersectionOf(<http://purl.obolibrary.org/obo/PAIN_0000036> ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/BFO_0000051> <http://purl.obolibrary.org/obo/NBO_0000331>)))
# Class: <http://purl.obolibrary.org/obo/PAIN_0000042> (chronic primary pain)
AnnotationAssertion(Annotation(<http://purl.obolibrary.org/obo/IAO_0000119> "https://www.iasp-pain.org/advocacy/definitions-of-chronic-pain-syndromes/") <http://purl.obolibrary.org/obo/IAO_0000115> <http://purl.obolibrary.org/obo/PAIN_0000042> "Chronic pain that occurs in one or more anatomical regions that persists or recurs for longer than 3 months, and that is characterized by significant emotional distress (anxiety, anger/frustration or depressed mood) or functional disability (interference in daily life activities and reduced participation in social roles).")
AnnotationAssertion(<http://purl.org/dc/elements/1.1/contributor> <http://purl.obolibrary.org/obo/PAIN_0000042> "https://orcid.org/0000-0001-9625-1899")
AnnotationAssertion(<http://www.geneontology.org/formats/oboInOwl#creation_date> <http://purl.obolibrary.org/obo/PAIN_0000042> "2022-11-24T06:02:26Z")
AnnotationAssertion(<http://www.geneontology.org/formats/oboInOwl#creation_date> <http://purl.obolibrary.org/obo/PAIN_0000042> "2022-11-24T06:02:26Z"^^xsd:dateTime)
AnnotationAssertion(Annotation(<http://purl.org/dc/elements/1.1/source> "https://www.iasp-pain.org/advocacy/definitions-of-chronic-pain-syndromes/") rdfs:comment <http://purl.obolibrary.org/obo/PAIN_0000042> "Chronic primary pain is multifactorial: biological psychological and social factors contribute to the pain syndrome. The diagnosis is appropriate independently of identified biological or psychological contributors unless another diagnosis would better account for the presenting symptoms.")
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/PAIN_0000042> "chronic primary pain"@en)
SubClassOf(<http://purl.obolibrary.org/obo/PAIN_0000042> <http://purl.obolibrary.org/obo/PAIN_0000040>)
# Class: <http://purl.obolibrary.org/obo/PAIN_0000043> (nociplastic pain)
AnnotationAssertion(<http://purl.org/dc/terms/contributor> <http://purl.obolibrary.org/obo/PAIN_0000043> <https://orcid.org/0000-0001-9625-1899>)
AnnotationAssertion(<http://purl.org/dc/terms/created> <http://purl.obolibrary.org/obo/PAIN_0000043> "2024-06-13T18:47:11Z"^^xsd:dateTime)
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/PAIN_0000043> "nociplastic pain"@en)
EquivalentClasses(<http://purl.obolibrary.org/obo/PAIN_0000043> ObjectIntersectionOf(<http://purl.obolibrary.org/obo/PAIN_0000036> ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/BFO_0000051> <http://purl.obolibrary.org/obo/NBO_0000179>)))
# Class: <http://purl.obolibrary.org/obo/PAIN_0000044> (neuropathic pain)
AnnotationAssertion(<http://purl.org/dc/terms/contributor> <http://purl.obolibrary.org/obo/PAIN_0000044> <https://orcid.org/0000-0001-9625-1899>)
AnnotationAssertion(<http://purl.org/dc/terms/created> <http://purl.obolibrary.org/obo/PAIN_0000044> "2024-06-13T18:47:32Z"^^xsd:dateTime)
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/PAIN_0000044> "neuropathic pain"@en)
EquivalentClasses(<http://purl.obolibrary.org/obo/PAIN_0000044> ObjectIntersectionOf(<http://purl.obolibrary.org/obo/PAIN_0000036> ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/RO_0002410> <http://purl.obolibrary.org/obo/PAIN_0000045>)))
# Class: <http://purl.obolibrary.org/obo/PAIN_0000045> (damaged neural tissue)
AnnotationAssertion(<http://purl.org/dc/terms/contributor> <http://purl.obolibrary.org/obo/PAIN_0000045> <https://orcid.org/0000-0001-9625-1899>)
AnnotationAssertion(<http://purl.org/dc/terms/created> <http://purl.obolibrary.org/obo/PAIN_0000045> "2024-06-13T20:45:30Z"^^xsd:dateTime)
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/PAIN_0000045> "damaged neural tissue"@en)
EquivalentClasses(<http://purl.obolibrary.org/obo/PAIN_0000045> ObjectIntersectionOf(<http://purl.obolibrary.org/obo/UBERON_0003714> ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/RO_0000053> <http://purl.obolibrary.org/obo/PATO_0001167>)))
# Class: <http://purl.obolibrary.org/obo/PAIN_0000046> (central nervous system neuropathic pain)
AnnotationAssertion(<http://purl.org/dc/terms/contributor> <http://purl.obolibrary.org/obo/PAIN_0000046> <https://orcid.org/0000-0001-9625-1899>)
AnnotationAssertion(<http://purl.org/dc/terms/created> <http://purl.obolibrary.org/obo/PAIN_0000046> "2024-06-13T21:22:21Z"^^xsd:dateTime)
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/PAIN_0000046> "central nervous system neuropathic pain"@en)
SubClassOf(<http://purl.obolibrary.org/obo/PAIN_0000046> <http://purl.obolibrary.org/obo/PAIN_0000044>)
# Class: <http://purl.obolibrary.org/obo/PAIN_0000047> (chronic neuropathic pain)
AnnotationAssertion(<http://purl.org/dc/elements/1.1/contributor> <http://purl.obolibrary.org/obo/PAIN_0000047> "https://orcid.org/0000-0001-9625-1899")
AnnotationAssertion(<http://www.geneontology.org/formats/oboInOwl#creation_date> <http://purl.obolibrary.org/obo/PAIN_0000047> "2022-11-24T06:02:26Z")
AnnotationAssertion(rdfs:comment <http://purl.obolibrary.org/obo/PAIN_0000047> "Chronic neuropathic pain is chronic pain caused by a lesion or disease of the somatosensory nervous system.
https://www.iasp-pain.org/advocacy/definitions-of-chronic-pain-syndromes/")
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/PAIN_0000047> "chronic neuropathic pain"@en)
SubClassOf(<http://purl.obolibrary.org/obo/PAIN_0000047> <http://purl.obolibrary.org/obo/PAIN_0000040>)
# Class: <http://purl.obolibrary.org/obo/PAIN_0000048> (pain mechanism)
AnnotationAssertion(<http://purl.org/dc/elements/1.1/contributor> <http://purl.obolibrary.org/obo/PAIN_0000048> "https://orcid.org/0000-0001-9625-1899")
AnnotationAssertion(<http://www.geneontology.org/formats/oboInOwl#creation_date> <http://purl.obolibrary.org/obo/PAIN_0000048> "2022-11-24T06:02:26Z")
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/PAIN_0000048> "pain mechanism"@en)
SubClassOf(<http://purl.obolibrary.org/obo/PAIN_0000048> <http://purl.obolibrary.org/obo/OGMS_0000060>)
# Class: <http://purl.obolibrary.org/obo/PAIN_0000049> (nociplatic mechanism)
AnnotationAssertion(<http://purl.org/dc/elements/1.1/contributor> <http://purl.obolibrary.org/obo/PAIN_0000049> "https://orcid.org/0000-0001-9625-1899")
AnnotationAssertion(<http://www.geneontology.org/formats/oboInOwl#creation_date> <http://purl.obolibrary.org/obo/PAIN_0000049> "2022-11-24T06:02:26Z")
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/PAIN_0000049> "nociplatic mechanism"@en)
SubClassOf(<http://purl.obolibrary.org/obo/PAIN_0000049> <http://purl.obolibrary.org/obo/PAIN_0000048>)
# Class: <http://purl.obolibrary.org/obo/PAIN_0000050> (nociceptive mechanism)
AnnotationAssertion(<http://purl.org/dc/elements/1.1/contributor> <http://purl.obolibrary.org/obo/PAIN_0000050> "https://orcid.org/0000-0001-9625-1899")
AnnotationAssertion(<http://www.geneontology.org/formats/oboInOwl#creation_date> <http://purl.obolibrary.org/obo/PAIN_0000050> "2022-11-24T06:02:26Z")
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/PAIN_0000050> "nociceptive mechanism"@en)
SubClassOf(<http://purl.obolibrary.org/obo/PAIN_0000050> <http://purl.obolibrary.org/obo/PAIN_0000048>)
# Class: <http://purl.obolibrary.org/obo/PAIN_0000051> (neurpathic mechanism)
AnnotationAssertion(<http://purl.org/dc/elements/1.1/contributor> <http://purl.obolibrary.org/obo/PAIN_0000051> "https://orcid.org/0000-0001-9625-1899")
AnnotationAssertion(<http://www.geneontology.org/formats/oboInOwl#creation_date> <http://purl.obolibrary.org/obo/PAIN_0000051> "2022-11-24T06:02:26Z")
AnnotationAssertion(rdfs:comment <http://purl.obolibrary.org/obo/PAIN_0000051> "damage to nervous system (e.g., damage to a nociceptor)")
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/PAIN_0000051> "neurpathic mechanism"@en)
SubClassOf(<http://purl.obolibrary.org/obo/PAIN_0000051> <http://purl.obolibrary.org/obo/PAIN_0000048>)
# Class: <http://purl.obolibrary.org/obo/PAIN_0000052> (peripheral nervous system neuropathic pain)
AnnotationAssertion(<http://purl.org/dc/terms/contributor> <http://purl.obolibrary.org/obo/PAIN_0000052> <https://orcid.org/0000-0001-9625-1899>)
AnnotationAssertion(<http://purl.org/dc/terms/created> <http://purl.obolibrary.org/obo/PAIN_0000052> "2024-06-13T21:22:44Z"^^xsd:dateTime)
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/PAIN_0000052> "peripheral nervous system neuropathic pain"@en)
SubClassOf(<http://purl.obolibrary.org/obo/PAIN_0000052> <http://purl.obolibrary.org/obo/PAIN_0000044>)
# Class: <http://purl.obolibrary.org/obo/PAIN_0000053> (acute pain)
AnnotationAssertion(Annotation(<http://purl.obolibrary.org/obo/IAO_0000119> "https://www.iasp-pain.org/resources/topics/acute-pain/") <http://purl.obolibrary.org/obo/IAO_0000115> <http://purl.obolibrary.org/obo/PAIN_0000053> "A feeling of pain that happens suddenly, starts out sharp or intense, and serves as a warning sign of disease or threat to the body.")
AnnotationAssertion(<http://purl.org/dc/elements/1.1/contributor> <http://purl.obolibrary.org/obo/PAIN_0000053> "https://orcid.org/0000-0001-9625-1899")
AnnotationAssertion(<http://www.geneontology.org/formats/oboInOwl#creation_date> <http://purl.obolibrary.org/obo/PAIN_0000053> "2022-11-24T06:02:26Z")
AnnotationAssertion(Annotation(<http://purl.org/dc/elements/1.1/source> "https://www.iasp-pain.org/resources/topics/acute-pain/") rdfs:comment <http://purl.obolibrary.org/obo/PAIN_0000053> "Acute pain is caused by injury, surgery, illness, trauma, or painful medical procedures and generally lasts from a few minutes to less than six months. Acute pain usually disappears whenever the underlying cause is treated or healed.")
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/PAIN_0000053> "acute pain"@en)
SubClassOf(<http://purl.obolibrary.org/obo/PAIN_0000053> <http://purl.obolibrary.org/obo/MFOEM_000203>)
SubClassOf(<http://purl.obolibrary.org/obo/PAIN_0000053> ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/RO_0000053> <http://purl.obolibrary.org/obo/PATO_0000389>))
# Class: <http://purl.obolibrary.org/obo/PAIN_0000054> (referred pain)
AnnotationAssertion(<http://purl.org/dc/terms/contributor> <http://purl.obolibrary.org/obo/PAIN_0000054> <https://orcid.org/0000-0001-9625-1899>)
AnnotationAssertion(<http://purl.org/dc/terms/created> <http://purl.obolibrary.org/obo/PAIN_0000054> "2024-06-13T21:22:52Z"^^xsd:dateTime)
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/PAIN_0000054> "referred pain"@en)
SubClassOf(<http://purl.obolibrary.org/obo/PAIN_0000054> <http://purl.obolibrary.org/obo/PAIN_0000036>)
# Class: <http://purl.obolibrary.org/obo/PAIN_0000055> (phantom limb pain)
AnnotationAssertion(<http://purl.org/dc/terms/contributor> <http://purl.obolibrary.org/obo/PAIN_0000055> <https://orcid.org/0000-0001-9625-1899>)
AnnotationAssertion(<http://purl.org/dc/terms/created> <http://purl.obolibrary.org/obo/PAIN_0000055> "2024-06-13T21:23:11Z"^^xsd:dateTime)
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/PAIN_0000055> "phantom limb pain"@en)
SubClassOf(<http://purl.obolibrary.org/obo/PAIN_0000055> <http://purl.obolibrary.org/obo/PAIN_0000036>)
SubClassOf(<http://purl.obolibrary.org/obo/PAIN_0000055> ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/PAIN_0000061> <http://purl.obolibrary.org/obo/PAIN_0000056>))
# Class: <http://purl.obolibrary.org/obo/PAIN_0000056> (localized pain)
AnnotationAssertion(Annotation(<http://purl.obolibrary.org/obo/IAO_0000119> "https://ospinamedical.com/orthopedic-blog/localized-vs-radicular-pain-decoding-your-discomfort") <http://purl.obolibrary.org/obo/IAO_0000115> <http://purl.obolibrary.org/obo/PAIN_0000056> "Pain that is confined or restricted to a particular area of the body.")
AnnotationAssertion(<http://purl.org/dc/terms/contributor> <http://purl.obolibrary.org/obo/PAIN_0000056> <https://orcid.org/0000-0001-9625-1899>)
AnnotationAssertion(<http://purl.org/dc/terms/created> <http://purl.obolibrary.org/obo/PAIN_0000056> "2024-06-13T21:27:59Z"^^xsd:dateTime)
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/PAIN_0000056> "localized pain"@en)
EquivalentClasses(<http://purl.obolibrary.org/obo/PAIN_0000056> ObjectIntersectionOf(<http://purl.obolibrary.org/obo/PAIN_0000036> ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/PAIN_0000060> <http://purl.obolibrary.org/obo/UBERON_0001062>)))
# Class: <http://purl.obolibrary.org/obo/PAIN_0000057> (knee osteoarthritis pain)
AnnotationAssertion(<http://purl.org/dc/terms/contributor> <http://purl.obolibrary.org/obo/PAIN_0000057> <https://orcid.org/0000-0001-9625-1899>)
AnnotationAssertion(<http://purl.org/dc/terms/created> <http://purl.obolibrary.org/obo/PAIN_0000057> "2024-06-13T21:33:51Z"^^xsd:dateTime)
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/PAIN_0000057> "knee osteoarthritis pain"@en)
SubClassOf(<http://purl.obolibrary.org/obo/PAIN_0000057> <http://purl.obolibrary.org/obo/PAIN_0000056>)
SubClassOf(<http://purl.obolibrary.org/obo/PAIN_0000057> ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/BFO_0000051> <http://purl.obolibrary.org/obo/NBO_0000331>))
# Class: <http://purl.obolibrary.org/obo/PAIN_0000058> (nociceptive knee osteoarthritis pain)
AnnotationAssertion(<http://purl.org/dc/terms/contributor> <http://purl.obolibrary.org/obo/PAIN_0000058> <https://orcid.org/0000-0001-9625-1899>)
AnnotationAssertion(<http://purl.org/dc/terms/created> <http://purl.obolibrary.org/obo/PAIN_0000058> "2024-06-13T21:34:48Z"^^xsd:dateTime)
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/PAIN_0000058> "nociceptive knee osteoarthritis pain"@en)
SubClassOf(<http://purl.obolibrary.org/obo/PAIN_0000058> <http://purl.obolibrary.org/obo/PAIN_0000057>)
# Class: <http://purl.obolibrary.org/obo/PAIN_0000059> (nociplastic knee osteoarthritis pain)
AnnotationAssertion(<http://purl.org/dc/terms/contributor> <http://purl.obolibrary.org/obo/PAIN_0000059> <https://orcid.org/0000-0001-9625-1899>)
AnnotationAssertion(<http://purl.org/dc/terms/created> <http://purl.obolibrary.org/obo/PAIN_0000059> "2024-06-13T21:35:01Z"^^xsd:dateTime)
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/PAIN_0000059> "nociplastic knee osteoarthritis pain"@en)
SubClassOf(<http://purl.obolibrary.org/obo/PAIN_0000059> <http://purl.obolibrary.org/obo/PAIN_0000057>)
SubClassOf(<http://purl.obolibrary.org/obo/PAIN_0000059> ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/BFO_0000051> <http://purl.obolibrary.org/obo/NBO_0000179>))
############################
# Named Individuals
############################
# Individual: <https://orcid.org/0000-0001-6378-1703> (Mattew Diller)
AnnotationAssertion(rdfs:label <https://orcid.org/0000-0001-6378-1703> "Mattew Diller"@en)
# Individual: <https://orcid.org/0000-0001-9625-1899> (Bill Duncan)
AnnotationAssertion(rdfs:label <https://orcid.org/0000-0001-9625-1899> "Bill Duncan")
# Individual: <https://orcid.org/0000-0001-9990-8331> (Alexander D. Diehl)
AnnotationAssertion(rdfs:label <https://orcid.org/0000-0001-9990-8331> "Alexander D. Diehl"@en)
# Individual: <https://orcid.org/0000-0002-1118-1738> (John Beverley)
AnnotationAssertion(rdfs:label <https://orcid.org/0000-0002-1118-1738> "John Beverley"@en)
# Individual: <https://orcid.org/0009-0002-7282-0836> (Finn Wilson)
AnnotationAssertion(rdfs:label <https://orcid.org/0009-0002-7282-0836> "Finn Wilson"@en)
# Individual: <https://orcid.org/0009-0006-7251-3026> (Gopikrishnan M Chandrasekharan)
AnnotationAssertion(rdfs:label <https://orcid.org/0009-0006-7251-3026> "Gopikrishnan M Chandrasekharan"@en)
# Individual: <https://orcid.org/0009-0008-8150-9779> (Jisoo Seo)
AnnotationAssertion(rdfs:label <https://orcid.org/0009-0008-8150-9779> "Jisoo Seo"@en)
)