On 12/05/17 16:32, Laura Morales wrote:
did you consider the suggested json-ld approach? you describe exactly the case which framed json-ld is intended to cover.How do I instruct Jena/Fuseki to return results as JSON-LD? Only XML/JSON/CSV/TSV seems to work, I can't get other formats other than these.
JSON-LD is an RDF syntax for graphs and datasets so it will need to be a CONSTRUCT or DESCRIBE query.
XML/JSON/CSV/TSV are result set format for SELECT. Andy
