I have run the following query in the Freebase MQL query editor:
[{
"id" : "/en/barack_obama",
"/type/reflect/any_master":
[{ "link" : null,
"name" : null }],
"limit": 200
}]
I believe this should return all the links that originate from Barack Obama and whose destiantion is a topic. While it does return the links, it fails to return the children of Barack Obama which is also a link, right? Why does it fail to return this link?