Skip to content

Commit

Permalink
Merge pull request #18 from brain-bican/hkir-dev-patch-4
Browse files Browse the repository at this point in the history
Create hbao.yml
  • Loading branch information
hkir-dev authored Sep 25, 2023
2 parents 3042812 + bd43eb5 commit 39e120f
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions config/ontology/hbao.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# PURL configuration for https://purl.brain-bican.org/ontology/hbao
# Human Brain Atlas Ontology (HBAO)

idspace: HBA
base_url: /ontology/hbao


products:
# https://purl.brain-bican.org/ontology/hbao/hbao.owl
- hbao.owl: https://raw.githubusercontent.com/brain-bican/human_brain_atlas_ontology/main/hbao.owl
- 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
example_terms:
- HBA_0000000

entries:

# 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

# https://purl.brain-bican.org/ontology/hbao/latest/hbao.owl
- prefix: /latest/
replacement: https://github.com/brain-bican/human_brain_atlas_ontology/blob/main/

# https://purl.brain-bican.org/ontology/hbao/releases/2022-11-02/hbao.owl
- regex: ^/ontology/hbao/releases/(.*)/hbao\.owl$
replacement: https://raw.githubusercontent.com/brain-bican/human_brain_atlas_ontology/$1/hbao.owl
tests:
- from: /hbao/releases/2022-11-02/hbao.owl
to: https://raw.githubusercontent.com/brain-bican/human_brain_atlas_ontology/2022-11-02/hbao.owl


## generic fall-through, serve direct from github by default
- prefix: /
replacement: https://raw.githubusercontent.com/brain-bican/human_brain_atlas_ontology/main/

0 comments on commit 39e120f

Please sign in to comment.