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
6 changes: 4 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1912,12 +1912,12 @@ ontologies:
- id: https://doi.org/10.1016/B978-0-12-800043-4.00023-3
title: 'Textual Anatomics: the Mouse Developmental Anatomy Ontology and the Gene
Expression Database for Mouse Development (GXD)'
repository: https://github.com/obophenotype/mouse-anatomy-ontology
repository: https://github.com/obophenotype/developmental-mouse-anatomy-ontology
taxon:
id: NCBITaxon:10088
label: Mus
title: Mouse Developmental Anatomy Ontology
tracker: https://github.com/obophenotype/mouse-anatomy-ontology/issues
tracker: https://github.com/obophenotype/developmental-mouse-anatomy-ontology/issues
usages:
- description: GXD
seeAlso: https://doi.org/10.25504/FAIRsharing.q9neh8
Expand Down Expand Up @@ -7078,6 +7078,8 @@ ontologies:
ontology_purl: http://purl.obolibrary.org/obo/uo.owl
- id: uo.obo
ontology_purl: http://purl.obolibrary.org/obo/uo.obo
- id: uo.json
ontology_purl: http://purl.obolibrary.org/obo/uo.json
publications:
- id: https://www.ncbi.nlm.nih.gov/pubmed/23060432
title: 'The Units Ontology: a tool for integrating units of measurement in science'
Expand Down
8 changes: 6 additions & 2 deletions registry/ontologies.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -2652,13 +2652,13 @@
"title": "Textual Anatomics: the Mouse Developmental Anatomy Ontology and the Gene Expression Database for Mouse Development (GXD)"
}
],
"repository": "https://github.com/obophenotype/mouse-anatomy-ontology",
"repository": "https://github.com/obophenotype/developmental-mouse-anatomy-ontology",
"taxon": {
"id": "NCBITaxon:10088",
"label": "Mus"
},
"title": "Mouse Developmental Anatomy Ontology",
"tracker": "https://github.com/obophenotype/mouse-anatomy-ontology/issues",
"tracker": "https://github.com/obophenotype/developmental-mouse-anatomy-ontology/issues",
"usages": [
{
"description": "GXD",
Expand Down Expand Up @@ -9881,6 +9881,10 @@
{
"id": "uo.obo",
"ontology_purl": "http://purl.obolibrary.org/obo/uo.obo"
},
{
"id": "uo.json",
"ontology_purl": "http://purl.obolibrary.org/obo/uo.json"
}
],
"publications": [
Expand Down
Loading