Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

Already on GitHub? Sign in to your account

Error in redirects for owl:versionIRIs #511

Closed
DavidFichtmueller opened this Issue Jun 1, 2017 · 2 comments

Comments

Projects
None yet
3 participants

In each version the element owl:versionIRI within owl:Ontology contains a link to the owl file of that version. The links are structured like this: http://purl.obolibrary.org/obo/envo/releases/2017-05-10/envo.owl (version from the current pre-release). When trying to call the URL, there is a forward to https://raw.githubusercontent.com , e.g. https://raw.githubusercontent.com/EnvironmentOntology/envo/master/v2017-05-10/envo.owl for the link above. However this link returns a 404. This seems to be generic redirect, as it also works for dates where no release happened. The problem is the segment "/master". Removing it, returns the desired file. So the redirect needs to be adjusted to fix all of the broken versionIRI links from all releases.

I am not sure if this is the correct place to post this issue, but it seemed like the best way. Please correct me, if I am mistaken in this regard.

Owner

pbuttigieg commented Jun 9, 2017

Many thanks for reporting @DavidFichtmueller! @cmungall is this something that the central OBO PURL handling team should be aware of?

@cmungall cmungall added a commit to OBOFoundry/purl.obolibrary.org that referenced this issue Jun 9, 2017

@cmungall cmungall Fixing envo release purls 41b35d1

cmungall referenced this issue in OBOFoundry/purl.obolibrary.org Jun 9, 2017

Merged

Fixing envo release purls #331

Owner

cmungall commented Jun 9, 2017

Thanks for reporting!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment