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.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
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 |
|||||
|