From f4715f1535766f7c84501e75208612bd5e39a001 Mon Sep 17 00:00:00 2001 From: Ugur Bayindir Date: Tue, 10 Jun 2025 12:07:00 -0400 Subject: [PATCH 1/2] Add DHBA mapping --- config/dumps/neo4j2owl-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/dumps/neo4j2owl-config.yaml b/config/dumps/neo4j2owl-config.yaml index 6107b88..2f9562d 100644 --- a/config/dumps/neo4j2owl-config.yaml +++ b/config/dumps/neo4j2owl-config.yaml @@ -409,6 +409,7 @@ curie_map: PCL: http://purl.obolibrary.org/obo/PCL_ EFO: http://www.ebi.ac.uk/efo/EFO_ PATO: http://purl.obolibrary.org/obo/PATO_ + DHBA: https://purl.brain-bican.org/ontology/dhbao/DHBA_ filters: From a14c2d226dc305272fa9abedf4fdf18367a480e4 Mon Sep 17 00:00:00 2001 From: Ugur Bayindir Date: Tue, 10 Jun 2025 17:25:51 +0100 Subject: [PATCH 2/2] Update schema_validator.yaml --- .github/workflows/schema_validator.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/schema_validator.yaml b/.github/workflows/schema_validator.yaml index eee1c89..5cee80a 100644 --- a/.github/workflows/schema_validator.yaml +++ b/.github/workflows/schema_validator.yaml @@ -8,6 +8,7 @@ on: permissions: contents: write + pull-requests: write jobs: yaml-schema-validation: