Skip to content

Commit 323ba50

Browse files
authored
Add PURL configuration for PBPKO
1 parent d1bc24b commit 323ba50

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

config/pbpko.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# PURL configuration for http://purl.obolibrary.org/obo/pbpko
2+
3+
idspace: PBPKO
4+
base_url: /obo/pbpko
5+
6+
base_redirect: https://github.com/InSilicoVida-Research-Lab/pbpko
7+
8+
products:
9+
- pbpko.owl: https://raw.githubusercontent.com/InSilicoVida-Research-Lab/pbpko/refs/heads/main/Robot/ontologies/pbpko.owl
10+
11+
term_browser: ontobee
12+
example_terms:
13+
- PBPKO_10008
14+
15+
entries:
16+
- exact: /tracker
17+
replacement: https://github.com/InSilicoVida-Research-Lab/pbpko/issues
18+
19+
- exact: /about
20+
replacement: https://insilicovida-research-lab.github.io/pbpko/
21+
22+
# Versioned release (latest)
23+
- exact: /releases/v1.3.1/pbpko.owl
24+
replacement: https://github.com/InSilicoVida-Research-Lab/pbpko/releases/download/v1.3.1/pbpko_19_10_2025.owl
25+
26+
# Generic versioned releases redirect
27+
- prefix: /releases/
28+
replacement: https://github.com/InSilicoVida-Research-Lab/pbpko/releases/
29+
tests:
30+
- from: /releases/tag/v1.3.1
31+
to: https://github.com/InSilicoVida-Research-Lab/pbpko/releases/tag/v1.3.1

0 commit comments

Comments
 (0)