Swirrl / drafter

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

Closes #654. Support JSON-LD on SPARQL endpoints and RDF API routes #655

Closed RickMoynihan closed 1 year ago

RickMoynihan commented 1 year ago

Note: The JSON-LD will not be prettified JSON-LD, it will necessarily be expanded JSON-LD.

lkitching commented 1 year ago

I've created issue #656 to discuss refactoring the tests to cover all supported content types.

RickMoynihan commented 1 year ago

Ahh yes I did consider refactoring it to do something like that too. I decided not to do it here, but also because the test errors you get when you're looping over variations make debugging a bit more awkward. Still I think it would be worth doing #656.

Will merge, thanks 🙇