I am working on some web mining stuff, and trying to find web urls (for example, wikipedia page and home page ) of some particular entity. By entity I mean some player name, location etc. For example if my input is David Beckham, I want following as output :
Url Results:
http://en.wikipedia.org/wiki/David_Beckham
and image result as :
http://upload.wikimedia.org/wikipedia/commons/2/21/WikiBex.jpg
Can someone please point out any method to achieve this?
I am posing as it might be helpful for others. Several Semantic Web implementation are quite useful in finding information about entities. I found dbpedia (which is semantic web representation of wikipedia) very useful, though there is some steep learning curve such as SPARQL, RDFs but it’s worthy and exciting.