RDFLib / prez-ui

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

SKOS Concepts showing 404 Not Found when routing to it. #31

Closed edmondchuc closed 1 year ago

edmondchuc commented 1 year ago

Example online: https://gsq-prez.dev.kurrawong.ai/v/scheme/tmscl:skos-demo/schrt:Precambrian

Issue described by @jamiefeiss:

The 404 on the concept page is because the prez:links generated from the API now contains /scheme instead of /vocab. I forgot to make an issue yesterday for this. Either we need to choose the prez:link convention or the frontend will need to cater for both /scheme and /vocab

edmondchuc commented 1 year ago

Related to https://github.com/RDFLib/prez-ui/issues/23.

edmondchuc commented 1 year ago

@recalcitrantsupplant suggests @nicholascar to make decision whether to support legacy or not, and which one to keep (/scheme vs /vocab) moving forward.

edmondchuc commented 1 year ago

No change required in the UI. The API will provide the prez:link values in this PR. https://github.com/RDFLib/prez/pull/88