Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
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
Comments
|
Many thanks for reporting @DavidFichtmueller! @cmungall is this something that the central OBO PURL handling team should be aware of? |
pbuttigieg
assigned cmungall and pbuttigieg
Jun 9, 2017
pbuttigieg
added bug high priority
labels
Jun 9, 2017
cmungall
added a commit
to OBOFoundry/purl.obolibrary.org
that referenced
this issue
Jun 9, 2017
|
|
cmungall |
41b35d1
|
cmungall
referenced
this issue
in OBOFoundry/purl.obolibrary.org
Jun 9, 2017
Merged
Fixing envo release purls #331
cmungall
closed this
in OBOFoundry/purl.obolibrary.org#331
Jun 9, 2017
|
Thanks for reporting! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
DavidFichtmueller commentedJun 1, 2017
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.