Skip to content

Commit

Permalink
Create mbao.yml
Browse files Browse the repository at this point in the history
Mouse Brain Atlas Ontology PURL added
  • Loading branch information
hkir-dev authored Sep 25, 2023
1 parent c93de22 commit dbaef68
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions config/ontology/mbao.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# PURL configuration for https://purl.brain-bican.org/ontology/mbao
# Mouse Brain Atlas Ontology (MBAO)

idspace: MBA
base_url: /ontology/mbao


products:
# https://purl.brain-bican.org/ontology/mbao/mbao.owl
- mbao.owl: https://raw.githubusercontent.com/brain-bican/mouse_brain_atlas_ontology/main/mbao.owl
- mbao.obo: https://raw.githubusercontent.com/brain-bican/mouse_brain_atlas_ontology/main/mbao.obo
- mbao.json: https://raw.githubusercontent.com/brain-bican/mouse_brain_atlas_ontology/main/mbao.obo

term_browser: ols
example_terms:
- MBA_0000000

entries:

# https://purl.brain-bican.org/ontology/mbao/mbao-base.owl
- exact: /mbao-base.owl
replacement: https://raw.githubusercontent.com/brain-bican/mouse_brain_atlas_ontology/main/mbao-base.owl

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

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


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

0 comments on commit dbaef68

Please sign in to comment.