From d8dc337522fe0df47870f7f69523e90a920c68cf Mon Sep 17 00:00:00 2001 From: Aleix Puig <94959119+aleixpuigb@users.noreply.github.com> Date: Mon, 19 Jan 2026 13:09:04 +0000 Subject: [PATCH 1/2] Replace https://raw.githubusercontent.com/obophenotype/chebi_obo_slim/main/chebi_slim.owl with http://purl.obolibrary.org/obo/upheno/chebi_slim.owl --- src/ontology/zp-odk.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ontology/zp-odk.yaml b/src/ontology/zp-odk.yaml index 93f6934..5b62a84 100644 --- a/src/ontology/zp-odk.yaml +++ b/src/ontology/zp-odk.yaml @@ -56,7 +56,7 @@ import_group: use_base: TRUE - id: chebi make_base: TRUE - mirror_from: https://raw.githubusercontent.com/obophenotype/chebi_obo_slim/main/chebi_slim.owl + mirror_from: http://purl.obolibrary.org/obo/upheno/chebi_slim.owl - id: bspo use_base: TRUE - id: pato From 8116d3c6bd83c7bb045cb056427e61af0e86e55f Mon Sep 17 00:00:00 2001 From: Aleix Puig <94959119+aleixpuigb@users.noreply.github.com> Date: Mon, 19 Jan 2026 13:10:52 +0000 Subject: [PATCH 2/2] Update repository --- docs/odk-workflows/RepositoryFileStructure.md | 2 +- src/ontology/Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/odk-workflows/RepositoryFileStructure.md b/docs/odk-workflows/RepositoryFileStructure.md index ec5ba9e..b69f51b 100644 --- a/docs/odk-workflows/RepositoryFileStructure.md +++ b/docs/odk-workflows/RepositoryFileStructure.md @@ -20,7 +20,7 @@ These are the current imports in ZP | caro | http://purl.obolibrary.org/obo/caro.owl | slme | | go | http://purl.obolibrary.org/obo/go.owl | slme | | ro | http://purl.obolibrary.org/obo/ro.owl | slme | -| chebi | https://raw.githubusercontent.com/obophenotype/chebi_obo_slim/main/chebi_slim.owl | slme | +| chebi | http://purl.obolibrary.org/obo/upheno/chebi_slim.owl | slme | | bspo | http://purl.obolibrary.org/obo/bspo.owl | slme | | pato | http://purl.obolibrary.org/obo/pato.owl | slme | | mpath | http://purl.obolibrary.org/obo/mpath.owl | slme | diff --git a/src/ontology/Makefile b/src/ontology/Makefile index 6477c0f..722f324 100644 --- a/src/ontology/Makefile +++ b/src/ontology/Makefile @@ -10,7 +10,7 @@ # More information: https://github.com/INCATools/ontology-development-kit/ # Fingerprint of the configuration file when this Makefile was last generated -CONFIG_HASH= 99af76b7f2328471bf0bb6570a80b7c7424e15a85ba9754da8106283b744a2b2 +CONFIG_HASH= 27bcfbf22854c6eb318992d90aaa2f698967c12545e5df8c945d2b57796aff60 # ---------------------------------------- @@ -554,7 +554,7 @@ mirror-ro: | $(TMPDIR) .PHONY: mirror-chebi .PRECIOUS: $(MIRRORDIR)/chebi.owl mirror-chebi: | $(TMPDIR) - $(ROBOT) remove -I https://raw.githubusercontent.com/obophenotype/chebi_obo_slim/main/chebi_slim.owl --base-iri http://purl.obolibrary.org/obo/CHEBI --axioms external --preserve-structure false --trim false -o $(TMPDIR)/$@.owl + $(ROBOT) remove -I http://purl.obolibrary.org/obo/upheno/chebi_slim.owl --base-iri http://purl.obolibrary.org/obo/CHEBI --axioms external --preserve-structure false --trim false -o $(TMPDIR)/$@.owl ## ONTOLOGY: bspo