Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hbao purl resolution #55

Merged
merged 1 commit into from
Oct 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion config/ontology/hbao.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,21 @@ products:
- hbao.obo: https://raw.githubusercontent.com/brain-bican/human_brain_atlas_ontology/main/hbao.obo
- hbao.json: https://raw.githubusercontent.com/brain-bican/human_brain_atlas_ontology/main/hbao.obo

term_browser: ols
term_browser: custom
example_terms:
- HBA_0000000

base_redirect: https://github.com/brain-bican/human_brain_atlas_ontology

entries:

# OLS resolution for HBA Terms
- regex: ^/ontology/dhbao/HBA_(\d+)$
replacement: https://www.ebi.ac.uk/ols4/ontologies/hba/terms/https%253A%252F%252Fpurl.brain-bican.org%252Fontology%252Fhbao%252FHBA_$1
tests:
- from: /hbao/HBA_4697
to: https://www.ebi.ac.uk/ols4/ontologies/hba/terms/https%253A%252F%252Fpurl.brain-bican.org%252Fontology%252Fhbao%252FHBA_4697

# https://purl.brain-bican.org/ontology/hbao/hbao-base.owl
- exact: /hbao-base.owl
replacement: https://raw.githubusercontent.com/brain-bican/human_brain_atlas_ontology/main/hbao-base.owl
Expand Down
Loading