I am working on semantic web project where user will input text query like “Name the presidents of US who died under an age of 60 ? ” and I have to generate automatic sparql query based on user’s inputed text and this will be fired on http://dbpedia.org/snorql using DBpedia endpoint. I am confused how to select subject, predicate and object as we don’t know all properties of specific resource.
Share
Check out GATE (general architecture for text engineering).
I suppose you could analyze the natural query, and with Annie and JAPE, you might have a good start to transform your query into sparql.
Hope this helps