I wish to create something similar for my app like:
- http://www.facebook.com/pages/English-Language/106059522759137
- http://www.freebase.com/view/en/barack_obama
I could make use of Freebase data or Wikipedia data or any other data but I am totally clueless about how to get started and make use of available database dumps in php and mysql.
Please suggest some better ways to create Topic Hubs automatically.
Update:
I've decided to download Freebase WEX and it gives me freebase guid/mid for each topic. I wish to make use of these ids to fetch entire topic hub info through freebase API but I couldn't find a way to do that, any suggestions? examples?