-
Notifications
You must be signed in to change notification settings - Fork 2
/
pno.owl
769 lines (520 loc) · 37.7 KB
/
pno.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
<?xml version="1.0"?>
<rdf:RDF xmlns="http://purl.obolibrary.org/obo/iao/pno/dev/pno.owl/"
xml:base="http://purl.obolibrary.org/obo/iao/pno/dev/pno.owl/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:obo="http://purl.obolibrary.org/obo/"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:terms="http://purl.org/dc/terms/"
xmlns:dcterms="dcterms:"
xmlns:protege="http://protege.stanford.edu/plugins/owl/protege#"
xmlns:oboInOwl="http://www.geneontology.org/formats/oboInOwl#">
<owl:Ontology rdf:about="http://purl.obolibrary.org/obo/iao/pno.owl">
<owl:versionIRI rdf:resource="http://purl.obolibrary.org/obo/iao/pno/release/2021-06-11/pno.owl"/>
<owl:imports rdf:resource="http://purl.obolibrary.org/obo/iao.owl"/>
<obo:IAO_0000597>IAO_0020000-IAO_0020999</obo:IAO_0000597>
<dc:contributor>William R. Hogan</dc:contributor>
<dc:creator>Mathias Brochhausen</dc:creator>
<dc:identifier>PNO</dc:identifier>
<dc:license rdf:datatype="http://www.w3.org/2001/XMLSchema#string">http://creativecommons.org/licenses/by/4.0/</dc:license>
<dc:title xml:lang="en">proper name ontology</dc:title>
<owl:versionInfo xml:lang="en">release version 2021-06-11</owl:versionInfo>
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Annotation properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.obolibrary.org/obo/IAO_0000111 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000111">
<rdfs:label xml:lang="en">editor preferred label</rdfs:label>
<rdfs:label>editor preferred term</rdfs:label>
<rdfs:label xml:lang="en">editor preferred term</rdfs:label>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/IAO_0000112 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000112"/>
<!-- http://purl.obolibrary.org/obo/IAO_0000114 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000114"/>
<!-- http://purl.obolibrary.org/obo/IAO_0000115 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000115"/>
<!-- http://purl.obolibrary.org/obo/IAO_0000116 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000116"/>
<!-- http://purl.obolibrary.org/obo/IAO_0000117 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000117"/>
<!-- http://purl.obolibrary.org/obo/IAO_0000118 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000118"/>
<!-- http://purl.obolibrary.org/obo/IAO_0000119 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000119"/>
<!-- http://purl.obolibrary.org/obo/IAO_0000231 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000231"/>
<!-- 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://purl.obolibrary.org/obo/IAO_0020019 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0020019">
<obo:IAO_0000111 xml:lang="en">instance unique identifier</obo:IAO_0000111>
<rdfs:comment xml:lang="en">An annotation to be applied to individuals only. Value is a GUID/UUID for use in a referent tracking system.</rdfs:comment>
<rdfs:label>IUI</rdfs:label>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/IAO_0100001 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0100001"/>
<!-- http://purl.org/dc/elements/1.1/creator -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/creator"/>
<!-- http://purl.org/dc/elements/1.1/license -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/license"/>
<!-- http://www.geneontology.org/formats/oboInOwl#hasDefinition -->
<owl:AnnotationProperty rdf:about="http://www.geneontology.org/formats/oboInOwl#hasDefinition"/>
<!-- http://www.geneontology.org/formats/oboInOwl#hasOBONamespace -->
<owl:AnnotationProperty rdf:about="http://www.geneontology.org/formats/oboInOwl#hasOBONamespace"/>
<!-- http://www.geneontology.org/formats/oboInOwl#inSubset -->
<owl:AnnotationProperty rdf:about="http://www.geneontology.org/formats/oboInOwl#inSubset"/>
<!-- http://www.w3.org/2000/01/rdf-schema#label -->
<rdf:Description rdf:about="http://www.w3.org/2000/01/rdf-schema#label">
<rdfs:label>label</rdfs:label>
</rdf:Description>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Object Properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.obolibrary.org/obo/BFO_0000050 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/BFO_0000050"/>
<!-- http://purl.obolibrary.org/obo/IAO_0000219 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000219"/>
<!-- http://purl.obolibrary.org/obo/IAO_0020012 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0020012">
<rdfs:subPropertyOf rdf:resource="http://www.geneontology.org/formats/oboInOwl#ObsoleteProperty"/>
<obo:IAO_0000115 xml:lang="en">x designates y, if for any given group of language users, x is an information content entity, is about y, and represents y in a linguistic context..</obo:IAO_0000115>
<obo:IAO_0000231 rdf:resource="http://purl.obolibrary.org/obo/IAO_0000228"/>
<obo:IAO_0100001 rdf:resource="http://purl.obolibrary.org/obo/IAO_0000219"/>
<dc:creator>Mathias Brochhausen</dc:creator>
<rdfs:label xml:lang="en">obsolete_designates</rdfs:label>
<owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated>
</owl:ObjectProperty>
<!-- http://purl.obolibrary.org/obo/IAO_0020013 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0020013">
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2002/07/owl#topObjectProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AsymmetricProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#IrreflexiveProperty"/>
<rdfs:domain rdf:resource="http://purl.obolibrary.org/obo/IAO_0020000"/>
<rdfs:range rdf:resource="http://purl.obolibrary.org/obo/BFO_0000001"/>
<obo:IAO_0000115 xml:lang="en">x is_borrowed_reference_for y, if x is a proper name that is used to refer to one individual among a specific group after the dubbing process took place.</obo:IAO_0000115>
<dc:creator>Mathias Brochhausen</dc:creator>
<rdfs:label xml:lang="en">is_borrowed_reference_to</rdfs:label>
</owl:ObjectProperty>
<!-- http://purl.obolibrary.org/obo/IAO_0020014 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0020014">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AsymmetricProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#IrreflexiveProperty"/>
<obo:IAO_0000115 xml:lang="en">x is_fixed_reference_for y, if x is an utterance or graphemes concretized as writing quality inhering in some independent continuant that is used to single out one individual and refer to the latter among a specific group after the.</obo:IAO_0000115>
<dc:creator>Mathias Brochhausen</dc:creator>
<rdfs:label xml:lang="en">is_fixing_reference_to</rdfs:label>
</owl:ObjectProperty>
<!-- http://purl.obolibrary.org/obo/IAO_0020018 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0020018">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AsymmetricProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#IrreflexiveProperty"/>
<obo:IAO_0000115 xml:lang="en">p1 is designated by p2, if p2 is an information content entity that represents p1 in a linguistic context.</obo:IAO_0000115>
<obo:IAO_0000117>Mathias Brochhausen</obo:IAO_0000117>
<rdfs:label xml:lang="en">is designated by</rdfs:label>
</owl:ObjectProperty>
<!-- http://purl.obolibrary.org/obo/OBI_0000299 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/OBI_0000299">
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2002/07/owl#topObjectProperty"/>
<rdfs:label xml:lang="en">has_specified_output</rdfs:label>
</owl:ObjectProperty>
<!-- http://purl.obolibrary.org/obo/OBI_0000312 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/OBI_0000312">
<rdfs:range rdf:resource="http://purl.obolibrary.org/obo/OBI_0000011"/>
<rdfs:label>is_specified_output_of</rdfs:label>
</owl:ObjectProperty>
<!-- http://purl.obolibrary.org/obo/RO_0000052 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/RO_0000052"/>
<!-- http://purl.obolibrary.org/obo/RO_0000053 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/RO_0000053">
<rdfs:label xml:lang="en">bearer_of</rdfs:label>
</owl:ObjectProperty>
<!-- http://purl.obolibrary.org/obo/RO_0000056 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/RO_0000056"/>
<!-- http://purl.obolibrary.org/obo/RO_0000057 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/RO_0000057">
<rdfs:label>has_participant</rdfs:label>
</owl:ObjectProperty>
<!-- http://purl.obolibrary.org/obo/RO_0000058 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/RO_0000058">
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2002/07/owl#topObjectProperty"/>
<owl:inverseOf rdf:resource="http://purl.obolibrary.org/obo/RO_0000059"/>
<rdfs:domain rdf:resource="http://purl.obolibrary.org/obo/BFO_0000031"/>
<rdfs:range rdf:resource="http://purl.obolibrary.org/obo/BFO_0000020"/>
<obo:IAO_0000111 xml:lang="en">is concretized as</obo:IAO_0000111>
<obo:IAO_0000412 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">http://purl.obolibrary.org/obo/obi.owl</obo:IAO_0000412>
<rdfs:label xml:lang="en">is concretized as</rdfs:label>
</owl:ObjectProperty>
<!-- http://purl.obolibrary.org/obo/RO_0000059 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/RO_0000059">
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2002/07/owl#topObjectProperty"/>
<rdfs:domain rdf:resource="http://purl.obolibrary.org/obo/BFO_0000020"/>
<rdfs:range rdf:resource="http://purl.obolibrary.org/obo/BFO_0000031"/>
<obo:IAO_0000111 xml:lang="en">concretizes</obo:IAO_0000111>
<obo:IAO_0000412 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">http://purl.obolibrary.org/obo/obi.owl</obo:IAO_0000412>
<rdfs:label xml:lang="en">concretizes</rdfs:label>
</owl:ObjectProperty>
<!-- http://www.geneontology.org/formats/oboInOwl#ObsoleteProperty -->
<owl:ObjectProperty rdf:about="http://www.geneontology.org/formats/oboInOwl#ObsoleteProperty"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.obolibrary.org/obo/FMA_49443 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/FMA_49443">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/FMA_67135"/>
<rdfs:label xml:lang="en">Anatomical cluster</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/FMA_55457 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/FMA_55457">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/FMA_64854"/>
<rdfs:label xml:lang="en">vocal fold</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/FMA_64854 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/FMA_64854">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/FMA_64989"/>
<rdfs:label xml:lang="en">Subdivision of larynx</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/FMA_64989 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/FMA_64989">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/FMA_49443"/>
<rdfs:label xml:lang="en">Heterogeneous cluster</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/FMA_67135 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/FMA_67135">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/FMA_67165"/>
<rdfs:label xml:lang="en">Anatomical structure</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/FMA_67165 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/FMA_67165">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/BFO_0000040"/>
<rdfs:label xml:lang="en">Material anatomical entity</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/IAO_0020000 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/IAO_0020000">
<owl:equivalentClass>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/IAO_0000219"/>
<owl:someValuesFrom rdf:resource="http://purl.obolibrary.org/obo/BFO_0000001"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/OBI_0000312"/>
<owl:allValuesFrom rdf:resource="http://purl.obolibrary.org/obo/IAO_0020010"/>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
</owl:equivalentClass>
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000030"/>
<obo:IAO_0000115 xml:lang="en">An identifier is an information content entity that is the outcome of a dubbing process and is used to refer to one instance of entity shared by a group of people to refer to that individual entity.</obo:IAO_0000115>
<obo:IAO_0000117>Mathias Brochhausen</obo:IAO_0000117>
<obo:IAO_0000118 xml:lang="en">proper name</obo:IAO_0000118>
<dc:creator>Mathias Brochhausen</dc:creator>
<rdfs:comment xml:lang="en">Sep 29, 2016: The current definition has been amended from the previous version: "A proper name is an information content entity that is the outcome of a dubbing process and is used to refer to one instance of entity shared by a group of people to refer to that individual entity." to more accuratly reflect the necessary and sufficient condition on the class. (MB)</rdfs:comment>
<rdfs:label xml:lang="en">identifier</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/IAO_0020001 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/IAO_0020001">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000030"/>
<obo:IAO_0000112 xml:lang="en">alphabetic letters, Chinese characters, numerical digits, punctuation marks, and the individual symbols of any of the world's writing systems</obo:IAO_0000112>
<obo:IAO_0000115 xml:lang="en">A grapheme is an information content entity that is a fundamental unit in a written language. </obo:IAO_0000115>
<obo:IAO_0000119>http://en.wikipedia.org/wiki/Grapheme</obo:IAO_0000119>
<dc:creator>Mathias Brochhausen</dc:creator>
<rdfs:label xml:lang="en">grapheme</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/IAO_0020002 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/IAO_0020002">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000030"/>
<obo:IAO_0000115 xml:lang="en">An utterance is an information content entity that is a complete unit of speech in spoken language. </obo:IAO_0000115>
<obo:IAO_0000117>Mathias Brochhausen</obo:IAO_0000117>
<obo:IAO_0000119>Wikipedia: http://en.wikipedia.org/wiki/Utterance</obo:IAO_0000119>
<dc:creator>Mathias Brochhausen</dc:creator>
<rdfs:label xml:lang="en">utterance</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/IAO_0020003 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/IAO_0020003">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/BFO_0000019"/>
<obo:IAO_0000115 xml:lang="en">An attributive collection of qualities inhering in energy when transported through a medium in a wave.</obo:IAO_0000115>
<dc:creator>Mathias Brochhausen</dc:creator>
<rdfs:label xml:lang="en">mechanical wave quality</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/IAO_0020004 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/IAO_0020004">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/BFO_0000019"/>
<obo:IAO_0000115 xml:lang="en">is a quality that is the concretization of graphemes and inheres in a material object.</obo:IAO_0000115>
<obo:IAO_0000117>Mathias Brochhausen</obo:IAO_0000117>
<dc:creator>Mathias Brochhausen</dc:creator>
<rdfs:label xml:lang="en">writing quality</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/IAO_0020005 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/IAO_0020005">
<owl:equivalentClass>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://purl.obolibrary.org/obo/IAO_0000178"/>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/RO_0000053"/>
<owl:someValuesFrom>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/RO_0000059"/>
<owl:someValuesFrom rdf:resource="http://purl.obolibrary.org/obo/IAO_0020001"/>
</owl:Restriction>
</owl:someValuesFrom>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
</owl:equivalentClass>
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000178"/>
<obo:IAO_0000112 xml:lang="en">pieces of paper, tables, walls, floors, driveways, highway signs, computer screens, skin, tablets of clay, rocks, sheets of metal (license plates), sheets of papyrus, etc. clouds of smoke in skywriting,</obo:IAO_0000112>
<obo:IAO_0000115 xml:lang="en">is a material information bearer that bears the concretization of graphemes.</obo:IAO_0000115>
<obo:IAO_0000117>Mathias Brochhausen</obo:IAO_0000117>
<dc:creator>Mathias Brochhausen</dc:creator>
<rdfs:label>writing bearer</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/IAO_0020006 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/IAO_0020006">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/BFO_0000004"/>
<rdfs:label xml:lang="en">portion of energy</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/IAO_0020007 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/IAO_0020007">
<owl:equivalentClass>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://purl.obolibrary.org/obo/IAO_0020006"/>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/RO_0000053"/>
<owl:someValuesFrom rdf:resource="http://purl.obolibrary.org/obo/IAO_0020003"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/RO_0000056"/>
<owl:someValuesFrom>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://purl.obolibrary.org/obo/IAO_0020009"/>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/RO_0000057"/>
<owl:someValuesFrom>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://purl.obolibrary.org/obo/BFO_0000040"/>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/RO_0000053"/>
<owl:someValuesFrom rdf:resource="http://purl.obolibrary.org/obo/PATO_0001025"/>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
</owl:someValuesFrom>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
</owl:someValuesFrom>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
</owl:equivalentClass>
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0020006"/>
<obo:IAO_0000115 xml:lang="en">Energy that is transported in a sound wave.</obo:IAO_0000115>
<dc:creator>Mathias Brochhausen</dc:creator>
<rdfs:label xml:lang="en">sound energy</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/IAO_0020008 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/IAO_0020008">
<owl:equivalentClass>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://purl.obolibrary.org/obo/IAO_0020007"/>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/RO_0000053"/>
<owl:someValuesFrom>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/RO_0000059"/>
<owl:someValuesFrom rdf:resource="http://purl.obolibrary.org/obo/IAO_0020002"/>
</owl:Restriction>
</owl:someValuesFrom>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/OBI_0000312"/>
<owl:allValuesFrom rdf:resource="http://purl.obolibrary.org/obo/IAO_0020011"/>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
</owl:equivalentClass>
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0020007"/>
<obo:IAO_0000115 xml:lang="en">Sound energy bearing the concretization of an utterance and being the output of an uttering process. </obo:IAO_0000115>
<rdfs:label xml:lang="en">utterance energy</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/IAO_0020009 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/IAO_0020009">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/BFO_0000015"/>
<obo:IAO_0000115 xml:lang="en">Oscillating is a processual that shows repetitive variation, typically in time, of some measured quality about a central value (often a point of equilibrium) or between two or more different states.</obo:IAO_0000115>
<obo:IAO_0000119>http://en.wikipedia.org/wiki/Oscillation</obo:IAO_0000119>
<dc:creator>Mathias Brochhausen</dc:creator>
<rdfs:label xml:lang="en">oscillating</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/IAO_0020010 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/IAO_0020010">
<owl:equivalentClass>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/OBI_0000299"/>
<owl:someValuesFrom rdf:resource="http://purl.obolibrary.org/obo/IAO_0020000"/>
</owl:Restriction>
</owl:equivalentClass>
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/OBI_0000011"/>
<obo:IAO_0000115 xml:lang="en">An identifier creating process is a planned process that provides a reference to an individual entity shared by a group of subscribers to refer to that individual entity.</obo:IAO_0000115>
<obo:IAO_0000117>Mathias Brochhausen</obo:IAO_0000117>
<obo:IAO_0000118 xml:lang="en">dubbing process</obo:IAO_0000118>
<obo:IAO_0000118 xml:lang="en">naming</obo:IAO_0000118>
<dc:creator>Mathias Brochhausen</dc:creator>
<rdfs:label xml:lang="en">identifier creating process</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/IAO_0020011 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/IAO_0020011">
<owl:equivalentClass>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/OBI_0000299"/>
<owl:someValuesFrom rdf:resource="http://purl.obolibrary.org/obo/IAO_0020008"/>
</owl:Restriction>
</owl:equivalentClass>
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/OBI_0000011"/>
<obo:IAO_0000115 xml:lang="en">is a planned process of making speech sounds which may or may not have an actual language involved. </obo:IAO_0000115>
<obo:IAO_0000117>Mathias Brochhausen</obo:IAO_0000117>
<obo:IAO_0000119 xml:lang="en">http://en.wiktionary.org/wiki/utter</obo:IAO_0000119>
<dc:creator>Mathias Brochhausen</dc:creator>
<rdfs:label xml:lang="en">utterance process</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/IAO_0020015 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/IAO_0020015">
<owl:equivalentClass>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://purl.obolibrary.org/obo/IAO_0020000"/>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/IAO_0000219"/>
<owl:allValuesFrom rdf:resource="http://purl.obolibrary.org/obo/NCBITaxon_9606"/>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
</owl:equivalentClass>
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0020000"/>
<obo:IAO_0000115 xml:lang="en">A personal name is a proper name identifying an individual person.</obo:IAO_0000115>
<obo:IAO_0000117>Mathias Brochhausen</obo:IAO_0000117>
<obo:IAO_0000119>http://en.wikipedia.org/wiki/Personal_name</obo:IAO_0000119>
<rdfs:comment xml:lang="en">Personal names "today usually comprises a given name bestowed at birth or at a young age plus a surname. It is nearly universal for a human to have a name; except in rare cases, for example feral children growing up in isolation, or infants orphaned by natural disaster for whom no written record survives.[citation needed] The Convention on the Rights of the Child specifies that a child has the right from birth to a name. Certain isolated tribes, such as the Machiguenga of the Amazon, also lack personal names." (http://en.wikipedia.org/wiki/Personal_name)</rdfs:comment>
<rdfs:comment xml:lang="en">Sep 29, 2016: The comment that including the wikipedia definition of personal name is not to be interpreted in a way that restricts this class to only contain strings of letters. A numerical or alphanumerical identifier that denotes a human is being is a personal name, too. (MB)</rdfs:comment>
<rdfs:label xml:lang="en">personal name</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/IAO_0020016 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/IAO_0020016">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0020015"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/BFO_0000050"/>
<owl:someValuesFrom rdf:resource="http://purl.obolibrary.org/obo/IAO_0020015"/>
</owl:Restriction>
</rdfs:subClassOf>
<obo:IAO_0000115 xml:lang="en">A given name, in Western contexts often referred to as a first name, is a personal name that specifies and differentiates between members of a group of individuals, especially in a family, all of whose members usually share the same family name (surname). A given name is purposefully given, usually by a child's parents at or near birth, in contrast to an inherited one such as a family name</obo:IAO_0000115>
<obo:IAO_0000117>Mathias Brochhausen</obo:IAO_0000117>
<obo:IAO_0000119>http://en.wikipedia.org/wiki/Given_name</obo:IAO_0000119>
<rdfs:label xml:lang="en">given name</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/IAO_0020017 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/IAO_0020017">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0020015"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/BFO_0000050"/>
<owl:someValuesFrom rdf:resource="http://purl.obolibrary.org/obo/IAO_0020015"/>
</owl:Restriction>
</rdfs:subClassOf>
<obo:IAO_0000115 xml:lang="en">A family name (in Western contexts often referred to as a surname or last name) is typically a part of a person's name which has been passed, according to law or custom, from one or both parents to their children.</obo:IAO_0000115>
<obo:IAO_0000117>Mathias Brochhausen</obo:IAO_0000117>
<obo:IAO_0000119>http://en.wikipedia.org/wiki/Family_name</obo:IAO_0000119>
<rdfs:label xml:lang="en">family name</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/IAO_0020020 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/IAO_0020020">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000030"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/BFO_0000051"/>
<owl:someValuesFrom rdf:resource="http://purl.obolibrary.org/obo/IAO_0000030"/>
</owl:Restriction>
</rdfs:subClassOf>
<obo:IAO_0000115 xml:lang="en">An information content entity that is a collection of other information content entities that has been created to identify or annotate core ideas of a specified domain, and where the intention of its creators is that the aggregated entities have a one-to-one correspondence with entities in reality outside the aggregate.</obo:IAO_0000115>
<obo:IAO_0000117>Mathias Brochhausen</obo:IAO_0000117>
<obo:IAO_0000118 xml:lang="en">code map</obo:IAO_0000118>
<obo:IAO_0000118 xml:lang="en">code system</obo:IAO_0000118>
<obo:IAO_0000118 xml:lang="en">codeset</obo:IAO_0000118>
<obo:IAO_0000118 xml:lang="en">coding system</obo:IAO_0000118>
<obo:IAO_0000118 xml:lang="en">controlled vocabulary</obo:IAO_0000118>
<dc:contributor>Clint Dowland</dc:contributor>
<dc:contributor>Matt Diller</dc:contributor>
<dc:contributor>Sarah Bost</dc:contributor>
<dc:contributor>William R. Hogan</dc:contributor>
<rdfs:comment xml:lang="en">Does not imply absence vs. presence of any taxonomy.</rdfs:comment>
<rdfs:comment xml:lang="en">Does not imply that aggregated entities denote particulars, universals, or defined classes (a.k.a. attributive collections) or even that they denote only one of these three types of entities.</rdfs:comment>
<rdfs:comment xml:lang="en">Each aggregated entity is often (but not necessarily) associated with a text string—variously called a “description,” “name,” “title,” or “label”—that helps humans reach the target of denotation.
When there is no such string, it is almost always because the entities take the form of human language words. For example, a “sex” or “gender” code set could contain “MALE” and “FEMALE,” or even “M” and “F” (by convention, we understand what these mean).</rdfs:comment>
<rdfs:comment xml:lang="en">For National Drug Codes (NDCs) and similar code sets, there doesn’t even have to be a single, fully-concretized copy somewhere (for example, for NDCs there is no centralized database or repository where they all live as one instance of concretization of code set). The code set can be “distributively” concretized. This seems like an unusual exception, but it also likely applies to Universal Product Codes (UPCs) and their follow on Global Trade Item Numbers (GTINs).</rdfs:comment>
<rdfs:comment xml:lang="en">For each given domain, there can potentially exist multiple code sets. The multiplicity of code sets is partially due to the different specific purposes of those code sets.</rdfs:comment>
<rdfs:comment xml:lang="en">Many code sets are created for a specific purpose in addition to merely identifying or annotating core ideas of a specified domain.</rdfs:comment>
<rdfs:comment xml:lang="en">The information content entities do not denote each other.</rdfs:comment>
<rdfs:label xml:lang="en">code set</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/NCBITaxon_9606 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/NCBITaxon_9606">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/OBI_0100026"/>
<obo:IAO_0000111 xml:lang="en">Homo sapiens</obo:IAO_0000111>
<obo:IAO_0000118 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">human being</obo:IAO_0000118>
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/ncbitaxon.owl"/>
<rdfs:label xml:lang="en">Homo sapiens</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/OBI_0100026 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/OBI_0100026">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/BFO_0000040"/>
<obo:IAO_0000111 xml:lang="en">organism</obo:IAO_0000111>
<obo:IAO_0000112 xml:lang="en">animal</obo:IAO_0000112>
<obo:IAO_0000112 xml:lang="en">fungus</obo:IAO_0000112>
<obo:IAO_0000112 xml:lang="en">plant</obo:IAO_0000112>
<obo:IAO_0000112 xml:lang="en">virus</obo:IAO_0000112>
<obo:IAO_0000114 rdf:resource="http://purl.obolibrary.org/obo/IAO_0000121"/>
<obo:IAO_0000115 xml:lang="en">A material entity that is an individual living system, such as animal, plant, bacteria or virus, that is capable of replicating or reproducing, growth and maintenance in the right environment. An organism may be unicellular or made up, like humans, of many billions of cells divided into specialized tissues and organs.</obo:IAO_0000115>
<obo:IAO_0000116 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">10/21/09: This is a placeholder term, that should ideally be imported from the NCBI taxonomy, but the high level hierarchy there does not suit our needs (includes plasmids and 'other organisms')</obo:IAO_0000116>
<obo:IAO_0000116 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">13-02-2009:
OBI doesn't take position as to when an organism starts or ends being an organism - e.g. sperm, foetus.
This issue is outside the scope of OBI.</obo:IAO_0000116>
<obo:IAO_0000117 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">GROUP: OBI Biomaterial Branch</obo:IAO_0000117>
<obo:IAO_0000119 xml:lang="en">WEB: http://en.wikipedia.org/wiki/Organism</obo:IAO_0000119>
<rdfs:label xml:lang="en">organism</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/PATO_0001025 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/PATO_0001025">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/BFO_0000019"/>
<oboInOwl:hasDefinition>
<rdf:Description/>
</oboInOwl:hasDefinition>
<oboInOwl:hasOBONamespace>quality</oboInOwl:hasOBONamespace>
<oboInOwl:inSubset rdf:resource="http://purl.org/obo/owl/obo#attribute_slim"/>
<rdfs:label xml:lang="en">pressure</rdfs:label>
</owl:Class>
</rdf:RDF>
<!-- Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi -->