pkumod / gAnswer

A KBQA system based on DBpedia.
http://ganswer.gstore-pku.com
BSD 3-Clause "New" or "Revised" License
376 stars 98 forks source link

Not the full SPARQL query in the response #63

Open niccip07 opened 3 years ago

niccip07 commented 3 years ago

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?