-
Notifications
You must be signed in to change notification settings - Fork 3
/
bdso-simple.owl
849 lines (467 loc) · 36.9 KB
/
bdso-simple.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
<?xml version="1.0"?>
<rdf:RDF xmlns="http://purl.obolibrary.org/obo/pcl/bdso-simple.owl#"
xml:base="http://purl.obolibrary.org/obo/pcl/bdso-simple.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:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:terms="http://purl.org/dc/terms/"
xmlns:custom="http://n2o.neo/custom/"
xmlns:schema="http://schema.org/"
xmlns:subsets="http://purl.obolibrary.org/obo/ro/subsets#"
xmlns:oboInOwl="http://www.geneontology.org/formats/oboInOwl#"
xmlns:nsf2_full_mtg="http://www.jcvi.org/framework/nsf2_full_mtg#">
<owl:Ontology rdf:about="http://purl.obolibrary.org/obo/pcl/bdso-simple.owl">
<owl:versionIRI rdf:resource="http://purl.obolibrary.org/obo/pcl/releases/2024-07-11/bdso-simple.owl"/>
<dc:title>Brain Data Standards Cell Ontology</dc:title>
<terms:license rdf:resource="http://creativecommons.org/licenses/by/4.0/"/>
<owl:versionInfo>2024-07-11</owl:versionInfo>
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Annotation properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://n2o.neo/custom/cell_set_additional_aliases -->
<owl:AnnotationProperty rdf:about="http://n2o.neo/custom/cell_set_additional_aliases"/>
<!-- http://n2o.neo/custom/cell_set_alias_assignee -->
<owl:AnnotationProperty rdf:about="http://n2o.neo/custom/cell_set_alias_assignee"/>
<!-- http://n2o.neo/custom/cell_set_alias_citation -->
<owl:AnnotationProperty rdf:about="http://n2o.neo/custom/cell_set_alias_citation"/>
<!-- http://n2o.neo/custom/cell_set_aligned_alias -->
<owl:AnnotationProperty rdf:about="http://n2o.neo/custom/cell_set_aligned_alias"/>
<!-- http://n2o.neo/custom/cell_set_label -->
<owl:AnnotationProperty rdf:about="http://n2o.neo/custom/cell_set_label"/>
<!-- http://n2o.neo/custom/cell_set_preferred_alias -->
<owl:AnnotationProperty rdf:about="http://n2o.neo/custom/cell_set_preferred_alias"/>
<!-- http://n2o.neo/custom/node_metadata -->
<owl:AnnotationProperty rdf:about="http://n2o.neo/custom/node_metadata"/>
<!-- http://n2o.neo/custom/original_label -->
<owl:AnnotationProperty rdf:about="http://n2o.neo/custom/original_label"/>
<!-- http://purl.obolibrary.org/obo/IAO_0000028 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000028">
<rdfs:label>symbol</rdfs:label>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/IAO_0000111 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000111"/>
<!-- 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">
<rdfs:label>definition</rdfs:label>
</owl:AnnotationProperty>
<!-- 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_0000232 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000232"/>
<!-- http://purl.obolibrary.org/obo/IAO_0000424 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000424"/>
<!-- http://purl.obolibrary.org/obo/IAO_0100001 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0100001">
<rdfs:label>term replaced by</rdfs:label>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/PCL_0000100 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/PCL_0000100">
<rdfs:label>synonym</rdfs:label>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/PCL_0010051 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/PCL_0010051">
<rdfs:label>cell_type_rank</rdfs:label>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/PCL_0010052 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/PCL_0010052">
<rdfs:label>cell_types_count</rdfs:label>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/PCL_0010053 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/PCL_0010053">
<rdfs:label>cell_subclasses_count</rdfs:label>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/PCL_0010054 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/PCL_0010054">
<rdfs:label>cell_classes_count</rdfs:label>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/PCL_0010055 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/PCL_0010055">
<rdfs:label>has_age</rdfs:label>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/PCL_0010056 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/PCL_0010056">
<rdfs:label>has_sex</rdfs:label>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/PCL_0010057 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/PCL_0010057">
<rdfs:label>has_brain_region</rdfs:label>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/PCL_0010058 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/PCL_0010058">
<rdfs:label>has nsforest marker</rdfs:label>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/PCL_0010059 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/PCL_0010059">
<rdfs:label>cluster id</rdfs:label>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/PCL_0010060 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/PCL_0010060">
<rdfs:label>cell_count</rdfs:label>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/PCL_0010061 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/PCL_0010061">
<rdfs:label>nuclei_count</rdfs:label>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/PCL_0010062 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/PCL_0010062">
<rdfs:label>fbeta_confidence_score</rdfs:label>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/RO_0001900 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/RO_0001900"/>
<!-- http://purl.obolibrary.org/obo/RO_0040042 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/RO_0040042"/>
<!-- http://purl.obolibrary.org/obo/valid_for_go_annotation_extension -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/valid_for_go_annotation_extension">
<rdfs:subPropertyOf rdf:resource="http://www.geneontology.org/formats/oboInOwl#SubsetProperty"/>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/valid_for_go_gp2term -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/valid_for_go_gp2term">
<rdfs:subPropertyOf rdf:resource="http://www.geneontology.org/formats/oboInOwl#SubsetProperty"/>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/valid_for_go_ontology -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/valid_for_go_ontology">
<rdfs:subPropertyOf rdf:resource="http://www.geneontology.org/formats/oboInOwl#SubsetProperty"/>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/valid_for_gocam -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/valid_for_gocam">
<rdfs:subPropertyOf rdf:resource="http://www.geneontology.org/formats/oboInOwl#SubsetProperty"/>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/ro/subsets#ro-eco -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/ro/subsets#ro-eco">
<rdfs:subPropertyOf rdf:resource="http://www.geneontology.org/formats/oboInOwl#SubsetProperty"/>
</owl:AnnotationProperty>
<!-- http://purl.org/dc/elements/1.1/contributor -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/contributor"/>
<!-- http://purl.org/dc/elements/1.1/description -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/description"/>
<!-- http://purl.org/dc/elements/1.1/title -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/title"/>
<!-- http://purl.org/dc/terms/contributor -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/contributor"/>
<!-- http://purl.org/dc/terms/creator -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/creator"/>
<!-- http://purl.org/dc/terms/description -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/description"/>
<!-- http://purl.org/dc/terms/license -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/license"/>
<!-- http://purl.org/dc/terms/provenance -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/provenance"/>
<!-- http://purl.org/dc/terms/relation -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/relation"/>
<!-- http://purl.org/dc/terms/source -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/source"/>
<!-- http://purl.org/dc/terms/subject -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/subject"/>
<!-- http://purl.org/dc/terms/title -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/title"/>
<!-- http://schema.org/archivedAt -->
<owl:AnnotationProperty rdf:about="http://schema.org/archivedAt"/>
<!-- http://schema.org/assesses -->
<owl:AnnotationProperty rdf:about="http://schema.org/assesses"/>
<!-- http://schema.org/discussionUrl -->
<owl:AnnotationProperty rdf:about="http://schema.org/discussionUrl"/>
<!-- http://schema.org/headline -->
<owl:AnnotationProperty rdf:about="http://schema.org/headline"/>
<!-- http://schema.org/includedInDataCatalog -->
<owl:AnnotationProperty rdf:about="http://schema.org/includedInDataCatalog"/>
<!-- http://schema.org/position -->
<owl:AnnotationProperty rdf:about="http://schema.org/position"/>
<!-- http://www.geneontology.org/formats/oboInOwl#SubsetProperty -->
<owl:AnnotationProperty rdf:about="http://www.geneontology.org/formats/oboInOwl#SubsetProperty"/>
<!-- http://www.geneontology.org/formats/oboInOwl#SynonymTypeProperty -->
<owl:AnnotationProperty rdf:about="http://www.geneontology.org/formats/oboInOwl#SynonymTypeProperty"/>
<!-- http://www.geneontology.org/formats/oboInOwl#hasBroadSynonym -->
<owl:AnnotationProperty rdf:about="http://www.geneontology.org/formats/oboInOwl#hasBroadSynonym"/>
<!-- http://www.geneontology.org/formats/oboInOwl#hasDbXref -->
<owl:AnnotationProperty rdf:about="http://www.geneontology.org/formats/oboInOwl#hasDbXref">
<rdfs:label>database_cross_reference</rdfs:label>
</owl:AnnotationProperty>
<!-- http://www.geneontology.org/formats/oboInOwl#hasExactSynonym -->
<owl:AnnotationProperty rdf:about="http://www.geneontology.org/formats/oboInOwl#hasExactSynonym">
<rdfs:label>has_exact_synonym</rdfs:label>
</owl:AnnotationProperty>
<!-- http://www.geneontology.org/formats/oboInOwl#hasOBONamespace -->
<owl:AnnotationProperty rdf:about="http://www.geneontology.org/formats/oboInOwl#hasOBONamespace"/>
<!-- http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym -->
<owl:AnnotationProperty rdf:about="http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym">
<rdfs:label>has_related_synonym</rdfs:label>
</owl:AnnotationProperty>
<!-- http://www.geneontology.org/formats/oboInOwl#id -->
<owl:AnnotationProperty rdf:about="http://www.geneontology.org/formats/oboInOwl#id"/>
<!-- http://www.geneontology.org/formats/oboInOwl#inSubset -->
<owl:AnnotationProperty rdf:about="http://www.geneontology.org/formats/oboInOwl#inSubset"/>
<!-- http://www.geneontology.org/formats/oboInOwl#shorthand -->
<owl:AnnotationProperty rdf:about="http://www.geneontology.org/formats/oboInOwl#shorthand"/>
<!-- http://www.jcvi.org/framework/nsf2_full_mtg#has_soma_location_in -->
<owl:AnnotationProperty rdf:about="http://www.jcvi.org/framework/nsf2_full_mtg#has_soma_location_in"/>
<!-- http://www.jcvi.org/framework/nsf2_full_mtg#id -->
<owl:AnnotationProperty rdf:about="http://www.jcvi.org/framework/nsf2_full_mtg#id"/>
<!-- http://www.jcvi.org/framework/nsf2_full_mtg#neuron_type -->
<owl:AnnotationProperty rdf:about="http://www.jcvi.org/framework/nsf2_full_mtg#neuron_type"/>
<!-- http://www.jcvi.org/framework/nsf2_full_mtg#part_of -->
<owl:AnnotationProperty rdf:about="http://www.jcvi.org/framework/nsf2_full_mtg#part_of"/>
<!-- http://www.jcvi.org/framework/nsf2_full_mtg#preferred_name -->
<owl:AnnotationProperty rdf:about="http://www.jcvi.org/framework/nsf2_full_mtg#preferred_name"/>
<!-- http://www.jcvi.org/framework/nsf2_full_mtg#prefixIRI -->
<owl:AnnotationProperty rdf:about="http://www.jcvi.org/framework/nsf2_full_mtg#prefixIRI"/>
<!-- http://www.jcvi.org/framework/nsf2_full_mtg#species_id -->
<owl:AnnotationProperty rdf:about="http://www.jcvi.org/framework/nsf2_full_mtg#species_id"/>
<!-- http://www.jcvi.org/framework/nsf2_full_mtg#species_source -->
<owl:AnnotationProperty rdf:about="http://www.jcvi.org/framework/nsf2_full_mtg#species_source"/>
<!-- http://www.jcvi.org/framework/nsf2_full_mtg#tdc_id -->
<owl:AnnotationProperty rdf:about="http://www.jcvi.org/framework/nsf2_full_mtg#tdc_id"/>
<!-- http://www.w3.org/2004/02/skos/core#definition -->
<owl:AnnotationProperty rdf:about="http://www.w3.org/2004/02/skos/core#definition"/>
<!-- http://www.w3.org/2004/02/skos/core#prefLabel -->
<owl:AnnotationProperty rdf:about="http://www.w3.org/2004/02/skos/core#prefLabel"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Object Properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.obolibrary.org/obo/BFO_0000050 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/BFO_0000050">
<owl:inverseOf rdf:resource="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">is part of</obo:IAO_0000111>
<obo:IAO_0000112 xml:lang="en">my brain is part of my body (continuant parthood, two material entities)</obo:IAO_0000112>
<obo:IAO_0000112 xml:lang="en">my stomach cavity is part of my stomach (continuant parthood, immaterial entity is part of material entity)</obo:IAO_0000112>
<obo:IAO_0000112 xml:lang="en">this day is part of this year (occurrent parthood)</obo:IAO_0000112>
<obo:IAO_0000115 xml:lang="en">a core relation that holds between a part and its whole</obo:IAO_0000115>
<obo:IAO_0000116 xml:lang="en">Everything is part of itself. Any part of any part of a thing is itself part of that thing. Two distinct things cannot be part of each other.</obo:IAO_0000116>
<obo:IAO_0000116 xml:lang="en">Occurrents are not subject to change and so parthood between occurrents holds for all the times that the part exists. Many continuants are subject to change, so parthood between continuants will only hold at certain times, but this is difficult to specify in OWL. See http://purl.obolibrary.org/obo/ro/docs/temporal-semantics/</obo:IAO_0000116>
<obo:IAO_0000116 xml:lang="en">Parthood requires the part and the whole to have compatible classes: only an occurrent can be part of an occurrent; only a process can be part of a process; only a continuant can be part of a continuant; only an independent continuant can be part of an independent continuant; only an immaterial entity can be part of an immaterial entity; only a specifically dependent continuant can be part of a specifically dependent continuant; only a generically dependent continuant can be part of a generically dependent continuant. (This list is not exhaustive.)
A continuant cannot be part of an occurrent: use 'participates in'. An occurrent cannot be part of a continuant: use 'has participant'. A material entity cannot be part of an immaterial entity: use 'has location'. A specifically dependent continuant cannot be part of an independent continuant: use 'inheres in'. An independent continuant cannot be part of a specifically dependent continuant: use 'bearer of'.</obo:IAO_0000116>
<obo:IAO_0000118 xml:lang="en">part_of</obo:IAO_0000118>
<obo:RO_0001900 rdf:resource="http://purl.obolibrary.org/obo/RO_0001901"/>
<obo:RO_0040042 rdf:resource="http://purl.obolibrary.org/obo/BFO_0000002"/>
<obo:RO_0040042 rdf:resource="http://purl.obolibrary.org/obo/BFO_0000003"/>
<obo:RO_0040042 rdf:resource="http://purl.obolibrary.org/obo/BFO_0000004"/>
<obo:RO_0040042 rdf:resource="http://purl.obolibrary.org/obo/BFO_0000017"/>
<obo:RO_0040042 rdf:resource="http://purl.obolibrary.org/obo/BFO_0000019"/>
<obo:RO_0040042 rdf:resource="http://purl.obolibrary.org/obo/BFO_0000020"/>
<obo:RO_0040042 rdf:resource="http://purl.obolibrary.org/obo/BFO_0000031"/>
<oboInOwl:hasDbXref>BFO:0000050</oboInOwl:hasDbXref>
<oboInOwl:hasOBONamespace>external</oboInOwl:hasOBONamespace>
<oboInOwl:hasOBONamespace>quality</oboInOwl:hasOBONamespace>
<oboInOwl:id>part_of</oboInOwl:id>
<oboInOwl:inSubset rdf:resource="http://purl.obolibrary.org/obo/valid_for_go_annotation_extension"/>
<oboInOwl:inSubset rdf:resource="http://purl.obolibrary.org/obo/valid_for_go_gp2term"/>
<oboInOwl:inSubset rdf:resource="http://purl.obolibrary.org/obo/valid_for_go_ontology"/>
<oboInOwl:inSubset rdf:resource="http://purl.obolibrary.org/obo/valid_for_gocam"/>
<oboInOwl:shorthand>part_of</oboInOwl:shorthand>
<rdfs:label xml:lang="en">part of</rdfs:label>
<rdfs:label>part of</rdfs:label>
<rdfs:label>part_of</rdfs:label>
<rdfs:seeAlso rdf:resource="http://ontologydesignpatterns.org/wiki/Community:Parts_and_Collections"/>
<rdfs:seeAlso rdf:resource="http://ontologydesignpatterns.org/wiki/Submissions:PartOf"/>
<rdfs:seeAlso rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://wiki.geneontology.org/Part_of</rdfs:seeAlso>
<rdfs:seeAlso>http://www.obofoundry.org/ro/#OBO_REL:part_of</rdfs:seeAlso>
</owl:ObjectProperty>
<!-- 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_0000112 xml:lang="en">my body has part my brain (continuant parthood, two material entities)</obo:IAO_0000112>
<obo:IAO_0000112 xml:lang="en">my stomach has part my stomach cavity (continuant parthood, material entity has part immaterial entity)</obo:IAO_0000112>
<obo:IAO_0000112 xml:lang="en">this year has part this day (occurrent parthood)</obo:IAO_0000112>
<obo:IAO_0000115 xml:lang="en">a core relation that holds between a whole and its part</obo:IAO_0000115>
<obo:IAO_0000116 xml:lang="en">Everything has itself as a part. Any part of any part of a thing is itself part of that thing. Two distinct things cannot have each other as a part.</obo:IAO_0000116>
<obo:IAO_0000116 xml:lang="en">Occurrents are not subject to change and so parthood between occurrents holds for all the times that the part exists. Many continuants are subject to change, so parthood between continuants will only hold at certain times, but this is difficult to specify in OWL. See http://purl.obolibrary.org/obo/ro/docs/temporal-semantics/</obo:IAO_0000116>
<obo:IAO_0000116 xml:lang="en">Parthood requires the part and the whole to have compatible classes: only an occurrent have an occurrent as part; only a process can have a process as part; only a continuant can have a continuant as part; only an independent continuant can have an independent continuant as part; only a specifically dependent continuant can have a specifically dependent continuant as part; only a generically dependent continuant can have a generically dependent continuant as part. (This list is not exhaustive.)
A continuant cannot have an occurrent as part: use 'participates in'. An occurrent cannot have a continuant as part: use 'has participant'. An immaterial entity cannot have a material entity as part: use 'location of'. An independent continuant cannot have a specifically dependent continuant as part: use 'bearer of'. A specifically dependent continuant cannot have an independent continuant as part: use 'inheres in'.</obo:IAO_0000116>
<obo:IAO_0000118 xml:lang="en">has_part</obo:IAO_0000118>
<obo:RO_0001900 rdf:resource="http://purl.obolibrary.org/obo/RO_0001901"/>
<oboInOwl:hasDbXref>BFO:0000051</oboInOwl:hasDbXref>
<oboInOwl:hasOBONamespace>external</oboInOwl:hasOBONamespace>
<oboInOwl:hasOBONamespace>quality</oboInOwl:hasOBONamespace>
<oboInOwl:id>has_part</oboInOwl:id>
<oboInOwl:inSubset rdf:resource="http://purl.obolibrary.org/obo/valid_for_go_annotation_extension"/>
<oboInOwl:inSubset rdf:resource="http://purl.obolibrary.org/obo/valid_for_go_ontology"/>
<oboInOwl:inSubset rdf:resource="http://purl.obolibrary.org/obo/valid_for_gocam"/>
<oboInOwl:shorthand>has_part</oboInOwl:shorthand>
<rdfs:label xml:lang="en">has part</rdfs:label>
<rdfs:label>has part</rdfs:label>
<rdfs:label>has_part</rdfs:label>
</owl:ObjectProperty>
<!-- http://purl.obolibrary.org/obo/RO_0000053 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/RO_0000053">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#InverseFunctionalProperty"/>
<obo:IAO_0000111 xml:lang="en">bearer of</obo:IAO_0000111>
<obo:IAO_0000112 xml:lang="en">this apple is bearer of this red color</obo:IAO_0000112>
<obo:IAO_0000112 xml:lang="en">this vase is bearer of this fragility</obo:IAO_0000112>
<obo:IAO_0000115 xml:lang="en">Inverse of characteristic_of</obo:IAO_0000115>
<obo:IAO_0000116 xml:lang="en">A bearer can have many dependents, and its dependents can exist for different periods of time, but none of its dependents can exist when the bearer does not exist.</obo:IAO_0000116>
<obo:IAO_0000118 xml:lang="en">bearer_of</obo:IAO_0000118>
<obo:IAO_0000118 xml:lang="en">is bearer of</obo:IAO_0000118>
<obo:RO_0001900 rdf:resource="http://purl.obolibrary.org/obo/RO_0001901"/>
<oboInOwl:hasDbXref>RO:0000053</oboInOwl:hasDbXref>
<oboInOwl:hasOBONamespace>external</oboInOwl:hasOBONamespace>
<oboInOwl:id>bearer_of</oboInOwl:id>
<oboInOwl:shorthand>bearer_of</oboInOwl:shorthand>
<rdfs:label xml:lang="en">has characteristic</rdfs:label>
<rdfs:label>bearer of</rdfs:label>
</owl:ObjectProperty>
<!-- http://purl.obolibrary.org/obo/RO_0002100 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/RO_0002100">
<owl:propertyChainAxiom rdf:parseType="Collection">
<rdf:Description rdf:about="http://purl.obolibrary.org/obo/RO_0002100"/>
<rdf:Description rdf:about="http://purl.obolibrary.org/obo/BFO_0000050"/>
</owl:propertyChainAxiom>
<obo:IAO_0000114 rdf:resource="http://purl.obolibrary.org/obo/IAO_0000125"/>
<obo:IAO_0000115 xml:lang="en">Relation between a neuron and a material anatomical entity that its soma is part of.</obo:IAO_0000115>
<obo:IAO_0000117 rdf:resource="https://orcid.org/0000-0002-7073-9172"/>
<obo:IAO_0000424><http://purl.obolibrary.org/obo/BFO_0000051> some (
<http://purl.obolibrary.org/obo/GO_0043025> and <http://purl.obolibrary.org/obo/BFO_0000050> some ?Y)</obo:IAO_0000424>
<obo:RO_0001900 rdf:resource="http://purl.obolibrary.org/obo/RO_0001901"/>
<rdfs:label xml:lang="en">has soma location</rdfs:label>
<rdfs:label>has soma location</rdfs:label>
</owl:ObjectProperty>
<!-- http://purl.obolibrary.org/obo/RO_0002162 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/RO_0002162">
<owl:propertyChainAxiom rdf:parseType="Collection">
<rdf:Description rdf:about="http://purl.obolibrary.org/obo/BFO_0000050"/>
<rdf:Description rdf:about="http://purl.obolibrary.org/obo/RO_0002162"/>
</owl:propertyChainAxiom>
<owl:propertyChainAxiom rdf:parseType="Collection">
<rdf:Description rdf:about="http://purl.obolibrary.org/obo/BFO_0000051"/>
<rdf:Description rdf:about="http://purl.obolibrary.org/obo/RO_0002162"/>
</owl:propertyChainAxiom>
<owl:propertyChainAxiom rdf:parseType="Collection">
<rdf:Description rdf:about="http://purl.obolibrary.org/obo/RO_0002215"/>
<rdf:Description rdf:about="http://purl.obolibrary.org/obo/RO_0002162"/>
</owl:propertyChainAxiom>
<obo:IAO_0000114 rdf:resource="http://purl.obolibrary.org/obo/IAO_0000125"/>
<obo:IAO_0000115>x is in taxon y if an only if y is an organism, and the relationship between x and y is one of: part of (reflexive), developmentally preceded by, derives from, secreted by, expressed.</obo:IAO_0000115>
<obo:IAO_0000117 rdf:resource="https://orcid.org/0000-0001-9227-417X"/>
<obo:IAO_0000117 rdf:resource="https://orcid.org/0000-0002-6601-2165"/>
<obo:IAO_0000119 rdf:resource="http://www.ncbi.nlm.nih.gov/pubmed/17921072"/>
<obo:IAO_0000119 rdf:resource="http://www.ncbi.nlm.nih.gov/pubmed/20973947"/>
<oboInOwl:inSubset rdf:resource="http://purl.obolibrary.org/obo/ro/subsets#ro-eco"/>
<rdfs:comment>Connects a biological entity to its taxon of origin.</rdfs:comment>
<rdfs:label>in taxon</rdfs:label>
<rdfs:seeAlso rdf:resource="https://github.com/obophenotype/uberon/wiki/Taxon-constraints"/>
</owl:ObjectProperty>
<!-- http://purl.obolibrary.org/obo/RO_0002215 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/RO_0002215">
<obo:IAO_0000112>mechanosensory neuron capable of detection of mechanical stimulus involved in sensory perception (GO:0050974)</obo:IAO_0000112>
<obo:IAO_0000112>osteoclast SubClassOf 'capable of' some 'bone resorption'</obo:IAO_0000112>
<obo:IAO_0000115>A relation between a material entity (such as a cell) and a process, in which the material entity has the ability to carry out the process. </obo:IAO_0000115>
<obo:IAO_0000117 rdf:resource="https://orcid.org/0000-0002-6601-2165"/>
<obo:IAO_0000118>has function realized in</obo:IAO_0000118>
<obo:IAO_0000119 rdf:resource="http://www.ncbi.nlm.nih.gov/pubmed/20123131"/>
<obo:IAO_0000119 rdf:resource="http://www.ncbi.nlm.nih.gov/pubmed/21208450"/>
<obo:IAO_0000232>For compatibility with BFO, this relation has a shortcut definition in which the expression "capable of some P" expands to "bearer_of (some realized_by only P)".</obo:IAO_0000232>
<oboInOwl:hasDbXref>RO:0002215</oboInOwl:hasDbXref>
<oboInOwl:hasOBONamespace>external</oboInOwl:hasOBONamespace>
<oboInOwl:id>capable_of</oboInOwl:id>
<oboInOwl:inSubset rdf:resource="http://purl.obolibrary.org/obo/ro/subsets#ro-eco"/>
<oboInOwl:shorthand>capable_of</oboInOwl:shorthand>
<rdfs:label xml:lang="en">capable of</rdfs:label>
<rdfs:label>capable of</rdfs:label>
</owl:ObjectProperty>
<!-- http://purl.obolibrary.org/obo/RO_0002292 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/RO_0002292">
<obo:IAO_0000114 rdf:resource="http://purl.obolibrary.org/obo/IAO_0000125"/>
<obo:IAO_0000115>y expresses x if and only if there is a gene expression process (GO:0010467) that occurs in y, and one of the following holds: (i) x is a gene, and x is transcribed into a transcript as part of the gene expression process (ii) x is a transcript, and x was transcribed from a gene as part of the gene expression process (iii) x is a mature gene product (protein or RNA), and x was translated or otherwise processed from a transcript that was transcribed as part of the gene expression process.</obo:IAO_0000115>
<obo:IAO_0000117 rdf:resource="https://orcid.org/0000-0002-6601-2165"/>
<rdfs:label xml:lang="en">expresses</rdfs:label>
<rdfs:label>expresses</rdfs:label>
</owl:ObjectProperty>
<!-- http://purl.obolibrary.org/obo/RO_0015001 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/RO_0015001">
<owl:inverseOf rdf:resource="http://purl.obolibrary.org/obo/RO_0015002"/>
<owl:propertyChainAxiom rdf:parseType="Collection">
<rdf:Description rdf:about="http://purl.obolibrary.org/obo/RO_0015001"/>
<rdf:Description rdf:about="http://purl.obolibrary.org/obo/RO_0015003"/>
</owl:propertyChainAxiom>
<obo:IAO_0000112>transcriptomically defined cell type X equivalent to ‘cell’ and (has_exemplar_data value [transcriptomic profile data])</obo:IAO_0000112>
<obo:IAO_0000115>A relation between a material entity and some data in which the data is taken as exemplifying the material entity.</obo:IAO_0000115>
<obo:IAO_0000116>C has_exemplar_data y iff x is an instance of C and y is data about x that is taken as exemplifying of C.</obo:IAO_0000116>
<obo:IAO_0000117 rdf:resource="https://orcid.org/0000-0002-5260-9315"/>
<obo:IAO_0000232>This relation is not meant to capture the relation between occurrents and data.</obo:IAO_0000232>
<rdfs:label>has exemplar data</rdfs:label>
</owl:ObjectProperty>
<!-- http://purl.obolibrary.org/obo/RO_0015002 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/RO_0015002">
<obo:IAO_0000117 rdf:resource="https://orcid.org/0000-0002-5260-9315"/>
<rdfs:label>exemplar data of</rdfs:label>
</owl:ObjectProperty>
<!-- http://purl.obolibrary.org/obo/RO_0015003 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/RO_0015003">
<rdfs:subPropertyOf rdf:resource="http://purl.obolibrary.org/obo/BFO_0000050"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#TransitiveProperty"/>
<obo:IAO_0000115>A relation between a group and another group it is part of but does not fully constitute.</obo:IAO_0000115>
<obo:IAO_0000116>X subcluster_of Y iff: X and Y are clusters/groups; X != Y; all members of X are also members of Y.</obo:IAO_0000116>
<obo:IAO_0000117 rdf:resource="https://orcid.org/0000-0001-7258-9596"/>
<obo:IAO_0000232>This is used specifically for sets whose members are specified by some set-forming operator (method of grouping) such as clustering analyses in single cell transcriptomics.</obo:IAO_0000232>
<rdfs:label>subcluster of</rdfs:label>
</owl:ObjectProperty>
<!-- http://purl.obolibrary.org/obo/RO_0015004 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/RO_0015004">
<obo:IAO_0000112>'Lamp5-like Egln3_1 primary motor cortex GABAergic interneuron (Mus musculus)' subClass_of: has_characterizing_marker_set some 'NS forest marker set of Lamp5-like Egln3_1 MOp (Mouse).'; NS forest marker set of Lamp5-like Egln3_1 SubClass_of: ('has part' some 'Mouse Fbn2') and ('has part' some 'Mouse Chrna7') and ('has part' some 'Mouse Fam19a1').</obo:IAO_0000112>
<obo:IAO_0000112>transcriptomically defined cell type X subClass_of: (has_characterizing_marker_set some S1); S1 has_part some gene 1, S1 has_part some gene 2, S1 has_part some gene 3.</obo:IAO_0000112>
<obo:IAO_0000115>A relation that applies between a cell type and a set of markers that can be used to uniquely identify that cell type.</obo:IAO_0000115>
<obo:IAO_0000116>C has_characterizing_marker_set y iff: C is a cell type and y is a collection of genes or proteins whose expression is sufficient to distinguish cell type C from most or all other cell types.</obo:IAO_0000116>
<obo:IAO_0000232>This relation is not meant for cases where set of genes/proteins are only useful as markers in some specific context - e.g. in some specific location. In these cases it is recommended to make a more specific cell class restricted to the relevant context.</obo:IAO_0000232>
<terms:contributor rdf:resource="https://orcid.org/0000-0001-7258-9596"/>
<oboInOwl:hasExactSynonym>has marker gene combination</oboInOwl:hasExactSynonym>
<oboInOwl:hasExactSynonym>has marker signature set</oboInOwl:hasExactSynonym>
<rdfs:label>has characterizing marker set</rdfs:label>
</owl:ObjectProperty>
<!-- http://purl.obolibrary.org/obo/RO_HOM0000007 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/RO_HOM0000007">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#SymmetricProperty"/>
<obo:IAO_0000115>Homology that is defined by common descent.</obo:IAO_0000115>
<terms:creator rdf:resource="http://bgee.unil.ch"/>
<terms:source rdf:resource="http://www.ncbi.nlm.nih.gov/pubmed/20116127"/>
<oboInOwl:hasBroadSynonym>homology</oboInOwl:hasBroadSynonym>
<oboInOwl:hasDbXref>ECO:0000080</oboInOwl:hasDbXref>
<oboInOwl:hasDbXref>RO_proposed_relation:homologous_to</oboInOwl:hasDbXref>
<oboInOwl:hasDbXref>SO:0000330</oboInOwl:hasDbXref>
<oboInOwl:hasDbXref>SO:0000853</oboInOwl:hasDbXref>
<oboInOwl:hasDbXref>SO:0000857</oboInOwl:hasDbXref>
<oboInOwl:hasDbXref>SO:homologous_to</oboInOwl:hasDbXref>
<oboInOwl:hasDbXref>TAO:homologous_to</oboInOwl:hasDbXref>
<oboInOwl:hasExactSynonym>cladistic homology</oboInOwl:hasExactSynonym>
<oboInOwl:hasExactSynonym>historical homologous to</oboInOwl:hasExactSynonym>
<oboInOwl:hasExactSynonym>phylogenetic homology</oboInOwl:hasExactSynonym>
<oboInOwl:hasExactSynonym>taxic homology</oboInOwl:hasExactSynonym>
<oboInOwl:hasRelatedSynonym>true homology</oboInOwl:hasRelatedSynonym>
<rdfs:label>in historical homology relationship with</rdfs:label>
<rdfs:seeAlso rdf:resource="http://purl.obolibrary.org/obo/HOM_0000007"/>
</owl:ObjectProperty>
<owl:Axiom>
<owl:annotatedSource rdf:resource="http://purl.obolibrary.org/obo/RO_HOM0000007"/>
<owl:annotatedProperty rdf:resource="http://purl.obolibrary.org/obo/IAO_0000115"/>
<owl:annotatedTarget>Homology that is defined by common descent.</owl:annotatedTarget>
<oboInOwl:hasDbXref rdf:resource="http://dx.doi.org/10.1016/S0169-5347(97)01125-7"/>
<oboInOwl:hasDbXref rdf:resource="http://purl.obolibrary.org/obo/HOM_0000007"/>
<oboInOwl:hasDbXref>ISBN:0123195837</oboInOwl:hasDbXref>
</owl:Axiom>
<!-- http://purl.obolibrary.org/obo/pr#has_gene_template -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/pr#has_gene_template"/>
</rdf:RDF>
<!-- Generated by the OWL API (version 4.5.26) https://github.com/owlcs/owlapi -->