From b3a2778e82c5271cb5776e7a2b5f71bc4a1b3e36 Mon Sep 17 00:00:00 2001 From: Nico Matentzoglu Date: Thu, 6 May 2021 06:48:20 +0100 Subject: [PATCH 1/2] Create aism.yml see #1474 --- config/aism.yml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 config/aism.yml diff --git a/config/aism.yml b/config/aism.yml new file mode 100644 index 00000000..e4b60232 --- /dev/null +++ b/config/aism.yml @@ -0,0 +1,27 @@ +# PURL configuration for http://purl.obolibrary.org/obo/aism + +idspace: AISM +base_url: /obo/aism + +products: +- aism.owl: https://raw.githubusercontent.com/obophenotype/anatomy_ontology_of_insect_skeletomuscular_system/master/aism.owl +- aism.obo: https://raw.githubusercontent.com/obophenotype/anatomy_ontology_of_insect_skeletomuscular_system/master/aism.obo + +term_browser: ontobee +example_terms: +- AISM_0000000 + +entries: + +- prefix: /releases/ + replacement: https://raw.githubusercontent.com/obophenotype/anatomy_ontology_of_insect_skeletomuscular_system/v + +- prefix: /tracker/ + replacement: https://github.com/obophenotype/anatomy_ontology_of_insect_skeletomuscular_system/issues + +- prefix: /about/ + replacement: http://www.ontobee.org/ontology/AISM?iri=http://purl.obolibrary.org/obo/ + +## generic fall-through, serve direct from github by default +- prefix: / + replacement: https://raw.githubusercontent.com/obophenotype/anatomy_ontology_of_insect_skeletomuscular_system/master/ From ef8aced7b81ba45227f2683fb9da3e4ef0dfe091 Mon Sep 17 00:00:00 2001 From: Nico Matentzoglu Date: Thu, 6 May 2021 06:57:09 +0100 Subject: [PATCH 2/2] Update aism.yml --- config/aism.yml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/config/aism.yml b/config/aism.yml index e4b60232..b160da6d 100644 --- a/config/aism.yml +++ b/config/aism.yml @@ -4,24 +4,28 @@ idspace: AISM base_url: /obo/aism products: -- aism.owl: https://raw.githubusercontent.com/obophenotype/anatomy_ontology_of_insect_skeletomuscular_system/master/aism.owl -- aism.obo: https://raw.githubusercontent.com/obophenotype/anatomy_ontology_of_insect_skeletomuscular_system/master/aism.obo +- aism.owl: https://raw.githubusercontent.com/insect-morphology/aism/master/aism.owl +- aism.obo: https://raw.githubusercontent.com/insect-morphology/aism/master/aism.obo +- aism.json: https://raw.githubusercontent.com/insect-morphology/aism/master/aism.json term_browser: ontobee example_terms: -- AISM_0000000 +- AISM_0000005 entries: - prefix: /releases/ - replacement: https://raw.githubusercontent.com/obophenotype/anatomy_ontology_of_insect_skeletomuscular_system/v + replacement: https://raw.githubusercontent.com/insect-morphology/aism/v + tests: + - from: /releases/2021-04-26/ + to: https://raw.githubusercontent.com/insect-morphology/aism/v2021-04-26/ - prefix: /tracker/ - replacement: https://github.com/obophenotype/anatomy_ontology_of_insect_skeletomuscular_system/issues + replacement: https://github.com/insect-morphology/aism/issues - prefix: /about/ replacement: http://www.ontobee.org/ontology/AISM?iri=http://purl.obolibrary.org/obo/ ## generic fall-through, serve direct from github by default - prefix: / - replacement: https://raw.githubusercontent.com/obophenotype/anatomy_ontology_of_insect_skeletomuscular_system/master/ + replacement: https://raw.githubusercontent.com/insect-morphology/aism/master/