Skip to content

Commit ca71495

Browse files
🚀 Automatically rebuilt derived files (#2658)
Co-authored-by: GitHub Action <action@github.com>
1 parent 8e060d2 commit ca71495

5 files changed

Lines changed: 1140 additions & 1118 deletions

File tree

_config.yml

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3803,32 +3803,36 @@ ontologies:
38033803
ontology_purl: http://purl.obolibrary.org/obo/mondo.owl
38043804
preferredPrefix: MONDO
38053805
products:
3806-
- description: Complete ontology. Uses MONDO IDs. Imports merged. The original mondo.owl
3807-
without merged imports and with equivalence axioms can now be obtained from
3808-
the release pages and is called mondo-with-equivalents.
3806+
- description: Complete ontology with merged imports.
38093807
format: owl-rdf/xml
38103808
id: mondo.owl
38113809
is_canonical: true
38123810
ontology_purl: http://purl.obolibrary.org/obo/mondo.owl
3813-
title: Main OWL edition
3811+
title: Mondo OWL edition
38143812
- derived_from: mondo.owl
3815-
description: As OWL. xrefs can be used as proxy for equivalence. Uses Mondo IDs.
3813+
description: OBO serialization of mondo.owl.
38163814
format: obo
38173815
id: mondo.obo
38183816
ontology_purl: http://purl.obolibrary.org/obo/mondo.obo
3819-
title: obo-format edition
3817+
title: Mondo OBO Format edition
38203818
- derived_from: mondo.owl
3821-
description: Equivalent to the OWL edition.
3819+
description: Obographs serialization of mondo.owl.
38223820
format: obo
38233821
id: mondo.json
38243822
ontology_purl: http://purl.obolibrary.org/obo/mondo.json
3825-
title: json edition
3823+
title: Mondo JSON edition
38263824
- description: The main ontology plus axioms connecting to select external ontologies,
38273825
excluding the external ontologies themselves
38283826
format: owl
38293827
id: mondo/mondo-base.owl
38303828
ontology_purl: http://purl.obolibrary.org/obo/mondo/mondo-base.owl
3831-
title: Mondo Base Module
3829+
title: Mondo Base Release
3830+
- description: The main ontology classes and their hierarchies, without references
3831+
to external terms.
3832+
format: owl
3833+
id: mondo/mondo-simple.owl
3834+
ontology_purl: http://purl.obolibrary.org/obo/mondo/mondo-simple.owl
3835+
title: Mondo Simple Release
38323836
publications:
38333837
- id: https://www.medrxiv.org/content/10.1101/2022.04.13.22273750
38343838
title: 'Mondo: Unifying diseases for the world, by the world'
@@ -3840,7 +3844,6 @@ ontologies:
38403844
label: Metazoa
38413845
title: Mondo Disease Ontology
38423846
tracker: https://github.com/monarch-initiative/mondo/issues
3843-
twitter: MonarchInit
38443847
usages:
38453848
- description: Mondo is used by the Monarch Initiative for disease annotations.
38463849
examples:

registry/ontologies.jsonld

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5351,35 +5351,42 @@
53515351
"preferredPrefix": "MONDO",
53525352
"products": [
53535353
{
5354-
"description": "Complete ontology. Uses MONDO IDs. Imports merged. The original mondo.owl without merged imports and with equivalence axioms can now be obtained from the release pages and is called mondo-with-equivalents.",
5354+
"description": "Complete ontology with merged imports.",
53555355
"format": "owl-rdf/xml",
53565356
"id": "mondo.owl",
53575357
"is_canonical": true,
53585358
"ontology_purl": "http://purl.obolibrary.org/obo/mondo.owl",
5359-
"title": "Main OWL edition"
5359+
"title": "Mondo OWL edition"
53605360
},
53615361
{
53625362
"derived_from": "mondo.owl",
5363-
"description": "As OWL. xrefs can be used as proxy for equivalence. Uses Mondo IDs.",
5363+
"description": "OBO serialization of mondo.owl.",
53645364
"format": "obo",
53655365
"id": "mondo.obo",
53665366
"ontology_purl": "http://purl.obolibrary.org/obo/mondo.obo",
5367-
"title": "obo-format edition"
5367+
"title": "Mondo OBO Format edition"
53685368
},
53695369
{
53705370
"derived_from": "mondo.owl",
5371-
"description": "Equivalent to the OWL edition.",
5371+
"description": "Obographs serialization of mondo.owl.",
53725372
"format": "obo",
53735373
"id": "mondo.json",
53745374
"ontology_purl": "http://purl.obolibrary.org/obo/mondo.json",
5375-
"title": "json edition"
5375+
"title": "Mondo JSON edition"
53765376
},
53775377
{
53785378
"description": "The main ontology plus axioms connecting to select external ontologies, excluding the external ontologies themselves",
53795379
"format": "owl",
53805380
"id": "mondo/mondo-base.owl",
53815381
"ontology_purl": "http://purl.obolibrary.org/obo/mondo/mondo-base.owl",
5382-
"title": "Mondo Base Module"
5382+
"title": "Mondo Base Release"
5383+
},
5384+
{
5385+
"description": "The main ontology classes and their hierarchies, without references to external terms.",
5386+
"format": "owl",
5387+
"id": "mondo/mondo-simple.owl",
5388+
"ontology_purl": "http://purl.obolibrary.org/obo/mondo/mondo-simple.owl",
5389+
"title": "Mondo Simple Release"
53835390
}
53845391
],
53855392
"publications": [
@@ -5398,7 +5405,6 @@
53985405
},
53995406
"title": "Mondo Disease Ontology",
54005407
"tracker": "https://github.com/monarch-initiative/mondo/issues",
5401-
"twitter": "MonarchInit",
54025408
"usages": [
54035409
{
54045410
"description": "Mondo is used by the Monarch Initiative for disease annotations.",

0 commit comments

Comments
 (0)