-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathIAO_imports.owl
794 lines (522 loc) · 39.6 KB
/
IAO_imports.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
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
<?xml version="1.0"?>
<rdf:RDF xmlns="http://purl.obolibrary.org/obo/obi/dev/import/IAO_imports.owl#"
xml:base="http://purl.obolibrary.org/obo/obi/dev/import/IAO_imports.owl"
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:rdfs="http://www.w3.org/2000/01/rdf-schema#">
<owl:Ontology rdf:about="http://purl.obolibrary.org/obo/obi/dev/import/IAO_imports.owl"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Annotation properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.obolibrary.org/obo/IAO_0000111 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000111">
<obo:IAO_0000111 xml:lang="en">editor preferred term</obo:IAO_0000111>
<obo:IAO_0000115 xml:lang="en">The concise, meaningful, and human-friendly name for a class or property preferred by the ontology developers. (US-English)</obo:IAO_0000115>
<rdfs:label xml:lang="en">editor preferred term</rdfs:label>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/IAO_0000115 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000115">
<obo:IAO_0000111 xml:lang="en">definition</obo:IAO_0000111>
<obo:IAO_0000115 xml:lang="en">The official definition, explaining the meaning of a class or property. Shall be Aristotelian, formalized and normalized. Can be augmented with colloquial definitions.</obo:IAO_0000115>
<rdfs:label xml:lang="en">definition</rdfs:label>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/IAO_0000412 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000412">
<rdfs:label xml:lang="en">imported from</rdfs:label>
</owl:AnnotationProperty>
<!-- http://www.w3.org/2000/01/rdf-schema#label -->
<owl:AnnotationProperty rdf:about="http://www.w3.org/2000/01/rdf-schema#label"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Object Properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.obolibrary.org/obo/BFO_0000051 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/BFO_0000051">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#TransitiveProperty"/>
<obo:IAO_0000111 xml:lang="en">has part</obo:IAO_0000111>
<obo:IAO_0000115 xml:lang="en">a core relation that holds between a whole and its part</obo:IAO_0000115>
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/iao.owl"/>
<rdfs:label xml:lang="en">has part</rdfs:label>
</owl:ObjectProperty>
<!-- http://purl.obolibrary.org/obo/IAO_0000039 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000039">
<rdfs:subPropertyOf rdf:resource="http://purl.obolibrary.org/obo/BFO_0000051"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<obo:IAO_0000111 xml:lang="en">has measurement unit label</obo:IAO_0000111>
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/iao.owl"/>
<rdfs:label xml:lang="en">has measurement unit label</rdfs:label>
</owl:ObjectProperty>
<!-- http://purl.obolibrary.org/obo/IAO_0000136 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000136">
<obo:IAO_0000111 xml:lang="en">is about</obo:IAO_0000111>
<obo:IAO_0000115 xml:lang="en">A (currently) primitive relation that relates an information artifact to an entity.</obo:IAO_0000115>
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/iao.owl"/>
<rdfs:label xml:lang="en">is about</rdfs:label>
</owl:ObjectProperty>
<!-- http://purl.obolibrary.org/obo/IAO_0000219 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000219">
<rdfs:subPropertyOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000136"/>
<obo:IAO_0000111 xml:lang="en">denotes</obo:IAO_0000111>
<obo:IAO_0000115 xml:lang="en">A primitive, instance-level, relation obtaining between an information content entity and some portion of reality. Denotation is what happens when someone creates an information content entity E in order to specifically refer to something. The only relation between E and the thing is that E can be used to 'pick out' the thing. This relation connects those two together. Freedictionary.com sense 3: To signify directly; refer to specifically</obo:IAO_0000115>
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/iao.owl"/>
<rdfs:label xml:lang="en">denotes</rdfs:label>
</owl:ObjectProperty>
<!-- http://purl.obolibrary.org/obo/IAO_0000221 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000221">
<rdfs:subPropertyOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000136"/>
<obo:IAO_0000111 xml:lang="en">is quality measurement of</obo:IAO_0000111>
<obo:IAO_0000115 xml:lang="en">m is a quality measurement of q at t. When q is a quality, there is a measurement process p that has specified output m, a measurement datum, that is about q</obo:IAO_0000115>
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/iao.owl"/>
<rdfs:label xml:lang="en">is quality measurement of</rdfs:label>
</owl:ObjectProperty>
<!-- http://purl.obolibrary.org/obo/IAO_0000235 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000235">
<obo:IAO_0000111 xml:lang="en">denoted by</obo:IAO_0000111>
<obo:IAO_0000115 xml:lang="en">inverse of the relation 'denotes'</obo:IAO_0000115>
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/iao.owl"/>
<rdfs:label xml:lang="en">denoted by</rdfs:label>
</owl:ObjectProperty>
<!-- http://purl.obolibrary.org/obo/IAO_0000407 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000407">
<rdfs:subPropertyOf rdf:resource="http://purl.obolibrary.org/obo/BFO_0000051"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<obo:IAO_0000111 xml:lang="en">has coordinate unit label</obo:IAO_0000111>
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/iao.owl"/>
<rdfs:label xml:lang="en">has coordinate unit label</rdfs:label>
</owl:ObjectProperty>
<!-- http://purl.obolibrary.org/obo/IAO_0000413 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000413">
<rdfs:subPropertyOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000136"/>
<obo:IAO_0000111 xml:lang="en">is duration of</obo:IAO_0000111>
<obo:IAO_0000115 xml:lang="en">relates a process to a time-measurement-datum that represents the duration of the process</obo:IAO_0000115>
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/iao.owl"/>
<rdfs:label xml:lang="en">is duration of</rdfs:label>
</owl:ObjectProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Data properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.obolibrary.org/obo/IAO_0000004 -->
<owl:DatatypeProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000004">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<obo:IAO_0000111 xml:lang="en">has measurement value</obo:IAO_0000111>
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/iao.owl"/>
<rdfs:label xml:lang="en">has measurement value</rdfs:label>
</owl:DatatypeProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.obolibrary.org/obo/BFO_0000031 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/BFO_0000031"/>
<!-- http://purl.obolibrary.org/obo/BFO_0000040 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/BFO_0000040"/>
<!-- http://purl.obolibrary.org/obo/IAO_0000001 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/IAO_0000001">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000033"/>
<obo:IAO_0000111 xml:lang="en">conditional specification</obo:IAO_0000111>
<obo:IAO_0000115 xml:lang="en">A directive information entity that specifies what should happen if the trigger condition is fulfilled.</obo:IAO_0000115>
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/iao.owl"/>
<rdfs:label xml:lang="en">conditional specification</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/IAO_0000003 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/IAO_0000003">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000009"/>
<obo:IAO_0000111 xml:lang="en">measurement unit label</obo:IAO_0000111>
<obo:IAO_0000115 xml:lang="en">A measurement unit label is as a label that is part of a scalar measurement datum and denotes a unit of measure.</obo:IAO_0000115>
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/iao.owl"/>
<rdfs:label xml:lang="en">measurement unit label</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/IAO_0000005 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/IAO_0000005">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000033"/>
<obo:IAO_0000111 xml:lang="en">objective specification</obo:IAO_0000111>
<obo:IAO_0000115 xml:lang="en">A directive information entity that describes an intended process endpoint. When part of a plan specification the concretization is realized in a planned process in which the bearer tries to effect the world so that the process endpoint is achieved.</obo:IAO_0000115>
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/iao.owl"/>
<rdfs:label xml:lang="en">objective specification</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/IAO_0000006 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/IAO_0000006">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000030"/>
<obo:IAO_0000111 xml:lang="en">narrative object</obo:IAO_0000111>
<obo:IAO_0000115 xml:lang="en">A narrative object is an information content entity that is a set of propositions.</obo:IAO_0000115>
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/iao.owl"/>
<rdfs:label xml:lang="en">narrative object</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/IAO_0000009 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/IAO_0000009">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000030"/>
<obo:IAO_0000111 xml:lang="en">datum label</obo:IAO_0000111>
<obo:IAO_0000115 xml:lang="en">A label is a symbol that is part of some other datum and is used to either partially define the denotation of that datum or to provide a means for identifying the datum as a member of the set of data with the same label</obo:IAO_0000115>
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/iao.owl"/>
<rdfs:label xml:lang="en">datum label</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/IAO_0000010 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/IAO_0000010">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000104"/>
<obo:IAO_0000111 xml:lang="en">software</obo:IAO_0000111>
<obo:IAO_0000115 xml:lang="en">Software is a plan specification composed of a series of instructions that can be
interpreted by or directly executed by a processing unit.</obo:IAO_0000115>
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/iao.owl"/>
<rdfs:label xml:lang="en">software</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/IAO_0000027 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/IAO_0000027">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000030"/>
<obo:IAO_0000111 xml:lang="en">data item</obo:IAO_0000111>
<obo:IAO_0000115 xml:lang="en">An information content entity that is intended to be a truthful statement about something (modulo, e.g., measurement precision or other systematic errors) and is constructed/acquired by a method which reliably tends to produce (approximately) truthful statements.</obo:IAO_0000115>
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/iao.owl"/>
<rdfs:label xml:lang="en">data item</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/IAO_0000028 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/IAO_0000028">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000030"/>
<obo:IAO_0000111 xml:lang="en">symbol</obo:IAO_0000111>
<obo:IAO_0000115 xml:lang="en">An information content entity that is a mark(s) or character(s) used as a conventional representation of another entity.</obo:IAO_0000115>
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/iao.owl"/>
<rdfs:label xml:lang="en">symbol</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/IAO_0000030 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/IAO_0000030">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/BFO_0000031"/>
<obo:IAO_0000111 xml:lang="en">information content entity</obo:IAO_0000111>
<obo:IAO_0000115 xml:lang="en">A generically dependent continuant that is about some thing.</obo:IAO_0000115>
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/iao.owl"/>
<rdfs:label xml:lang="en">information content entity</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/IAO_0000032 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/IAO_0000032">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000109"/>
<obo:IAO_0000111 xml:lang="en">scalar measurement datum</obo:IAO_0000111>
<obo:IAO_0000115 xml:lang="en">A scalar measurement datum is a measurement datum that is composed of two parts, numerals and a unit label.</obo:IAO_0000115>
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/iao.owl"/>
<rdfs:label xml:lang="en">scalar measurement datum</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/IAO_0000033 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/IAO_0000033">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000030"/>
<obo:IAO_0000111 xml:lang="en">directive information entity</obo:IAO_0000111>
<obo:IAO_0000115 xml:lang="en">An information content entity whose concretizations indicate to their bearer how to realize them in a process.</obo:IAO_0000115>
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/iao.owl"/>
<rdfs:label xml:lang="en">directive information entity</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/IAO_0000037 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/IAO_0000037">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000038"/>
<obo:IAO_0000111 xml:lang="en">dot plot</obo:IAO_0000111>
<obo:IAO_0000115 xml:lang="en">A dot plot is a report graph which is a graphical representation of data where each data point is represented by a single dot placed on coordinates corresponding to data point values in particular dimensions.</obo:IAO_0000115>
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/iao.owl"/>
<rdfs:label xml:lang="en">dot plot</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/IAO_0000038 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/IAO_0000038">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000308"/>
<obo:IAO_0000111 xml:lang="en">graph</obo:IAO_0000111>
<obo:IAO_0000115 xml:lang="en">A diagram that presents one or more tuples of information by mapping those tuples in to a two dimensional space in a non arbitrary way.</obo:IAO_0000115>
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/iao.owl"/>
<rdfs:label xml:lang="en">graph</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/IAO_0000055 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/IAO_0000055">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000001"/>
<obo:IAO_0000111 xml:lang="en">rule</obo:IAO_0000111>
<obo:IAO_0000115 xml:lang="en">A rule is an executable which guides, defines, restricts actions.</obo:IAO_0000115>
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/iao.owl"/>
<rdfs:label xml:lang="en">rule</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/IAO_0000064 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/IAO_0000064">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000104"/>
<obo:IAO_0000111 xml:lang="en">algorithm</obo:IAO_0000111>
<obo:IAO_0000115 xml:lang="en">A plan specification which describes the inputs and output of mathematical functions as well as workflow of execution for achieving an predefined objective. Algorithms are realized usually by means of implementation as computer programs for execution by automata.</obo:IAO_0000115>
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/iao.owl"/>
<rdfs:label xml:lang="en">algorithm</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/IAO_0000078 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/IAO_0000078">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000027"/>
<obo:IAO_0000111 xml:lang="en">curation status specification</obo:IAO_0000111>
<obo:IAO_0000115 xml:lang="en">The curation status of the term. The allowed values come from an enumerated list of predefined terms. See the specification of these instances for more detailed definitions of each enumerated value.</obo:IAO_0000115>
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/iao.owl"/>
<rdfs:label xml:lang="en">curation status specification</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/IAO_0000079 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/IAO_0000079">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000038"/>
<obo:IAO_0000111 xml:lang="en">density plot</obo:IAO_0000111>
<obo:IAO_0000115 xml:lang="en">A density plot is a report graph which is a graphical representation of data where the tint of a particular pixel corresponds to some kind of function corresponding the the amount of data points relativelly with their distance from the the pixel.</obo:IAO_0000115>
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/iao.owl"/>
<rdfs:label xml:lang="en">density plot</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/IAO_0000088 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/IAO_0000088">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000310"/>
<obo:IAO_0000111 xml:lang="en">report</obo:IAO_0000111>
<obo:IAO_0000115 xml:lang="en">A document assembled by an author for the purpose of providing information for the audience. A report is the output of a documenting process and has the objective to be consumed by a specific audience. Topic of the report is on something that has completed. A report is not a single figure. Examples of reports are journal article, patent application, grant progress report, case report (not patient record).</obo:IAO_0000115>
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/iao.owl"/>
<rdfs:label xml:lang="en">report</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/IAO_0000098 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/IAO_0000098">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000033"/>
<obo:IAO_0000111 xml:lang="en">data format specification</obo:IAO_0000111>
<obo:IAO_0000115 xml:lang="en">A data format specification is the information content borne by the document published defining the specification.
Example: The ISO document specifying what encompasses an XML document; The instructions in a XSD file</obo:IAO_0000115>
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/iao.owl"/>
<rdfs:label xml:lang="en">data format specification</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/IAO_0000100 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/IAO_0000100">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000027"/>
<obo:IAO_0000111 xml:lang="en">data set</obo:IAO_0000111>
<obo:IAO_0000115 xml:lang="en">A data item that is an aggregate of other data items of the same type that have something in common. Averages and distributions can be determined for data sets.</obo:IAO_0000115>
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/iao.owl"/>
<rdfs:label xml:lang="en">data set</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/IAO_0000101 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/IAO_0000101">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000308"/>
<obo:IAO_0000111 xml:lang="en">image</obo:IAO_0000111>
<obo:IAO_0000115 xml:lang="en">An image is an affine projection to a two dimensional surface, of measurements of some quality of an entity or entities repeated at regular intervals across a spatial range, where the measurements are represented as color and luminosity on the projected on surface.</obo:IAO_0000115>
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/iao.owl"/>
<rdfs:label xml:lang="en">image</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/IAO_0000104 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/IAO_0000104">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000033"/>
<obo:IAO_0000111 xml:lang="en">plan specification</obo:IAO_0000111>
<obo:IAO_0000115 xml:lang="en">A directive information entity with action specifications and objective specifications as parts, and that may be concretized as a realizable entity that, if realized, is realized in a process in which the bearer tries to achieve the objectives by taking the actions specified.</obo:IAO_0000115>
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/iao.owl"/>
<rdfs:label xml:lang="en">plan specification</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/IAO_0000109 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/IAO_0000109">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000027"/>
<obo:IAO_0000111 xml:lang="en">measurement datum</obo:IAO_0000111>
<obo:IAO_0000115 xml:lang="en">A measurement datum is an information content entity that is a recording of the output of a measurement such as produced by a device.</obo:IAO_0000115>
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/iao.owl"/>
<rdfs:label xml:lang="en">measurement datum</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/IAO_0000144 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/IAO_0000144">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000300"/>
<obo:IAO_0000111 xml:lang="en">conclusion textual entity</obo:IAO_0000111>
<obo:IAO_0000115 xml:lang="en">A textual entity that expresses the results of reasoning about a problem, for instance as typically found towards the end of scientific papers.</obo:IAO_0000115>
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/iao.owl"/>
<rdfs:label xml:lang="en">conclusion textual entity</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/IAO_0000178 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/IAO_0000178">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/BFO_0000040"/>
<obo:IAO_0000111 xml:lang="en">material information bearer</obo:IAO_0000111>
<obo:IAO_0000115 xml:lang="en">A material entity in which a concretization of an information content entity inheres.</obo:IAO_0000115>
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/iao.owl"/>
<rdfs:label xml:lang="en">material information bearer</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/IAO_0000179 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/IAO_0000179">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000038"/>
<obo:IAO_0000111 xml:lang="en">histogram</obo:IAO_0000111>
<obo:IAO_0000115 xml:lang="en">A histogram is a report graph which is a statistical description of a
distribution in terms of occurrence frequencies of different event classes.</obo:IAO_0000115>
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/iao.owl"/>
<rdfs:label xml:lang="en">histogram</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/IAO_0000180 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/IAO_0000180">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000038"/>
<obo:IAO_0000111 xml:lang="en">heatmap</obo:IAO_0000111>
<obo:IAO_0000115 xml:lang="en">A heatmap is a report graph which is a graphical representation of data
where the values taken by a variable(s) are shown as colors in a
two-dimensional map.</obo:IAO_0000115>
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/iao.owl"/>
<rdfs:label xml:lang="en">heatmap</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/IAO_0000183 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/IAO_0000183">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000038"/>
<obo:IAO_0000111 xml:lang="en">dendrogram</obo:IAO_0000111>
<obo:IAO_0000115 xml:lang="en">A dendrogram is a report graph which is a tree diagram
frequently used to illustrate the arrangement of the clusters produced by a
clustering algorithm.</obo:IAO_0000115>
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/iao.owl"/>
<rdfs:label xml:lang="en">dendrogram</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/IAO_0000184 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/IAO_0000184">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000038"/>
<obo:IAO_0000111 xml:lang="en">scatter plot</obo:IAO_0000111>
<obo:IAO_0000115 xml:lang="en">A scatterplot is a graph which uses Cartesian coordinates to display values for two variables for a set of data. The data is displayed as a collection of points, each having the value of one variable determining the position on the horizontal axis and the value of the other variable determining the position on the vertical axis.</obo:IAO_0000115>
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/iao.owl"/>
<rdfs:label xml:lang="en">scatter plot</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/IAO_0000300 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/IAO_0000300">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000030"/>
<obo:IAO_0000111 xml:lang="en">textual entity</obo:IAO_0000111>
<obo:IAO_0000115 xml:lang="en">A textual entity is a part of a manifestation (FRBR sense), a generically dependent continuant whose concretizations are patterns of glyphs intended to be interpreted as words, formulas, etc.</obo:IAO_0000115>
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/iao.owl"/>
<rdfs:label xml:lang="en">textual entity</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/IAO_0000306 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/IAO_0000306">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000300"/>
<obo:IAO_0000111 xml:lang="en">table</obo:IAO_0000111>
<obo:IAO_0000115 xml:lang="en">A textual entity that contains a two-dimensional arrangement of texts repeated at regular intervals across a spatial range, such that the spatial relationships among the constituent texts expresses propositions</obo:IAO_0000115>
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/iao.owl"/>
<rdfs:label xml:lang="en">table</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/IAO_0000308 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/IAO_0000308">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000030"/>
<obo:IAO_0000111 xml:lang="en">figure</obo:IAO_0000111>
<obo:IAO_0000115 xml:lang="en">An information content entity consisting of a two dimensional arrangement of information content entities such that the arrangement itself is about something.</obo:IAO_0000115>
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/iao.owl"/>
<rdfs:label xml:lang="en">figure</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/IAO_0000310 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/IAO_0000310">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000030"/>
<obo:IAO_0000111 xml:lang="en">document</obo:IAO_0000111>
<obo:IAO_0000115 xml:lang="en">A collection of information content entities intended to be understood together as a whole</obo:IAO_0000115>
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/iao.owl"/>
<rdfs:label xml:lang="en">document</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/IAO_0000311 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/IAO_0000311">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000310"/>
<obo:IAO_0000111 xml:lang="en">publication</obo:IAO_0000111>
<obo:IAO_0000115 xml:lang="en">A document that is the output of a publishing process.</obo:IAO_0000115>
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/iao.owl"/>
<rdfs:label xml:lang="en">publication</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/IAO_0000312 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/IAO_0000312">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000311"/>
<obo:IAO_0000111 xml:lang="en">publication about an investigation</obo:IAO_0000111>
<obo:IAO_0000115 xml:lang="en">A publication that is about an investigation</obo:IAO_0000115>
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/iao.owl"/>
<rdfs:label xml:lang="en">publication about an investigation</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/IAO_0000401 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/IAO_0000401">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000027"/>
<obo:IAO_0000111 xml:lang="en">one dimensional cartesian spatial coordinate datum</obo:IAO_0000111>
<obo:IAO_0000115 xml:lang="en">A cartesion spatial coordinate datum that uses one value to specify a position along a one dimensional spatial region</obo:IAO_0000115>
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/iao.owl"/>
<rdfs:label xml:lang="en">one dimensional cartesian spatial coordinate datum</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/IAO_0000408 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/IAO_0000408">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000032"/>
<obo:IAO_0000111 xml:lang="en">length measurement datum</obo:IAO_0000111>
<obo:IAO_0000115 xml:lang="en">A scalar measurement datum that is the result of measurement of length quality</obo:IAO_0000115>
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/iao.owl"/>
<rdfs:label xml:lang="en">length measurement datum</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/IAO_0000414 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/IAO_0000414">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000032"/>
<obo:IAO_0000111 xml:lang="en">mass measurement datum</obo:IAO_0000111>
<obo:IAO_0000115 xml:lang="en">A scalar measurement datum that is the result of measurement of mass quality</obo:IAO_0000115>
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/iao.owl"/>
<rdfs:label xml:lang="en">mass measurement datum</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/IAO_0000416 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/IAO_0000416">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000032"/>
<obo:IAO_0000111 xml:lang="en">time measurement datum</obo:IAO_0000111>
<obo:IAO_0000115 xml:lang="en">A scalar measurement datum that is the result of measuring a temporal interval</obo:IAO_0000115>
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/iao.owl"/>
<rdfs:label xml:lang="en">time measurement datum</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/IAO_0000422 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/IAO_0000422">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000300"/>
<obo:IAO_0000111 xml:lang="en">postal address</obo:IAO_0000111>
<obo:IAO_0000115>A textual entity that is used as directive to deliver something to a person, or organization</obo:IAO_0000115>
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/iao.owl"/>
<rdfs:label xml:lang="en">postal address</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/IAO_0000429 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/IAO_0000429">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000030"/>
<obo:IAO_0000111 xml:lang="en">email address</obo:IAO_0000111>
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/iao.owl"/>
<rdfs:label xml:lang="en">email address</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/IAO_0000572 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/IAO_0000572">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/OBI_0000011"/>
<obo:IAO_0000111 xml:lang="en">documenting</obo:IAO_0000111>
<obo:IAO_0000115 xml:lang="en">A planned process in which a document is created or added to by including the specified input in it.</obo:IAO_0000115>
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/iao.owl"/>
<rdfs:label xml:lang="en">documenting</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/IAO_0000573 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/IAO_0000573">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000038"/>
<obo:IAO_0000111 xml:lang="en">line graph</obo:IAO_0000111>
<obo:IAO_0000115 xml:lang="en">A line graph is a type of graph created by connecting a series of data
points together with a line.</obo:IAO_0000115>
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/iao.owl"/>
<rdfs:label xml:lang="en">line graph</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/IAO_0000574 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/IAO_0000574">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/OBI_0000011"/>
<obo:IAO_0000111 xml:lang="en">assigning a centrally registered identifier</obo:IAO_0000111>
<obo:IAO_0000115 xml:lang="en">A planned process in which a new CRID is created, associated with an entity, and stored in the CRID registry thereby registering it as being associated with some entity</obo:IAO_0000115>
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/iao.owl"/>
<rdfs:label xml:lang="en">assigning a centrally registered identifier</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/IAO_0000577 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/IAO_0000577">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000028"/>
<obo:IAO_0000111 xml:lang="en">centrally registered identifier symbol</obo:IAO_0000111>
<obo:IAO_0000115 xml:lang="en">A symbol that is part of a CRID and that is sufficient to look up a record from the CRID's registry.</obo:IAO_0000115>
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/iao.owl"/>
<rdfs:label xml:lang="en">centrally registered identifier symbol</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/IAO_0000579 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/IAO_0000579">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000030"/>
<obo:IAO_0000111 xml:lang="en">centrally registered identifier registry</obo:IAO_0000111>
<obo:IAO_0000115 xml:lang="en">A code set of CRID records, each consisting of a CRID symbol and additional information which was recorded in the code set through an assigning a centrally registered identifier process.</obo:IAO_0000115>
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/iao.owl"/>
<rdfs:label xml:lang="en">centrally registered identifier registry</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/IAO_0000594 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/IAO_0000594">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000010"/>
<obo:IAO_0000111 xml:lang="en">software application</obo:IAO_0000111>
<obo:IAO_0000115 xml:lang="en">A software application is software that can be directly executed by some processing unit.</obo:IAO_0000115>
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/iao.owl"/>
<rdfs:label xml:lang="en">software application</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/OBI_0000011 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/OBI_0000011"/>
<rdf:Description>
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/iao.owl"/>
</rdf:Description>
<rdf:Description>
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/iao.owl"/>
</rdf:Description>
</rdf:RDF>
<!-- Generated by the OWL API (version 4.5.25) https://github.com/owlcs/owlapi -->