hdt-java icon indicating copy to clipboard operation
hdt-java copied to clipboard

hdtsparql.sh output format

Open sharpaper opened this issue 8 years ago • 1 comments

Looks like hdtsparql.sh only returns CSV values. Is it possible to return results in another format, for example json or json-ld?

sharpaper avatar Oct 14 '17 13:10 sharpaper

While I can't speak for the maintainers, I've previously implemented support for CONSTRUCT, DESCRIBE and ASK queries in the hdtsparql command line tool (see PR #27). Your best bet may be to submit a pull request implementing the output format(s) you need.

osma avatar Oct 14 '17 13:10 osma