I don't mean semantically of course, I mean why can't I use the same MQL to get them both. For example:
{
"name" : "Kurt Cobain",
"place_of_birth" : [],
"places_lived" : [],
"type" : "/people/person"
}
Gives me:
{
"name" : "Kurt Cobain",
"place_of_birth" : [
"Aberdeen"
],
"places_lived" : [
null
],
"type" : "/people/person"
}
Even though http://www.freebase.com/view/en/kurt_cobain clearly lists Aberdeen for both values. Why can't I query them the same way?
