diff --git a/.gitignore b/.gitignore
index b11b1d5dc..9dc6f510e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -31,3 +31,5 @@ share/python-wheels/
*.egg
MANIFEST
node_modules/
+apache-jena-*.tar.gz
+apache-jena-*/
diff --git a/_config.yml b/_config.yml
index 81c435cc6..136a255a6 100644
--- a/_config.yml
+++ b/_config.yml
@@ -317,7 +317,6 @@ ontologies:
domain: organisms
homepage: https://github.com/BiodiversityOntologies/bco
id: bco
- in_foundry: false
layout: ontology_detail
license:
label: CC0 1.0
@@ -352,7 +351,6 @@ ontologies:
domain: upper
homepage: http://ifomis.org/bfo/
id: bfo
- in_foundry_order: 1
layout: ontology_detail
license:
label: CC BY 4.0
@@ -548,7 +546,6 @@ ontologies:
domain: chemistry and biochemistry
homepage: http://www.ebi.ac.uk/chebi
id: chebi
- in_foundry_order: 1
layout: ontology_detail
license:
label: CC BY 4.0
@@ -1429,7 +1426,6 @@ ontologies:
domain: health
homepage: https://disease-ontology.org
id: doid
- in_foundry_order: 1
layout: ontology_detail
license:
label: CC0 1.0
@@ -2781,7 +2777,6 @@ ontologies:
domain: biological systems
homepage: http://geneontology.org/
id: go
- in_foundry_order: 1
layout: ontology_detail
license:
label: CC BY 4.0
@@ -4460,7 +4455,6 @@ ontologies:
domain: information technology
homepage: https://github.com/obcs/obcs
id: obcs
- in_foundry: false
layout: ontology_detail
license:
label: CC BY 4.0
@@ -4500,7 +4494,6 @@ ontologies:
domain: investigations
homepage: http://obi-ontology.org
id: obi
- in_foundry_order: 1
layout: ontology_detail
license:
label: CC BY 4.0
@@ -4806,7 +4799,6 @@ ontologies:
domain: chemistry and biochemistry
homepage: http://omit.cis.usouthal.edu/
id: omit
- in_foundry: false
layout: ontology_detail
license:
label: CC BY 3.0
@@ -5291,7 +5283,6 @@ ontologies:
domain: phenotype
homepage: https://github.com/pato-ontology/pato/
id: pato
- in_foundry_order: 1
layout: ontology_detail
license:
label: CC BY 3.0
@@ -5344,7 +5335,6 @@ ontologies:
domain: chemistry and biochemistry
homepage: https://github.com/InSilicoVida-Research-Lab/pbpko
id: pbpko
- in_foundry_order: 1
layout: ontology_detail
license:
label: CC BY 3.0
@@ -5645,7 +5635,6 @@ ontologies:
domain: anatomy and development
homepage: http://browser.planteome.org/amigo
id: po
- in_foundry_order: 1
layout: ontology_detail
license:
label: CC BY 4.0
@@ -5778,7 +5767,6 @@ ontologies:
domain: chemistry and biochemistry
homepage: http://proconsortium.org
id: pr
- in_foundry_order: 1
layout: ontology_detail
license:
label: CC BY 4.0
@@ -6308,7 +6296,6 @@ ontologies:
domain: information technology
homepage: http://stato-ontology.org/
id: stato
- in_foundry: false
layout: ontology_detail
license:
label: CC BY 3.0
@@ -6883,7 +6870,6 @@ ontologies:
domain: phenotype
homepage: https://github.com/bio-ontology-research-group/unit-ontology
id: uo
- in_foundry: false
layout: ontology_detail
license:
label: CC BY 3.0
@@ -7325,7 +7311,6 @@ ontologies:
domain: anatomy and development
homepage: http://www.xenbase.org/anatomy/xao.do?method=display
id: xao
- in_foundry_order: 1
layout: ontology_detail
license:
label: CC BY 3.0
@@ -7510,7 +7495,6 @@ ontologies:
domain: anatomy and development
homepage: https://wiki.zfin.org/display/general/Anatomy+Atlases+and+Resources
id: zfa
- in_foundry_order: 1
layout: ontology_detail
license:
label: CC BY 3.0
@@ -7550,7 +7534,6 @@ ontologies:
domain: anatomy and development
homepage: https://wiki.zfin.org/display/general/Anatomy+Atlases+and+Resources
id: zfs
- in_foundry: false
layout: ontology_detail
license:
label: CC BY 3.0
@@ -7988,7 +7971,6 @@ ontologies:
domain: chemistry and biochemistry
homepage: http://www.ebi.ac.uk/chebi
id: fix
- in_foundry: false
layout: ontology_detail
ontology_purl: http://purl.obolibrary.org/obo/fix.owl
products:
@@ -8604,7 +8586,6 @@ ontologies:
domain: anatomy and development
homepage: https://github.com/obi-bcgo/bcgo
id: bcgo
- in_foundry: false
is_obsolete: true
layout: ontology_detail
license:
@@ -8819,7 +8800,6 @@ ontologies:
domain: health
homepage: https://code.google.com/p/epidemiology-ontology/
id: epo
- in_foundry: false
is_obsolete: true
layout: ontology_detail
products:
@@ -8885,7 +8865,6 @@ ontologies:
domain: health
homepage: http://purl.obolibrary.org/obo/flu/
id: flu
- in_foundry: false
is_obsolete: true
layout: ontology_detail
products:
@@ -8949,7 +8928,6 @@ ontologies:
description: An ontology representation of the LIPIDMAPS nomenclature classification.
domain: chemistry and biochemistry
id: lipro
- in_foundry: false
is_obsolete: true
layout: ontology_detail
tags:
diff --git a/_includes/ontology_table.html b/_includes/ontology_table.html
index c6c778de4..a5c8aa3da 100644
--- a/_includes/ontology_table.html
+++ b/_includes/ontology_table.html
@@ -5,21 +5,8 @@
RDF/Turtle ]
- {% for ont in site.ontologies %} {% if ont.in_foundry_order %}
+ {% for ont in site.ontologies %}
- {% elsif ont.is_obsolete %}
-
-
-
- {% elsif ont.activity_status == "orphaned" %}
-
-
-
- {% elsif ont.activity_status == "inactive" %}
-
-
-
- {% endif %}
|
{% if ont.is_obsolete %}
diff --git a/faq/where-is-the-obo-file.md b/faq/where-is-the-obo-file.md
index c3d837dce..d79dee5b5 100644
--- a/faq/where-is-the-obo-file.md
+++ b/faq/where-is-the-obo-file.md
@@ -23,7 +23,6 @@ The different products are listed as objects under the `product` key, for exampl
---
layout: ontology_detail
id: go
-in_foundry_order: 1
label: GO
description: An ontology for describing the function of genes and gene products
title: Gene Ontology
diff --git a/ontology/bcgo.md b/ontology/bcgo.md
index 21a9dc307..837d760f2 100644
--- a/ontology/bcgo.md
+++ b/ontology/bcgo.md
@@ -10,7 +10,6 @@ contact:
description: An application ontology built for beta cell genomics studies.
domain: anatomy and development
homepage: https://github.com/obi-bcgo/bcgo
-in_foundry: false
is_obsolete: true
license:
label: CC BY 3.0
diff --git a/ontology/bco.md b/ontology/bco.md
index d16c5d62f..cc6479d30 100644
--- a/ontology/bco.md
+++ b/ontology/bco.md
@@ -10,7 +10,6 @@ contact:
description: An ontology to support the interoperability of biodiversity data, including data on museum collections, environmental/metagenomic samples, and ecological surveys.
domain: organisms
homepage: https://github.com/BiodiversityOntologies/bco
-in_foundry: false
license:
label: CC0 1.0
url: https://creativecommons.org/publicdomain/zero/1.0/
diff --git a/ontology/bfo.md b/ontology/bfo.md
index c7b91decc..b2a1ccdb8 100644
--- a/ontology/bfo.md
+++ b/ontology/bfo.md
@@ -15,7 +15,6 @@ 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/
-in_foundry_order: 1
license:
label: CC BY 4.0
url: http://creativecommons.org/licenses/by/4.0/
diff --git a/ontology/chebi.md b/ontology/chebi.md
index 7c1e601d1..6ef445faf 100644
--- a/ontology/chebi.md
+++ b/ontology/chebi.md
@@ -15,7 +15,6 @@ depicted_by: https://www.ebi.ac.uk/chebi/chebi_logo.svg
description: A structured classification of molecular entities of biological interest focusing on 'small' chemical compounds.
domain: chemistry and biochemistry
homepage: http://www.ebi.ac.uk/chebi
-in_foundry_order: 1
license:
label: CC BY 4.0
url: https://creativecommons.org/licenses/by/4.0/
diff --git a/ontology/doid.md b/ontology/doid.md
index 97a51031f..ecc863c58 100644
--- a/ontology/doid.md
+++ b/ontology/doid.md
@@ -15,7 +15,6 @@ depicted_by: https://disease-ontology.org/media/images/DO_logo_teal.png
description: An ontology for describing the classification of human diseases organized by etiology.
domain: health
homepage: https://disease-ontology.org
-in_foundry_order: 1
license:
label: CC0 1.0
url: https://creativecommons.org/publicdomain/zero/1.0/
diff --git a/ontology/epo.md b/ontology/epo.md
index 2eae81c4d..42cff1d8b 100644
--- a/ontology/epo.md
+++ b/ontology/epo.md
@@ -5,7 +5,6 @@ title: Epidemiology Ontology
description: An ontology designed to support the semantic annotation of epidemiology resources
domain: health
homepage: https://code.google.com/p/epidemiology-ontology/
-in_foundry: false
is_obsolete: true
products:
- id: epo.owl
diff --git a/ontology/fix.md b/ontology/fix.md
index a646fc6cb..b1248dcfa 100644
--- a/ontology/fix.md
+++ b/ontology/fix.md
@@ -8,7 +8,6 @@ contact:
description: An ontology of physico-chemical methods and properties.
domain: chemistry and biochemistry
homepage: http://www.ebi.ac.uk/chebi
-in_foundry: false
products:
- id: fix.owl
- id: fix.obo
diff --git a/ontology/flu.md b/ontology/flu.md
index 8137948a9..34f1d0232 100644
--- a/ontology/flu.md
+++ b/ontology/flu.md
@@ -7,7 +7,6 @@ contact:
label: Burke Squires
domain: health
homepage: http://purl.obolibrary.org/obo/flu/
-in_foundry: false
is_obsolete: true
products:
- id: flu.owl
diff --git a/ontology/go.md b/ontology/go.md
index b86b756d0..1b54a3933 100644
--- a/ontology/go.md
+++ b/ontology/go.md
@@ -34,7 +34,6 @@ depicted_by: /images/go_logo.png
description: An ontology for describing the function of genes and gene products
domain: biological systems
homepage: http://geneontology.org/
-in_foundry_order: 1
license:
label: CC BY 4.0
url: https://creativecommons.org/licenses/by/4.0/
diff --git a/ontology/lipro.md b/ontology/lipro.md
index ec827858e..637f89097 100644
--- a/ontology/lipro.md
+++ b/ontology/lipro.md
@@ -8,7 +8,6 @@ contact:
orcid: 0000-0003-4004-6479
description: An ontology representation of the LIPIDMAPS nomenclature classification.
domain: chemistry and biochemistry
-in_foundry: false
is_obsolete: true
tags:
- lipids
diff --git a/ontology/obcs.md b/ontology/obcs.md
index d92a8ac7a..a207282c8 100644
--- a/ontology/obcs.md
+++ b/ontology/obcs.md
@@ -10,7 +10,6 @@ contact:
description: A biomedical ontology in the domain of biological and clinical statistics.
domain: information technology
homepage: https://github.com/obcs/obcs
-in_foundry: false
license:
label: CC BY 4.0
url: http://creativecommons.org/licenses/by/4.0/
diff --git a/ontology/obi.md b/ontology/obi.md
index 05596336b..b53e59604 100644
--- a/ontology/obi.md
+++ b/ontology/obi.md
@@ -15,7 +15,6 @@ depicted_by: https://svn.code.sf.net/p/obi/code/trunk/web/htdocs/images/obi-lote
description: An integrated ontology for the description of life-science and clinical investigations
domain: investigations
homepage: http://obi-ontology.org
-in_foundry_order: 1
license:
label: CC BY 4.0
url: https://creativecommons.org/licenses/by/4.0/
diff --git a/ontology/omit.md b/ontology/omit.md
index 9508cd99c..2111e0d9e 100644
--- a/ontology/omit.md
+++ b/ontology/omit.md
@@ -10,7 +10,6 @@ contact:
description: Ontology to establish data exchange standards and common data elements in the microRNA (miR) domain
domain: chemistry and biochemistry
homepage: http://omit.cis.usouthal.edu/
-in_foundry: false
license:
label: CC BY 3.0
url: https://creativecommons.org/licenses/by/3.0/
diff --git a/ontology/pato.md b/ontology/pato.md
index f4e9ed12b..858b1fec3 100644
--- a/ontology/pato.md
+++ b/ontology/pato.md
@@ -14,7 +14,6 @@ contact:
description: An ontology of phenotypic qualities (properties, attributes or characteristics)
domain: phenotype
homepage: https://github.com/pato-ontology/pato/
-in_foundry_order: 1
license:
label: CC BY 3.0
url: http://creativecommons.org/licenses/by/3.0/
diff --git a/ontology/pbpko.md b/ontology/pbpko.md
index 9ce3fac53..f04fd0a49 100644
--- a/ontology/pbpko.md
+++ b/ontology/pbpko.md
@@ -14,7 +14,6 @@ contact:
description: An ontology for modeling and understanding of pharmacokinetics in biological systems.
domain: chemistry and biochemistry
homepage: https://github.com/InSilicoVida-Research-Lab/pbpko
-in_foundry_order: 1
license:
label: CC BY 3.0
url: http://creativecommons.org/licenses/by/3.0/
diff --git a/ontology/po.md b/ontology/po.md
index 7013d77c4..c6cae7348 100644
--- a/ontology/po.md
+++ b/ontology/po.md
@@ -15,7 +15,6 @@ depicted_by: https://raw.githubusercontent.com/Planteome/plant-ontology/refs/hea
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
-in_foundry_order: 1
license:
label: CC BY 4.0
url: https://creativecommons.org/licenses/by/4.0/
diff --git a/ontology/pr.md b/ontology/pr.md
index ed2084625..74c2cb6cf 100644
--- a/ontology/pr.md
+++ b/ontology/pr.md
@@ -18,7 +18,6 @@ depicted_by: https://raw.githubusercontent.com/PROconsortium/logo/master/PROlogo
description: An ontological representation of protein-related entities
domain: chemistry and biochemistry
homepage: http://proconsortium.org
-in_foundry_order: 1
license:
label: CC BY 4.0
url: http://creativecommons.org/licenses/by/4.0/
diff --git a/ontology/stato.md b/ontology/stato.md
index c38a5bd6d..7b40205a2 100644
--- a/ontology/stato.md
+++ b/ontology/stato.md
@@ -11,7 +11,6 @@ depicted_by: https://raw.githubusercontent.com/ISA-tools/stato/dev/images/stato-
description: STATO is a general-purpose STATistics Ontology. Its aim is to provide coverage for processes such as statistical tests, their conditions of application, and information needed or resulting from statistical methods, such as probability distributions, variables, spread and variation metrics. STATO also covers aspects of experimental design and description of plots and graphical representations commonly used to provide visual cues of data distribution or layout and to assist review of the results.
domain: information technology
homepage: http://stato-ontology.org/
-in_foundry: false
license:
label: CC BY 3.0
url: http://creativecommons.org/licenses/by/3.0/
diff --git a/ontology/uo.md b/ontology/uo.md
index 66dfbc1fd..23fd91980 100644
--- a/ontology/uo.md
+++ b/ontology/uo.md
@@ -10,7 +10,6 @@ contact:
description: Metrical units for use in conjunction with PATO
domain: phenotype
homepage: https://github.com/bio-ontology-research-group/unit-ontology
-in_foundry: false
license:
label: CC BY 3.0
url: http://creativecommons.org/licenses/by/3.0/
diff --git a/ontology/xao.md b/ontology/xao.md
index 3abf67bde..b5a911765 100644
--- a/ontology/xao.md
+++ b/ontology/xao.md
@@ -10,7 +10,6 @@ contact:
description: XAO represents the anatomy and development of the African frogs Xenopus laevis and tropicalis.
domain: anatomy and development
homepage: http://www.xenbase.org/anatomy/xao.do?method=display
-in_foundry_order: 1
license:
label: CC BY 3.0
url: http://creativecommons.org/licenses/by/3.0/
diff --git a/ontology/zfa.md b/ontology/zfa.md
index 088843b56..0ecf7dd34 100644
--- a/ontology/zfa.md
+++ b/ontology/zfa.md
@@ -10,7 +10,6 @@ contact:
description: A structured controlled vocabulary of the anatomy and development of the Zebrafish
domain: anatomy and development
homepage: https://wiki.zfin.org/display/general/Anatomy+Atlases+and+Resources
-in_foundry_order: 1
license:
label: CC BY 3.0
url: http://creativecommons.org/licenses/by/3.0/
diff --git a/ontology/zfs.md b/ontology/zfs.md
index def13ff81..d5401bf3d 100644
--- a/ontology/zfs.md
+++ b/ontology/zfs.md
@@ -10,7 +10,6 @@ contact:
description: Developmental stages of the Zebrafish
domain: anatomy and development
homepage: https://wiki.zfin.org/display/general/Anatomy+Atlases+and+Resources
-in_foundry: false
license:
label: CC BY 3.0
url: http://creativecommons.org/licenses/by/3.0/
diff --git a/registry/ontologies.jsonld b/registry/ontologies.jsonld
index 42d77ac3f..3c209f403 100644
--- a/registry/ontologies.jsonld
+++ b/registry/ontologies.jsonld
@@ -420,7 +420,6 @@
"domain": "organisms",
"homepage": "https://github.com/BiodiversityOntologies/bco",
"id": "bco",
- "in_foundry": false,
"layout": "ontology_detail",
"license": {
"label": "CC0 1.0",
@@ -468,7 +467,6 @@
"domain": "upper",
"homepage": "http://ifomis.org/bfo/",
"id": "bfo",
- "in_foundry_order": 1,
"layout": "ontology_detail",
"license": {
"label": "CC BY 4.0",
@@ -737,7 +735,6 @@
"domain": "chemistry and biochemistry",
"homepage": "http://www.ebi.ac.uk/chebi",
"id": "chebi",
- "in_foundry_order": 1,
"layout": "ontology_detail",
"license": {
"label": "CC BY 4.0",
@@ -1957,7 +1954,6 @@
"domain": "health",
"homepage": "https://disease-ontology.org",
"id": "doid",
- "in_foundry_order": 1,
"layout": "ontology_detail",
"license": {
"label": "CC0 1.0",
@@ -3957,7 +3953,6 @@
"domain": "biological systems",
"homepage": "http://geneontology.org/",
"id": "go",
- "in_foundry_order": 1,
"layout": "ontology_detail",
"license": {
"label": "CC BY 4.0",
@@ -6273,7 +6268,6 @@
"domain": "information technology",
"homepage": "https://github.com/obcs/obcs",
"id": "obcs",
- "in_foundry": false,
"layout": "ontology_detail",
"license": {
"label": "CC BY 4.0",
@@ -6327,7 +6321,6 @@
"domain": "investigations",
"homepage": "http://obi-ontology.org",
"id": "obi",
- "in_foundry_order": 1,
"layout": "ontology_detail",
"license": {
"label": "CC BY 4.0",
@@ -6714,7 +6707,6 @@
"domain": "chemistry and biochemistry",
"homepage": "http://omit.cis.usouthal.edu/",
"id": "omit",
- "in_foundry": false,
"layout": "ontology_detail",
"license": {
"label": "CC BY 3.0",
@@ -7374,7 +7366,6 @@
"domain": "phenotype",
"homepage": "https://github.com/pato-ontology/pato/",
"id": "pato",
- "in_foundry_order": 1,
"layout": "ontology_detail",
"license": {
"label": "CC BY 3.0",
@@ -7454,7 +7445,6 @@
"domain": "chemistry and biochemistry",
"homepage": "https://github.com/InSilicoVida-Research-Lab/pbpko",
"id": "pbpko",
- "in_foundry_order": 1,
"layout": "ontology_detail",
"license": {
"label": "CC BY 3.0",
@@ -7915,7 +7905,6 @@
"domain": "anatomy and development",
"homepage": "http://browser.planteome.org/amigo",
"id": "po",
- "in_foundry_order": 1,
"layout": "ontology_detail",
"license": {
"label": "CC BY 4.0",
@@ -8111,7 +8100,6 @@
"domain": "chemistry and biochemistry",
"homepage": "http://proconsortium.org",
"id": "pr",
- "in_foundry_order": 1,
"layout": "ontology_detail",
"license": {
"label": "CC BY 4.0",
@@ -8852,7 +8840,6 @@
"domain": "information technology",
"homepage": "http://stato-ontology.org/",
"id": "stato",
- "in_foundry": false,
"layout": "ontology_detail",
"license": {
"label": "CC BY 3.0",
@@ -9662,7 +9649,6 @@
"domain": "phenotype",
"homepage": "https://github.com/bio-ontology-research-group/unit-ontology",
"id": "uo",
- "in_foundry": false,
"layout": "ontology_detail",
"license": {
"label": "CC BY 3.0",
@@ -10288,7 +10274,6 @@
"domain": "anatomy and development",
"homepage": "http://www.xenbase.org/anatomy/xao.do?method=display",
"id": "xao",
- "in_foundry_order": 1,
"layout": "ontology_detail",
"license": {
"label": "CC BY 3.0",
@@ -10556,7 +10541,6 @@
"domain": "anatomy and development",
"homepage": "https://wiki.zfin.org/display/general/Anatomy+Atlases+and+Resources",
"id": "zfa",
- "in_foundry_order": 1,
"layout": "ontology_detail",
"license": {
"label": "CC BY 3.0",
@@ -10613,7 +10597,6 @@
"domain": "anatomy and development",
"homepage": "https://wiki.zfin.org/display/general/Anatomy+Atlases+and+Resources",
"id": "zfs",
- "in_foundry": false,
"layout": "ontology_detail",
"license": {
"label": "CC BY 3.0",
@@ -11265,7 +11248,6 @@
"domain": "chemistry and biochemistry",
"homepage": "http://www.ebi.ac.uk/chebi",
"id": "fix",
- "in_foundry": false,
"layout": "ontology_detail",
"ontology_purl": "http://purl.obolibrary.org/obo/fix.owl",
"products": [
@@ -12101,7 +12083,6 @@
"domain": "anatomy and development",
"homepage": "https://github.com/obi-bcgo/bcgo",
"id": "bcgo",
- "in_foundry": false,
"is_obsolete": true,
"layout": "ontology_detail",
"license": {
@@ -12389,7 +12370,6 @@
"domain": "health",
"homepage": "https://code.google.com/p/epidemiology-ontology/",
"id": "epo",
- "in_foundry": false,
"is_obsolete": true,
"layout": "ontology_detail",
"products": [
@@ -12478,7 +12458,6 @@
"domain": "health",
"homepage": "http://purl.obolibrary.org/obo/flu/",
"id": "flu",
- "in_foundry": false,
"is_obsolete": true,
"layout": "ontology_detail",
"products": [
@@ -12562,7 +12541,6 @@
"description": "An ontology representation of the LIPIDMAPS nomenclature classification.",
"domain": "chemistry and biochemistry",
"id": "lipro",
- "in_foundry": false,
"is_obsolete": true,
"layout": "ontology_detail",
"tags": [
diff --git a/registry/ontologies.nt b/registry/ontologies.nt
index 8fcb74ae6..61ba11a8d 100644
--- a/registry/ontologies.nt
+++ b/registry/ontologies.nt
@@ -1,3 +1,608 @@
+ "All life" .
+ "Mus" .
+ "Rattus" .
+ "Ctenophore" .
+ "Teleostei" .
+ "Viridiplantae" .
+ "Metazoa" .
+ "Bilateria" .
+ "Mammalia" .
+ "Mammalian" .
+ "Anopheles" .
+ "Dictyostelium discoideum" .
+ "Zea" .
+ "Fungal" .
+ "Ascomycota" .
+ "S. pombe" .
+ "Saccharomyces cerevisiae" .
+ "Porifera" .
+ "Caenorhabditis" .
+ "Platynereis" .
+ "Cephalopod" .
+ "spiders" .
+ "Ixodidae" .
+ "Drosophila" .
+ "Hymenoptera" .
+ "Vertebrata" .
+ "Danio" .
+ "Oryzias" .
+ "Amphibia" .
+ "Xenopus" .
+ "Homo sapiens" .
+_:Bf6099b1ff8bc28b4abb4d634df48aee9 "Alpha Tom Kodamullil" .
+_:Bf6099b1ff8bc28b4abb4d634df48aee9 "alpha.tom.kodamullil@scai.fraunhofer.de" .
+_:B606a6adf1598b18ac090c856161946ed "Melek Chaouch" .
+_:B606a6adf1598b18ac090c856161946ed "mcmelek@msn.com" .
+_:B2cee1c76b364b4fd8f7dd2379f09af70 "Alpha Tom Kodamullil" .
+_:B2cee1c76b364b4fd8f7dd2379f09af70 "alpha.tom.kodamullil@scai.fraunhofer.de" .
+_:Bb0dd9ee38f4ea7f163f81a1a9262541d "Joshua Klein" .
+_:Bb0dd9ee38f4ea7f163f81a1a9262541d "joshua.adam.klein@gmail.com" .
+_:B0bbcf9fe959889e175419863335b44ee "George Gkoutos" .
+_:B0bbcf9fe959889e175419863335b44ee "g.gkoutos@bham.ac.uk" .
+_:B91dea25591ada0a8a3afb24a46eb297a "Frederic Bastian" .
+_:B91dea25591ada0a8a3afb24a46eb297a "frederic.bastian@unil.ch" .
+_:B5d508c8871650ede0b0069e243307929 "None" .
+_:B5d508c8871650ede0b0069e243307929 "noreply@example.com" .
+_:B4cd9d0a5e357f65777f303dbbfbc6be6 "Jingshan Huang" .
+_:B4cd9d0a5e357f65777f303dbbfbc6be6 "huang@southalabama.edu" .
+_:Bd19185a37969c7bfd10e65e1d67e5ab8 "Dalia Alghamdi" .
+_:Bd19185a37969c7bfd10e65e1d67e5ab8 "dal.alghamdi92@gmail.com" .
+_:B96a975061d1c7ce2c42b3d274cfcf51d "Matt Yoder" .
+_:B96a975061d1c7ce2c42b3d274cfcf51d "diapriid@gmail.com" .
+_:Bce4bedf6d29f832ed450a5e566f8cd69 "Yongqunh He" .
+_:Bce4bedf6d29f832ed450a5e566f8cd69 "yongqunh@med.umich.edu" .
+_:Bfbb108e0321731f8113e4116341efd32 "Matt Yoder" .
+_:Bfbb108e0321731f8113e4116341efd32 "mjyoder@illinois.edu" .
+_:B18d4cfe50d31a5f5cbde6f9eb15bb6e1 "Chris Mungall" .
+_:B18d4cfe50d31a5f5cbde6f9eb15bb6e1 "cjmungall@lbl.gov" .
+_:B78f5b80ef12957b6e08258ba7301399f "Chris Mungall" .
+_:B78f5b80ef12957b6e08258ba7301399f "cjmungall@lbl.gov" .
+_:B000d4b229c9e11032a3e700ac0e81738 "Jie Zheng" .
+_:B000d4b229c9e11032a3e700ac0e81738 "jiezhen@med.umich.edu" .
+_:B7d549d39dde9a668cd9e519be1ca45c9 "Bjoern Peters" .
+_:B7d549d39dde9a668cd9e519be1ca45c9 "bpeters@lji.org" .
+_:B5019917b9fd47409993d53dd5a2f2abc "Justin Whorton" .
+_:B5019917b9fd47409993d53dd5a2f2abc "jmwhorton@uams.edu" .
+_:Bba1be3cf99f7183013592a73f41ce5dd "Jie Zheng" .
+_:Bba1be3cf99f7183013592a73f41ce5dd "zhengj2007@gmail.com" .
+_:Bd2752020699b32610259ff592b5620c1 "Yongqun Oliver He" .
+_:Bd2752020699b32610259ff592b5620c1 "yongqunh@med.umich.edu" .
+_:B4e1691988c48cf20ee16e59a81032779 "Brian Aevermann" .
+_:B4e1691988c48cf20ee16e59a81032779 "baeverma@jcvi.org" .
+_:B84d016f9dbcedbacc867693dcba1c9fd "Bill Duncan" .
+_:B84d016f9dbcedbacc867693dcba1c9fd "wdduncan@gmail.com" .
+_:Bc8480acab56bba6a283677dbbbd6f06a "Yongqun Oliver He" .
+_:Bc8480acab56bba6a283677dbbbd6f06a "yongqunh@med.umich.edu" .
+_:Bd554f0cacb3f3b61a2464211c2927324 "Edison Ong" .
+_:Bd554f0cacb3f3b61a2464211c2927324 "edong@umich.edu" .
+_:B002a8a34ae72a076520b9fc13f279e69 "Jingshan Huang" .
+_:B002a8a34ae72a076520b9fc13f279e69 "huang@southalabama.edu" .
+_:B62e3f41e9463d67180d943eecbc9b79a "Christian-Alexander Dudek" .
+_:B62e3f41e9463d67180d943eecbc9b79a "c.dudek@tu-braunschweig.de" .
+_:B36a22030665ec3b19fe471103a9d31a6 "Chris Mungall" .
+_:B36a22030665ec3b19fe471103a9d31a6 "cjmungall@lbl.gov" .
+_:B6ea48b42e18cc80e0df25e281691100e "James C. Hu" .
+_:B6ea48b42e18cc80e0df25e281691100e "jimhu@tamu.edu" .
+_:B52a5eaf9b5ae2e4027871ab845dadc36 "Bill Hogan" .
+_:B52a5eaf9b5ae2e4027871ab845dadc36 "hoganwr@gmail.com" .
+_:Be533aa7880ce9e999e501e5e08e278ec "Chen Yang" .
+_:Be533aa7880ce9e999e501e5e08e278ec "chenyangnutrition@gmail.com" .
+_:Bef4df7e98d0194266b6931ab9257c3b2 "Francesco Vitali" .
+_:Bef4df7e98d0194266b6931ab9257c3b2 "francesco.vitali@ibba.cnr.it" .
+_:B396fc8b24ffe1a7ea678baf7e54032b4 "Miguel A. Fortuna" .
+_:B396fc8b24ffe1a7ea678baf7e54032b4 "fortuna@ebd.csic.es" .
+_:Bd04845cf13ca8c4b749b4cb1e5e2760a "Fernanda Farinelli" .
+_:Bd04845cf13ca8c4b749b4cb1e5e2760a "fernanda.farinelli@gmail.com" .
+_:Bbbd143fb0b455d3b1a5d5a4976d6ccea "Mathias Brochhausen" .
+_:Bbbd143fb0b455d3b1a5d5a4976d6ccea "mbrochhausen@gmail.com" .
+_:Bf475150e41ef8eef076ed6a8ca076ea5 "Jie Zheng" .
+_:Bf475150e41ef8eef076ed6a8ca076ea5 "zhengj2007@gmail.com" .
+_:B0790ef083ce019257794e2063d17cd75 "Yongqun Oliver He" .
+_:B0790ef083ce019257794e2063d17cd75 "yongqunh@med.umich.edu" .
+_:B6d910d57bd3d33dde3cd71bba739b29c "Jim Balhoff" .
+_:B6d910d57bd3d33dde3cd71bba739b29c "balhoff@renci.org" .
+_:Bc970a47ab905020f181a0f8013abd5b0 "Stephen Fisher" .
+_:Bc970a47ab905020f181a0f8013abd5b0 "safisher@upenn.edu" .
+_:Bd9f3b6018a252f847d17750d11f9f6ba "Yongqunh He" .
+_:Bd9f3b6018a252f847d17750d11f9f6ba "yongqunh@med.umich.edu" .
+_:Ba5ec93703e97bdb031ee10eb7fab483a "George Gkoutos" .
+_:Ba5ec93703e97bdb031ee10eb7fab483a "g.gkoutos@gmail.com" .
+_:B50d4e0993110d1f7239259f512f37322 "Saurav Kumar" .
+_:B50d4e0993110d1f7239259f512f37322 "saurav.kumar@iispv.cat" .
+_:B0c23ca25a0454c0f54848b4562ccd838 "David Osumi-Sutherland" .
+_:B0c23ca25a0454c0f54848b4562ccd838 "davidos@ebi.ac.uk" .
+_:B0f4400485e180641f06579f910e9885c "Ramona Walls" .
+_:B0f4400485e180641f06579f910e9885c "rlwalls2008@gmail.com" .
+_:B4e2f8f907662ad894ae23fcf57ca9747 "Paul Fabry" .
+_:B4e2f8f907662ad894ae23fcf57ca9747 "paul.fabry@usherbrooke.ca" .
+_:B355a86af4126053edd0322066f695892 "Pankaj Jaiswal" .
+_:B355a86af4126053edd0322066f695892 "jaiswalp@science.oregonstate.edu" .
+_:B9555a09a396642e2c269d43462e56608 "Alayne Cuzick" .
+_:B9555a09a396642e2c269d43462e56608 "alayne.cuzick@rothamsted.ac.uk" .
+_:B861374bb6994e3ba72e23b2834971afd "Sofia Robb" .
+_:B861374bb6994e3ba72e23b2834971afd "smr@stowers.org" .
+_:B311ca1239db9a3f385ad29b91c385249 "Liliana Andres Hernandez" .
+_:B311ca1239db9a3f385ad29b91c385249 "landreshdz@gmail.com" .
+_:B8d15d0dfa041d98ec5f724ea74303d46 "Sofia Robb" .
+_:B8d15d0dfa041d98ec5f724ea74303d46 "smr@stowers.org" .
+_:B283522e16d330b7b0894f03e59137d78 "Pankaj Jaiswal" .
+_:B283522e16d330b7b0894f03e59137d78 "jaiswalp@science.oregonstate.edu" .
+_:B6f584c38cf0846f0dd1d59f06d30b622 "Bob Thacker" .
+_:B6f584c38cf0846f0dd1d59f06d30b622 "robert.thacker@stonybrook.edu" .
+_:Bcf20ade2462a02f0d29eb1d0ed90b2ea "Ramona Walls" .
+_:Bcf20ade2462a02f0d29eb1d0ed90b2ea "rlwalls2008@gmail.com" .
+_:B3d62911cb67b7d21ad66398b5a2ef085 "Darren Natale" .
+_:B3d62911cb67b7d21ad66398b5a2ef085 "dan5@georgetown.edu" .
+_:B90295f626fa16aabffbc5bece8fba9dd "Wes Schafer" .
+_:B90295f626fa16aabffbc5bece8fba9dd "wes_schafer@merck.com" .
+_:B1933f090fefb4f8fdedd5946836034e9 "Zach Landis-Lewis" .
+_:B1933f090fefb4f8fdedd5946836034e9 "zachll@umich.edu" .
+_:Bf7ab83c00f9794ef53805b5736e9b5f3 "Laurel Cooper" .
+_:Bf7ab83c00f9794ef53805b5736e9b5f3 "cooperl@oregonstate.edu" .
+_:B5199eab58a4c4834ec265504423f93ca "G. Thomas Hayman" .
+_:B5199eab58a4c4834ec265504423f93ca "gthayman@mcw.edu" .
+_:B53020856662005aebfdd1ce1d096c7a1 "Daniel C. Berrios" .
+_:B53020856662005aebfdd1ce1d096c7a1 "daniel.c.berrios@nasa.gov" .
+_:Bb3fe0cc2aef24676fdc14e1dc0b8756b "Adnan Malik" .
+_:Bb3fe0cc2aef24676fdc14e1dc0b8756b "amalik@ebi.ac.uk" .
+_:B2aa976a1af06784ed822206e389f1d59 "Chris Mungall" .
+_:B2aa976a1af06784ed822206e389f1d59 "cjmungall@lbl.gov" .
+_:B1ebc15991a69719beadb33b365cc2257 "Shur-Jen Wang" .
+_:B1ebc15991a69719beadb33b365cc2257 "sjwang@mcw.edu" .
+_:Ba5c519a9286e48634150c35eb130c212 "Colin Batchelor" .
+_:Ba5c519a9286e48634150c35eb130c212 "batchelorc@rsc.org" .
+_:B21cac7e5c6637d8bf417465bd417d6f1 "Matthew Brush" .
+_:B21cac7e5c6637d8bf417465bd417d6f1 "mhb120@gmail.com" .
+_:B69dc0482baa4e216d011a739255697d4 "Dan Berrios" .
+_:B69dc0482baa4e216d011a739255697d4 "daniel.c.berrios@nasa.gov" .
+_:Ba3c1d02c8d0bae5375af837befcbe7f8 "Karen Eilbeck" .
+_:Ba3c1d02c8d0bae5375af837befcbe7f8 "keilbeck@genetics.utah.edu" .
+_:B07036ce6a22abf395f7f1caca439f594 "Martin Ramirez" .
+_:B07036ce6a22abf395f7f1caca439f594 "ramirez@macn.gov.ar" .
+_:Bab5b5991febc3e5f0508f4abc6dce3be "Philippe Rocca-Serra" .
+_:Bab5b5991febc3e5f0508f4abc6dce3be "proccaserra@gmail.com" .
+_:B2786a86c688baa83461accad24de884b "Allyson Lister" .
+_:B2786a86c688baa83461accad24de884b "allyson.lister@oerc.ox.ac.uk" .
+_:B0e3ab52d7e6292d19ed2a351d6e69b95 "Lynn Schriml" .
+_:B0e3ab52d7e6292d19ed2a351d6e69b95 "lynn.schriml@gmail.com" .
+_:B33df1e9ab3ed666a4ed25048190c6c02 "Egon Willighagen" .
+_:B33df1e9ab3ed666a4ed25048190c6c02 "egon.willighagen@gmail.com" .
+_:B9c2d74e0a16f112616424c48aa4b8064 "Allyson Lister" .
+_:B9c2d74e0a16f112616424c48aa4b8064 "allyson.lister@oerc.ox.ac.uk" .
+_:B293a9add6183b05b566f15291a87d5f5 "Jim Balhoff" .
+_:B293a9add6183b05b566f15291a87d5f5 "balhoff@renci.org" .
+_:B96db2cb9f508f01c780603a9b80d3dbd "Pankaj Jaiswal" .
+_:B96db2cb9f508f01c780603a9b80d3dbd "jaiswalp@science.oregonstate.edu" .
+_:Be5e356e52b9bdb7f48cf98f19f42dfa5 "Lynn Schriml" .
+_:Be5e356e52b9bdb7f48cf98f19f42dfa5 "lynn.schriml@gmail.com" .
+_:B564c9b83e5aaf3c7b3fd78b17b0ebf49 "Jim Balhoff" .
+_:B564c9b83e5aaf3c7b3fd78b17b0ebf49 "balhoff@renci.org" .
+_:B17608412e8064aae632ddbeb3d03a9d9 "Yuki Yamagata" .
+_:B17608412e8064aae632ddbeb3d03a9d9 "yuki.yamagata@riken.jp" .
+_:B167d0f7e2ca9c1974e7cda4cfac468ef "Chris Mungall" .
+_:B167d0f7e2ca9c1974e7cda4cfac468ef "cjmungall@lbl.gov" .
+_:B607a3829b7820161fa15b4b65ea188e4 "George Gkoutos" .
+_:B607a3829b7820161fa15b4b65ea188e4 "g.gkoutos@gmail.com" .
+_:B86df2e95e5a139d9af2a7489b6c03698 "James McLaughlin" .
+_:B86df2e95e5a139d9af2a7489b6c03698 "jmcl@ebi.ac.uk" .
+_:B8fc86a7d057b15bd900d84a1a655b038 "Sabrina Toro" .
+_:B8fc86a7d057b15bd900d84a1a655b038 "Sabrina@tislab.org" .
+_:B5ab4154cdb7a903d045af8d87cc3e291 "Nicole Vasilevsky" .
+_:B5ab4154cdb7a903d045af8d87cc3e291 "vasilevs@ohsu.edu" .
+_:Bd448bf96044fae26ffdc73f31958f10a "Yongqunh He" .
+_:Bd448bf96044fae26ffdc73f31958f10a "yongqunh@med.umich.edu" .
+_:B93f71b070477e44d22134c579814af72 "Carissa Park" .
+_:B93f71b070477e44d22134c579814af72 "caripark@iastate.edu" .
+_:B47d64f50a484c731b25a8bc9cd9c44a0 "Jim Balhoff" .
+_:B47d64f50a484c731b25a8bc9cd9c44a0 "balhoff@renci.org" .
+_:B896bf96f65d1dd7caddfe11d88385805 "Raymond Lee" .
+_:B896bf96f65d1dd7caddfe11d88385805 "raymond@caltech.edu" .
+_:B4efc8eb98ea581c2c27a9e60491720ae "Chris Grove" .
+_:B4efc8eb98ea581c2c27a9e60491720ae "cgrove@caltech.edu" .
+_:Bccdfc93b18039499dbf7bda584fdd0e7 "Chris Grove" .
+_:Bccdfc93b18039499dbf7bda584fdd0e7 "cgrove@caltech.edu" .
+_:B155bb05b78dc89183dc1d153ac3627e2 "Erik Segerdell" .
+_:B155bb05b78dc89183dc1d153ac3627e2 "Erik.Segerdell@cchmc.org" .
+_:B19890d84add7fdae834acb2d259a1291 "Jennifer Smith" .
+_:B19890d84add7fdae834acb2d259a1291 "jrsmith@mcw.edu" .
+_:Bf7fe0ba8ed1258d2622eee60437bfaa0 "Lutz Fischer" .
+_:Bf7fe0ba8ed1258d2622eee60437bfaa0 "lutz.fischer@tu-berlin.de" .
+_:Bbdbd5a2b960a06f78988722321d7f4e4 "Erik Segerdell" .
+_:Bbdbd5a2b960a06f78988722321d7f4e4 "Erik.Segerdell@cchmc.org" .
+_:Bce71356b12936970ba56b41334509e69 "Colin Batchelor" .
+_:Bce71356b12936970ba56b41334509e69 "batchelorc@rsc.org" .
+_:Bbefeeb481f489a217f6020d474955d05 "Yvonne Bradford" .
+_:Bbefeeb481f489a217f6020d474955d05 "ybradford@zfin.org" .
+_:B38f948d2e1f8ee10c37c211e4da0dd6f "Ceri Van Slyke" .
+_:B38f948d2e1f8ee10c37c211e4da0dd6f "van_slyke@zfin.org" .
+_:B172d4399912010b9debe412018bbfe9b |