Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Note issues on static pages #66

Open
NicoLaval opened this issue Mar 24, 2024 · 0 comments
Open

Note issues on static pages #66

NicoLaval opened this issue Mar 24, 2024 · 0 comments

Comments

@NicoLaval
Copy link
Contributor

Item notes are broken, for all classifications (exemple).

DESCRIBE queries do not return JSON as expected in the code (here).

Is it a Yasgui issue?
Regarding the docs, not sure it's possible to obtain JSON from DESCRIBE.

I tried to add headers, unsuccesful.

A way to fix is to switch query, from var query = "PREFIX skos:<http://www.w3.org/2004/02/skos/core#> DESCRIBE <" + itemURI + ">"; to var query = "SELECT * WHERE { <" + itemURI + "> ?predicate ?object }"; but seems better to fix the DESCRIBE query issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant