-
Notifications
You must be signed in to change notification settings - Fork 1
/
RDFBones-main.owl
1253 lines (822 loc) · 58.3 KB
/
RDFBones-main.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
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<?xml version="1.0"?>
<rdf:RDF xmlns="http://w3id.org/rdfbones/core#"
xml:base="http://w3id.org/rdfbones/core"
xmlns:cidoc-crm="http://www.cidoc-crm.org/cidoc-crm/"
xmlns:obo="http://purl.obolibrary.org/obo/"
xmlns:oboInOwl="http://www.geneontology.org/formats/oboInOwl#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:sio="http://semanticscience.org/resource/"
xmlns:terms="http://purl.org/dc/terms/"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<owl:Ontology rdf:about="http://w3id.org/rdfbones/core">
<rdfs:label xml:lang="en-us">RDFBones</rdfs:label>
<owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#string">0.2</owl:versionInfo>
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Annotation properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.obolibrary.org/obo/IAO_0000112 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000112"/>
<!-- 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_0000119 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000119"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// 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/BFO_0000051 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/BFO_0000051"/>
<!-- http://purl.obolibrary.org/obo/IAO_0000136 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000136"> <!-- 'is about' -->
<rdfs:subPropertyOf rdf:resource="http://semanticscience.org/resource/SIO_000563"/> <!-- 'desribes' -->
</owl:ObjectProperty>
<!-- http://purl.obolibrary.org/obo/IAO_0000142 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000142"/>
<!-- http://purl.obolibrary.org/obo/OBI_0000293 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/OBI_0000293"/>
<!-- http://purl.obolibrary.org/obo/OBI_0000299 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/OBI_0000299"/>
<!-- http://purl.obolibrary.org/obo/OBI_0000999 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/OBI_0000999"/>
<!-- http://purl.obolibrary.org/obo/OBI_0001938 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/OBI_0001938"/>
<!-- http://purl.obolibrary.org/obo/RO_0001000 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/RO_0001000"/>
<!-- http://purl.org/sig/ont/fma/bounds -->
<owl:ObjectProperty rdf:about="http://purl.org/sig/ont/fma/bounds">
<rdfs:domain>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://purl.obolibrary.org/obo/UBERON_0000465"/>
<rdf:Description rdf:about="http://purl.org/sig/ont/fma/fma50705"/>
<rdf:Description rdf:about="http://purl.org/sig/ont/fma/fma5897"/>
</owl:unionOf>
</owl:Class>
</rdfs:domain>
<rdfs:range>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://purl.obolibrary.org/obo/UBERON_0000465"/>
<rdf:Description rdf:about="http://purl.org/sig/ont/fma/fma50705"/>
<rdf:Description rdf:about="http://purl.org/sig/ont/fma/fma5897"/>
</owl:unionOf>
</owl:Class>
</rdfs:range>
</owl:ObjectProperty>
<!-- http://purl.org/sig/ont/fma/constitutional_part -->
<owl:ObjectProperty rdf:about="http://purl.org/sig/ont/fma/constitutional_part">
<rdfs:subPropertyOf rdf:resource="http://purl.obolibrary.org/obo/BFO_0000051"/>
<rdfs:domain rdf:resource="http://purl.obolibrary.org/obo/UBERON_0000465"/>
<rdfs:range>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://purl.org/sig/ont/fma/fma5897"/>
<rdf:Description rdf:about="http://purl.obolibrary.org/obo/UBERON_0000465"/>
</owl:unionOf>
</owl:Class>
</rdfs:range>
</owl:ObjectProperty>
<!-- http://purl.org/sig/ont/fma/constitutional_part_of -->
<owl:ObjectProperty rdf:about="http://purl.org/sig/ont/fma/constitutional_part_of">
<rdfs:subPropertyOf rdf:resource="http://purl.obolibrary.org/obo/BFO_0000050"/>
<rdfs:domain>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://purl.org/sig/ont/fma/fma5897"/>
<rdf:Description rdf:about="http://purl.obolibrary.org/obo/UBERON_0000465"/>
</owl:unionOf>
</owl:Class>
</rdfs:domain>
<rdfs:range rdf:resource="http://purl.obolibrary.org/obo/UBERON_0000465"/>
</owl:ObjectProperty>
<!-- http://purl.org/sig/ont/fma/contains -->
<owl:ObjectProperty rdf:about="http://purl.org/sig/ont/fma/contains">
<rdfs:range rdf:resource="http://purl.obolibrary.org/obo/UBERON_0000465"/>
</owl:ObjectProperty>
<!-- http://purl.org/sig/ont/fma/is_boundary_of -->
<owl:ObjectProperty rdf:about="http://purl.org/sig/ont/fma/is_boundary_of">
<rdfs:range>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://purl.org/sig/ont/fma/fma5897"/>
<rdf:Description rdf:about="http://purl.obolibrary.org/obo/UBERON_0000465"/>
</owl:unionOf>
</owl:Class>
</rdfs:range>
</owl:ObjectProperty>
<!-- http://purl.org/sig/ont/fma/member -->
<owl:ObjectProperty rdf:about="http://purl.org/sig/ont/fma/member">
<rdfs:subPropertyOf rdf:resource="http://purl.obolibrary.org/obo/BFO_0000051"/>
</owl:ObjectProperty>
<!-- http://purl.org/sig/ont/fma/member_of -->
<owl:ObjectProperty rdf:about="http://purl.org/sig/ont/fma/member_of">
<rdfs:subPropertyOf rdf:resource="http://purl.obolibrary.org/obo/BFO_0000050"/>
</owl:ObjectProperty>
<!-- http://purl.org/sig/ont/fma/regional_part -->
<owl:ObjectProperty rdf:about="http://purl.org/sig/ont/fma/regional_part">
<rdfs:subPropertyOf rdf:resource="http://purl.obolibrary.org/obo/BFO_0000051"/>
<rdfs:domain>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://purl.obolibrary.org/obo/UBERON_0000465"/>
<rdf:Description rdf:about="http://purl.org/sig/ont/fma/fma50705"/>
<rdf:Description rdf:about="http://purl.org/sig/ont/fma/fma5897"/>
</owl:unionOf>
</owl:Class>
</rdfs:domain>
<rdfs:range>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://purl.obolibrary.org/obo/UBERON_0000465"/>
<rdf:Description rdf:about="http://purl.org/sig/ont/fma/fma50705"/>
<rdf:Description rdf:about="http://purl.org/sig/ont/fma/fma5897"/>
</owl:unionOf>
</owl:Class>
</rdfs:range>
</owl:ObjectProperty>
<!-- http://purl.org/sig/ont/fma/regional_part_of -->
<owl:ObjectProperty rdf:about="http://purl.org/sig/ont/fma/regional_part_of">
<rdfs:subPropertyOf rdf:resource="http://purl.obolibrary.org/obo/BFO_0000050"/>
<rdfs:domain>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://purl.obolibrary.org/obo/UBERON_0000465"/>
<rdf:Description rdf:about="http://purl.org/sig/ont/fma/fma50705"/>
<rdf:Description rdf:about="http://purl.org/sig/ont/fma/fma5897"/>
</owl:unionOf>
</owl:Class>
</rdfs:domain>
<rdfs:range>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://purl.obolibrary.org/obo/UBERON_0000465"/>
<rdf:Description rdf:about="http://purl.org/sig/ont/fma/fma50705"/>
<rdf:Description rdf:about="http://purl.org/sig/ont/fma/fma5897"/>
</owl:unionOf>
</owl:Class>
</rdfs:range>
</owl:ObjectProperty>
<!-- http://purl.org/sig/ont/fma/related_part -->
<owl:ObjectProperty rdf:about="http://purl.org/sig/ont/fma/related_part">
<rdfs:range>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://purl.org/sig/ont/fma/fma5897"/>
<rdf:Description rdf:about="http://purl.obolibrary.org/obo/UBERON_0000465"/>
</owl:unionOf>
</owl:Class>
</rdfs:range>
</owl:ObjectProperty>
<!-- http://www.cidoc-crm.org/cidoc-crm/P11_had_participant -->
<owl:ObjectProperty rdf:about="http://www.cidoc-crm.org/cidoc-crm/P11_had_participant">
<rdfs:domain rdf:resource="http://purl.obolibrary.org/obo/BFO_0000015"/>
<rdfs:subPropertyOf rdf:resource="http://purl.obolibrary.org/obo/RO_0000057"/>
</owl:ObjectProperty>
<!-- http://www.cidoc-crm.org/cidoc-crm/P46_is_composed_of -->
<owl:ObjectProperty rdf:about="http://www.cidoc-crm.org/cidoc-crm/P46_is_composed_of">
<rdfs:domain rdf:resource="http://purl.obolibrary.org/obo/BFO_0000040"/>
<rdfs:range rdf:resource="http://purl.obolibrary.org/obo/BFO_0000040"/>
<rdfs:subPropertyOf rdf:resource="http://purl.obolibrary.org/obo/BFO_0000051"/>
</owl:ObjectProperty>
<!-- http://purl.obolibrary.org/obo/RO_0000053 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/RO_0000053"/>
<!-- http://purl.obolibrary.org/obo/RO_0000057 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/RO_0000057"/>
<!-- http://purl.org/dc/terms/creator -->
<owl:ObjectProperty rdf:about="http://purl.org/dc/terms/creator"/>
<!-- http://purl.org/ontology/bibo/transcriptOf -->
<owl:ObjectProperty rdf:about="http://purl.org/ontology/bibo/transcriptOf"/>
<!-- http://semanticscience.org/resource/SIO_000557 -->
<owl:ObjectProperty rdf:about="http://semanticscience.org/resource/SIO_000557"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Data properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.org/ontology/bibo/chapter -->
<owl:DatatypeProperty rdf:about="http://purl.org/ontology/bibo/chapter"/>
<!-- http://purl.org/ontology/bibo/pageEnd -->
<owl:DatatypeProperty rdf:about="http://purl.org/ontology/bibo/pageEnd"/>
<!-- http://purl.org/ontology/bibo/pageStart -->
<owl:DatatypeProperty rdf:about="http://purl.org/ontology/bibo/pageStart"/>
<!-- http://purl.org/ontology/bibo/volume -->
<owl:DatatypeProperty rdf:about="http://purl.org/ontology/bibo/volume"/>
<!-- http://w3id.org/rdfbones/core#anatomicalCavityPortion -->
<owl:DatatypeProperty rdf:about="http://w3id.org/rdfbones/core#anatomicalCavityPortion">
<rdfs:domain rdf:resource="http://w3id.org/rdfbones/core#SegmentOfAnatomicalCavity"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
<obo:IAO_0000115>Renders the portion (0 < skeletal cavity portion <= 1) of an anatomical cavity in a skeleton that a certain entity occupies.</obo:IAO_0000115>
<rdfs:label xml:lang="en">anatomical cavity portion</rdfs:label>
</owl:DatatypeProperty>
<!-- http://w3id.org/rdfbones/core#bonePortion -->
<owl:DatatypeProperty rdf:about="http://w3id.org/rdfbones/core#bonePortion">
<rdfs:subPropertyOf rdf:resource="http://w3id.org/rdfbones/core#skeletalElementPortion"/>
<rdfs:domain rdf:resource="http://w3id.org/rdfbones/core#SegmentOfBoneOrgan"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
<obo:IAO_0000112 xml:lang="en">The portion of the left parietal bone that a bone organ segment, defined as 'frontal part of the left parietal bone', represents.</obo:IAO_0000112>
<obo:IAO_0000115 xml:lang="en">Renders the portion (0 < bone portion <= 1) of a bone organ that a certain entity occupies.</obo:IAO_0000115>
<rdfs:label xml:lang="en">bone portion</rdfs:label>
</owl:DatatypeProperty>
<!-- http://w3id.org/rdfbones/core#skeletalElementPortion -->
<owl:DatatypeProperty rdf:about="http://w3id.org/rdfbones/core#skeletalElementPortion">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<obo:IAO_0000115 xml:lang="en">Renders the portion (0 < skeletal element portion <= 1) of a skeletal element that a certain entity occupies. This property and its subproperties are needed to weigh contributions from different segments of sekeltal elements in calculations summarising measurements from multiple segments.</obo:IAO_0000115>
<rdfs:label xml:lang="en">skeletal element portion</rdfs:label>
</owl:DatatypeProperty>
<!-- http://w3id.org/rdfbones/core#toothPortion -->
<owl:DatatypeProperty rdf:about="http://w3id.org/rdfbones/core#toothPortion">
<rdfs:subPropertyOf rdf:resource="http://w3id.org/rdfbones/core#skeletalElementPortion"/>
<rdfs:domain rdf:resource="http://w3id.org/rdfbones/core#SegmentOfTooth"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
<obo:IAO_0000112 xml:lang="en">The portion of a tooth segment called 'Entire crown of left lower second premolar tooth' that is preserved in a skeleton recovered during an archaeological excavation..</obo:IAO_0000112>
<obo:IAO_0000115 xml:lang="en">Renders the portion (0 < tooth portion <= 1) that a certain entity occupies in a tooth.</obo:IAO_0000115>
<rdfs:label xml:lang="en">tooth portion</rdfs:label>
</owl:DatatypeProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.obolibrary.org/obo/BFO_0000001 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/BFO_0000001"/>
<!-- http://purl.obolibrary.org/obo/BFO_0000015 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/BFO_0000015"/>
<!-- http://purl.obolibrary.org/obo/BFO_0000015 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/BFO_0000015"/>
<!-- http://purl.obolibrary.org/obo/BFO_0000030 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/BFO_0000030"/>
<!-- http://purl.obolibrary.org/obo/BFO_0000040 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/BFO_0000040"/>
<!-- http://www.cidoc-crm.org/cidoc-crm/E20_Biological_Object -->
<owl:Class rdf:about="http://www.cidoc-crm.org/cidoc-crm/E20_Biological_Object">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/BFO_0000030"/>
</owl:Class>
<!-- http://www.cidoc-crm.org/cidoc-crm/E22_Man-Made_Object -->
<owl:Class rdf:about="http://www.cidoc-crm.org/cidoc-crm/E22_Man-Made_Object">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/BFO_0000030"/>
</owl:Class>
<!-- http://www.cidoc-crm.org/cidoc-crm/E39_Actor -->
<owl:Class rdf:about="http://www.cidoc-crm.org/cidoc-crm/E39_Actor">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/BFO_0000040"/>
</owl:Class>
<!-- http://www.cidoc-crm.org/cidoc-crm/E78_Collection -->
<owl:Class rdf:about="http://www.cidoc-crm.org/cidoc-crm/E78_Collection">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/BFO_0000040"/>
</owl:Class>
<!-- http://www.cidoc-crm.org/cidoc-crm/E87_Curation_Activity -->
<owl:Class rdf:about="http://www.cidoc-crm.org/cidoc-crm/E87_Curation_Activity">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/OBI_0000011"/>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/IAO_0000030 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/IAO_0000030"/>
<!-- http://purl.obolibrary.org/obo/IAO_0000100 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/IAO_0000100"/>
<!-- http://purl.obolibrary.org/obo/IAO_0000104 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/IAO_0000104"/>
<!-- http://purl.obolibrary.org/obo/IAO_0000109 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/IAO_0000109"/>
<!-- http://purl.obolibrary.org/obo/IAO_0000300 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/IAO_0000300"/>
<!-- http://purl.obolibrary.org/obo/IAO_0000579 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/IAO_0000579"/>
<!-- http://purl.obolibrary.org/obo/OBI_0000067 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/OBI_0000067"/>
<!-- http://purl.obolibrary.org/obo/OBI_0000070 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/OBI_0000070">
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/OBI_0000293"/>
<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/OBI_0000067"/>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
</owl:someValuesFrom>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/OBI_0000299"/>
<owl:someValuesFrom>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://purl.obolibrary.org/obo/IAO_0000030"/>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/IAO_0000136"/>
<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/OBI_0000067"/>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
</owl:someValuesFrom>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
</owl:someValuesFrom>
</owl:Restriction>
</rdfs:subClassOf>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/OBI_0000260 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/OBI_0000260"/>
<!-- http://purl.obolibrary.org/obo/OBI_0000659 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/OBI_0000659"/>
<!-- http://purl.obolibrary.org/obo/OBI_0000671 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/OBI_0000671"/>
<!-- http://purl.obolibrary.org/obo/OBI_0000938 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/OBI_0000938"/>
<!-- http://purl.obolibrary.org/obo/OBI_0000963 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/OBI_0000963"/>
<!-- http://purl.obolibrary.org/obo/OBI_0001896 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/OBI_0001896"/>
<!-- http://purl.obolibrary.org/obo/OBI_0001933 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/OBI_0001933"/>
<!-- http://purl.org/sig/ont/fma/fma23875 -->
<owl:Class rdf:about="http://purl.org/sig/ont/fma/fma23875"/>
<!-- http://purl.org/sig/ont/fma/fma305751 -->
<owl:Class rdf:about="http://purl.org/sig/ont/fma/fma305751">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/UBERON_0000465"/>
</owl:Class>
<!-- http://purl.org/sig/ont/fma/fma318873 -->
<owl:Class rdf:about="http://purl.org/sig/ont/fma/fma318873">
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/BFO_0000051"/>
<owl:someValuesFrom rdf:resource="http://purl.org/sig/ont/fma/fma52835"/>
</owl:Restriction>
</rdfs:subClassOf>
</owl:Class>
<!-- http://purl.org/sig/ont/fma/fma5018 -->
<owl:Class rdf:about="http://purl.org/sig/ont/fma/fma5018"/>
<!-- http://purl.org/sig/ont/fma/fma50705 -->
<owl:Class rdf:about="http://purl.org/sig/ont/fma/fma50705">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/BFO_0000141"/>
</owl:Class>
<!-- http://purl.org/sig/ont/fma/fma52835 -->
<owl:Class rdf:about="http://purl.org/sig/ont/fma/fma52835">
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/BFO_0000050"/>
<owl:someValuesFrom rdf:resource="http://purl.org/sig/ont/fma/fma318873"/>
</owl:Restriction>
</rdfs:subClassOf>
</owl:Class>
<!-- http://purl.org/sig/ont/fma/fma55652 -->
<owl:Class rdf:about="http://purl.org/sig/ont/fma/fma55652">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/UBERON_0000465"/>
</owl:Class>
<!-- http://purl.org/sig/ont/fma/fma5897 -->
<owl:Class rdf:about="http://purl.org/sig/ont/fma/fma5897">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/BFO_0000141"/>
</owl:Class>
<!-- http://w3id.org/rdfbones/core#AnatomicalRegionOfInterest -->
<owl:Class rdf:about="http://w3id.org/rdfbones/core#AnatomicalRegionOfInterest">
<rdfs:label xml:lang="en">Anatomical region of interest</rdfs:label>
<obo:IAO_0000115 xml:lang="en">A part of skeletal material that has a specific methodological significance. It is arbitrarily defined by a fiat boundary.</obo:IAO_0000115>
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/BFO_0000029"/> <!-- ('site') -->
<obo:IAO_0000117 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Felix Engel</obo:IAO_0000117>
<obo:IAO_0000116 xml:lang="en">See more specific subclasses for examples of usage.</obo:IAO_0000116>
</owl:Class>
<!-- http://w3id.org/rdfbones/core#CommingledHumanSkeletalRemains -->
<owl:Class rdf:about="http://w3id.org/rdfbones/core#CommingledHumanSkeletalRemains">
<rdfs:subClassOf rdf:resource="http://w3id.org/rdfbones/core#SampleFromHumanSkeletalRemains"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/RO_0001000"/>
<owl:someValuesFrom rdf:resource="http://purl.org/sig/ont/fma/fma5018"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://semanticscience.org/resource/SIO_000557"/>
<owl:someValuesFrom rdf:resource="http://w3id.org/rdfbones/core#SkeletalInventory"/>
</owl:Restriction>
</rdfs:subClassOf>
<owl:disjointWith rdf:resource="http://w3id.org/rdfbones/core#HumanSkeletonSpecimen"/>
<owl:disjointWith rdf:resource="http://w3id.org/rdfbones/core#IsolatedHumanBone"/>
<obo:IAO_0000112 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Commingled bones found in a mass grave dating to the Napoleonic Wars.</obo:IAO_0000112>
<obo:IAO_0000115 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A specimen deriving from elements of the skeletons of an unknown number of homo sapiens organisms.</obo:IAO_0000115>
<obo:IAO_0000116 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">The need for a class representing specimens deriving from commingled skeletal remains is stated by Buikstra and Ubelaker 1994, p.5.</obo:IAO_0000116>
<obo:IAO_0000116 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">This class is distinguished from its more generic superclass (rdfbones:SampleFromHumanSkeletalRemains) by the fact that the number of represented individuals is unknown or not entirely clear.</obo:IAO_0000116>
<obo:IAO_0000117 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Felix Engel</obo:IAO_0000117>
<rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Commingled human skeletal remains</rdfs:label>
</owl:Class>
<owl:Axiom>
<owl:annotatedSource rdf:resource="http://w3id.org/rdfbones/core#CommingledHumanSkeletalRemains"/>
<owl:annotatedProperty rdf:resource="http://purl.obolibrary.org/obo/IAO_0000115"/>
<owl:annotatedTarget rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A specimen deriving from elements of the skeletons of an unknown number of homo sapiens organisms.</owl:annotatedTarget>
<obo:IAO_0000119 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Felix Engel</obo:IAO_0000119>
</owl:Axiom>
<!-- http://w3id.org/rdfbones/core#CombinationOfSkeletalSegments -->
<owl:Class rdf:about="http://w3id.org/rdfbones/core#CombinationOfSkeletalSegments">
<rdfs:subClassOf rdf:resource="http://w3id.org/rdfbones/core#AnatomicalRegionOfInterest"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.org/sig/ont/fma/regional_part"/>
<owl:allValuesFrom rdf:resource="http://w3id.org/rdfbones/core#SegmentOfSkeletalElement"/>
</owl:Restriction>
</rdfs:subClassOf>
<obo:IAO_0000112 xml:lang="en">Temporomandibular joint.</obo:IAO_0000112>
<obo:IAO_0000115 xml:lang="en">An anatomical region of interest covering, at least in part, several skeletal elements. It is defined as the combination of sevral previously defined segments of skeletal elements.</obo:IAO_0000115>
<obo:IAO_0000116 xml:lang="en">In order to define a region of interest of this type, first define the segments of skeletal elelements (rdfbones:SegmentOfSkeletalElement) that are to constitute this region. Then define them as regional parts of the combination of skeletal segments.</obo:IAO_0000116>
<rdfs:label xml:lang="en">Combination of skeletal Segments</rdfs:label>
<obo:IAO_0000117 xml:lang="en">Felix Engel</obo:IAO_0000117>
</owl:Class>
<!-- http://w3id.org/rdfbones/core#Completeness2StatesLabel -->
<owl:Class rdf:about="http://w3id.org/rdfbones/core#Completeness2StatesLabel">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/OBI_0000963"/>
<obo:IAO_0000115 xml:lang="en">Labels that can be used for the categorical measurement datum 'completeness in two states'.</obo:IAO_0000115>
<rdfs:label xml:lang="en">Label for completeness in two states</rdfs:label>
<obo:IAO_0000117 xml:lang="en">Felix Engel</obo:IAO_0000117>
</owl:Class>
<!-- http://w3id.org/rdfbones/core#Completeness2States -->
<owl:Class rdf:about="http://w3id.org/rdfbones/core#Completeness2States">
<rdfs:subClassOf rdf:resource="http://w3id.org/rdfbones/core#CategoricalRepresentationDatum"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/IAO_0000136"/>
<owl:someValuesFrom rdf:resource="http://w3id.org/rdfbones/core#SegmentOfSkeletalElement"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/OBI_0000999"/>
<owl:allValuesFrom rdf:resource="http://w3id.org/rdfbones/core#Completeness2StatesLabel"/>
</owl:Restriction>
</rdfs:subClassOf>
<obo:IAO_0000115 xml:lang="en">Categorical measurement datum, expressing the completeness of skeletal elements as either 'complete' or 'partly present'. It is not designed to express the absence of skeletal elements (e.g. with inventories of skeletons).</obo:IAO_0000115>
<rdfs:label xml:lang="en">Completeness in two states</rdfs:label>
<obo:IAO_0000117 xml:lang="en">Felix Engel</obo:IAO_0000117>
</owl:Class>
<!-- http://w3id.org/rdfbones/core#CategoricalRepresentationDatum -->
<owl:Class rdf:about="http://w3id.org/rdfbones/core#CategoricalRepresentationDatum">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/OBI_0000938"/> <!-- categorical measurement datum -->
<obo:IAO_0000112 xml:lang="en">A categorical measurement datum, specifying if a previously defined bone segment is completely present, partly present or missing.</obo:IAO_0000112>
<obo:IAO_0000115 xml:lang="en">A categorical measurement datum, specifying to which extent a something is present and ready for inspection.</obo:IAO_0000115>
<rdfs:label xml:lang="en">Categorical representation datum</rdfs:label>
<obo:IAO_0000117 xml:lang="en">Felix Engel</obo:IAO_0000117>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/OBI_0000011 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/OBI_0000011"/>
<!-- http://purl.obolibrary.org/obo/OBI_0000245 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/OBI_0000245">
<rdfs:subClassOf rdf:resource="http://www.cidoc-crm.org/cidoc-crm/E74_Group"/>
</owl:Class>
<!-- http://w3id.org/rdfbones/core#Obliteration2StatesLabel -->
<owl:Class rdf:about="http://w3id.org/rdfbones/core#Obliteration2StatesLabel">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/OBI_0000963"/> <!-- ('Categorical label') -->
<obo:IAO_0000115 xml:lang="en">Labels that can be used for the categorical measurement datum 'obliteration in two states'.</obo:IAO_0000115>
<rdfs:label xml:lang="en">Label for obliteration in two states</rdfs:label>
<obo:IAO_0000117 xml:lang="en">Felix Engel</obo:IAO_0000117>
</owl:Class>
<!-- http://w3id.org/rdfbones/core#Obliteration2States -->
<owl:Class rdf:about="http://w3id.org/rdfbones/core#Obliteration2States">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/OBI_0000938"/> <!-- ('Categorical measurement datum') -->
<rdfs:subClassOf rdf:resource="http://w3id.org/rdfbones/core#CategoricalObliterationDatum"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/IAO_0000136"/> <!-- ('is about') -->
<owl:someValuesFrom rdf:resource="http://w3id.org/rdfbones/core#SegmentOfSkeletalElement"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/OBI_0000999"/> <!-- ('has category label') -->
<owl:allValuesFrom rdf:resource="http://w3id.org/rdfbones/core#Obliteration2StatesLabel"/>
</owl:Restriction>
</rdfs:subClassOf>
<obo:IAO_0000115 xml:lang="en">Categorical measurement datum, expressing the obliteration of skeletal features as either 'obliterated' or 'not obliterated'.</obo:IAO_0000115>
<rdfs:label xml:lang="en">Obliteration in two states</rdfs:label>
<obo:IAO_0000117 xml:lang="en">Felix Engel</obo:IAO_0000117>
</owl:Class>
<!-- http://w3id.org/rdfbones/core#CategoricalObliterationDatum -->
<owl:Class rdf:about="http://w3id.org/rdfbones/core#CategoricalObliterationDatum">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/OBI_0000938"/> <!-- ('categorical measurement datum') -->
<obo:IAO_0000112 xml:lang="en">A categorical measurement datum, specifying if a skeletal feature is not obliterated, being obliterated or completely obliterated by an ontogenetic process or bone remodelling.</obo:IAO_0000112>
<obo:IAO_0000115 xml:lang="en">A measurement datum, specifying the degree to which a skeletal feature is removed or superimposed by ontogenetic processes or bone remodelling.</obo:IAO_0000115>
<rdfs:label xml:lang="en">Categorical obliteration datum</rdfs:label>
<obo:IAO_0000117 xml:lang="en">Felix Engel</obo:IAO_0000117>
</owl:Class>
<!-- http://w3id.org/rdfbones/core#HumanSkeletonSpecimen -->
<owl:Class rdf:about="http://w3id.org/rdfbones/core#HumanSkeletonSpecimen">
<rdfs:subClassOf rdf:resource="http://w3id.org/rdfbones/core#SampleFromHumanSkeletalRemains"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://semanticscience.org/resource/SIO_000557"/>
<owl:someValuesFrom rdf:resource="http://w3id.org/rdfbones/core#SkeletalInventory"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/RO_0001000"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
<owl:onClass rdf:resource="http://purl.org/sig/ont/fma/fma23875"/>
</owl:Restriction>
</rdfs:subClassOf>
<owl:disjointWith rdf:resource="http://w3id.org/rdfbones/core#IsolatedHumanBone"/>
<obo:IAO_0000112 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Bones recovered from a historic single grave.</obo:IAO_0000112>
<obo:IAO_0000115 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A specimen deriving from elements of a single skeleton of a homo sapiens organism.</obo:IAO_0000115>
<obo:IAO_0000116 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">The need for a class representing specimens deriving from relatively complete skeletons is stated by Buikstra and Ubelaker 1994, p.5.</obo:IAO_0000116>
<obo:IAO_0000116 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">The term 'relatively complete' skeleton implies that the specimen is defined under the assumption that all skeletal elements constituting the specimen derive from the same skeleton. It does not, however, restrict the degree of the skeletons completeness.</obo:IAO_0000116>
<obo:IAO_0000117 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Felix Engel</obo:IAO_0000117>
<rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Human skeleton specimen</rdfs:label>
</owl:Class>
<owl:Axiom>
<owl:annotatedSource rdf:resource="http://w3id.org/rdfbones/core#HumanSkeletonSpecimen"/>
<owl:annotatedProperty rdf:resource="http://purl.obolibrary.org/obo/IAO_0000115"/>
<owl:annotatedTarget rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A specimen deriving from elements of a single skeleton of a homo sapiens organism.</owl:annotatedTarget>
<obo:IAO_0000119 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Felix Engel</obo:IAO_0000119>
</owl:Axiom>
<!-- http://w3id.org/rdfbones/core#InventoryOfIndividualBones -->
<owl:Class rdf:about="http://w3id.org/rdfbones/core#InventoryOfIndividualBones">
<rdfs:subClassOf rdf:resource="http://w3id.org/rdfbones/core#SkeletalInventory"/>
<owl:disjointWith rdf:resource="http://w3id.org/rdfbones/core#InventoryOfSkeleton"/>
<obo:IAO_0000112 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">An inventory of animal bones from a pit feature at an Iron-age settlement site.</obo:IAO_0000112>
<obo:IAO_0000112 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">An inventory of bones that were collected as stray finds during the excavation of prehistoric cemetery.</obo:IAO_0000112>
<obo:IAO_0000112 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">An inventory of commingled human skeletal remains from a crypt.</obo:IAO_0000112>
<obo:IAO_0000115 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A dataset of type 'skeletal inventory' containing data items describing representation and preservation of a series of bone organs.</obo:IAO_0000115>
<obo:IAO_0000117 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Felix Engel</obo:IAO_0000117>
<rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Inventory of individual bones</rdfs:label>
</owl:Class>
<owl:Axiom>
<owl:annotatedSource rdf:resource="http://w3id.org/rdfbones/core#InventoryOfIndividualBones"/>
<owl:annotatedProperty rdf:resource="http://purl.obolibrary.org/obo/IAO_0000115"/>
<owl:annotatedTarget rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A dataset of type 'skeletal inventory' containing data items describing representation and preservation of a series of bone organs.</owl:annotatedTarget>
<obo:IAO_0000119 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Felix Engel</obo:IAO_0000119>
</owl:Axiom>
<!-- http://w3id.org/rdfbones/core#InventoryOfSkeleton -->
<owl:Class rdf:about="http://w3id.org/rdfbones/core#InventoryOfSkeleton">
<rdfs:subClassOf rdf:resource="http://w3id.org/rdfbones/core#SkeletalInventory"/>
<obo:IAO_0000112 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">An inventory of a skeleton from a burial at a prehistoric site.</obo:IAO_0000112>
<obo:IAO_0000112 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">An inventory of bones forming a paleontological skeleton of a dinosaur.</obo:IAO_0000112>
<obo:IAO_0000112 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">An inventory of bones from an assemblage of commingled human remains resulting from a plane crash that are assumed to belong to the same skeleton.</obo:IAO_0000112>
<obo:IAO_0000115 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A dataset of type 'skeletal inventory' containing data items describing representation and preservation of bone organs that are assumed to belong to the same skeleton.</obo:IAO_0000115>
<obo:IAO_0000117 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Felix Engel</obo:IAO_0000117>
<rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Inventory of a skeleton</rdfs:label>
</owl:Class>
<owl:Axiom>
<owl:annotatedSource rdf:resource="http://w3id.org/rdfbones/core#InventoryOfSkeleton"/>
<owl:annotatedProperty rdf:resource="http://purl.obolibrary.org/obo/IAO_0000115"/>
<owl:annotatedTarget rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A dataset of type 'skeletal inventory' containing data items describing representation and preservation of bone organs that are assumed to belong to the same skeleton.</owl:annotatedTarget>
<obo:IAO_0000119 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Felix Engel</obo:IAO_0000119>
</owl:Axiom>
<!-- http://w3id.org/rdfbones/core#IsolatedHumanBone -->
<owl:Class rdf:about="http://w3id.org/rdfbones/core#IsolatedHumanBone">
<rdfs:subClassOf rdf:resource="http://w3id.org/rdfbones/core#SampleFromHumanSkeletalRemains"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://semanticscience.org/resource/SIO_000557"/>
<owl:someValuesFrom rdf:resource="http://w3id.org/rdfbones/core#SkeletalInventory"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/RO_0001000"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
<owl:onClass rdf:resource="http://purl.org/sig/ont/fma/fma5018"/>
</owl:Restriction>
</rdfs:subClassOf>
<obo:IAO_0000112 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A femur bone entering a comparative study on bone density variation.</obo:IAO_0000112>
<obo:IAO_0000115 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A specimen deriving from a single bone organ of a homo sapiens organism.</obo:IAO_0000115>
<obo:IAO_0000116 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">As an isolated bone necessarily derives from a single skeleton, specimens represented by this class would also satisfy the definition of a specimen representing a relatively complete human skeleton (rdfbones:HumanSkeletonSpecimen). Instances of this class are distinguished from human skeleton specimens by the fact that they are derived from a single bone and that the main objective of collecting the specimen was not to define skeletons.</obo:IAO_0000116>
<obo:IAO_0000116 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">The need for a class representing specimens deriving from isolated bones is stated by Buikstra and Ubelaker 1994, p.5.</obo:IAO_0000116>
<obo:IAO_0000117 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Felix Engel</obo:IAO_0000117>
<rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Isolated human bone</rdfs:label>
</owl:Class>
<!-- http://w3id.org/rdfbones/core#SampleFromHumanRemains -->
<owl:Class rdf:about="http://w3id.org/rdfbones/core#SampleFromHumanRemains">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/OBI_0000671"/>
<obo:IAO_0000115 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A specimen deriving from material anatomical entites of one or several homo sapiens organisms.</obo:IAO_0000115>
<obo:IAO_0000117 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Felix Engel</obo:IAO_0000117>
<rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Sample from human remains</rdfs:label>
</owl:Class>
<owl:Axiom>
<owl:annotatedSource rdf:resource="http://w3id.org/rdfbones/core#SampleFromHumanRemains"/>
<owl:annotatedProperty rdf:resource="http://purl.obolibrary.org/obo/IAO_0000115"/>
<owl:annotatedTarget rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A specimen deriving from material anatomical entites of one or several homo sapiens organisms.</owl:annotatedTarget>
<obo:IAO_0000119 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Felix Engle</obo:IAO_0000119>
</owl:Axiom>