Skip to content
Merged
Show file tree
Hide file tree
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
10 changes: 10 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1171,6 +1171,16 @@ ontologies:
repository: https://github.com/OBOFoundry/COB
title: Core Ontology for Biology and Biomedicine
tracker: https://github.com/OBOFoundry/COB/issues
usages:
- description: Ontologies using COB terms
examples:
- description: List of ontologies using at least one COB term (See section entitled
"Which ontologies use it?")
url: http://dashboard.obofoundry.org/dashboard/cob/dashboard.html
- description: List of ontologies using the term 'organism' (See section entitled
"Ontologies that use the Class")
url: https://ontobee.org/ontology/COB?iri=http://purl.obolibrary.org/obo/COB_0000022
user: (multiple)
- activity_status: active
contact:
email: entiminae@gmail.com
Expand Down
18 changes: 17 additions & 1 deletion registry/ontologies.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -1602,7 +1602,23 @@
],
"repository": "https://github.com/OBOFoundry/COB",
"title": "Core Ontology for Biology and Biomedicine",
"tracker": "https://github.com/OBOFoundry/COB/issues"
"tracker": "https://github.com/OBOFoundry/COB/issues",
"usages": [
{
"description": "Ontologies using COB terms",
"examples": [
{
"description": "List of ontologies using at least one COB term (See section entitled \"Which ontologies use it?\")",
"url": "http://dashboard.obofoundry.org/dashboard/cob/dashboard.html"
},
{
"description": "List of ontologies using the term 'organism' (See section entitled \"Ontologies that use the Class\")",
"url": "https://ontobee.org/ontology/COB?iri=http://purl.obolibrary.org/obo/COB_0000022"
}
],
"user": "(multiple)"
}
]
},
{
"activity_status": "active",
Expand Down
Loading