user_pvr
user_pvr

Reputation: 131

Automatic SPARQL Query Generation for DBpedia

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.

Upvotes: 1

Views: 1195

Answers (1)

Aleks
Aleks

Reputation: 410

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

Upvotes: 3

Related Questions