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

Add purls for the NFDI4Plants ontology #985

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
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: 17 additions & 0 deletions config/dpbo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# PURL configuration for http://purl.obolibrary.org/obo/dpbo

idspace: DPBO
base_url: /obo/dpbo

products:
- dpbo.owl: https://raw.githubusercontent.com/nfdi4plants/nfdi4plants_ontology/main/DPBO.owl
- dpbo.obo: https://raw.githubusercontent.com/nfdi4plants/nfdi4plants_ontology/main/dpbo.obo

term_browser: custom

example_terms:
- DPBO_1000110

entries:
- exact: /wiki
replacement: https://github.com/nfdi4plants/nfdi4plants_ontology/tree/main
8 changes: 8 additions & 0 deletions config/obo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,14 @@ entries:
- from: /DOID_0014667
to: https://disease-ontology.org/?id=DOID:0014667

# Term redirects for DPBO
- regex: ^/obo/DPBO_(\d+)$
replacement: https://terminology.tib.eu/ts/ontologies/dpbo/terms?iri=http://purl.obolibrary.org/obo/DPBO_$1
status: see other
tests:
- from: /DPBO_1000110
to: https://terminology.tib.eu/ts/ontologies/dpbo/terms?iri=http://purl.obolibrary.org/obo/DPBO_1000110

### OBO Format Specification
- exact: /oboformat/
replacement: http://owlcollab.github.io/oboformat/doc/obo-syntax.html
Expand Down
Loading