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

Not the full SPARQL query in the response #63

Open
niccip07 opened this issue Jul 8, 2021 · 0 comments
Open

Not the full SPARQL query in the response #63

niccip07 opened this issue Jul 8, 2021 · 0 comments

Comments

@niccip07
Copy link

niccip07 commented Jul 8, 2021

I only get a cryptic SPARQL query in the response:

{"question":"who is the wife of Donald Trump?","vars":["?who","?wife"],"sparql":["select DISTINCT ?who ?wife where { \t\t?wife. ?who\t\t?wife. } LIMIT 1"],"results":{"bindings":[{"?who":{"type":"uri","value":""},"?wife":{"type":"literal","value":""1991""}}]},"status":"200"}

But I need the complete query. What can I do about it?

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

No branches or pull requests

1 participant