-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [create-pull-request] automated change * Add OWL link, change pattern and add reviewer * Fix download owl key * Add PURL as URL format --------- Co-authored-by: nataled <[email protected]> Co-authored-by: Ben Gyori <[email protected]>
- Loading branch information
1 parent
eb4ff3a
commit 58014f2
Showing
1 changed file
with
28 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 |
---|---|---|
|
@@ -78167,6 +78167,34 @@ | |
"repository": "https://github.com/EBISPOT/OBAN", | ||
"uri_format": "http://purl.org/oban/$1" | ||
}, | ||
"obci": { | ||
"contact": { | ||
"email": "[email protected]", | ||
"github": "nataled", | ||
"name": "Darren A. Natale", | ||
"orcid": "0000-0001-5809-9523" | ||
}, | ||
"contributor": { | ||
"email": "[email protected]", | ||
"github": "nataled", | ||
"name": "Darren A. Natale", | ||
"orcid": "0000-0001-5809-9523" | ||
}, | ||
"description": "The Ontology for Biomarkers of Clinical Interest (OBCI) formally defines biomarkers for diseases, phenotypes, and effects.", | ||
"download_owl": "https://proteininformationresource.org/staff/nataled/OBCI/obci.owl", | ||
"example": "000000001", | ||
"github_request_issue": 1174, | ||
"homepage": "https://github.com/clinical-biomarkers/OBCI", | ||
"name": "Ontology for Biomarkers of Clinical Interest", | ||
"pattern": "^\\d+$", | ||
"reviewer": { | ||
"email": "[email protected]", | ||
"github": "bgyori", | ||
"name": "Benjamin M. Gyori", | ||
"orcid": "0000-0001-9439-5346" | ||
}, | ||
"uri_format": "http://purl.obolibrary.org/obo/OBCI_$1" | ||
}, | ||
"obcs": { | ||
"aberowl": { | ||
"description": "A biomedical ontology in the domain of biological and clinical statistics.", | ||
|