Skip to content

Commit

Permalink
Merge pull request #818 from EBISPOT/add-emi-onotology
Browse files Browse the repository at this point in the history
Add EMI ontology
  • Loading branch information
haideriqbal authored Dec 13, 2024
2 parents 7dde027 + 52ff6dc commit 0c8a8f8
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions ebi_ontologies.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,48 @@
"id": "uniprotrdfs",
"ontology_purl": "https://ftp.uniprot.org/pub/databases/uniprot/current_release/rdf/core.owl"
},
{
"id": "emi",
"creator": [
"Tarcisio Mendes de Farias",
"Luca Cappelletti",
"Marco Pagni",
"Arnaud Gaudry",
"Florence Mehl",
"Ana Claudia Sima",
"Pierre-Marie Allard",
"Disha Tandon",
"The Earth Metabolome Initiative Consortium"
],
"is_foundary": false,
"preferredPrefix": "EMI",
"title": "The Earth Metabolome Initiative (EMI) ontology",
"uri": "https://purl.org/emi",
"description": "The Earth Metabolome Initiative (EMI) ontology is designed to capture and structure the metabolic content of all currently known species on our planet.",
"homepage": "https://purl.org/emi/documentation",
"mailing_list": "[email protected]",
"label_property": [
"rdfs:label",
"http://www.w3.org/2004/02/skos/core#altLabel",
"http://www.w3.org/2004/02/skos/core#prefLabel"
],
"definition_property": [
"rdfs:comment",
"http://www.w3.org/2004/02/skos/core#definition"
],
"synonym_property": [
"http://www.w3.org/2004/02/skos/core#closeMatch"
],
"hierarchical_property": [
"rdfs:subClassOf",
"rdfs:subPropertyOf"
],
"hidden_property": "List of properties to that are ignored when rendering the ontology.",
"base_uri": "https://purl.org/emi#",
"reasoner": "Hermit",
"oboSlims": false,
"ontology_purl": "https://raw.githubusercontent.com/digital-botanical-gardens-initiative/earth_metabolome_ontology/refs/heads/main/emi-ols.ttl"
},
{
"id": "hra",
"uri": "https://purl.humanatlas.io/collection/hra",
Expand Down

0 comments on commit 0c8a8f8

Please sign in to comment.