Skip to content

Note issues on static pages #66

@NicoLaval

Description

@NicoLaval

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions