RDFLib/VocPrez

Allow VP to 'see' and render hash URIs

Opened this issue · 1 comments

If a persistent URI containing a hash is requested by a client, VP needs to deliver some client-side code that can see the hash fragment, which won't be visible to the server, and append it to VP's resource uri, perhaps via object?uri=URI#frag

This is partially addressed in 2.5 in that URIs containing fragments can be rendered if the URI is a parameter of the object endpoint, i.e. .../object?uri={URI_WITH_FRAG} but obviously PID URIs redirected to VP will loose the frag, so this is still unsolved.