[Developers] FreeSpin - Successor to CineSpin
Ketan Anjaria
fire at kidbombay.com
Wed Sep 12 18:09:20 UTC 2007
FreeSpin is the latest app I am working on for Freebase.
http://kidbombay.com/clients/freebase/freeSpin/
It works very similar to CineSpin in that it lets you view
relationships to objects through specific queries.
Currently we have a Family Query which returns children/parents for
an object and a Business query which returns employers, employees,
board memberships/ board members for an object.
FreeSpin queries need the reverse of any relationship, so if you have
Employee part of the query you need the Employee.
The Business query is listed below
{
"q1":{
"query":[{
"/business/board_member/board_memberships":[{
"company":{
"/common/topic/image":[{
"guid":null,
"limit":1,
"optional":true
}],
"id":null,
"name":null
},
"optional":true
}],
"/business/company/board_members":[{
"member":{
"/common/topic/image":[{
"guid":null,
"limit":1,
"optional":true
}],
"id":null,
"name":null
},
"optional":true
}],
"/business/company_founder/companies_founded":[{
"/common/topic/image":[{
"guid":null,
"limit":1,
"optional":true
}],
"id":null,
"name":null,
"optional":true
}],
"/business/employer/employees":[{
"/business/employment_tenure/person":[{
"/common/topic/image":[{
"guid":null,
"limit":1,
"optional":true
}],
"id":null,
"name":null
}],
"optional":true,
"type":"/business/employment_tenure"
}],
"/common/topic/image":[{
"guid":null,
"limit":1,
"optional":true
}],
"/people/person/employment_history":[{
"/business/employment_tenure/company":[{
"/common/topic/image":[{
"guid":null,
"limit":1,
"optional":true
}],
"id":null,
"name":null
}],
"optional":true,
"type":"/business/employment_tenure"
}],
"id":null,
"name":"Danny Hillis",
"type":"/common/topic"
}]
}
}
We are looking for ideas for other queries, musical artists and
peers, movies and actors etc. Any input would be appreciated.
Thanks!
Ketan Anjaria
fire at kidbombay.com
www.kidbombay.com
415.260.8742
f. 415.358.4278
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freebase.com/pipermail/developers/attachments/20070912/472236b3/attachment.htm
More information about the Developers
mailing list