hdt-java
hdt-java copied to clipboard
hdtsparql.sh output format
Looks like hdtsparql.sh only returns CSV values. Is it possible to return results in another format, for example json or json-ld?
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.