How to get the name of the sport from professional sport team name from facebook .Currently I am using this code :
SELECT page_id,name,type FROM page WHERE page_id IN ( SELECT page_id FROM page_fan WHERE uid=me())
I get the name and type but I dont get sport for example if I choose "la lakers" then I dont get Basketball as the sport .How can I get that from either facebook or freebase ? I really appreciate any help .Thanks in advance.