-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #818 from EBISPOT/add-emi-onotology
Add EMI ontology
- Loading branch information
Showing
1 changed file
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|