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?
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?