[Developers] getting parameters from multiple types
Alexander Marks
al at metaweb.com
Sun Nov 9 18:38:23 UTC 2008
You can always fully qualify a property name in order to mix properties from different types, like this:
{
"id": "/quotationsbook/author/4624",
"/music/artist/album": [],
"/film/music_contributor/film": []
}
Al
----- Original Message -----
From: "Lilach Givati" <lilachg at semantinet.com>
To: Developers at freebase.com
Sent: Sunday, November 9, 2008 6:31:47 AM GMT -08:00 US/Canada Pacific
Subject: [Developers] getting parameters from multiple types
After getting the types for maddona I found my item:
/film/music_contributor
/music/artist
Etc..
I also have the ID of this entity:
/quotationsbook/author/4624
Guid : #9202a8c04000641f8000000003ac7f48
Can I create one query to get all the information under this guid under the different types?
I need the information under /film/music_contributor such as :
"film" : [ "A League of Their Own", "At Close Range", "Truth or Dare" ],
and under /music/artist such as:
"album" : [ "Rescue Me", "The Confessions Tour", "I'm Going to T …
Thanks
Lilach
_______________________________________________
Developers mailing list
Developers at freebase.com
http://lists.freebase.com/mailman/listinfo/developers
More information about the Developers
mailing list