Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add prefix: como #1361

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions src/bioregistry/data/bioregistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -21396,6 +21396,34 @@
"repository": "https://github.com/CommonCoreOntology/CommonCoreOntologies",
"uri_format": "http://www.ontologyrepository.com/CommonCoreOntologies/$1"
},
"como": {
"comment": "Also registered here: https://bioportal.bioontology.org/ontologies/COMO. New versions of ontology will be at this URL: https://raw.githubusercontent.com/jmchandonia/CORAL/refs/heads/main/example/pedometer/ontologies/context_measurement_ontology.obo",
"contact": {
"email": "[email protected]",
"github": "[email protected]",
"name": "John-Marc Chandonia",
"orcid": "0000-0002-5153-9079"
},
"contributor": {
"email": "[email protected]",
"github": "jmchandonia",
"name": "John-Marc Chandonia",
"orcid": "0000-0002-5153-9079"
},
"description": "The Context and Measurement Ontology contains ontological terms to describe the context for various types of experimental data and measurements. It is useful in its current state for several different environmental microbiology projects. This ontology is used in multiple CORAL (Contextual Ontology-based Repository Analysis Library) deployments.",
"example": "COMO:0000001",
"github_request_issue": 1360,
"homepage": "https://github.com/jmchandonia/CORAL",
"license": "AGPL-3.0-only",
"name": "Contextual Ontology-based Repository Analysis Library (CORAL)",
"pattern": "^\\d+$",
"publications": [
{
"doi": "10.1093/gigascience/giac089/6762021"
}
],
"repository": "https://github.com/jmchandonia/CORAL"
},
"complexportal": {
"biocontext": {
"prefix": "COMPLEXPORTAL"
Expand Down