I need to write a SPARQL query to get movies from dbpedia. I have wrote almost all the query but I have this problem:
I have all of these titles, and they have to give me the same wikipedia resource:
- Spider-man
- Spiderman
- Film: Spiderman
- Spiderman 1
- Spiderman: the beginning
Target Wikipedia: http://en.wikipedia.org/wiki/Spider-Man_(film)
I would want a sparql query that let me find the same Wikipedia resource searching by title
Moreover, is there a way to get also the "relevancy" of each result?