RDFLib / VocPrez

A tool (API and web front-end) for the read-only delivery system of SKOS vocabularies.
GNU General Public License v3.0
21 stars 13 forks source link

Allow VP to 'see' and render hash URIs #38

Open nicholascar opened 3 years ago

nicholascar commented 3 years ago

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

nicholascar commented 3 years ago

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.