Skip to content
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
17 changes: 14 additions & 3 deletions config/oae.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ idspace: OAE
base_url: /obo/oae

products:
- oae.owl: https://raw.githubusercontent.com/OAE-ontology/OAE/master/src/oae_merged.owl
- oae.owl: https://raw.githubusercontent.com/OAE-ontology/OAE/master/oae.owl

term_browser: ontobee
example_terms:
Expand All @@ -17,6 +17,17 @@ entries:
- from: /about/OAE_0000001
to: http://www.ontobee.org/browser/rdf.php?o=OAE&iri=http://purl.obolibrary.org/obo/OAE_0000001

- prefix: /
Comment thread
jamesaoverton marked this conversation as resolved.
replacement: http://svn.code.sf.net/p/oae/code/trunk/src/ontology/
- exact: /tracker
replacement: https://github.com/OAE-ontology/OAE/issues

- prefix: /releases/
replacement: https://raw.githubusercontent.com/OAE-ontology/OAE/v
Comment thread
zhengj2007 marked this conversation as resolved.
Comment thread
zhengj2007 marked this conversation as resolved.
Comment thread
jamesaoverton marked this conversation as resolved.
tests:
- from: /releases/2026-04-15/oae.owl
to: https://raw.githubusercontent.com/OAE-ontology/OAE/v2026-04-15/oae.owl

- prefix: /
replacement: https://raw.githubusercontent.com/OAE-ontology/OAE/master/
tests:
- from: /oae-base.owl
to: https://raw.githubusercontent.com/OAE-ontology/OAE/master/oae-base.owl
Loading