Swirrl / drafter

A clojure service and a client to it for exposing data management operations to PMD
Other
0 stars 0 forks source link

Support JSON-LD for SPARQL constructs #654

Closed RickMoynihan closed 1 year ago

RickMoynihan commented 1 year ago

We currently only support application/rdf+json for constructs which is now effectively discouraged in favour of JSON-LD:

The syntax defined in this document is an alternative to the one recommended in JSON-LD [JSON-LD]. It should not be used unless there is a specific reason to do so. Use of JSON-LD is recommended.

It should be trivial to add support for JSON-LD as the libraries are already included in drafter