You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@VladimirAlexiev, in principal, a "lodestar" should be able to host IRIs that may not be permanently resolvable or which may not be hosted on that particular server. Using canonical forms can lead to odd results occasionally, for instance, try this query:
SELECTDISTINCT ?g
WHERE {
GRAPH?g { ?s?p?o }
}
On the other hand, I caused this issue so that development on http://localhost:8080/ would refer to the development system rather than to the production installation. That is a basic requirement for my automated testing of the system, but I think it could be done in a different way where a REST URI beginning with https://id.nlm.nih.gov/ is rewritten to a baseURI.
A MESH page eg https://id.nlm.nih.gov/mesh/D008071.html uses ugly URLs, eg
Given that all these URLs resolve, please present them in their canonic form:
Otherwise it becomes unnecessarily complex to share MESH semantic URLs.
There are also links over ontology terms, eg
Because these use hash, presenting them in their canonic form
will be a problem because the browser will send only https://id.nlm.nih.gov/mesh/vocab, resulting in the whole ontology being returned.
Perhaps you can use the canonic form in the link name, but the
describe
form in the link, egThe text was updated successfully, but these errors were encountered: