8000 Release Fix Content-type for SPARQL CONSTRUCT queries too · rdfio/RDFIO · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Fix Content-type for SPARQL CONSTRUCT queries too

Latest
Compare
Choose a tag to compare
@samuell samuell released this 17 Aug 17:57
· 10 commits to master since this release

Similar to the just released RDFIO 3.0.1, this release fixes the Content-type for SPARQL queries containing CONSTRUCT queries, setting that to RDF/XML (the only supported output RDF format at the moment).

Thus, now SPARQL CONSTRUCT queries are possible from external tools like SWI-Prolog SPARQL client:

terminal_364

See commit for more details: a6727bc

0