forked from OBOFoundry/OBOFoundry.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ontologies.yml
2968 lines (2968 loc) · 148 KB
/
ontologies.yml
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
ontologies:
- browsers:
- {label: BioPortal, title: BioPortal Browser, url: 'http://bioportal.bioontology.org/ontologies/BFO?p=classes'}
contact: {email: [email protected], label: Barry Smith}
depicted_by: https://avatars2.githubusercontent.com/u/12972134?v=3&s=200
description: The upper level ontology upon which OBO Foundry ontologies are built.
domain: upper
homepage: http://ifomis.org/bfo/
id: bfo
in_foundry_order: 1
layout: ontology_detail
license: {label: CC-BY, logo: 'http://mirrors.creativecommons.org/presskit/buttons/80x15/png/by.png',
url: 'http://creativecommons.org/licenses/by/3.0/'}
mailing_list: https://groups.google.com/forum/#!forum/bfo-discuss
ontology_purl: http://purl.obolibrary.org/obo/bfo.owl
products:
- {id: bfo.owl, ontology_purl: 'http://purl.obolibrary.org/obo/bfo.owl'}
- {id: bfo.obo, ontology_purl: 'http://purl.obolibrary.org/obo/bfo.obo'}
title: Basic Formal Ontology
tracker: https://github.com/BFO-ontology/BFO/issues
- alternatePrefix: ChEBI
browsers:
- {label: CHEBI, title: EBI CHEBI Browser, url: 'http://www.ebi.ac.uk/chebi/chebiOntology.do?treeView=true&chebiId=CHEBI:24431#graphView'}
build: {infallible: 1, method: obo2owl, source_url: 'ftp://ftp.ebi.ac.uk/pub/databases/chebi/ontology/chebi.obo'}
contact: {email: [email protected], label: Gareth Owen}
description: A structured classification of molecular entities of biological interest
focusing on 'small' chemical compounds.
domain: biochemistry
homepage: http://www.ebi.ac.uk/chebi
id: chebi
in_foundry_order: 1
layout: ontology_detail
ontology_purl: http://purl.obolibrary.org/obo/chebi.owl
page: http://www.ebi.ac.uk/chebi/init.do?toolBarForward=userManual
products:
- {id: chebi.owl, ontology_purl: 'http://purl.obolibrary.org/obo/chebi.owl'}
- {id: chebi.obo, ontology_purl: 'http://purl.obolibrary.org/obo/chebi.obo'}
title: Chemical Entities of Biological Interest
tracker: https://github.com/ebi-chebi/ChEBI/issues
twitter: chebit
- DO wiki: http://diseaseontology.sourceforge.net/
browsers:
- {label: DO, title: DO Browser, url: 'http://www.disease-ontology.org/'}
build: {infallible: 1, method: obo2owl, source_url: 'https://raw.githubusercontent.com/DiseaseOntology/HumanDiseaseOntology/master/src/ontology/doid-non-classified.obo'}
contact: {email: [email protected], label: Lynn Schriml}
description: An ontology for describing the classification of human diseases organized
by etiology.
domain: disease
facebook: https://www.facebook.com/diseaseontology
homepage: http://www.disease-ontology.org
id: doid
in_foundry_order: 1
layout: ontology_detail
license: {label: CC0 1.0 Universal, logo: 'http://mirrors.creativecommons.org/presskit/buttons/80x15/png/cc-zero.png',
url: 'https://creativecommons.org/publicdomain/zero/1.0/'}
ontology_purl: http://purl.obolibrary.org/obo/doid.owl
products:
- {id: doid.owl, ontology_purl: 'http://purl.obolibrary.org/obo/doid.owl', title: 'Disease
Ontology inferred hierarchy that includes anatomy, cell of origin, infectious
agent and phenotype axioms'}
- {id: doid.obo, ontology_purl: 'http://purl.obolibrary.org/obo/doid.obo', title: Disease
Ontology asserted is_a hierarchy (this file is equivalent to DO's previous HumanDO.obo
file)}
publications:
- {id: 'http://www.ncbi.nlm.nih.gov/pubmed/?term=25348409', title: 'Disease Ontology
2015 update: an expanded and updated database of human diseases for linking
biomedical knowledge through disease data'}
taxon: {id: 'NCBITaxon:9606', label: Homo sapiens}
title: Human Disease Ontology
tracker: https://github.com/DiseaseOntology/HumanDiseaseOntology/issues
twitter: diseaseontology
- browsers:
- {label: AmiGO, title: Gene Ontology AmiGO 2 Browser, url: 'http://amigo.geneontology.org/amigo/term/GO:0008150#display-lineage-tab'}
dependencies:
- {id: uberon, subset: go/extensions/uberon_import.owl}
- {id: cl, subset: go/extensions/cl_import.owl}
- {id: ncbitaxon, subset: go/extensions/ncbitaxon_import.owl}
- {id: ro, subset: go/extensions/ro_import.owl}
- connects:
- {id: nifstd}
- {id: go}
description: Bridging axioms between nifstd and go
id: go/extensions/go-bridge-to-nifstd.owl
publications:
- {id: 'http://www.ncbi.nlm.nih.gov/pubmed/24093723', title: 'The Gene Ontology
(GO) Cellular Component Ontology: integration with SAO (Subcellular Anatomy
Ontology) and other recent developments.'}
title: GO bridge to NIFSTD
type: BridgeOntology
depicted_by: http://geneontology.org/sites/default/files/go-logo-icon.mini__0.png
description: An ontology for describing the function of genes and gene products
domain: biology
facebook: https://www.facebook.com/Gene-Ontology-305908656519/
id: go
in_foundry_order: 1
integration_server: http://build.berkeleybop.org/view/GO
label: GO
layout: ontology_detail
license: {label: CC-BY, logo: 'http://mirrors.creativecommons.org/presskit/buttons/80x15/png/by.png',
url: 'http://creativecommons.org/licenses/by/3.0/'}
ontology_purl: http://purl.obolibrary.org/obo/go.owl
products:
- {id: go.owl, ontology_purl: 'http://purl.obolibrary.org/obo/go.owl'}
- {description: The core ontology plus axioms connecting to select external ontologies,
id: go/extensions/go-plus.owl, ontology_purl: 'http://purl.obolibrary.org/obo/go/extensions/go-plus.owl',
title: GO-Plus}
- {description: Classes added to ncbitaxon for groupings such as prokaryotes, id: go/extensions/go-taxon-groupings.owl,
ontology_purl: 'http://purl.obolibrary.org/obo/go/extensions/go-taxon-groupings.owl',
title: GO Taxon Groupings}
taxon: {id: 'NCBITaxon:1', label: All life}
termgenie: http://go.termgenie.org
title: Gene Ontology
tracker: https://github.com/geneontology/go-ontology/issues/
twitter: news4go
- browsers:
- {label: BioPortal, title: BioPortal Browser, url: 'http://bioportal.bioontology.org/ontologies/OBI?p=classes'}
build: {source_url: 'http://purl.obofoundry.org/obo/obi/repository/trunk/src/ontology/branches/'}
contact: {email: [email protected], label: Bjoern Peters}
depicted_by: https://svn.code.sf.net/p/obi/code/trunk/web/htdocs/images/obi-lotext.png
description: An integrated ontology for the description of life-science and clinical
investigations
domain: experiments
homepage: http://obi-ontology.org
id: obi
in_foundry_order: 1
integration_server: http://build.berkeleybop.org/job/build-obi/
layout: ontology_detail
license: {label: CC-BY, logo: 'http://mirrors.creativecommons.org/presskit/buttons/80x15/png/by.png',
url: 'http://creativecommons.org/licenses/by/3.0/'}
mailing_list: http://groups.google.com/group/obi-users
ontology_purl: http://purl.obolibrary.org/obo/obi.owl
products:
- {id: obi.owl, ontology_purl: 'http://purl.obolibrary.org/obo/obi.owl', title: OBI}
- {id: obi/obi_core.owl, ontology_purl: 'http://purl.obolibrary.org/obo/obi/obi_core.owl',
title: OBI Core}
title: Ontology for Biomedical Investigations
tracker: http://purl.obofoundry.org/obo/obi/tracker
- browsers:
- {label: BioPortal, title: BioPortal Ontology Browser, url: 'https://bioportal.bioontology.org/ontologies/PATO'}
build: {infallible: 1, method: obo2owl, source_url: 'https://raw.githubusercontent.com/pato-ontology/pato/master/pato.obo'}
contact: {email: [email protected], label: George Gkoutos}
description: An ontology of phenotypic qualities (properties, attributes or characteristics)
domain: phenotype
homepage: https://github.com/pato-ontology/pato/
id: pato
in_foundry_order: 1
jobs:
- {id: 'https://travis-ci.org/pato-ontology/pato', type: travis-ci}
layout: ontology_detail
license: {label: CC-BY, logo: 'http://mirrors.creativecommons.org/presskit/buttons/80x15/png/by.png',
url: 'http://creativecommons.org/licenses/by/3.0/'}
ontology_purl: http://purl.obolibrary.org/obo/pato.owl
products:
- {id: pato.owl, ontology_purl: 'http://purl.obolibrary.org/obo/pato.owl'}
- {id: pato.obo, ontology_purl: 'http://purl.obolibrary.org/obo/pato.obo'}
repository: https://github.com/pato-ontology/pato/
title: Phenotypic quality
tracker: https://github.com/pato-ontology/pato/issues
- browsers:
- {label: Planteome, title: Planteome browser, url: 'http://browser.planteome.org/amigo'}
build: {checkout: 'git clone https://github.com/Planteome/plant-ontology.git', infallible: 1,
method: vcs, system: git}
contact: {email: [email protected], label: Pankaj Jaiswal}
description: The Plant Ontology is a structured vocabulary and database resource
that links plant anatomy, morphology and growth and development to plant genomics
data.
domain: anatomy and development
homepage: http://browser.planteome.org/amigo
id: po
in_foundry_order: 1
jobs:
- {id: 'https://travis-ci.org/Planteome/plant-ontology', type: travis-ci}
layout: ontology_detail
license: {label: CC-BY 4.0, logo: 'http://mirrors.creativecommons.org/presskit/buttons/80x15/png/by.png',
url: 'https://creativecommons.org/licenses/by/4.0/'}
ontology_purl: http://purl.obolibrary.org/obo/po.owl
page: https://github.com/Planteome/plant-ontology
products:
- {id: po.owl, ontology_purl: 'http://purl.obolibrary.org/obo/po.owl'}
- {id: po.obo, ontology_purl: 'http://purl.obolibrary.org/obo/po.obo'}
publications:
- {id: 'http://www.ncbi.nlm.nih.gov/pubmed/23220694', title: The plant ontology
as a tool for comparative plant anatomy and genomic analyses.}
- {id: 'http://www.ncbi.nlm.nih.gov/pubmed/22847540', title: Ontologies as integrative
tools for plant science.}
taxon: {id: 'NCBITaxon:33090', label: Viridiplantae}
title: Plant Ontology
tracker: https://github.com/Planteome/plant-ontology/issues
twitter: planteome
- build: {infallible: 0, method: obo2owl, oort_args: --no-reasoner, source_url: 'ftp://ftp.pir.georgetown.edu/databases/ontology/pro_obo/pro.obo'}
contact: {email: [email protected], label: Darren Natale}
depicted_by: https://raw.githubusercontent.com/PROconsortium/logo/master/PROlogo_small.png
description: An ontological representation of protein-related entities
development: {id_policy: 'https://pir17.georgetown.edu/confluence/display/PROWIKI/PRO+URI+policy'}
documentation: ftp://ftp.pir.georgetown.edu/databases/ontology/pro_obo/pro_readme.txt
domain: proteins
homepage: http://proconsortium.org
id: pr
in_foundry_order: 1
layout: ontology_detail
license: {label: CC-BY, logo: 'http://mirrors.creativecommons.org/presskit/buttons/80x15/png/by.png',
url: 'http://creativecommons.org/licenses/by/4.0/'}
ontology_purl: http://purl.obolibrary.org/obo/pr.owl
products:
- {description: 'PRO after reasoning has been applied, OWL format.', id: pr.owl,
ontology_purl: 'http://purl.obolibrary.org/obo/pr.owl', title: pro_reasoned.owl}
- {description: 'PRO after reasoning has been applied, OBO format.', id: pr.obo,
ontology_purl: 'http://purl.obolibrary.org/obo/pr.obo', title: pro_reasoned.obo}
title: PRotein Ontology (PRO)
tracker: http://sourceforge.net/tracker/?group_id=266825&atid=1135711
- build: {infallible: 0, method: obo2owl, source_url: 'https://raw.githubusercontent.com/xenopus-anatomy/xao/master/xenopus_anatomy.obo'}
description: Anatomy and development of the African clawed frog (<i>Xenopus laevis</i>).
domain: anatomy
homepage: http://www.xenbase.org/anatomy/xao.do?method=display
id: xao
in_foundry_order: 1
layout: ontology_detail
license: {label: CC-BY, logo: 'http://mirrors.creativecommons.org/presskit/buttons/80x15/png/by.png',
url: 'http://creativecommons.org/licenses/by/3.0/'}
ontology_purl: http://purl.obolibrary.org/obo/xao.owl
products:
- {id: xao.owl, ontology_purl: 'http://purl.obolibrary.org/obo/xao.owl'}
- {id: xao.obo, ontology_purl: 'http://purl.obolibrary.org/obo/xao.obo'}
publications:
- {id: 'http://www.ncbi.nlm.nih.gov/pubmed/18817563', title: An ontology for Xenopus
anatomy and development.}
- {id: 'http://www.ncbi.nlm.nih.gov/pubmed/24139024', title: 'Enhanced XAO: the
ontology of Xenopus anatomy and development underpins more accurate annotation
of gene expression and queries on Xenbase.'}
taxon: {id: 'NCBITaxon:8353', label: Xenopus}
title: Xenopus anatomy and development
tracker: https://github.com/xenopus-anatomy/xao/issues
- build: {infallible: 1, method: obo2owl, notes: may be ready to switch to vcs soon,
source_url: 'https://raw.githubusercontent.com/cerivs/zebrafish-anatomical-ontology/master/src/zebrafish_anatomy.obo'}
contact: {email: [email protected], label: ZFIN administrators}
description: A structured controlled vocabulary of the anatomy and development of
the Zebrafish
domain: anatomy
homepage: http://zfin.org/zf_info/anatomy/dict/sum.html
id: zfa
in_foundry_order: 1
layout: ontology_detail
license: {label: CC-BY, logo: 'http://mirrors.creativecommons.org/presskit/buttons/80x15/png/by.png',
url: 'http://creativecommons.org/licenses/by/3.0/'}
ontology_purl: http://purl.obolibrary.org/obo/zfa.owl
products:
- {id: zfa.owl, ontology_purl: 'http://purl.obolibrary.org/obo/zfa.owl'}
- {id: zfa.obo, ontology_purl: 'http://purl.obolibrary.org/obo/zfa.obo'}
publications:
- {id: 'http://www.ncbi.nlm.nih.gov/pubmed/24568621', title: 'The zebrafish anatomy
and stage ontologies: representing the anatomy and development of Danio rerio.'}
taxon: {id: 'NCBITaxon:7954', label: Danio}
title: Zebrafish anatomy and development
tracker: https://github.com/cerivs/zebrafish-anatomical-ontology/issues
- build: {checkout: 'git clone https://github.com/obophenotype/human-developmental-anatomy-ontology.git',
method: vcs, path: src/ontology, system: git}
contact: {email: [email protected], label: Jonathan Bard}
description: AEO is an ontology of anatomical structures that expands CARO, the
Common Anatomy Reference Ontology
domain: anatomy
homepage: https://github.com/obophenotype/human-developmental-anatomy-ontology/
id: aeo
layout: ontology_detail
ontology_purl: http://purl.obolibrary.org/obo/aeo.owl
products:
- {id: aeo.owl, ontology_purl: 'http://purl.obolibrary.org/obo/aeo.owl'}
title: Anatomical Entity Ontology
- build: {method: owl2obo, source_url: 'http://purl.obolibrary.org/obo/aero.owl'}
contact: {email: [email protected], label: Melanie Courtot}
description: The Adverse Event Reporting Ontology (AERO) is an ontology aimed at
supporting clinicians at the time of data entry, increasing quality and accuracy
of reported adverse events
domain: health
homepage: http://purl.obolibrary.org/obo/aero
id: aero
layout: ontology_detail
license: {label: CC-BY, logo: 'http://mirrors.creativecommons.org/presskit/buttons/80x15/png/by.png',
url: 'http://creativecommons.org/licenses/by/3.0/'}
ontology_purl: http://purl.obolibrary.org/obo/aero.owl
products:
- {id: aero.owl, ontology_purl: 'http://purl.obolibrary.org/obo/aero.owl'}
title: Adverse Event Reporting Ontology
- build: {checkout: 'git clone https://github.com/AgriculturalSemantics/agro.git',
infallible: 1, method: vcs, path: ., system: git}
contact: {email: [email protected], github: marieALaporte, label: "Marie-Ang\xE9\
lique Laporte"}
dependencies:
- {id: envo}
- {id: uo}
- {id: ro}
- {id: pato}
- {id: chebi}
- {id: iao}
description: Ontology of agronomic practices, agronomic techniques, and agronomic
variables used in agronomic experiments
domain: agronomy
homepage: https://github.com/AgriculturalSemantics/agro
id: agro
jobs:
- {id: 'https://travis-ci.org/AgriculturalSemantics/agro', type: travis-ci}
layout: ontology_detail
license: {label: CC-BY, logo: 'http://mirrors.creativecommons.org/presskit/buttons/80x15/png/by.png',
url: 'https://creativecommons.org/licenses/by/4.0/'}
mailing_list: https://groups.google.com/group/agronomyOntology
ontology_purl: http://purl.obolibrary.org/obo/agro.owl
products:
- {id: agro.owl, ontology_purl: 'http://purl.obolibrary.org/obo/agro.owl'}
title: Agronomy Ontology
tracker: https://github.com/AgriculturalSemantics/agro/issues/
- build: {method: obo2owl, source_url: 'https://raw.githubusercontent.com/obophenotype/ascomycete-phenotype-ontology/master/apo.obo'}
contact: {email: [email protected], label: sgd-helpdesk}
description: A structured controlled vocabulary for the phenotypes of Ascomycete
fungi
domain: phenotype
homepage: http://www.yeastgenome.org/
id: apo
layout: ontology_detail
ontology_purl: http://purl.obolibrary.org/obo/apo.owl
products:
- {id: apo.owl, ontology_purl: 'http://purl.obolibrary.org/obo/apo.owl'}
- {id: apo.obo, ontology_purl: 'http://purl.obolibrary.org/obo/apo.obo'}
taxon: {id: 'NCBITaxon:4890', label: Ascomycota}
title: Ascomycete phenotype ontology
- contact: {email: [email protected], label: Jie Zheng}
description: An application ontology built for beta cell genomics studies.
homepage: https://github.com/obi-bcgo/bcgo
id: bcgo
in_foundry: false
layout: ontology_detail
license: {label: CC-BY, logo: 'http://mirrors.creativecommons.org/presskit/buttons/80x15/png/by.png',
url: 'http://creativecommons.org/licenses/by/3.0/'}
ontology_purl: http://purl.obolibrary.org/obo/bcgo.owl
products:
- {id: bcgo.owl, ontology_purl: 'http://purl.obolibrary.org/obo/bcgo.owl'}
title: Beta Cell Genomics Ontology
tracker: https://github.com/obi-bcgo/bcgo/issues
- contact: {email: [email protected], label: Ramona Walls}
description: An ontology to support the interoperability of biodiversity data, including
data on museum collections, environmental/metagenomic samples, and ecological
surveys.
homepage: https://github.com/tucotuco/bco
id: bco
in_foundry: false
layout: ontology_detail
ontology_purl: http://purl.obolibrary.org/obo/bco.owl
products:
- {id: bco.owl, ontology_purl: 'http://purl.obolibrary.org/obo/bco.owl'}
title: Biological Collections Ontology
tracker: https://github.com/tucotuco/bco/issues
- build: {checkout: 'git clone https://github.com/obophenotype/biological-spatial-ontology.git',
infallible: 1, method: vcs, path: src/ontology, system: git}
contact: {email: [email protected], label: Chris Mungall}
description: An ontology for respresenting spatial concepts, anatomical axes, gradients,
regions, planes, sides, and surfaces
domain: anatomy
homepage: https://github.com/obophenotype/biological-spatial-ontology
id: bspo
layout: ontology_detail
license: {label: CC-BY, logo: 'http://mirrors.creativecommons.org/presskit/buttons/80x15/png/by.png',
url: 'http://creativecommons.org/licenses/by/3.0/'}
ontology_purl: http://purl.obolibrary.org/obo/bspo.owl
products:
- {id: bspo.owl, ontology_purl: 'http://purl.obolibrary.org/obo/bspo.owl'}
publications:
- {id: 'http://www.ncbi.nlm.nih.gov/pubmed/25140222', title: 'Nose to tail, roots
to shoots: spatial descriptors for phenotypic diversity in the Biological Spatial
Ontology.'}
title: Biological Spatial Ontology
tracker: https://github.com/obophenotype/biological-spatial-ontology/issues
- build: {insert_ontology_id: true, method: obo2owl, source_url: 'http://www.brenda-enzymes.info/ontology/tissue/tree/update/update_files/BrendaTissueOBO'}
contact: {email: [email protected], label: Antje Chang}
description: A structured controlled vocabulary for the source of an enzyme comprising
tissues, cell lines, cell types and cell cultures.
domain: anatomy
homepage: http://www.brenda-enzymes.info
id: bto
layout: ontology_detail
license: {alert: Restricted, label: BRENDA license, url: 'http://www.brenda-enzymes.org/copy.php'}
ontology_purl: http://purl.obolibrary.org/obo/bto.owl
page: https://en.wikipedia.org/wiki/BRENDA_tissue_ontology
products:
- {id: bto.owl, ontology_purl: 'http://purl.obolibrary.org/obo/bto.owl'}
publications:
- {id: 'https://www.ncbi.nlm.nih.gov/pubmed/21030441', title: 'The BRENDA Tissue
Ontology (BTO): the first all-integrating ontology of all organisms for enzyme
sources'}
title: BRENDA tissue / enzyme source
- build: {method: obo2owl, notes: moving to owl soon, source_url: 'http://obo.cvs.sourceforge.net/*checkout*/obo/obo/ontology/anatomy/caro/caro.obo'}
contact: {email: [email protected], label: Melissa Haendel}
description: An upper level ontology to facilitate interoperability between existing
anatomy ontologies for different species
domain: anatomy
homepage: https://github.com/obophenotype/caro/
id: caro
layout: ontology_detail
ontology_purl: http://purl.obolibrary.org/obo/caro.owl
products:
- {id: caro.owl, ontology_purl: 'http://purl.obolibrary.org/obo/caro.owl'}
title: Common Anatomy Reference Ontology
tracker: https://github.com/obophenotype/caro/issues
- build: {method: owl2obo, source_url: 'http://purl.obolibrary.org/obo/cdao.owl'}
contact: {email: [email protected], label: Jim Balhoff}
description: a formalization of concepts and relations relevant to evolutionary
comparative analysis
homepage: http://sourceforge.net/apps/mediawiki/cdao/index.php?title=Main_Page
id: cdao
layout: ontology_detail
license: {label: CC0 1.0 Universal, logo: 'http://mirrors.creativecommons.org/presskit/buttons/80x15/png/cc-zero.png',
url: 'https://creativecommons.org/publicdomain/zero/1.0/'}
ontology_purl: http://purl.obolibrary.org/obo/cdao.owl
products:
- {id: cdao.owl, ontology_purl: 'http://purl.obolibrary.org/obo/cdao.owl'}
title: Comparative Data Analysis Ontology
- build: {checkout: 'git clone https://github.com/obophenotype/cephalopod-ontology.git',
method: vcs, path: src/ontology, system: git}
contact: {email: [email protected], label: Chris Mungall}
description: An anatomical and developmental ontology for cephalopods
domain: anatomy
homepage: https://github.com/obophenotype/cephalopod-ontology
id: ceph
jobs:
- {id: 'https://travis-ci.org/obophenotype/cephalopod-ontology', type: travis-ci}
layout: ontology_detail
license: {label: CC-BY, logo: 'http://mirrors.creativecommons.org/presskit/buttons/80x15/png/by.png',
url: 'http://creativecommons.org/licenses/by/3.0/'}
ontology_purl: http://purl.obolibrary.org/obo/ceph.owl
products:
- {id: ceph.owl, ontology_purl: 'http://purl.obolibrary.org/obo/ceph.owl', title: main
version}
- {id: ceph.obo, ontology_purl: 'http://purl.obolibrary.org/obo/ceph.obo', title: oboformat
edition}
taxon: {id: 'NCBITaxon:6605', label: Cephalopod}
title: Cephalopod Ontology
tracker: https://github.com/obophenotype/cephalopod-ontology/issues
- build: {method: owl2obo, source_url: 'https://raw.githubusercontent.com/egonw/semanticchemistry/master/ontology/cheminf.owl'}
contact: {email: [email protected], label: Egon Willighagen}
description: Includes terms for the descriptors commonly used in cheminformatics
software applications and the algorithms which generate them.
domain: biochemistry
homepage: https://github.com/egonw/semanticchemistry
id: cheminf
layout: ontology_detail
ontology_purl: http://purl.obolibrary.org/obo/cheminf.owl
products:
- {id: cheminf.owl, ontology_purl: 'http://purl.obolibrary.org/obo/cheminf.owl'}
title: Chemical Information Ontology
- contact: {email: [email protected], label: Colin Batchelor}
description: CHMO, the chemical methods ontology, describes methods used to
domain: health
homepage: https://github.com/rsc-ontologies/rsc-cmo
id: chmo
layout: ontology_detail
license: {label: CC-BY, logo: 'http://mirrors.creativecommons.org/presskit/buttons/80x15/png/by.png',
url: 'http://creativecommons.org/licenses/by/4.0'}
ontology_purl: http://purl.obolibrary.org/obo/chmo.owl
products:
- {id: chmo.owl, ontology_purl: 'http://purl.obolibrary.org/obo/chmo.owl'}
title: Chemical Methods Ontology
tracker: https://github.com/rsc-ontologies/rsc-cmo/issues
- browsers: null
contact: {email: [email protected], label: Frederic Bastian}
description: An ontology to capture confidence information about annotations.
homepage: https://github.com/BgeeDB/confidence-information-ontology
id: cio
layout: ontology_detail
mailing_list: null
ontology_purl: http://purl.obolibrary.org/obo/cio.owl
products:
- {id: cio.owl, ontology_purl: 'http://purl.obolibrary.org/obo/cio.owl'}
- {id: cio.obo, ontology_purl: 'http://purl.obolibrary.org/obo/cio.obo'}
title: Confidence Information Ontology
tracker: https://github.com/BgeeDB/confidence-information-ontology
- build: {checkout: 'git clone https://github.com/obophenotype/cell-ontology.git',
email_cc: [email protected], infallible: 1, method: vcs, system: git}
canonical: cl.owl
dependencies:
- {id: uberon}
- {id: go}
- {id: ro}
- {id: chebi}
- {id: pato}
description: The Cell Ontology is a structured controlled vocabulary for cell types
in animals.
domain: cells
id: cl
integration_server: http://build.berkeleybop.org/job/build-cl/
jobs:
- {id: 'https://travis-ci.org/obophenotype/cell-ontology', type: travis-ci}
label: Cell Ontology
layout: ontology_detail
license: {label: CC-BY, logo: 'http://mirrors.creativecommons.org/presskit/buttons/80x15/png/by.png',
url: 'http://creativecommons.org/licenses/by/3.0/'}
mailing_list: https://lists.sourceforge.net/lists/listinfo/obo-cell-type
ontology_purl: http://purl.obolibrary.org/obo/cl.owl
products:
- description: Complete ontology, plus inter-ontology axioms, and imports modules
format: owl-rdf/xml
id: cl.owl
is_canonical: true
ontology_purl: http://purl.obolibrary.org/obo/cl.owl
title: Main CL OWL edition
uses: [uberon, chebi, go, pr, pato]
- {derived_from: cl.owl, description: 'Complete ontology, plus inter-ontology axioms,
and imports modules merged in', format: obo, id: cl.obo, ontology_purl: 'http://purl.obolibrary.org/obo/cl.obo',
title: CL obo format edition}
- {description: 'Basic version, no inter-ontology axioms', format: obo, id: cl/cl-basic.obo,
ontology_purl: 'http://purl.obolibrary.org/obo/cl/cl-basic.obo', title: Basic
CL}
taxon: {id: 'NCBITaxon:33208', label: Metazoa}
termgenie: http://cl.termgenie.org
title: Cell Ontology
tracker: https://github.com/obophenotype/cell-ontology/issues
- contact: {email: [email protected], label: Sirarat Sarntivijai}
dependencies:
- {id: uberon}
- {id: cl}
- {id: doid}
- {id: ncbitaxon}
description: An ontology to standardize and integrate cell line information and
to support computer-assisted reasoning.
homepage: http://www.clo-ontology.org
id: clo
layout: ontology_detail
license: {label: CC-BY, logo: 'http://mirrors.creativecommons.org/presskit/buttons/80x15/png/by.png',
url: 'http://creativecommons.org/licenses/by/3.0/'}
ontology_purl: http://purl.obolibrary.org/obo/clo.owl
products:
- {id: clo.owl, ontology_purl: 'http://purl.obolibrary.org/obo/clo.owl'}
title: Cell Line Ontology
- contact: {email: Michael Grove, label: [email protected]}
homepage: https://code.google.com/p/craniomaxillofacial-ontology/
id: cmf
layout: ontology_detail
title: CranioMaxilloFacial ontology
- browsers:
- {label: RGD, title: RGD Ontology Browser, url: 'http://rgd.mcw.edu/rgdweb/ontology/view.html?acc_id=CMO:0000000'}
build: {method: obo2owl, source_url: 'ftp://ftp.rgd.mcw.edu/pub/ontology/clinical_measurement/clinical_measurement.obo'}
contact: {email: [email protected], label: Mary Shimoyama}
description: Morphological and physiological measurement records generated from
clinical and model organism research and health programs.
domain: clinical
homepage: http://rgd.mcw.edu/rgdweb/ontology/search.html
id: cmo
layout: ontology_detail
ontology_purl: http://purl.obolibrary.org/obo/cmo.owl
page: ftp://ftp.rgd.mcw.edu/pub/ontology/clinical_measurement/
products:
- {id: cmo.owl, ontology_purl: 'http://purl.obolibrary.org/obo/cmo.owl'}
- {id: cmo.obo, ontology_purl: 'http://purl.obolibrary.org/obo/cmo.obo'}
publications:
- {id: 'http://www.ncbi.nlm.nih.gov/pubmed/22654893', title: Three ontologies to
define phenotype measurement data.}
- {id: 'http://www.ncbi.nlm.nih.gov/pubmed/24103152', title: 'The clinical measurement,
measurement method and experimental condition ontologies: expansion, improvements
and new applications.'}
title: Clinical measurement ontology
- build: {checkout: 'git clone https://github.com/obophenotype/ctenophore-ontology.git',
method: vcs, path: ., system: git}
contact: {email: [email protected], label: Chris Mungall}
dependencies:
- {id: uberon}
- {id: ro}
description: An anatomical and developmental ontology for ctenophores (Comb Jellies)
domain: anatomy
homepage: https://github.com/obophenotype/ctenophore-ontology
id: cteno
jobs:
- {id: 'https://travis-ci.org/obophenotype/ctenophore-ontology', type: travis-ci}
layout: ontology_detail
license: {label: CC-BY, logo: 'http://mirrors.creativecommons.org/presskit/buttons/80x15/png/by.png',
url: 'http://creativecommons.org/licenses/by/3.0/'}
ontology_purl: http://purl.obolibrary.org/obo/cteno.owl
products:
- {id: cteno.owl, ontology_purl: 'http://purl.obolibrary.org/obo/cteno.owl'}
taxon: {id: 'NCBITaxon:10197', label: Ctenophore}
title: Ctenophore Ontology
tracker: https://github.com/obophenotype/ctenophore-ontology/issues
- build: {method: owl2obo, source_url: 'http://purl.obolibrary.org/obo/cvdo.owl'}
contact: {email: [email protected], label: Adrien Barton}
description: An ontology to describe entities related to cardiovascular diseases
domain: health
homepage: https://github.com/OpenLHS/CVDO
id: cvdo
layout: ontology_detail
ontology_purl: http://purl.obolibrary.org/obo/cvdo.owl
products:
- {id: cvdo.owl, ontology_purl: 'http://purl.obolibrary.org/obo/cvdo.owl'}
title: Cardiovascular Disease Ontology
tracker: https://github.com/OpenLHS/CVDO/issues
- build: {insert_ontology_id: true, method: obo2owl, source_url: 'https://raw.githubusercontent.com/dictyBase/migration-data/master/ontologies/dicty_anatomy.obo'}
contact: {email: [email protected], label: Rex Chisholm}
description: A structured controlled vocabulary of the anatomy of the slime-mould
<i>Dictyostelium discoideum</i>.
domain: anatomy
homepage: http://dictybase.org/
id: ddanat
layout: ontology_detail
ontology_purl: http://purl.obolibrary.org/obo/ddanat.owl
products:
- {id: ddanat.owl, ontology_purl: 'http://purl.obolibrary.org/obo/ddanat.owl'}
- {id: ddanat.obo, ontology_purl: 'http://purl.obolibrary.org/obo/ddanat.obo'}
taxon: {id: 'NCBITaxon:44689', label: Dictyostelium discoideum}
title: Dictyostelium discoideum anatomy
tracker: https://github.com/dictyBase/migration-data/issues
twitter: dictybase
- build: {insert_ontology_id: true, method: obo2owl, source_url: 'https://raw.githubusercontent.com/dictyBase/migration-data/master/ontologies/dicty_phenotypes.obo'}
contact: {email: [email protected], label: Rex Chisholm}
description: A structured controlled vocabulary of phenotypes of the slime-mould
<i>Dictyostelium discoideum</i>.
domain: anatomy
homepage: http://dictybase.org/
id: ddpheno
layout: ontology_detail
ontology_purl: http://purl.obolibrary.org/obo/ddpheno.owl
products:
- {id: ddpheno.owl, ontology_purl: 'http://purl.obolibrary.org/obo/ddpheno.owl'}
- {id: ddpheno.obo, ontology_purl: 'http://purl.obolibrary.org/obo/ddpheno.obo'}
taxon: {id: 'NCBITaxon:44689', label: Dictyostelium discoideum}
title: Dictyostelium discoideum phenotype
twitter: dictybase
- contact: {email: [email protected], label: Mathias Brochhausen}
description: The Potential Drug-drug Interaction and Potential Drug-drug Interaction
Evidence Ontology
homepage: https://github.com/DIDEO/DIDEO
id: dideo
layout: ontology_detail
ontology_purl: http://purl.obolibrary.org/obo/dideo.owl
products:
- {id: dideo.owl, ontology_purl: 'http://purl.obolibrary.org/obo/dideo.owl'}
title: Drug Interaction and Evidence Ontology
tracker: https://github.com/DIDEO/DIDEO/issues
- contact: {email: [email protected], label: Maria Herrero}
description: A formal represention for drug-drug interactions knowledge.
domain: health
homepage: http://labda.inf.uc3m.es/doku.php?id=es:labda_dinto
id: dinto
layout: ontology_detail
license: {label: CC-BY, logo: 'http://mirrors.creativecommons.org/presskit/buttons/80x15/png/by.png',
url: 'https://creativecommons.org/licenses/by/3.0/'}
ontology_purl: http://purl.obolibrary.org/obo/dinto.owl
products:
- {id: dinto.owl, ontology_purl: 'http://purl.obolibrary.org/obo/dinto.owl'}
publications:
- {id: 'http://pubs.acs.org/doi/10.1021/acs.jcim.5b00119', title: "DINTO: Using\
\ OWL Ontologies and SWRL Rules to Infer Drug\u2013Drug Interactions and Their\
\ Mechanisms."}
title: The Drug-Drug Interactions Ontology
tracker: https://github.com/labda/DINTO/issues
- browsers:
- {label: FB, title: FlyBase Browser, url: 'http://flybase.org/.bin/cvreport.html?cvterm=FBcv:0000347'}
build: {infallible: 0, method: owl2obo, source_url: 'http://purl.obolibrary.org/obo/fbcv/dpo.owl'}
contact: {email: [email protected], label: Marta Costa}
description: An ontology of commonly encountered and/or high level Drosophila phenotypes.
domain: phenotype
homepage: http://purl.obolibrary.org/obo/fbcv
id: dpo
layout: ontology_detail
license: {label: CC-BY, logo: 'http://mirrors.creativecommons.org/presskit/buttons/80x15/png/by.png',
url: 'http://creativecommons.org/licenses/by/3.0/'}
ontology_purl: http://purl.obolibrary.org/obo/dpo.owl
preferredPrefix: FBcv
products:
- {id: fbcv/dpo.owl, ontology_purl: 'http://purl.obolibrary.org/obo/fbcv/dpo.owl'}
publications:
- {id: 'http://dx.doi.org/10.1186/2041-1480-4-30', title: The Drosophila phenotype
ontology.}
taxon: {id: 'NCBITaxon:7227', label: Drosophila}
title: Drosophila Phenotype Ontology
tracker: http://purl.obolibrary.org/obo/fbcv/tracker
- build: {method: owl2obo, source_url: 'http://purl.obolibrary.org/obo/dron.owl'}
contact: {email: [email protected], label: William Hogan}
description: An ontology to support comparative effectiveness researchers studying
claims data.
domain: health
homepage: https://bitbucket.org/uamsdbmi/dron.git
id: dron
layout: ontology_detail
license: {label: CC-BY, logo: 'http://mirrors.creativecommons.org/presskit/buttons/80x15/png/by.png',
url: 'http://creativecommons.org/licenses/by/3.0/'}
ontology_purl: http://purl.obolibrary.org/obo/dron.owl
products:
- {id: dron.owl, ontology_purl: 'http://purl.obolibrary.org/obo/dron.owl'}
title: The Drug Ontology
tracker: https://ontology.atlassian.net/browse/DRON
- build: {checkout: 'git clone https://github.com/EBISPOT/duo.git', path: ., system: git}
contact: {email: [email protected], label: Melanie Courtot}
dependencies:
- {id: iao}
- {id: bfo}
description: DUO is an ontology which represent data use conditions.
homepage: https://github.com/EBISPOT/DUO
id: duo
jobs:
- {id: 'https://travis-ci.org/EBISPOT/DUO', type: travis-ci}
layout: ontology_detail
license: {label: CC-BY, logo: 'http://mirrors.creativecommons.org/presskit/buttons/80x15/png/by.png',
url: 'http://creativecommons.org/licenses/by/3.0/'}
ontology_purl: http://purl.obolibrary.org/obo/duo.owl
products:
- {id: duo.owl, ontology_purl: 'http://purl.obolibrary.org/obo/duo.owl'}
title: The Data Use Ontology
tracker: https://github.com/EBISPOT/DUO/issues
- build: {infallible: 1, method: obo2owl, notes: switch to vcs, source_url: 'https://raw.githubusercontent.com/evidenceontology/evidenceontology/master/eco.obo'}
contact: {email: [email protected], label: 'Chibucos, Marcus'}
description: An ontology for experimental and other evidence statements.
domain: experiments
funded_by: ['http://www.nsf.gov/awardsearch/showAward?AWD_ID=1458400']
homepage: https://github.com/evidenceontology/evidenceontology/
id: eco
jobs:
- {id: 'https://travis-ci.org/evidenceontology/evidenceontology', type: travis-ci}
layout: ontology_detail
ontology_purl: http://purl.obolibrary.org/obo/eco.owl
products:
- {id: eco.owl, ontology_purl: 'http://purl.obolibrary.org/obo/eco.owl'}
- {id: eco.obo, ontology_purl: 'http://purl.obolibrary.org/obo/eco.obo'}
- {id: eco/gaf-eco-mapping.txt, ontology_purl: 'http://purl.obolibrary.org/obo/eco/gaf-eco-mapping.txt',
title: Mapping between ECO classes and Gene Ontology codes, type: Mapping}
publications:
- {id: 'http://www.ncbi.nlm.nih.gov/pubmed/25052702', title: Standardized description
of scientific evidence using the Evidence Ontology (ECO)}
title: Evidence ontology
tracker: https://github.com/evidenceontology/evidenceontology/issues
- build: {checkout: 'git clone https://github.com/obophenotype/human-developmental-anatomy-ontology.git',
method: vcs, path: src/ontology, system: git}
contact: {email: [email protected], label: Jonathan Bard}
dependencies:
- {id: aeo}
- {id: caro}
- {id: cl}
description: A structured controlled vocabulary of stage-specific anatomical structures
of the developing human.
domain: anatomy
homepage: http://genex.hgu.mrc.ac.uk/
id: ehdaa2
layout: ontology_detail
ontology_purl: http://purl.obolibrary.org/obo/ehdaa2.owl
products:
- {id: ehdaa2.owl, ontology_purl: 'http://purl.obolibrary.org/obo/ehdaa2.owl'}
- {id: ehdaa2.obo, ontology_purl: 'http://purl.obolibrary.org/obo/ehdaa2.obo'}
publications:
- {id: 'http://www.ncbi.nlm.nih.gov/pubmed/22973865', title: A new ontology (structured
hierarchy) of human developmental anatomy for the first 7 weeks (Carnegie stages
1-20).}
taxon: {id: 'NCBITaxon:9606', label: Homo sapiens}
title: Human developmental anatomy, abstract
tracker: https://github.com/obophenotype/human-developmental-anatomy-ontology/issues
- build: {insert_ontology_id: true, method: obo2owl, notes: new url soon, source_url: 'ftp://ftp.hgu.mrc.ac.uk/pub/MouseAtlas/Anatomy/EMAP_combined.obo'}
contact: {email: [email protected], label: Terry Hayamizu}
description: A structured controlled vocabulary of stage-specific anatomical structures
of the mouse (Mus).
domain: anatomy
homepage: http://emouseatlas.org
id: emap
layout: ontology_detail
ontology_purl: http://purl.obolibrary.org/obo/emap.owl
page: http://www.obofoundry.org/wiki/index.php/EMAPA:Main_Page
products:
- {id: emap.owl, ontology_purl: 'http://purl.obolibrary.org/obo/emap.owl'}
taxon: {id: 'NCBITaxon:10088', label: Mus}
title: Mouse gross anatomy and development, timed
used_by:
- {label: GXD, url: 'https://www.biosharing.org/biodbcore-000659'}
- build: {method: obo2owl, notes: new url soon, source_url: 'ftp://ftp.hgu.mrc.ac.uk/pub/MouseAtlas/Anatomy/EMAPA.obo'}
contact: {email: [email protected], label: Terry Hayamizu}
description: Abstract (i.e. non-stage specific) stage-specific anatomical structures
of the mouse.
domain: anatomy
homepage: http://emouseatlas.org
id: emapa
layout: ontology_detail
ontology_purl: http://purl.obolibrary.org/obo/emapa.owl
page: http://www.obofoundry.org/wiki/index.php/EMAPA:Main_Page
products:
- {id: emapa.owl, ontology_purl: 'http://purl.obolibrary.org/obo/emapa.owl'}
- {id: emapa.obo, ontology_purl: 'http://purl.obolibrary.org/obo/emapa.obo'}
taxon: {id: 'NCBITaxon:10088', label: Mus}
title: Mouse gross anatomy and development, timed
used_by:
- {label: GXD, url: 'https://www.biosharing.org/biodbcore-000659'}
- build: {checkout: 'git clone https://github.com/EnvironmentOntology/envo.git', email_cc: [email protected],
infallible: 1, method: vcs, path: ., system: git}
contact: {email: [email protected], label: Pier Luigi Buttigieg}
dependencies:
- {id: uberon}
- {id: pco}
- {id: ro}
- {id: chebi}
- {id: ncbitaxon}
description: Ontology of environmental features and habitats
domain: environment
homepage: http://environmentontology.org/
id: envo
jobs:
- {id: 'https://travis-ci.org/EnvironmentOntology/envo', type: travis-ci}
layout: ontology_detail
license: {label: CC-BY, logo: 'http://mirrors.creativecommons.org/presskit/buttons/80x15/png/by.png',
url: 'http://creativecommons.org/licenses/by/3.0/'}
ontology_purl: http://purl.obolibrary.org/obo/envo.owl
page: https://github.com/EnvironmentOntology/envo
products:
- {id: envo.owl, ontology_purl: 'http://purl.obolibrary.org/obo/envo.owl'}
- {id: envo.obo, ontology_purl: 'http://purl.obolibrary.org/obo/envo.obo'}
- {id: subsets/envo-basic.obo, ontology_purl: 'http://purl.obolibrary.org/obo/subsets/envo-basic.obo',
title: OBO-Basic edition of ENVO}
- {homepage: 'http://environmentontology.org/downloads', id: subsets/EnvO-Lite-GSC.obo,
ontology_purl: 'http://purl.obolibrary.org/obo/subsets/EnvO-Lite-GSC.obo', title: GSC
Lite subset of ENVO}
publications:
- {id: 'http://www.dx.doi.org/10.1186/2041-1480-4-43', title: 'The environment ontology:
contextualising biological and biomedical entities'}
- {id: 'http://doi.org/10.1186/s13326-016-0097-6', title: 'The environment ontology
in 2016: bridging domains with increased scope, semantic density, and interoperation'}
title: Environment Ontology
tracker: https://github.com/EnvironmentOntology/envo/issues/
usages:
- description: describing species habitats
examples: {url: 'http://eol.org/pages/211700/data'}
resources: {label: EOL, url: 'http://eol.org'}
type: data-annotation
- datasets: {url: 'https://s3.amazonaws.com/globi/snapshot/target/data/taxa/interactions.csv.gz'}
description: describing stomach contents
resources: {label: GloBI, url: 'http://globalbioticinteractions.org'}
type: data-annotation
- description: annotating datasets in data repositories
resources: {label: Nature Scientific Data, url: 'http://www.nature.com/sdata/'}
search: http://scientificdata.isa-explorer.org/
seeAlso: http://blogs.nature.com/scientificdata/2015/12/17/isa-explorer/
type: dataset-description
- build: {method: obo2owl, source_url: 'https://github.com/Planteome/plant-environment-ontology/blob/master/plant-environment-ontology.obo.owl'}
contact: {email: [email protected], label: Pankaj Jaiswal}
description: A structured, controlled vocabulary which describes the treatments,
growing conditions, and/or study types used in plant biology experiments.
domain: environment
homepage: http://planteome.org/
id: eo
layout: ontology_detail
license: {label: CC-BY 4.0, logo: 'http://mirrors.creativecommons.org/presskit/buttons/80x15/png/by.png',
url: 'https://creativecommons.org/licenses/by/4.0/'}
ontology_purl: http://purl.obolibrary.org/obo/eo.owl
page: http://browser.planteome.org/amigo/term/EO:0007359
products:
- {id: eo.owl, ontology_purl: 'http://purl.obolibrary.org/obo/eo.owl'}
- {id: eo.obo, ontology_purl: 'http://purl.obolibrary.org/obo/eo.obo'}
publications:
- {id: 'http://www.ncbi.nlm.nih.gov/pubmed/22847540', title: Ontologies as integrative
tools for plant science.}
title: Plant Environment Ontology
tracker: https://github.com/Planteome/plant-environment-ontology/issues
- build: {method: owl2obo, source_url: 'http://purl.obolibrary.org/obo/epo.owl'}
description: An ontology designed to support the semantic annotation of epidemiology
resources
homepage: https://code.google.com/p/epidemiology-ontology/
id: epo
in_foundry: false
layout: ontology_detail
ontology_purl: http://purl.obolibrary.org/obo/epo.owl
products:
- {id: epo.owl, ontology_purl: 'http://purl.obolibrary.org/obo/epo.owl'}
title: Epidemiology Ontology
- build: {method: owl2obo, source_url: 'http://purl.obolibrary.org/obo/ero.owl'}
contact: {email: [email protected], label: Tenille Johnson}
description: An ontology of research resources such as instruments. protocols, reagents,
animal models and biospecimens.
documentation: https://open.med.harvard.edu/wiki/display/eaglei/Ontology
domain: resources
homepage: https://open.med.harvard.edu/wiki/display/eaglei/Ontology
id: ero
layout: ontology_detail
ontology_purl: http://purl.obolibrary.org/obo/ero.owl
products:
- {id: ero.owl, ontology_purl: 'http://purl.obolibrary.org/obo/ero.owl'}
title: eagle-i resource ontology
tracker: null
- build: {method: obo2owl, source_url: 'http://ctdbase.org/reports/CTD_exposure_ontology.obo'}
description: Vocabularies for describing exposure data to inform understanding of
environmental health.
domain: health
homepage: http://ctdbase.org/downloads/#exposures
id: exo
layout: ontology_detail
ontology_purl: http://purl.obolibrary.org/obo/exo.owl
page: http://ctdbase.org/downloads/#exposures
products:
- {id: exo.owl, ontology_purl: 'http://purl.obolibrary.org/obo/exo.owl'}
- {id: exo.obo, ontology_purl: 'http://purl.obolibrary.org/obo/exo.obo'}
title: Exposure ontology
- build: {checkout: 'git clone https://github.com/obophenotype/fungal-anatomy-ontology.git',
infallible: 1, method: vcs, system: git}
contact: {email: [email protected], label: Diane Inglis}
description: A structured controlled vocabulary for the anatomy of fungi.
domain: anatomy
homepage: http://www.yeastgenome.org/fungi/fungal_anatomy_ontology/
id: fao
layout: ontology_detail
ontology_purl: http://purl.obolibrary.org/obo/fao.owl
page: http://www.yeastgenome.org/fungi/fungal_anatomy_ontology/#description
products:
- {id: fao.owl, ontology_purl: 'http://purl.obolibrary.org/obo/fao.owl'}
- {id: fao.obo, ontology_purl: 'http://purl.obolibrary.org/obo/fao.obo'}
taxon: {id: 'NCBITaxon:4751', label: Fungal}
title: Fungal gross anatomy
tracker: https://github.com/obophenotype/fungal-anatomy-ontology/issues
- build: {method: obo2owl, source_url: 'https://raw.githubusercontent.com/dosumis/fbbi/master/src/ontology/fbbi.obo'}
contact: {email: [email protected], label: David Orloff}
description: A structured controlled vocabulary of sample preparation, visualization
and imaging methods used in biomedical research.
domain: experiments
homepage: http://cellimagelibrary.org/
id: fbbi
layout: ontology_detail
ontology_purl: http://purl.obolibrary.org/obo/fbbi.owl
preferredPrefix: FBbi
products:
- {id: fbbi.owl, ontology_purl: 'http://purl.obolibrary.org/obo/fbbi.owl'}
title: Biological imaging methods
- browsers:
- {label: FB, title: FlyBase Browser, url: 'http://flybase.org/.bin/cvreport.html?cvterm=FBbt:10000000'}
- {label: VFB, title: Virtual Fly Brain, url: 'http://www.virtualflybrain.org/site/stacks/index.htm?add=FBbt:00007401'}
- {label: BioPortal, title: BioPortal Browser, url: 'http://bioportal.bioontology.org/ontologies/FB-BT?p=classes'}
build: {infallible: 1, method: owl2obo, source_url: 'https://raw.githubusercontent.com/FlyBase/drosophila-anatomy-developmental-ontology/master/fbbt/releases/fbbt.owl'}
contact: {email: [email protected], label: Marta Costa}
description: An ontology representing the gross anatomy of Drosophila melanogaster.
domain: anatomy
homepage: http://purl.obolibrary.org/obo/fbbt
id: fbbt
layout: ontology_detail
license: {label: CC-BY, logo: 'http://mirrors.creativecommons.org/presskit/buttons/80x15/png/by.png',
url: 'http://creativecommons.org/licenses/by/3.0/'}
ontology_purl: http://purl.obolibrary.org/obo/fbbt.owl
preferredPrefix: FBbt
products:
- {id: fbbt.owl, ontology_purl: 'http://purl.obolibrary.org/obo/fbbt.owl'}
- {id: fbbt/fbbt-simple.owl, ontology_purl: 'http://purl.obolibrary.org/obo/fbbt/fbbt-simple.owl'}
- {id: fbbt/fbbt-simple.obo, ontology_purl: 'http://purl.obolibrary.org/obo/fbbt/fbbt-simple.obo'}
publications:
- {id: 'http://dx.doi.org/10.1186/2041-1480-4-32', title: 'The Drosophila anatomy
ontology. [Journal of Biomedical Semantics'}
- {id: 'http://dx.doi.org/10.1093/bioinformatics/bts113', title: A strategy for
building neuroanatomy ontologies}
- {id: 'http://dx.doi.org/10.1093/bioinformatics/btr677', title: The Virtual Fly
Brain Browser and Query Interface}
- {id: 'http://dx.doi.org/10.1093/nar/gkj068', title: 'FlyBase: anatomical data,
images and queries'}
taxon: {id: 'NCBITaxon:7227', label: Drosophila}
title: Drosophila gross anatomy
tracker: http://purl.obolibrary.org/obo/fbbt/tracker
- browsers:
- {label: FB, title: FlyBase Browser, url: 'http://flybase.org/.bin/cvreport.html?cvterm=FBcv:0000013'}
build: {method: obo2owl, source_url: 'https://raw.githubusercontent.com/FlyBase/flybase-controlled-vocabulary/master/releases/fbcv.owl'}
contact: {email: [email protected], label: Marta Costa}
description: A structured controlled vocabulary used for various aspects of annotation
by FlyBase.
domain: null
homepage: http://purl.obolibrary.org/obo/fbcv
id: fbcv
layout: ontology_detail
license: {label: CC-BY, logo: 'http://mirrors.creativecommons.org/presskit/buttons/80x15/png/by.png',
url: 'http://creativecommons.org/licenses/by/3.0/'}
ontology_purl: http://purl.obolibrary.org/obo/fbcv.owl
preferredPrefix: FBcv
products:
- {id: fbcv.owl, ontology_purl: 'http://purl.obolibrary.org/obo/fbcv.owl'}
title: FlyBase Controlled Vocabulary
tracker: http://purl.obolibrary.org/obo/fbbt/tracker
- browsers:
- {label: FB, title: FlyBase Browser, url: 'http://flybase.org/.bin/cvreport.html?cvterm=FBdv:00007008'}
build: {infallible: 0, method: obo2owl, source_url: 'https://raw.githubusercontent.com/FlyBase/drosophila-anatomy-developmental-ontology/master/fbdv/releases/fbdv.owl'}
contact: {email: [email protected], label: Marta Costa}
description: A structured controlled vocabulary of the development of Drosophila
melanogaster.
domain: development
homepage: http://purl.obolibrary.org/obo/fbdv
id: fbdv
layout: ontology_detail
license: {label: CC-BY, logo: 'http://mirrors.creativecommons.org/presskit/buttons/80x15/png/by.png',
url: 'http://creativecommons.org/licenses/by/3.0/'}
ontology_purl: http://purl.obolibrary.org/obo/fbdv.owl
preferredPrefix: FBdv
products:
- {id: fbdv.owl, ontology_purl: 'http://purl.obolibrary.org/obo/fbdv.owl'}
- {id: fbdv/fbdv-simple.owl, ontology_purl: 'http://purl.obolibrary.org/obo/fbdv/fbdv-simple.owl'}
- {id: fbdv/fbbt-simple.obo, ontology_purl: 'http://purl.obolibrary.org/obo/fbdv/fbbt-simple.obo'}
taxon: {id: 'NCBITaxon:7227', label: Drosophila}
title: Drosophila development
tracker: http://purl.obolibrary.org/obo/fbdv/tracker
- contact: {email: [email protected], label: Janna Hastings}
description: An ontology of physico-chemical methods and properties.
id: fix
in_foundry: false
layout: ontology_detail
ontology_purl: http://purl.obolibrary.org/obo/fix.owl
products:
- {id: fix.owl, ontology_purl: 'http://purl.obolibrary.org/obo/fix.owl'}
title: Physico-chemical methods and properties
- build: {method: owl2obo, source_url: 'https://github.com/flora-phenotype-ontology/flopoontology/raw/master/ontology/flopo.owl'}
contact: {email: [email protected], label: Robert Hoehndorf}
description: Traits and phenotypes of flowering plants occurring in digitized Floras
domain: phenotype
homepage: https://github.com/flora-phenotype-ontology/flopoontology