Get the all members of the Beatles and where they were born and their twitter username.
(permalink for this query at http://bit.ly/2eXTmbG )
{
entity(id: "Q1299") {
label(lang: "en")
has_part {
mainsnak {
label(lang: "en")
award_received {
mainsnak {
label(lang: "en")
}
}
place_of_birth {
mainsnak {
label(lang: "en")
}
}
twitter_username {
mainsnak
}
}
}
}
}
Get China's all past head_of_government, and where they educated_at, and what other positions they've held before.
(permalink for this query at http://bit.ly/2xmxaT1 )
{
entity(id: "Q148") {
label(lang: "en")
head_of_government {
mainsnak {
label(lang: "en")
educated_at {
mainsnak {
id
label(lang: "en")
}
}
position_held {
mainsnak {
label(lang: "en")
}
}
}
}
}
}
- need add reference and qualifiers
- support search entities
- other datatype like Time and Media, Geographic object to the graphql schema
- and maybe thing to help make some of reverse lookup possible