RDFLib / prez-ui

BSD 3-Clause "New" or "Revised" License
10 stars 7 forks source link

/object endpoint doesn't work with drop down profile #114

Open edmondchuc opened 1 year ago

edmondchuc commented 1 year ago

For example:

http://localhost:5173/object?uri=https://draft.com/Australian-physiographic-units&_profile=prfl:dd&_mediatype=application/json

It just gives an error message in the UI as:

Not Found: This resource contains no links within Prez

but the browser fetches the data correctly over the network.

This relies on new behaviour in PR https://github.com/RDFLib/prez/pull/155.