From 1aea4b7cd3dcf9c06a32ce00eb891d7973ad222b Mon Sep 17 00:00:00 2001 From: Andy Deans Date: Mon, 11 Mar 2024 15:19:04 -0400 Subject: [PATCH 1/2] Create gallont.yml Using pato.yml as an example and following instructions here: https://github.com/OBOFoundry/OBOFoundry.github.io/issues/2522#issuecomment-1922205923 --- config/gallont.yml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 config/gallont.yml diff --git a/config/gallont.yml b/config/gallont.yml new file mode 100644 index 0000000..c3a2205 --- /dev/null +++ b/config/gallont.yml @@ -0,0 +1,36 @@ +# PURL configuration for http://purl.obolibrary.org/obo/gallont + +idspace: GALLONT +base_url: /obo/gallont + +base_redirect: https://github.com/adeans/gallont + +products: +- gallont.owl: https://raw.githubusercontent.com/adeans/gallont/main/gallont.owl +- gallont.obo: https://raw.githubusercontent.com/adeans/gallont/main/gallont.obo + +term_browser: ontobee +example_terms: +- GALLONT_0000001 + +entries: +- exact: /browse + replacement: http://www.ontobee.org/browser/index.php?o=GALLONT + +- prefix: /releases/ + replacement: https://raw.githubusercontent.com/adeans/gallont/v + +- prefix: /about/ + replacement: http://www.ontobee.org/ontology/GALLONT?iri=http://purl.obolibrary.org/obo/ + tests: + - from: /about/GALLONT_0000001 + to: http://www.ontobee.org/browser/rdf.php?o=GALLONT&iri=http://purl.obolibrary.org/obo/GALLONT_0000001 + +- prefix: /imports/ + replacement: https://raw.githubusercontent.com/adeans/gallont/master/imports/ + +- prefix: /tracker/ + replacement: https://github.com/adeans/gallont/issues + +- prefix: / + replacement: https://raw.githubusercontent.com/adeans/gallont/master/ From a1f33f482dde83e56440dfcafff1b8d68d109d5e Mon Sep 17 00:00:00 2001 From: "James A. Overton" Date: Mon, 11 Mar 2024 16:09:10 -0400 Subject: [PATCH 2/2] Fix /about/ replacement --- config/gallont.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/gallont.yml b/config/gallont.yml index c3a2205..015cbef 100644 --- a/config/gallont.yml +++ b/config/gallont.yml @@ -21,7 +21,7 @@ entries: replacement: https://raw.githubusercontent.com/adeans/gallont/v - prefix: /about/ - replacement: http://www.ontobee.org/ontology/GALLONT?iri=http://purl.obolibrary.org/obo/ + replacement: http://www.ontobee.org/browser/rdf.php?o=GALLONT&iri=http://purl.obolibrary.org/obo/ tests: - from: /about/GALLONT_0000001 to: http://www.ontobee.org/browser/rdf.php?o=GALLONT&iri=http://purl.obolibrary.org/obo/GALLONT_0000001