Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support CONSTRUCT/DESCRIBE/ASK in hdtsparql command line tool #27

Merged
merged 1 commit into from
Nov 25, 2016

Conversation

osma
Copy link
Contributor

@osma osma commented Sep 26, 2016

I wanted to perform a CONSTRUCT query against a HDT file but found that the hdtsparql command line tool only supports SELECT queries. I extended it to support CONSTRUCT, DESCRIBE and ASK queries as well.

This is very simplistic as the output formats are hardwired (N-Triples for CONSTRUCT/DESCRIBE, and a simple true/false string for ASK). It would be ideal to add a command line option for selecting the output format, but that is beyond the scope of this PR.

@webdata webdata merged commit a6ce52a into rdfhdt:master Nov 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants