Skip to content

Commit

Permalink
OBI release 2023-07-25
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesaoverton committed Jul 25, 2023
1 parent ae36df4 commit f48c8ad
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions config/obi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ idspace: OBI
base_url: /obo/obi

products:
- obi.owl: https://raw.githubusercontent.com/obi-ontology/obi/v2023-03-10/obi.owl
- obi.obo: https://raw.githubusercontent.com/obi-ontology/obi/v2023-03-10/views/obi.obo
- obi.owl: https://raw.githubusercontent.com/obi-ontology/obi/v2023-07-25/obi.owl
- obi.obo: https://raw.githubusercontent.com/obi-ontology/obi/v2023-07-25/views/obi.obo

term_browser: ontobee
example_terms:
Expand All @@ -16,22 +16,22 @@ entries:
### Current Releases

- exact: /obi-base.owl
replacement: https://raw.githubusercontent.com/obi-ontology/obi/v2023-03-10/views/obi-base.owl
replacement: https://raw.githubusercontent.com/obi-ontology/obi/v2023-07-25/views/obi-base.owl

- exact: /obi_core.owl
replacement: https://raw.githubusercontent.com/obi-ontology/obi/v2023-03-10/views/obi_core.owl
replacement: https://raw.githubusercontent.com/obi-ontology/obi/v2023-07-25/views/obi_core.owl

- exact: /obi_IEDBview.owl
replacement: https://raw.githubusercontent.com/obi-ontology/obi/v2017-02-22/obi_iedb.owl

- exact: /release-notes.html
replacement: https://raw.githubusercontent.com/obi-ontology/obi/v2023-03-10/README.md
replacement: https://raw.githubusercontent.com/obi-ontology/obi/v2023-07-25/README.md

- exact: /webService.owl
replacement: https://raw.githubusercontent.com/obi-webservice/OBIws/master/ontology/release/v1.1/webService.owl

- exact: /NIAID-GSC-BRC.owl
replacement: https://raw.githubusercontent.com/obi-ontology/obi/v2023-03-10/views/NIAID-GSC-BRC.owl
replacement: https://raw.githubusercontent.com/obi-ontology/obi/v2023-07-25/views/NIAID-GSC-BRC.owl

- exact: /obi_FGED.owl
replacement: http://svn.code.sf.net/p/obi/code/releases/2013-10-25/obi_FGED.owl
Expand Down Expand Up @@ -272,6 +272,12 @@ entries:
- exact: /2023-03-10/obi.obo
replacement: https://raw.githubusercontent.com/obi-ontology/obi/v2023-03-10/views/obi.obo

- exact: /2023-07-25/obi.owl
replacement: https://raw.githubusercontent.com/obi-ontology/obi/v2023-07-25/obi.owl

- exact: /2023-07-25/obi.obo
replacement: https://raw.githubusercontent.com/obi-ontology/obi/v2023-07-25/views/obi.obo

### Web Service Releases

- exact: /v1.1/webService.owl
Expand Down

0 comments on commit f48c8ad

Please sign in to comment.