From deda64ce16481c060f0828e07412e1a3d945da70 Mon Sep 17 00:00:00 2001 From: henrietteharmse Date: Wed, 29 Nov 2023 16:48:02 +0000 Subject: [PATCH 1/2] Fix for #592. --- dataload/configs/mamo.json | 14 ++++++++++++++ dataload/configs/ols.json | 10 ++++++++++ 2 files changed, 24 insertions(+) create mode 100644 dataload/configs/mamo.json diff --git a/dataload/configs/mamo.json b/dataload/configs/mamo.json new file mode 100644 index 000000000..455ddce0c --- /dev/null +++ b/dataload/configs/mamo.json @@ -0,0 +1,14 @@ +{ + "ontologies": [ + { + "id": "mamo", + "preferredPrefix": "MAMO", + "title": "Mathematical Modelling Ontology", + "label_property": "http://www.w3.org/2004/02/skos/core#prefLabel", + "synonym_property": [ + "http://www.w3.org/2004/02/skos/core#altLabel" + ], + "ontology_purl": "https://raw.githubusercontent.com/EBISPOT/mamo/main/mamo.rdf" + } + ] +} diff --git a/dataload/configs/ols.json b/dataload/configs/ols.json index c9e78fc91..d2e0ea9f7 100644 --- a/dataload/configs/ols.json +++ b/dataload/configs/ols.json @@ -983,6 +983,16 @@ "Carlos Oscar Sorzano, Irene Sánchez" ], "description": "Ontology that describes data types and image processing operations in Cryo Electron Microscopy of Single Particles" + }, + { + "id": "mamo", + "preferredPrefix": "MAMO", + "title": "Mathematical Modelling Ontology", + "label_property": "http://www.w3.org/2004/02/skos/core#prefLabel", + "synonym_property": [ + "http://www.w3.org/2004/02/skos/core#altLabel" + ], + "ontology_purl": "https://raw.githubusercontent.com/EBISPOT/mamo/main/mamo.rdf" } ] } From d211e09fae195fa814b9d6deef0d38b0793c6489 Mon Sep 17 00:00:00 2001 From: henrietteharmse Date: Thu, 30 Nov 2023 11:57:37 +0000 Subject: [PATCH 2/2] Fix for #592 to ebi-ontologies.json rather than ols.json! --- ebi_ontologies.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ebi_ontologies.json b/ebi_ontologies.json index c875f7e75..93512da22 100644 --- a/ebi_ontologies.json +++ b/ebi_ontologies.json @@ -1121,11 +1121,13 @@ }, { "id":"mamo", + "preferredPrefix": "MAMO", "title":"Mathematical Modelling Ontology", "label_property":"http://www.w3.org/2004/02/skos/core#prefLabel", "synonym_property":[ "http://www.w3.org/2004/02/skos/core#altLabel" - ] + ], + "ontology_purl": "https://raw.githubusercontent.com/EBISPOT/mamo/main/mamo.rdf" }, { "id":"mfoem",