I'm writing a small app on FreeBase.<br>I'm trying to build a category tree which shows the main categories (sports, arts & crafts, etc.) and lets the user drill down to additional sub categories.<br>Is there something like this already built which I can use?<br>
<br>I notice that I can get a list of the categories for "Sports" like this:<br><br>{ "query" : [ { "domains" : [ { "id" : null, "name" : null, "type" : "/type/domain" } ], "name" : "Sports", "type" : "/freebase/domain_category" } ]}<br>
<br>but I can't figure out how to get a list of categories under "Sports/Basketball"<br><br>Regards,<br><br>Deepak.<br>