id
stringlengths 11
13
| question
stringlengths 11
8.64k
| answers
sequence | subgraph
dict | sparql
stringlengths 49
483
|
---|---|---|---|---|
mcwq-131827 | What Canadian spouse of Lauren Miller executive produced and wrote Preacher and Pineapple Express | [
"Seth Rogen"
] | {
"entities": [
"Q3218835",
"Q485610",
"Q19626781",
"Q220308",
"Q16"
],
"relations": [
"P27",
"P26",
"P58",
"P1431"
],
"adjacency": [
[
1,
3,
3
],
[
2,
3,
3
],
[
1,
2,
3
],
[
2,
2,
3
],
[
3,
0,
4
],
[
3,
1,
0
]
],
"entity_labels": [
"Lauren Miller",
"Pineapple Express",
"Preacher",
"Seth Rogen",
"Canada"
],
"relation_labels": [
"country of citizenship",
"spouse",
"screenwriter",
"executive producer"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q485610 wdt:P1431 ?x0 .
wd:Q19626781 wdt:P1431 ?x0 .
wd:Q485610 wdt:P58 ?x0 .
wd:Q19626781 wdt:P58 ?x0 .
?x0 wdt:P27 wd:Q16 .
?x0 wdt:P26 wd:Q3218835 .
FILTER ( ?x0 != wd:Q3218835 )
} |
mcwq-131828 | What Canadian spouse of Irving Thalberg married Martin Arrougé | [
"Norma Shearer"
] | {
"entities": [
"Q438472",
"Q75619463",
"Q16",
"Q95019"
],
"relations": [
"P27",
"P26"
],
"adjacency": [
[
3,
0,
2
],
[
3,
1,
1
],
[
3,
1,
0
]
],
"entity_labels": [
"Irving Thalberg",
"Martin Arrougé",
"Canada",
"Norma Shearer"
],
"relation_labels": [
"country of citizenship",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P27 wd:Q16 .
?x0 wdt:P26 wd:Q75619463 .
?x0 wdt:P26 wd:Q438472 .
FILTER ( ?x0 != wd:Q75619463 ) .
FILTER ( ?x0 != wd:Q438472 )
} |
mcwq-131830 | What Canadian spouse of Langley Lefroy did Henry Petre marry | [
"Kay Petre"
] | {
"entities": [
"Q75302169",
"Q129746",
"Q16",
"Q5726931"
],
"relations": [
"P27",
"P26"
],
"adjacency": [
[
1,
0,
2
],
[
1,
1,
0
],
[
1,
1,
3
]
],
"entity_labels": [
"Langley Lefroy",
"Kay Petre",
"Canada",
"Henry Petre"
],
"relation_labels": [
"country of citizenship",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P27 wd:Q16 .
?x0 wdt:P26 wd:Q75302169 .
?x0 wdt:P26 wd:Q5726931 .
FILTER ( ?x0 != wd:Q75302169 ) .
FILTER ( ?x0 != wd:Q5726931 )
} |
mcwq-131831 | What Canadian spouse of Nick Pippenger was employed by Princeton University and IBM | [
"Maria Klawe"
] | {
"entities": [
"Q21578",
"Q11754",
"Q92711",
"Q37156",
"Q16"
],
"relations": [
"P27",
"P26",
"P108"
],
"adjacency": [
[
1,
2,
3
],
[
1,
2,
0
],
[
1,
0,
4
],
[
1,
1,
2
]
],
"entity_labels": [
"Princeton University",
"Maria Klawe",
"Nick Pippenger",
"IBM",
"Canada"
],
"relation_labels": [
"country of citizenship",
"spouse",
"employer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P108 wd:Q37156 .
?x0 wdt:P108 wd:Q21578 .
?x0 wdt:P27 wd:Q16 .
?x0 wdt:P26 wd:Q92711 .
FILTER ( ?x0 != wd:Q92711 )
} |
mcwq-131832 | What Canadian spouse of North of Superior 's composer wrote A Winter Tan | [
"Jackie Burroughs"
] | {
"entities": [
"Q16",
"Q137634",
"Q12133944",
"Q7057536",
"Q144904"
],
"relations": [
"P27",
"P26",
"P58",
"P86"
],
"adjacency": [
[
2,
2,
1
],
[
1,
0,
0
],
[
1,
1,
4
],
[
3,
3,
4
]
],
"entity_labels": [
"Canada",
"Jackie Burroughs",
"A Winter Tan",
"North of Superior",
"Zal Yanovsky"
],
"relation_labels": [
"country of citizenship",
"spouse",
"screenwriter",
"composer"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q12133944 wdt:P58 ?x0 .
?x0 wdt:P27 wd:Q16 .
?x0 wdt:P26 ?x1 .
wd:Q7057536 wdt:P86 ?x1 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-131834 | What Canadian spouse of a film producer 's spouse did Jessica Tandy marry | [
"Hume Cronyn"
] | {
"entities": [
"Q3282637",
"Q395205",
"Q26118",
"Q182104",
"Q16"
],
"relations": [
"P27",
"P26",
"P106"
],
"adjacency": [
[
1,
0,
4
],
[
1,
1,
3
],
[
1,
1,
3
],
[
3,
1,
2
],
[
2,
2,
0
]
],
"entity_labels": [
"film producer",
"Hume Cronyn",
"Jack Hawkins",
"Jessica Tandy",
"Canada"
],
"relation_labels": [
"country of citizenship",
"spouse",
"occupation"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P27 wd:Q16 .
?x0 wdt:P26 ?x1 .
?x0 wdt:P26 wd:Q182104 .
?x1 wdt:P26 ?x2 .
?x2 wdt:P106 wd:Q3282637 .
FILTER ( ?x0 != ?x1 ) .
FILTER ( ?x0 != wd:Q182104 ) .
FILTER ( ?x1 != ?x2 )
} |
mcwq-131835 | What Canadian spouse of a person directed Star Trek V: The Final Frontier | [
"William Shatner"
] | {
"entities": [
"Q5",
"Q16297",
"Q22813208",
"Q241218",
"Q16"
],
"relations": [
"P27",
"P57",
"P26",
"P31"
],
"adjacency": [
[
3,
1,
1
],
[
1,
0,
4
],
[
1,
2,
2
],
[
2,
3,
0
]
],
"entity_labels": [
"human",
"William Shatner",
"Elizabeth Martin",
"Star Trek V: The Final Frontier",
"Canada"
],
"relation_labels": [
"country of citizenship",
"director",
"spouse",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q241218 wdt:P57 ?x0 .
?x0 wdt:P27 wd:Q16 .
?x0 wdt:P26 ?x1 .
?x1 wdt:P31 wd:Q5 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-131837 | What Canadian spouse of a actor directed A Winter Tan | [
"Jackie Burroughs"
] | {
"entities": [
"Q33999",
"Q137634",
"Q12133944",
"Q16",
"Q144904"
],
"relations": [
"P27",
"P57",
"P106",
"P26"
],
"adjacency": [
[
2,
1,
1
],
[
1,
0,
3
],
[
1,
3,
4
],
[
4,
2,
0
]
],
"entity_labels": [
"actor",
"Jackie Burroughs",
"A Winter Tan",
"Canada",
"Zal Yanovsky"
],
"relation_labels": [
"country of citizenship",
"director",
"occupation",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q12133944 wdt:P57 ?x0 .
?x0 wdt:P27 wd:Q16 .
?x0 wdt:P26 ?x1 .
?x1 wdt:P106 wd:Q33999 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-131838 | What Canadian star and executive producer of Ghostbusters was influenced by Tom Davis | [
"Dan Aykroyd"
] | {
"entities": [
"Q2366977",
"Q16",
"Q105221",
"Q20120108"
],
"relations": [
"P27",
"P737",
"P1431",
"P161"
],
"adjacency": [
[
3,
3,
2
],
[
3,
2,
2
],
[
2,
1,
0
],
[
2,
0,
1
]
],
"entity_labels": [
"Tom Davis",
"Canada",
"Dan Aykroyd",
"Ghostbusters"
],
"relation_labels": [
"country of citizenship",
"influenced by",
"executive producer",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q20120108 wdt:P161 ?x0 .
wd:Q20120108 wdt:P1431 ?x0 .
?x0 wdt:P737 wd:Q2366977 .
?x0 wdt:P27 wd:Q16
} |
mcwq-131842 | What Canadian star of Dawn of the Dead , Day of the Dead , and The Crazies was a writer and star of Diary of the Dead and Night of the Living Dead | [
"George A. Romero"
] | {
"entities": [
"Q219155",
"Q219170",
"Q627060",
"Q51511",
"Q623051",
"Q1209189",
"Q16"
],
"relations": [
"P27",
"P58",
"P161"
],
"adjacency": [
[
2,
2,
3
],
[
0,
2,
3
],
[
1,
2,
3
],
[
5,
2,
3
],
[
4,
2,
3
],
[
5,
1,
3
],
[
4,
1,
3
],
[
3,
0,
6
]
],
"entity_labels": [
"Dawn of the Dead",
"Day of the Dead",
"The Crazies",
"George A. Romero",
"Night of the Living Dead",
"Diary of the Dead",
"Canada"
],
"relation_labels": [
"country of citizenship",
"screenwriter",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q627060 wdt:P161 ?x0 .
wd:Q219155 wdt:P161 ?x0 .
wd:Q219170 wdt:P161 ?x0 .
wd:Q1209189 wdt:P161 ?x0 .
wd:Q623051 wdt:P161 ?x0 .
wd:Q1209189 wdt:P58 ?x0 .
wd:Q623051 wdt:P58 ?x0 .
?x0 wdt:P27 wd:Q16
} |
mcwq-131845 | What Canadian star of Star Trek: The Original Series directed Star Trek V: The Final Frontier | [
"William Shatner"
] | {
"entities": [
"Q1077",
"Q241218",
"Q16",
"Q16297"
],
"relations": [
"P27",
"P57",
"P161"
],
"adjacency": [
[
0,
2,
3
],
[
1,
1,
3
],
[
3,
0,
2
]
],
"entity_labels": [
"Star Trek: The Original Series",
"Star Trek V: The Final Frontier",
"Canada",
"William Shatner"
],
"relation_labels": [
"country of citizenship",
"director",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q1077 wdt:P161 ?x0 .
wd:Q241218 wdt:P57 ?x0 .
?x0 wdt:P27 wd:Q16
} |
mcwq-131847 | What Canadian star of My Best Girl 's sequel did Owen Moore , Charles Rogers , and Douglas Fairbanks marry | [
"Mary Pickford"
] | {
"entities": [
"Q16",
"Q104109",
"Q570506",
"Q966972",
"Q104127",
"Q1974425",
"Q2704464"
],
"relations": [
"P27",
"P26",
"P155",
"P161"
],
"adjacency": [
[
2,
3,
1
],
[
1,
0,
0
],
[
1,
1,
4
],
[
1,
1,
6
],
[
1,
1,
3
],
[
2,
2,
5
]
],
"entity_labels": [
"Canada",
"Mary Pickford",
"Coquette",
"Owen Moore",
"Douglas Fairbanks",
"My Best Girl",
"Charles Rogers"
],
"relation_labels": [
"country of citizenship",
"spouse",
"follows",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x1 wdt:P161 ?x0 .
?x0 wdt:P27 wd:Q16 .
?x0 wdt:P26 wd:Q104127 .
?x0 wdt:P26 wd:Q2704464 .
?x0 wdt:P26 wd:Q966972 .
?x1 wdt:P155 wd:Q1974425 .
FILTER ( ?x0 != wd:Q104127 ) .
FILTER ( ?x0 != wd:Q2704464 ) .
FILTER ( ?x0 != wd:Q966972 )
} |
mcwq-131848 | What Canadian star of Abraham Lincoln and Summer Holiday married Ninetta Sunderland and Rhea Gore and married Bayonne Whipple | [
"Walter Huston"
] | {
"entities": [
"Q166089",
"Q45278426",
"Q162621",
"Q4933347",
"Q108372971",
"Q75579566",
"Q16"
],
"relations": [
"P27",
"P26",
"P161"
],
"adjacency": [
[
3,
2,
2
],
[
0,
2,
2
],
[
2,
0,
6
],
[
2,
1,
1
],
[
2,
1,
4
],
[
2,
1,
5
]
],
"entity_labels": [
"Abraham Lincoln",
"Bayonne Whipple",
"Walter Huston",
"Summer Holiday",
"Ninetta Sunderland",
"Rhea Gore",
"Canada"
],
"relation_labels": [
"country of citizenship",
"spouse",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q4933347 wdt:P161 ?x0 .
wd:Q166089 wdt:P161 ?x0 .
?x0 wdt:P27 wd:Q16 .
?x0 wdt:P26 wd:Q45278426 .
?x0 wdt:P26 wd:Q108372971 .
?x0 wdt:P26 wd:Q75579566 .
FILTER ( ?x0 != wd:Q45278426 ) .
FILTER ( ?x0 != wd:Q108372971 ) .
FILTER ( ?x0 != wd:Q75579566 )
} |
mcwq-131849 | What Canadian star of 24 heures ou plus and 15 nov. was Cité Libre 's employee and founder | [
"Pierre Trudeau"
] | {
"entities": [
"Q2974690",
"Q8619",
"Q49835081",
"Q2815259",
"Q16"
],
"relations": [
"P112",
"P27",
"P108",
"P161"
],
"adjacency": [
[
2,
3,
1
],
[
3,
3,
1
],
[
0,
0,
1
],
[
1,
2,
0
],
[
1,
1,
4
]
],
"entity_labels": [
"Cité Libre",
"Pierre Trudeau",
"15 nov.",
"24 heures ou plus",
"Canada"
],
"relation_labels": [
"founded by",
"country of citizenship",
"employer",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q49835081 wdt:P161 ?x0 .
wd:Q2815259 wdt:P161 ?x0 .
wd:Q2974690 wdt:P112 ?x0 .
?x0 wdt:P108 wd:Q2974690 .
?x0 wdt:P27 wd:Q16
} |
mcwq-131851 | What Canadian star of The Private Life of Cinema and No label defined was a film editor 's sibling | [
"Guy Fournier"
] | {
"entities": [
"Q3213699",
"Q3213700",
"Q7042855",
"Q3121787",
"Q2977391",
"Q16"
],
"relations": [
"P27",
"P3373",
"P106",
"P161"
],
"adjacency": [
[
0,
3,
3
],
[
1,
3,
3
],
[
3,
0,
5
],
[
3,
1,
4
],
[
4,
2,
2
]
],
"entity_labels": [
null,
"The Private Life of Cinema",
"film editor",
"Guy Fournier",
"Claude Fournier",
"Canada"
],
"relation_labels": [
"country of citizenship",
"sibling",
"occupation",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q3213699 wdt:P161 ?x0 .
wd:Q3213700 wdt:P161 ?x0 .
?x0 wdt:P27 wd:Q16 .
?x0 wdt:P3373 ?x1 .
?x1 wdt:P106 wd:Q7042855 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-131852 | What Canadian star of J'en suis! , The Hidden Fortress , and Martyrs was a male costume designer | [
"Xavier Dolan"
] | {
"entities": [
"Q16",
"Q551861",
"Q1323191",
"Q1218295",
"Q577581",
"Q6581097",
"Q673584"
],
"relations": [
"P106",
"P27",
"P21",
"P161"
],
"adjacency": [
[
1,
0,
2
],
[
3,
3,
1
],
[
6,
3,
1
],
[
4,
3,
1
],
[
1,
2,
5
],
[
1,
1,
0
]
],
"entity_labels": [
"Canada",
"Xavier Dolan",
"costume designer",
"The Hidden Fortress",
"Martyrs",
"male",
"Heads or Tails"
],
"relation_labels": [
"occupation",
"country of citizenship",
"sex or gender",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q1323191 .
wd:Q1218295 wdt:P161 ?x0 .
wd:Q673584 wdt:P161 ?x0 .
wd:Q577581 wdt:P161 ?x0 .
?x0 wdt:P21 wd:Q6581097 .
?x0 wdt:P27 wd:Q16
} |
mcwq-131853 | What Canadian star of Dear Murderer , The Quatermass Xperiment , and Albert R.N. founded Music Publishers Holding Company , Pinnacle Entertainment , and Warner Bros. Records Inc. | [
"Jack Warner"
] | {
"entities": [
"Q56547472",
"Q1683913",
"Q72614",
"Q4711055",
"Q3491134",
"Q7196290",
"Q64485206",
"Q16"
],
"relations": [
"P112",
"P27",
"P161"
],
"adjacency": [
[
3,
2,
2
],
[
1,
2,
2
],
[
4,
2,
2
],
[
5,
0,
2
],
[
6,
0,
2
],
[
0,
0,
2
],
[
2,
1,
7
]
],
"entity_labels": [
"Music Publishers Holding Company",
"The Quatermass Xperiment",
"Jack Warner",
"Albert R.N.",
"Dear Murderer",
"Pinnacle Entertainment",
"Warner Bros. Records Inc.",
"Canada"
],
"relation_labels": [
"founded by",
"country of citizenship",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q4711055 wdt:P161 ?x0 .
wd:Q1683913 wdt:P161 ?x0 .
wd:Q3491134 wdt:P161 ?x0 .
wd:Q7196290 wdt:P112 ?x0 .
wd:Q64485206 wdt:P112 ?x0 .
wd:Q56547472 wdt:P112 ?x0 .
?x0 wdt:P27 wd:Q16
} |
mcwq-131855 | What Canadian writer and editor of Season of the Witch did Nightmares in Red, White and Blue , Diary of the Dead , Dawn of the Dead , and Document of the Dead star | [
"George A. Romero"
] | {
"entities": [
"Q20649920",
"Q5287645",
"Q219155",
"Q51511",
"Q2520777",
"Q1209189",
"Q16"
],
"relations": [
"P27",
"P58",
"P1040",
"P161"
],
"adjacency": [
[
0,
3,
3
],
[
5,
3,
3
],
[
1,
3,
3
],
[
2,
3,
3
],
[
4,
2,
3
],
[
4,
1,
3
],
[
3,
0,
6
]
],
"entity_labels": [
"Nightmares in Red, White and Blue",
"Document of the Dead",
"Dawn of the Dead",
"George A. Romero",
"Season of the Witch",
"Diary of the Dead",
"Canada"
],
"relation_labels": [
"country of citizenship",
"screenwriter",
"film editor",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q20649920 wdt:P161 ?x0 .
wd:Q1209189 wdt:P161 ?x0 .
wd:Q5287645 wdt:P161 ?x0 .
wd:Q219155 wdt:P161 ?x0 .
wd:Q2520777 wdt:P1040 ?x0 .
wd:Q2520777 wdt:P58 ?x0 .
?x0 wdt:P27 wd:Q16
} |
mcwq-131856 | What Canadian writer of LUMINA was influenced by Steven Spielberg , Michael Jackson , Steve McQueen , and U2 | [
"Gino Justin Hudson McKoy"
] | {
"entities": [
"Q8877",
"Q159347",
"Q56222322",
"Q2831",
"Q396",
"Q16",
"Q68121903"
],
"relations": [
"P27",
"P737",
"P58"
],
"adjacency": [
[
6,
2,
2
],
[
2,
1,
4
],
[
2,
1,
1
],
[
2,
1,
3
],
[
2,
1,
0
],
[
2,
0,
5
]
],
"entity_labels": [
"Steven Spielberg",
"Steve McQueen",
"Gino Justin Hudson McKoy",
"Michael Jackson",
"U2",
"Canada",
"LUMINA"
],
"relation_labels": [
"country of citizenship",
"influenced by",
"screenwriter"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q68121903 wdt:P58 ?x0 .
?x0 wdt:P737 wd:Q396 .
?x0 wdt:P737 wd:Q159347 .
?x0 wdt:P737 wd:Q2831 .
?x0 wdt:P737 wd:Q8877 .
?x0 wdt:P27 wd:Q16
} |
mcwq-131857 | What Canadian writer of Monkey Shines and Tales from the Darkside: The Movie edited Martin , The Crazies , and Dawn of the Dead | [
"George A. Romero"
] | {
"entities": [
"Q1903317",
"Q219155",
"Q627060",
"Q51511",
"Q387603",
"Q198557",
"Q16"
],
"relations": [
"P27",
"P58",
"P1040"
],
"adjacency": [
[
1,
2,
3
],
[
2,
2,
3
],
[
0,
2,
3
],
[
4,
1,
3
],
[
5,
1,
3
],
[
3,
0,
6
]
],
"entity_labels": [
"Martin",
"Dawn of the Dead",
"The Crazies",
"George A. Romero",
"Tales from the Darkside: The Movie",
"Monkey Shines",
"Canada"
],
"relation_labels": [
"country of citizenship",
"screenwriter",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q219155 wdt:P1040 ?x0 .
wd:Q627060 wdt:P1040 ?x0 .
wd:Q1903317 wdt:P1040 ?x0 .
wd:Q387603 wdt:P58 ?x0 .
wd:Q198557 wdt:P58 ?x0 .
?x0 wdt:P27 wd:Q16
} |
mcwq-131858 | What Canadian writer of Universe , City of Gold , and Hail Columbia! was IMAX Corporation 's employee and founder | [
"Roman Kroitor"
] | {
"entities": [
"Q5123702",
"Q1654103",
"Q3440872",
"Q7894196",
"Q65087385",
"Q16"
],
"relations": [
"P27",
"P108",
"P58",
"P112"
],
"adjacency": [
[
4,
2,
2
],
[
0,
2,
2
],
[
3,
2,
2
],
[
1,
3,
2
],
[
2,
1,
1
],
[
2,
0,
5
]
],
"entity_labels": [
"City of Gold",
"IMAX Corporation",
"Roman Kroitor",
"Universe",
"Hail Columbia!",
"Canada"
],
"relation_labels": [
"country of citizenship",
"employer",
"screenwriter",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q65087385 wdt:P58 ?x0 .
wd:Q5123702 wdt:P58 ?x0 .
wd:Q7894196 wdt:P58 ?x0 .
wd:Q1654103 wdt:P112 ?x0 .
?x0 wdt:P108 wd:Q1654103 .
?x0 wdt:P27 wd:Q16
} |
mcwq-131859 | What Canadian writer of Avatar , Piranha II: The Spawning , and Rambo: First Blood Part II was a cinematographer of Xenogenesis | [
"James Cameron"
] | {
"entities": [
"Q1576981",
"Q24871",
"Q42574",
"Q319783",
"Q519406",
"Q16"
],
"relations": [
"P344",
"P27",
"P58"
],
"adjacency": [
[
4,
0,
2
],
[
0,
2,
2
],
[
3,
2,
2
],
[
1,
2,
2
],
[
2,
1,
5
]
],
"entity_labels": [
"Piranha II: The Spawning",
"Avatar",
"James Cameron",
"Rambo: First Blood Part II",
"Xenogenesis",
"Canada"
],
"relation_labels": [
"director of photography",
"country of citizenship",
"screenwriter"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q519406 wdt:P344 ?x0 .
wd:Q1576981 wdt:P58 ?x0 .
wd:Q319783 wdt:P58 ?x0 .
wd:Q24871 wdt:P58 ?x0 .
?x0 wdt:P27 wd:Q16
} |
mcwq-131861 | What Chinese Canadian film director did The Legend of the 7 Golden Vampires and Daisy star | [
"David Chiang"
] | {
"entities": [
"Q131842",
"Q148",
"Q704140",
"Q623801",
"Q2526255",
"Q16"
],
"relations": [
"P106",
"P27",
"P161"
],
"adjacency": [
[
2,
0,
4
],
[
0,
2,
2
],
[
3,
2,
2
],
[
2,
1,
1
],
[
2,
1,
5
]
],
"entity_labels": [
"The Legend of the 7 Golden Vampires",
"People's Republic of China",
"David Chiang",
"Daisy",
"film director",
"Canada"
],
"relation_labels": [
"occupation",
"country of citizenship",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q2526255 .
wd:Q131842 wdt:P161 ?x0 .
wd:Q623801 wdt:P161 ?x0 .
?x0 wdt:P27 wd:Q148 .
?x0 wdt:P27 wd:Q16
} |
mcwq-131867 | What Chinese actor did Zhao Dan , Cheng Shuyao , and Feng Yidai marry | [
"Huang Zongying"
] | {
"entities": [
"Q10895264",
"Q148",
"Q197431",
"Q33999",
"Q8259567",
"Q67273081"
],
"relations": [
"P106",
"P27",
"P26"
],
"adjacency": [
[
4,
0,
3
],
[
4,
1,
1
],
[
4,
2,
5
],
[
4,
2,
2
],
[
4,
2,
0
]
],
"entity_labels": [
"Feng Yidai",
"People's Republic of China",
"Zhao Dan",
"actor",
"Huang Zongying",
"Cheng Shuyao"
],
"relation_labels": [
"occupation",
"country of citizenship",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P27 wd:Q148 .
?x0 wdt:P26 wd:Q67273081 .
?x0 wdt:P26 wd:Q197431 .
?x0 wdt:P26 wd:Q10895264 .
FILTER ( ?x0 != wd:Q67273081 ) .
FILTER ( ?x0 != wd:Q197431 ) .
FILTER ( ?x0 != wd:Q10895264 )
} |
mcwq-131868 | What Chinese actor did TVXQ influence | [
"Lu Han"
] | {
"entities": [
"Q10788758",
"Q148",
"Q33999",
"Q192983"
],
"relations": [
"P106",
"P27",
"P737"
],
"adjacency": [
[
0,
0,
2
],
[
0,
2,
3
],
[
0,
1,
1
]
],
"entity_labels": [
"Lu Han",
"People's Republic of China",
"actor",
"TVXQ"
],
"relation_labels": [
"occupation",
"country of citizenship",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P737 wd:Q192983 .
?x0 wdt:P27 wd:Q148
} |
mcwq-131869 | What Chinese actor did Huang Youlong marry | [
"Zhao Wei"
] | {
"entities": [
"Q197471",
"Q148",
"Q33999",
"Q28409433"
],
"relations": [
"P106",
"P27",
"P26"
],
"adjacency": [
[
0,
0,
2
],
[
0,
1,
1
],
[
0,
2,
3
]
],
"entity_labels": [
"Zhao Wei",
"People's Republic of China",
"actor",
"Huang Youlong"
],
"relation_labels": [
"occupation",
"country of citizenship",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P27 wd:Q148 .
?x0 wdt:P26 wd:Q28409433 .
FILTER ( ?x0 != wd:Q28409433 )
} |
mcwq-131870 | What Chinese actor did Chinese Academy of Sciences employ | [
"Guo Moruo"
] | {
"entities": [
"Q357821",
"Q33999",
"Q530471",
"Q148"
],
"relations": [
"P106",
"P27",
"P108"
],
"adjacency": [
[
0,
0,
1
],
[
0,
2,
2
],
[
0,
1,
3
]
],
"entity_labels": [
"Guo Moruo",
"actor",
"Chinese Academy of Sciences",
"People's Republic of China"
],
"relation_labels": [
"occupation",
"country of citizenship",
"employer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P108 wd:Q530471 .
?x0 wdt:P27 wd:Q148
} |
mcwq-131872 | What Chinese actor did Shaolin Soccer star | [
"Zhao Wei",
"Vincent Kok",
"Gillian Chung",
"Danny Chan",
"Patrick Tse",
"Lam Chi-chung",
"Wong Yat-fei",
"Tin Kai-Man"
] | {
"entities": [
"Q197471",
"Q536299",
"Q33999",
"Q148"
],
"relations": [
"P106",
"P27",
"P161"
],
"adjacency": [
[
0,
0,
2
],
[
1,
2,
0
],
[
0,
1,
3
]
],
"entity_labels": [
"Zhao Wei",
"Shaolin Soccer",
"actor",
"People's Republic of China"
],
"relation_labels": [
"occupation",
"country of citizenship",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q536299 wdt:P161 ?x0 .
?x0 wdt:P27 wd:Q148
} |
mcwq-131873 | What Chinese actor directed Forever Enthralled and directed Life on a String , Farewell My Concubine , and The Promise | [
"Chen Kaige"
] | {
"entities": [
"Q148",
"Q696413",
"Q202597",
"Q3213723",
"Q33999",
"Q611370",
"Q1004392"
],
"relations": [
"P27",
"P106",
"P57"
],
"adjacency": [
[
2,
1,
4
],
[
3,
2,
2
],
[
6,
2,
2
],
[
5,
2,
2
],
[
1,
2,
2
],
[
2,
0,
0
]
],
"entity_labels": [
"People's Republic of China",
"Farewell My Concubine",
"Chen Kaige",
"Life on a String",
"actor",
"The Promise",
"Forever Enthralled"
],
"relation_labels": [
"country of citizenship",
"occupation",
"director"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q3213723 wdt:P57 ?x0 .
wd:Q1004392 wdt:P57 ?x0 .
wd:Q611370 wdt:P57 ?x0 .
wd:Q696413 wdt:P57 ?x0 .
?x0 wdt:P27 wd:Q148
} |
mcwq-131875 | What Chinese actor edited The Conman | [
"Marco Mak"
] | {
"entities": [
"Q3290112",
"Q169517",
"Q148",
"Q33999"
],
"relations": [
"P106",
"P27",
"P1040"
],
"adjacency": [
[
0,
0,
3
],
[
1,
2,
0
],
[
0,
1,
2
]
],
"entity_labels": [
"Marco Mak",
"The Conman",
"People's Republic of China",
"actor"
],
"relation_labels": [
"occupation",
"country of citizenship",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q169517 wdt:P1040 ?x0 .
?x0 wdt:P27 wd:Q148
} |
mcwq-131880 | What Chinese actor executive produced From Vegas to Macau and Sex and Zen II | [
"Wong Jing"
] | {
"entities": [
"Q148",
"Q707336",
"Q33999",
"Q14948564",
"Q1081392"
],
"relations": [
"P106",
"P27",
"P1431"
],
"adjacency": [
[
1,
0,
2
],
[
4,
2,
1
],
[
3,
2,
1
],
[
1,
1,
0
]
],
"entity_labels": [
"People's Republic of China",
"Wong Jing",
"actor",
"From Vegas to Macau",
"Sex and Zen II"
],
"relation_labels": [
"occupation",
"country of citizenship",
"executive producer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q1081392 wdt:P1431 ?x0 .
wd:Q14948564 wdt:P1431 ?x0 .
?x0 wdt:P27 wd:Q148
} |
mcwq-131881 | What Chinese actor founded One Foundation | [
"Jet Li"
] | {
"entities": [
"Q7092659",
"Q148",
"Q33999",
"Q159577"
],
"relations": [
"P106",
"P27",
"P112"
],
"adjacency": [
[
3,
0,
2
],
[
0,
2,
3
],
[
3,
1,
1
]
],
"entity_labels": [
"One Foundation",
"People's Republic of China",
"actor",
"Jet Li"
],
"relation_labels": [
"occupation",
"country of citizenship",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q7092659 wdt:P112 ?x0 .
?x0 wdt:P27 wd:Q148
} |
mcwq-131898 | What Chinese actor that Young Detective Dee: Rise of the Sea Dragon and Time and Tide were written by edited The Blade and directed Once Upon a Time in China III and The Legend of Zu | [
"Tsui Hark"
] | {
"entities": [
"Q1444780",
"Q148",
"Q742541",
"Q3528954",
"Q33999",
"Q259332",
"Q317814",
"Q14326808"
],
"relations": [
"P57",
"P58",
"P1040",
"P27",
"P106"
],
"adjacency": [
[
6,
4,
4
],
[
2,
0,
6
],
[
5,
0,
6
],
[
0,
2,
6
],
[
7,
1,
6
],
[
3,
1,
6
],
[
6,
3,
1
]
],
"entity_labels": [
"The Blade",
"People's Republic of China",
"The Legend of Zu",
"Time and Tide",
"actor",
"Once Upon a Time in China III",
"Tsui Hark",
"Young Detective Dee: Rise of the Sea Dragon"
],
"relation_labels": [
"director",
"screenwriter",
"film editor",
"country of citizenship",
"occupation"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q742541 wdt:P57 ?x0 .
wd:Q259332 wdt:P57 ?x0 .
wd:Q1444780 wdt:P1040 ?x0 .
wd:Q14326808 wdt:P58 ?x0 .
wd:Q3528954 wdt:P58 ?x0 .
?x0 wdt:P27 wd:Q148
} |
mcwq-131902 | What Chinese actor was a British female star of A Step into the Past and Cold Blood Warm Heart | [
"Jessica Hsuan"
] | {
"entities": [
"Q6581072",
"Q4659806",
"Q145",
"Q148",
"Q5142194",
"Q33999",
"Q839145"
],
"relations": [
"P106",
"P27",
"P21",
"P161"
],
"adjacency": [
[
6,
0,
5
],
[
1,
3,
6
],
[
4,
3,
6
],
[
6,
2,
0
],
[
6,
1,
2
],
[
6,
1,
3
]
],
"entity_labels": [
"female",
"A Step into the Past",
"United Kingdom",
"People's Republic of China",
"Cold Blood Warm Heart",
"actor",
"Jessica Hsuan"
],
"relation_labels": [
"occupation",
"country of citizenship",
"sex or gender",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q4659806 wdt:P161 ?x0 .
wd:Q5142194 wdt:P161 ?x0 .
?x0 wdt:P21 wd:Q6581072 .
?x0 wdt:P27 wd:Q145 .
?x0 wdt:P27 wd:Q148
} |
mcwq-131906 | What Chinese actor was employed by Asia Television | [
"Gallen Lo"
] | {
"entities": [
"Q148",
"Q33999",
"Q727145",
"Q709091"
],
"relations": [
"P106",
"P27",
"P108"
],
"adjacency": [
[
3,
0,
1
],
[
3,
2,
2
],
[
3,
1,
0
]
],
"entity_labels": [
"People's Republic of China",
"actor",
"Asia Television",
"Gallen Lo"
],
"relation_labels": [
"occupation",
"country of citizenship",
"employer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P108 wd:Q727145 .
?x0 wdt:P27 wd:Q148
} |
mcwq-131907 | What Chinese actor was employed by Commercial Radio Hong Kong , Now TV , and TVB | [
"Wong He"
] | {
"entities": [
"Q901930",
"Q148",
"Q1195543",
"Q33999",
"Q307373",
"Q835329"
],
"relations": [
"P106",
"P27",
"P108"
],
"adjacency": [
[
0,
0,
3
],
[
0,
2,
4
],
[
0,
2,
5
],
[
0,
2,
2
],
[
0,
1,
1
]
],
"entity_labels": [
"Wong He",
"People's Republic of China",
"TVB",
"actor",
"Now TV",
"Commercial Radio Hong Kong"
],
"relation_labels": [
"occupation",
"country of citizenship",
"employer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P108 wd:Q307373 .
?x0 wdt:P108 wd:Q835329 .
?x0 wdt:P108 wd:Q1195543 .
?x0 wdt:P27 wd:Q148
} |
mcwq-131908 | What Chinese actor was employed by Gallen Lo 's employer | [
"Gallen Lo",
"Wong He",
"Celine Ma"
] | {
"entities": [
"Q8262316",
"Q148",
"Q1195543",
"Q33999",
"Q709091"
],
"relations": [
"P106",
"P27",
"P108"
],
"adjacency": [
[
0,
0,
3
],
[
0,
2,
2
],
[
0,
1,
1
],
[
4,
2,
2
]
],
"entity_labels": [
"Celine Ma",
"People's Republic of China",
"TVB",
"actor",
"Gallen Lo"
],
"relation_labels": [
"occupation",
"country of citizenship",
"employer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P108 ?x1 .
?x0 wdt:P27 wd:Q148 .
wd:Q709091 wdt:P108 ?x1
} |
mcwq-131909 | What Chinese actor was employed by a producer of The Day of Days | [
"Gallen Lo",
"Wong He",
"Celine Ma"
] | {
"entities": [
"Q8262316",
"Q148",
"Q75382",
"Q1195543",
"Q33999"
],
"relations": [
"P272",
"P106",
"P27",
"P108"
],
"adjacency": [
[
0,
1,
4
],
[
0,
3,
3
],
[
0,
2,
1
],
[
2,
0,
3
]
],
"entity_labels": [
"Celine Ma",
"People's Republic of China",
"The Day of Days",
"TVB",
"actor"
],
"relation_labels": [
"production company",
"occupation",
"country of citizenship",
"employer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P108 ?x1 .
?x0 wdt:P27 wd:Q148 .
wd:Q75382 wdt:P272 ?x1
} |
mcwq-131911 | What Chinese actor wrote Hero | [
"Zhang Yimou"
] | {
"entities": [
"Q148",
"Q33999",
"Q260379",
"Q55430"
],
"relations": [
"P106",
"P27",
"P58"
],
"adjacency": [
[
3,
0,
1
],
[
2,
2,
3
],
[
3,
1,
0
]
],
"entity_labels": [
"People's Republic of China",
"actor",
"Hero",
"Zhang Yimou"
],
"relation_labels": [
"occupation",
"country of citizenship",
"screenwriter"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q260379 wdt:P58 ?x0 .
?x0 wdt:P27 wd:Q148
} |
mcwq-131912 | What Chinese actor wrote As Time Goes By , From Vietnam , and Black Mask and wrote The Opium War | [
"Ann Hui"
] | {
"entities": [
"Q148",
"Q15052427",
"Q33999",
"Q96424822",
"Q256958",
"Q386236",
"Q880396"
],
"relations": [
"P106",
"P27",
"P58"
],
"adjacency": [
[
4,
0,
2
],
[
6,
2,
4
],
[
1,
2,
4
],
[
5,
2,
4
],
[
3,
2,
4
],
[
4,
1,
0
]
],
"entity_labels": [
"People's Republic of China",
"As Time Goes By",
"actor",
"From Vietnam",
"Ann Hui",
"The Opium War",
"Black Mask"
],
"relation_labels": [
"occupation",
"country of citizenship",
"screenwriter"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q880396 wdt:P58 ?x0 .
wd:Q15052427 wdt:P58 ?x0 .
wd:Q386236 wdt:P58 ?x0 .
wd:Q96424822 wdt:P58 ?x0 .
?x0 wdt:P27 wd:Q148
} |
mcwq-131914 | What Chinese composer did National Central University employ | [
"Cheng Maoyun"
] | {
"entities": [
"Q709514",
"Q714891",
"Q148",
"Q36834"
],
"relations": [
"P106",
"P27",
"P108"
],
"adjacency": [
[
0,
0,
3
],
[
0,
2,
1
],
[
0,
1,
2
]
],
"entity_labels": [
"Cheng Maoyun",
"National Central University",
"People's Republic of China",
"composer"
],
"relation_labels": [
"occupation",
"country of citizenship",
"employer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
?x0 wdt:P108 wd:Q714891 .
?x0 wdt:P27 wd:Q148
} |
mcwq-131915 | What Chinese composer did Patsy Toh and Zamira Menuhin marry | [
"Fou Ts'ong"
] | {
"entities": [
"Q75603088",
"Q148",
"Q36834",
"Q1196262",
"Q3370137"
],
"relations": [
"P106",
"P27",
"P26"
],
"adjacency": [
[
3,
0,
2
],
[
3,
1,
1
],
[
3,
2,
0
],
[
3,
2,
4
]
],
"entity_labels": [
"Zamira Menuhin",
"People's Republic of China",
"composer",
"Fou Ts'ong",
"Patsy Toh"
],
"relation_labels": [
"occupation",
"country of citizenship",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
?x0 wdt:P27 wd:Q148 .
?x0 wdt:P26 wd:Q75603088 .
?x0 wdt:P26 wd:Q3370137 .
FILTER ( ?x0 != wd:Q75603088 ) .
FILTER ( ?x0 != wd:Q3370137 )
} |
mcwq-131916 | What Chinese composer did Faye Wong marry | [
"Dou Wei"
] | {
"entities": [
"Q148",
"Q64814",
"Q36834",
"Q464650"
],
"relations": [
"P106",
"P27",
"P26"
],
"adjacency": [
[
1,
0,
2
],
[
1,
1,
0
],
[
1,
2,
3
]
],
"entity_labels": [
"People's Republic of China",
"Dou Wei",
"composer",
"Faye Wong"
],
"relation_labels": [
"occupation",
"country of citizenship",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
?x0 wdt:P27 wd:Q148 .
?x0 wdt:P26 wd:Q464650 .
FILTER ( ?x0 != wd:Q464650 )
} |
mcwq-131923 | What Chinese composer married Patsy Toh and married Zamira Menuhin | [
"Fou Ts'ong"
] | {
"entities": [
"Q75603088",
"Q148",
"Q36834",
"Q1196262",
"Q3370137"
],
"relations": [
"P106",
"P27",
"P26"
],
"adjacency": [
[
3,
0,
2
],
[
3,
1,
1
],
[
3,
2,
0
],
[
3,
2,
4
]
],
"entity_labels": [
"Zamira Menuhin",
"People's Republic of China",
"composer",
"Fou Ts'ong",
"Patsy Toh"
],
"relation_labels": [
"occupation",
"country of citizenship",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
?x0 wdt:P27 wd:Q148 .
?x0 wdt:P26 wd:Q75603088 .
?x0 wdt:P26 wd:Q3370137 .
FILTER ( ?x0 != wd:Q75603088 ) .
FILTER ( ?x0 != wd:Q3370137 )
} |
mcwq-131924 | What Chinese composer married Faye Wong | [
"Dou Wei"
] | {
"entities": [
"Q148",
"Q64814",
"Q36834",
"Q464650"
],
"relations": [
"P106",
"P27",
"P26"
],
"adjacency": [
[
1,
0,
2
],
[
1,
1,
0
],
[
1,
2,
3
]
],
"entity_labels": [
"People's Republic of China",
"Dou Wei",
"composer",
"Faye Wong"
],
"relation_labels": [
"occupation",
"country of citizenship",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
?x0 wdt:P27 wd:Q148 .
?x0 wdt:P26 wd:Q464650 .
FILTER ( ?x0 != wd:Q464650 )
} |
mcwq-131925 | What Chinese composer of Coming Home was Pianomania 's star | [
"Lang Lang"
] | {
"entities": [
"Q1547398",
"Q148",
"Q155713",
"Q15733016"
],
"relations": [
"P86",
"P27",
"P161"
],
"adjacency": [
[
0,
2,
2
],
[
3,
0,
2
],
[
2,
1,
1
]
],
"entity_labels": [
"Pianomania",
"People's Republic of China",
"Lang Lang",
"Coming Home"
],
"relation_labels": [
"composer",
"country of citizenship",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q1547398 wdt:P161 ?x0 .
wd:Q15733016 wdt:P86 ?x0 .
?x0 wdt:P27 wd:Q148
} |
mcwq-131926 | What Chinese composer of In Love We Trust was a film 's composer | [
"Dou Wei"
] | {
"entities": [
"Q8057664",
"Q148",
"Q1660633",
"Q64814",
"Q11424"
],
"relations": [
"P86",
"P27",
"P31"
],
"adjacency": [
[
0,
0,
3
],
[
2,
0,
3
],
[
3,
1,
1
],
[
0,
2,
4
]
],
"entity_labels": [
"You and Me",
"People's Republic of China",
"In Love We Trust",
"Dou Wei",
"film"
],
"relation_labels": [
"composer",
"country of citizenship",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x1 wdt:P86 ?x0 .
wd:Q1660633 wdt:P86 ?x0 .
?x0 wdt:P27 wd:Q148 .
?x1 wdt:P31 wd:Q11424 } |
mcwq-131933 | What Chinese composer that Boat People starred was a person 's spouse | [
"George Lam"
] | {
"entities": [
"Q836737",
"Q148",
"Q283110",
"Q36834",
"Q5",
"Q717829"
],
"relations": [
"P31",
"P106",
"P27",
"P26",
"P161"
],
"adjacency": [
[
5,
1,
3
],
[
0,
4,
5
],
[
5,
2,
1
],
[
5,
3,
2
],
[
2,
0,
4
]
],
"entity_labels": [
"Boat People",
"People's Republic of China",
"Sally Yeh",
"composer",
"human",
"George Lam"
],
"relation_labels": [
"instance of",
"occupation",
"country of citizenship",
"spouse",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
wd:Q836737 wdt:P161 ?x0 .
?x0 wdt:P27 wd:Q148 .
?x0 wdt:P26 ?x1 .
?x1 wdt:P31 wd:Q5 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-131940 | What Chinese composer was Faye Wong 's spouse | [
"Dou Wei"
] | {
"entities": [
"Q148",
"Q64814",
"Q36834",
"Q464650"
],
"relations": [
"P106",
"P27",
"P26"
],
"adjacency": [
[
1,
0,
2
],
[
1,
1,
0
],
[
1,
2,
3
]
],
"entity_labels": [
"People's Republic of China",
"Dou Wei",
"composer",
"Faye Wong"
],
"relation_labels": [
"occupation",
"country of citizenship",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
?x0 wdt:P27 wd:Q148 .
?x0 wdt:P26 wd:Q464650 .
FILTER ( ?x0 != wd:Q464650 )
} |
mcwq-131949 | What Chinese cinematographer and director of a film did Lin Feng-jiao marry | [
"Jackie Chan"
] | {
"entities": [
"Q148",
"Q717669",
"Q391143",
"Q36970",
"Q11424"
],
"relations": [
"P344",
"P57",
"P31",
"P27",
"P26"
],
"adjacency": [
[
2,
0,
3
],
[
2,
1,
3
],
[
3,
3,
0
],
[
3,
4,
1
],
[
2,
2,
4
]
],
"entity_labels": [
"People's Republic of China",
"Lin Feng-jiao",
"Chinese Zodiac",
"Jackie Chan",
"film"
],
"relation_labels": [
"director of photography",
"director",
"instance of",
"country of citizenship",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x1 wdt:P344 ?x0 .
?x1 wdt:P57 ?x0 .
?x0 wdt:P27 wd:Q148 .
?x0 wdt:P26 wd:Q717669 .
?x1 wdt:P31 wd:Q11424 .
FILTER ( ?x0 != wd:Q717669 )
} |
mcwq-131954 | What Chinese cinematographer did Jiang Wenli marry | [
"Gu Changwei"
] | {
"entities": [
"Q716018",
"Q148",
"Q377593",
"Q222344"
],
"relations": [
"P106",
"P27",
"P26"
],
"adjacency": [
[
0,
0,
3
],
[
0,
1,
1
],
[
0,
2,
2
]
],
"entity_labels": [
"Gu Changwei",
"People's Republic of China",
"Jiang Wenli",
"cinematographer"
],
"relation_labels": [
"occupation",
"country of citizenship",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q222344 .
?x0 wdt:P27 wd:Q148 .
?x0 wdt:P26 wd:Q377593 .
FILTER ( ?x0 != wd:Q377593 )
} |
mcwq-131956 | What Chinese cinematographer directed Once Upon a Time | [
"Zhao Xiaoding"
] | {
"entities": [
"Q197464",
"Q27959219",
"Q148",
"Q222344"
],
"relations": [
"P27",
"P106",
"P57"
],
"adjacency": [
[
0,
1,
3
],
[
1,
2,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"Zhao Xiaoding",
"Once Upon a Time",
"People's Republic of China",
"cinematographer"
],
"relation_labels": [
"country of citizenship",
"occupation",
"director"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q222344 .
wd:Q27959219 wdt:P57 ?x0 .
?x0 wdt:P27 wd:Q148
} |
mcwq-131959 | What Chinese cinematographer married Jiang Wenli | [
"Gu Changwei"
] | {
"entities": [
"Q716018",
"Q148",
"Q377593",
"Q222344"
],
"relations": [
"P106",
"P27",
"P26"
],
"adjacency": [
[
0,
0,
3
],
[
0,
1,
1
],
[
0,
2,
2
]
],
"entity_labels": [
"Gu Changwei",
"People's Republic of China",
"Jiang Wenli",
"cinematographer"
],
"relation_labels": [
"occupation",
"country of citizenship",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q222344 .
?x0 wdt:P27 wd:Q148 .
?x0 wdt:P26 wd:Q377593 .
FILTER ( ?x0 != wd:Q377593 )
} |
mcwq-131961 | What Chinese cinematographer of Crazy English did Green Tea star | [
"Zhang Yuan"
] | {
"entities": [
"Q197331",
"Q148",
"Q5183147",
"Q3116114"
],
"relations": [
"P344",
"P27",
"P161"
],
"adjacency": [
[
3,
2,
0
],
[
2,
0,
0
],
[
0,
1,
1
]
],
"entity_labels": [
"Zhang Yuan",
"People's Republic of China",
"Crazy English",
"Green Tea"
],
"relation_labels": [
"director of photography",
"country of citizenship",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q3116114 wdt:P161 ?x0 .
wd:Q5183147 wdt:P344 ?x0 .
?x0 wdt:P27 wd:Q148
} |
mcwq-131964 | What Chinese cinematographer of The Big Parade , One and Eight , Old Well , and Yellow Earth wrote Curse of the Golden Flower | [
"Zhang Yimou"
] | {
"entities": [
"Q148",
"Q55430",
"Q51737",
"Q7085399",
"Q2113017",
"Q3209537",
"Q975564"
],
"relations": [
"P344",
"P27",
"P58"
],
"adjacency": [
[
5,
0,
1
],
[
6,
0,
1
],
[
3,
0,
1
],
[
4,
0,
1
],
[
2,
2,
1
],
[
1,
1,
0
]
],
"entity_labels": [
"People's Republic of China",
"Zhang Yimou",
"Curse of the Golden Flower",
"Old Well",
"One and Eight",
"The Big Parade",
"Yellow Earth"
],
"relation_labels": [
"director of photography",
"country of citizenship",
"screenwriter"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q3209537 wdt:P344 ?x0 .
wd:Q975564 wdt:P344 ?x0 .
wd:Q7085399 wdt:P344 ?x0 .
wd:Q2113017 wdt:P344 ?x0 .
wd:Q51737 wdt:P58 ?x0 .
?x0 wdt:P27 wd:Q148
} |
mcwq-131965 | What Chinese cinematographer of Dong wrote , executive produced , and directed A Touch of Sin | [
"Jia Zhangke"
] | {
"entities": [
"Q787500",
"Q148",
"Q13218237",
"Q461079"
],
"relations": [
"P344",
"P57",
"P58",
"P1431",
"P27"
],
"adjacency": [
[
0,
0,
3
],
[
2,
1,
3
],
[
2,
3,
3
],
[
2,
2,
3
],
[
3,
4,
1
]
],
"entity_labels": [
"Dong",
"People's Republic of China",
"A Touch of Sin",
"Jia Zhangke"
],
"relation_labels": [
"director of photography",
"director",
"screenwriter",
"executive producer",
"country of citizenship"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q787500 wdt:P344 ?x0 .
wd:Q13218237 wdt:P57 ?x0 .
wd:Q13218237 wdt:P1431 ?x0 .
wd:Q13218237 wdt:P58 ?x0 .
?x0 wdt:P27 wd:Q148
} |
mcwq-131977 | What Chinese cinematographer that founded Basic Pictures did As the Light Goes Out and A Simple Life star | [
"Andrew Lau"
] | {
"entities": [
"Q148",
"Q167432",
"Q11079125",
"Q222344",
"Q4866993",
"Q715330"
],
"relations": [
"P112",
"P106",
"P27",
"P161"
],
"adjacency": [
[
5,
1,
3
],
[
1,
3,
5
],
[
2,
3,
5
],
[
4,
0,
5
],
[
5,
2,
0
]
],
"entity_labels": [
"People's Republic of China",
"A Simple Life",
"As the Light Goes Out",
"cinematographer",
"Basic Pictures",
"Andrew Lau"
],
"relation_labels": [
"founded by",
"occupation",
"country of citizenship",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q222344 .
wd:Q167432 wdt:P161 ?x0 .
wd:Q11079125 wdt:P161 ?x0 .
wd:Q4866993 wdt:P112 ?x0 .
?x0 wdt:P27 wd:Q148
} |
mcwq-131984 | What Chinese cinematographer wrote The Ditch | [
"Wang Bing"
] | {
"entities": [
"Q148",
"Q222344",
"Q3566046",
"Q3222912"
],
"relations": [
"P106",
"P27",
"P58"
],
"adjacency": [
[
2,
0,
1
],
[
3,
2,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"People's Republic of China",
"cinematographer",
"Wang Bing",
"The Ditch"
],
"relation_labels": [
"occupation",
"country of citizenship",
"screenwriter"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q222344 .
wd:Q3222912 wdt:P58 ?x0 .
?x0 wdt:P27 wd:Q148
} |
mcwq-131991 | What Chinese costume designer edited The Grandmaster and I Am Not Madame Bovary | [
"William Chang"
] | {
"entities": [
"Q148",
"Q6123628",
"Q1323191",
"Q1155695",
"Q23647092"
],
"relations": [
"P106",
"P27",
"P1040"
],
"adjacency": [
[
1,
0,
2
],
[
3,
2,
1
],
[
4,
2,
1
],
[
1,
1,
0
]
],
"entity_labels": [
"People's Republic of China",
"William Chang",
"costume designer",
"The Grandmaster",
"I Am Not Madame Bovary"
],
"relation_labels": [
"occupation",
"country of citizenship",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q1323191 .
wd:Q1155695 wdt:P1040 ?x0 .
wd:Q23647092 wdt:P1040 ?x0 .
?x0 wdt:P27 wd:Q148
} |
mcwq-131992 | What Chinese costume designer edited 2046 | [
"William Chang"
] | {
"entities": [
"Q1323191",
"Q148",
"Q6123628",
"Q164702"
],
"relations": [
"P106",
"P27",
"P1040"
],
"adjacency": [
[
2,
0,
0
],
[
3,
2,
2
],
[
2,
1,
1
]
],
"entity_labels": [
"costume designer",
"People's Republic of China",
"William Chang",
"2046"
],
"relation_labels": [
"occupation",
"country of citizenship",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q1323191 .
wd:Q164702 wdt:P1040 ?x0 .
?x0 wdt:P27 wd:Q148
} |
mcwq-132005 | What Chinese director and executive producer of Chinese Zodiac executive produced Around the World in 80 Days and 1911 | [
"Jackie Chan"
] | {
"entities": [
"Q156519",
"Q148",
"Q391143",
"Q36970",
"Q206182"
],
"relations": [
"P27",
"P57",
"P1431"
],
"adjacency": [
[
2,
1,
3
],
[
4,
2,
3
],
[
0,
2,
3
],
[
2,
2,
3
],
[
3,
0,
1
]
],
"entity_labels": [
"Around the World in 80 Days",
"People's Republic of China",
"Chinese Zodiac",
"Jackie Chan",
"1911"
],
"relation_labels": [
"country of citizenship",
"director",
"executive producer"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q391143 wdt:P57 ?x0 .
wd:Q206182 wdt:P1431 ?x0 .
wd:Q156519 wdt:P1431 ?x0 .
wd:Q391143 wdt:P1431 ?x0 .
?x0 wdt:P27 wd:Q148
} |
mcwq-132006 | What Chinese director of So Young did Huang Youlong marry | [
"Zhao Wei"
] | {
"entities": [
"Q28409433",
"Q197471",
"Q148",
"Q11837540"
],
"relations": [
"P27",
"P57",
"P26"
],
"adjacency": [
[
3,
1,
1
],
[
1,
0,
2
],
[
1,
2,
0
]
],
"entity_labels": [
"Huang Youlong",
"Zhao Wei",
"People's Republic of China",
"So Young"
],
"relation_labels": [
"country of citizenship",
"director",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q11837540 wdt:P57 ?x0 .
?x0 wdt:P27 wd:Q148 .
?x0 wdt:P26 wd:Q28409433 .
FILTER ( ?x0 != wd:Q28409433 )
} |
mcwq-132008 | What Chinese director of 1911 directed , executive produced , and wrote Chinese Zodiac | [
"Jackie Chan"
] | {
"entities": [
"Q36970",
"Q148",
"Q391143",
"Q206182"
],
"relations": [
"P27",
"P57",
"P58",
"P1431"
],
"adjacency": [
[
2,
1,
0
],
[
3,
1,
0
],
[
2,
3,
0
],
[
2,
2,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"Jackie Chan",
"People's Republic of China",
"Chinese Zodiac",
"1911"
],
"relation_labels": [
"country of citizenship",
"director",
"screenwriter",
"executive producer"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q391143 wdt:P57 ?x0 .
wd:Q206182 wdt:P57 ?x0 .
wd:Q391143 wdt:P1431 ?x0 .
wd:Q391143 wdt:P58 ?x0 .
?x0 wdt:P27 wd:Q148
} |
mcwq-132010 | What Chinese director of 36 Crazy Fists was a star and executive producer of Shinjuku Incident | [
"Jackie Chan"
] | {
"entities": [
"Q10695356",
"Q1152485",
"Q148",
"Q36970"
],
"relations": [
"P27",
"P57",
"P1431",
"P161"
],
"adjacency": [
[
1,
3,
3
],
[
0,
1,
3
],
[
1,
2,
3
],
[
3,
0,
2
]
],
"entity_labels": [
"36 Crazy Fists",
"Shinjuku Incident",
"People's Republic of China",
"Jackie Chan"
],
"relation_labels": [
"country of citizenship",
"director",
"executive producer",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q1152485 wdt:P161 ?x0 .
wd:Q10695356 wdt:P57 ?x0 .
wd:Q1152485 wdt:P1431 ?x0 .
?x0 wdt:P27 wd:Q148
} |
mcwq-132011 | What Chinese director of a film did Nina Li marry | [
"Jet Li"
] | {
"entities": [
"Q148",
"Q283983",
"Q464071",
"Q159577",
"Q11424"
],
"relations": [
"P27",
"P57",
"P26",
"P31"
],
"adjacency": [
[
2,
1,
3
],
[
3,
0,
0
],
[
3,
2,
1
],
[
2,
3,
4
]
],
"entity_labels": [
"People's Republic of China",
"Nina Li",
"Born to Defence",
"Jet Li",
"film"
],
"relation_labels": [
"country of citizenship",
"director",
"spouse",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x1 wdt:P57 ?x0 .
?x0 wdt:P27 wd:Q148 .
?x0 wdt:P26 wd:Q283983 .
?x1 wdt:P31 wd:Q11424 .
FILTER ( ?x0 != wd:Q283983 )
} |
mcwq-132016 | What Chinese editor of Floating Melon was Advent 's director , cinematographer , and editor | [
"Xu Xiaoxi"
] | {
"entities": [
"Q27989943",
"Q148",
"Q17524303",
"Q27989959"
],
"relations": [
"P344",
"P27",
"P57",
"P1040"
],
"adjacency": [
[
3,
0,
2
],
[
3,
2,
2
],
[
3,
3,
2
],
[
0,
3,
2
],
[
2,
1,
1
]
],
"entity_labels": [
"Floating Melon",
"People's Republic of China",
"Xu Xiaoxi",
"Advent"
],
"relation_labels": [
"director of photography",
"country of citizenship",
"director",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q27989959 wdt:P344 ?x0 .
wd:Q27989959 wdt:P57 ?x0 .
wd:Q27989959 wdt:P1040 ?x0 .
wd:Q27989943 wdt:P1040 ?x0 .
?x0 wdt:P27 wd:Q148
} |
mcwq-132017 | What Chinese editor of Tuya's Marriage married Zhang Yuqi | [
"Wang Quan'an"
] | {
"entities": [
"Q705226",
"Q700315",
"Q148",
"Q430987"
],
"relations": [
"P27",
"P26",
"P1040"
],
"adjacency": [
[
3,
2,
0
],
[
0,
0,
2
],
[
0,
1,
1
]
],
"entity_labels": [
"Wang Quan'an",
"Zhang Yuqi",
"People's Republic of China",
"Tuya's Marriage"
],
"relation_labels": [
"country of citizenship",
"spouse",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q430987 wdt:P1040 ?x0 .
?x0 wdt:P27 wd:Q148 .
?x0 wdt:P26 wd:Q700315 .
FILTER ( ?x0 != wd:Q700315 )
} |
mcwq-132020 | What Chinese editor of Public Toilet directed 1997 Trilogy and edited Dumplings and The Midnight After | [
"Fruit Chan"
] | {
"entities": [
"Q15651974",
"Q148",
"Q106805210",
"Q704027",
"Q1265160",
"Q491962"
],
"relations": [
"P27",
"P57",
"P1040"
],
"adjacency": [
[
2,
1,
3
],
[
0,
2,
3
],
[
4,
2,
3
],
[
5,
2,
3
],
[
3,
0,
1
]
],
"entity_labels": [
"The Midnight After",
"People's Republic of China",
"1997 Trilogy",
"Fruit Chan",
"Dumplings",
"Public Toilet"
],
"relation_labels": [
"country of citizenship",
"director",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q106805210 wdt:P57 ?x0 .
wd:Q15651974 wdt:P1040 ?x0 .
wd:Q1265160 wdt:P1040 ?x0 .
wd:Q491962 wdt:P1040 ?x0 .
?x0 wdt:P27 wd:Q148
} |
mcwq-132021 | What Chinese editor of The Conman edited Twin Dragons and The Swordsman and directed Slim till Dead | [
"Marco Mak"
] | {
"entities": [
"Q3290112",
"Q148",
"Q169517",
"Q942603",
"Q3486695",
"Q2093119"
],
"relations": [
"P27",
"P57",
"P1040"
],
"adjacency": [
[
4,
1,
0
],
[
5,
2,
0
],
[
3,
2,
0
],
[
2,
2,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"Marco Mak",
"People's Republic of China",
"The Conman",
"The Swordsman",
"Slim till Dead",
"Twin Dragons"
],
"relation_labels": [
"country of citizenship",
"director",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q3486695 wdt:P57 ?x0 .
wd:Q2093119 wdt:P1040 ?x0 .
wd:Q942603 wdt:P1040 ?x0 .
wd:Q169517 wdt:P1040 ?x0 .
?x0 wdt:P27 wd:Q148
} |
mcwq-132022 | What Chinese editor of A Chinese Ghost Story was Now You See Love, Now You Don't 's composer | [
"David Wu"
] | {
"entities": [
"Q148",
"Q15927280",
"Q300356",
"Q7065885"
],
"relations": [
"P86",
"P27",
"P1040"
],
"adjacency": [
[
2,
2,
1
],
[
3,
0,
1
],
[
1,
1,
0
]
],
"entity_labels": [
"People's Republic of China",
"David Wu",
"A Chinese Ghost Story",
"Now You See Love, Now You Don't"
],
"relation_labels": [
"composer",
"country of citizenship",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q300356 wdt:P1040 ?x0 .
wd:Q7065885 wdt:P86 ?x0 .
?x0 wdt:P27 wd:Q148
} |
mcwq-132023 | What Chinese editor of Aftershock was employed by Renmin University of China | [
"Xiao Yang"
] | {
"entities": [
"Q389303",
"Q1074117",
"Q148",
"Q519871"
],
"relations": [
"P27",
"P108",
"P1040"
],
"adjacency": [
[
0,
2,
3
],
[
3,
1,
1
],
[
3,
0,
2
]
],
"entity_labels": [
"Aftershock",
"Renmin University of China",
"People's Republic of China",
"Xiao Yang"
],
"relation_labels": [
"country of citizenship",
"employer",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q389303 wdt:P1040 ?x0 .
?x0 wdt:P108 wd:Q1074117 .
?x0 wdt:P27 wd:Q148
} |
mcwq-132025 | What Chinese employee of UNICEF was Chinese Zodiac 's executive producer and writer | [
"Jackie Chan"
] | {
"entities": [
"Q740308",
"Q36970",
"Q148",
"Q391143"
],
"relations": [
"P27",
"P108",
"P58",
"P1431"
],
"adjacency": [
[
3,
3,
1
],
[
3,
2,
1
],
[
1,
1,
0
],
[
1,
0,
2
]
],
"entity_labels": [
"UNICEF",
"Jackie Chan",
"People's Republic of China",
"Chinese Zodiac"
],
"relation_labels": [
"country of citizenship",
"employer",
"screenwriter",
"executive producer"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q391143 wdt:P1431 ?x0 .
wd:Q391143 wdt:P58 ?x0 .
?x0 wdt:P108 wd:Q740308 .
?x0 wdt:P27 wd:Q148
} |
mcwq-132026 | What Chinese employee of UNICEF wrote Project A Part II and Gorgeous and directed Police Story 2 | [
"Jackie Chan"
] | {
"entities": [
"Q148",
"Q1640085",
"Q740308",
"Q60794",
"Q378013",
"Q36970"
],
"relations": [
"P27",
"P57",
"P108",
"P58"
],
"adjacency": [
[
4,
1,
5
],
[
3,
3,
5
],
[
1,
3,
5
],
[
5,
2,
2
],
[
5,
0,
0
]
],
"entity_labels": [
"People's Republic of China",
"Project A Part II",
"UNICEF",
"Gorgeous",
"Police Story 2",
"Jackie Chan"
],
"relation_labels": [
"country of citizenship",
"director",
"employer",
"screenwriter"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q378013 wdt:P57 ?x0 .
wd:Q60794 wdt:P58 ?x0 .
wd:Q1640085 wdt:P58 ?x0 .
?x0 wdt:P108 wd:Q740308 .
?x0 wdt:P27 wd:Q148
} |
mcwq-132027 | What Chinese employee of Peking University Library married Yang Kaihui , He Zizhen , and Jiang Qing | [
"Mao Zedong"
] | {
"entities": [
"Q5816",
"Q10902170",
"Q148",
"Q236017",
"Q284278",
"Q272321"
],
"relations": [
"P27",
"P26",
"P108"
],
"adjacency": [
[
0,
2,
1
],
[
0,
0,
2
],
[
0,
1,
3
],
[
0,
1,
5
],
[
0,
1,
4
]
],
"entity_labels": [
"Mao Zedong",
"Peking University Library",
"People's Republic of China",
"Jiang Qing",
"Yang Kaihui",
"He Zizhen"
],
"relation_labels": [
"country of citizenship",
"spouse",
"employer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P108 wd:Q10902170 .
?x0 wdt:P27 wd:Q148 .
?x0 wdt:P26 wd:Q236017 .
?x0 wdt:P26 wd:Q272321 .
?x0 wdt:P26 wd:Q284278 .
FILTER ( ?x0 != wd:Q236017 ) .
FILTER ( ?x0 != wd:Q272321 ) .
FILTER ( ?x0 != wd:Q284278 )
} |
mcwq-132028 | What Chinese employee of University of Utah did Karl Marx influence | [
"Li Minqi"
] | {
"entities": [
"Q168515",
"Q9061",
"Q148",
"Q4260704"
],
"relations": [
"P108",
"P27",
"P737"
],
"adjacency": [
[
3,
2,
1
],
[
3,
0,
0
],
[
3,
1,
2
]
],
"entity_labels": [
"University of Utah",
"Karl Marx",
"People's Republic of China",
"Li Minqi"
],
"relation_labels": [
"employer",
"country of citizenship",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P737 wd:Q9061 .
?x0 wdt:P108 wd:Q168515 .
?x0 wdt:P27 wd:Q148
} |
mcwq-132032 | What Chinese employee of a producer of Silver into Gold did Frances Yao marry | [
"Andrew Yao"
] | {
"entities": [
"Q16497",
"Q148",
"Q62888",
"Q41506",
"Q7516546"
],
"relations": [
"P272",
"P27",
"P26",
"P108"
],
"adjacency": [
[
2,
3,
3
],
[
2,
1,
1
],
[
2,
2,
0
],
[
4,
0,
3
]
],
"entity_labels": [
"Frances Yao",
"People's Republic of China",
"Andrew Yao",
"Stanford University",
"Silver into Gold"
],
"relation_labels": [
"production company",
"country of citizenship",
"spouse",
"employer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P108 ?x1 .
?x0 wdt:P27 wd:Q148 .
?x0 wdt:P26 wd:Q16497 .
wd:Q7516546 wdt:P272 ?x1 .
FILTER ( ?x0 != wd:Q16497 )
} |
mcwq-132033 | What Chinese executive producer and star of 1911 and Around the World in 80 Days did Project A star | [
"Jackie Chan"
] | {
"entities": [
"Q156519",
"Q148",
"Q1144590",
"Q36970",
"Q206182"
],
"relations": [
"P27",
"P1431",
"P161"
],
"adjacency": [
[
4,
2,
3
],
[
2,
2,
3
],
[
0,
2,
3
],
[
4,
1,
3
],
[
0,
1,
3
],
[
3,
0,
1
]
],
"entity_labels": [
"Around the World in 80 Days",
"People's Republic of China",
"Project A",
"Jackie Chan",
"1911"
],
"relation_labels": [
"country of citizenship",
"executive producer",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q206182 wdt:P161 ?x0 .
wd:Q1144590 wdt:P161 ?x0 .
wd:Q156519 wdt:P161 ?x0 .
wd:Q206182 wdt:P1431 ?x0 .
wd:Q156519 wdt:P1431 ?x0 .
?x0 wdt:P27 wd:Q148
} |
mcwq-132036 | What Chinese executive producer of Thunderbolt , Around the World in 80 Days , and New Police Story was Lin Feng-jiao 's spouse | [
"Jackie Chan"
] | {
"entities": [
"Q156519",
"Q148",
"Q717669",
"Q863762",
"Q1198110",
"Q36970"
],
"relations": [
"P27",
"P26",
"P1431"
],
"adjacency": [
[
4,
2,
5
],
[
3,
2,
5
],
[
0,
2,
5
],
[
5,
0,
1
],
[
5,
1,
2
]
],
"entity_labels": [
"Around the World in 80 Days",
"People's Republic of China",
"Lin Feng-jiao",
"New Police Story",
"Thunderbolt",
"Jackie Chan"
],
"relation_labels": [
"country of citizenship",
"spouse",
"executive producer"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q1198110 wdt:P1431 ?x0 .
wd:Q863762 wdt:P1431 ?x0 .
wd:Q156519 wdt:P1431 ?x0 .
?x0 wdt:P27 wd:Q148 .
?x0 wdt:P26 wd:Q717669 .
FILTER ( ?x0 != wd:Q717669 )
} |
mcwq-132039 | What Chinese executive producer of New Police Story , Around the World in 80 Days , 1911 , and Chinese Zodiac did Wheels on Meals star | [
"Jackie Chan"
] | {
"entities": [
"Q156519",
"Q148",
"Q60792",
"Q863762",
"Q391143",
"Q36970",
"Q206182"
],
"relations": [
"P27",
"P1431",
"P161"
],
"adjacency": [
[
2,
2,
5
],
[
6,
1,
5
],
[
0,
1,
5
],
[
4,
1,
5
],
[
3,
1,
5
],
[
5,
0,
1
]
],
"entity_labels": [
"Around the World in 80 Days",
"People's Republic of China",
"Wheels on Meals",
"New Police Story",
"Chinese Zodiac",
"Jackie Chan",
"1911"
],
"relation_labels": [
"country of citizenship",
"executive producer",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q60792 wdt:P161 ?x0 .
wd:Q206182 wdt:P1431 ?x0 .
wd:Q156519 wdt:P1431 ?x0 .
wd:Q391143 wdt:P1431 ?x0 .
wd:Q863762 wdt:P1431 ?x0 .
?x0 wdt:P27 wd:Q148
} |
mcwq-132040 | What Chinese executive producer of Chinese Zodiac did Shaolin star | [
"Jackie Chan"
] | {
"entities": [
"Q24515",
"Q148",
"Q391143",
"Q36970"
],
"relations": [
"P27",
"P1431",
"P161"
],
"adjacency": [
[
0,
2,
3
],
[
2,
1,
3
],
[
3,
0,
1
]
],
"entity_labels": [
"Shaolin",
"People's Republic of China",
"Chinese Zodiac",
"Jackie Chan"
],
"relation_labels": [
"country of citizenship",
"executive producer",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q24515 wdt:P161 ?x0 .
wd:Q391143 wdt:P1431 ?x0 .
?x0 wdt:P27 wd:Q148
} |
mcwq-132042 | What Chinese executive producer of The Great Magician and That Demon Within founded Emperor Group , Emperor Entertainment Group , and JCE Movies Limited | [
"Albert Yeung"
] | {
"entities": [
"Q834469",
"Q148",
"Q1114301",
"Q4038028",
"Q1054393",
"Q8421164",
"Q16500703"
],
"relations": [
"P27",
"P1431",
"P112"
],
"adjacency": [
[
6,
1,
5
],
[
4,
1,
5
],
[
2,
2,
5
],
[
0,
2,
5
],
[
3,
2,
5
],
[
5,
0,
1
]
],
"entity_labels": [
"Emperor Entertainment Group",
"People's Republic of China",
"JCE Movies Limited",
"Emperor Group",
"The Great Magician",
"Albert Yeung",
"That Demon Within"
],
"relation_labels": [
"country of citizenship",
"executive producer",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q16500703 wdt:P1431 ?x0 .
wd:Q1054393 wdt:P1431 ?x0 .
wd:Q1114301 wdt:P112 ?x0 .
wd:Q834469 wdt:P112 ?x0 .
wd:Q4038028 wdt:P112 ?x0 .
?x0 wdt:P27 wd:Q148
} |
mcwq-132043 | What Chinese executive producer of Thunderbolt , New Police Story , and Around the World in 80 Days executive produced Chinese Zodiac | [
"Jackie Chan"
] | {
"entities": [
"Q156519",
"Q148",
"Q863762",
"Q391143",
"Q1198110",
"Q36970"
],
"relations": [
"P27",
"P1431"
],
"adjacency": [
[
4,
1,
5
],
[
2,
1,
5
],
[
0,
1,
5
],
[
3,
1,
5
],
[
5,
0,
1
]
],
"entity_labels": [
"Around the World in 80 Days",
"People's Republic of China",
"New Police Story",
"Chinese Zodiac",
"Thunderbolt",
"Jackie Chan"
],
"relation_labels": [
"country of citizenship",
"executive producer"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q1198110 wdt:P1431 ?x0 .
wd:Q863762 wdt:P1431 ?x0 .
wd:Q156519 wdt:P1431 ?x0 .
wd:Q391143 wdt:P1431 ?x0 .
?x0 wdt:P27 wd:Q148
} |
mcwq-132044 | What Chinese executive producer of New Police Story , Thunderbolt , and Around the World in 80 Days was Police Story 2 's writer | [
"Jackie Chan"
] | {
"entities": [
"Q156519",
"Q148",
"Q1198110",
"Q863762",
"Q378013",
"Q36970"
],
"relations": [
"P27",
"P58",
"P1431"
],
"adjacency": [
[
2,
2,
5
],
[
3,
2,
5
],
[
0,
2,
5
],
[
4,
1,
5
],
[
5,
0,
1
]
],
"entity_labels": [
"Around the World in 80 Days",
"People's Republic of China",
"Thunderbolt",
"New Police Story",
"Police Story 2",
"Jackie Chan"
],
"relation_labels": [
"country of citizenship",
"screenwriter",
"executive producer"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q1198110 wdt:P1431 ?x0 .
wd:Q863762 wdt:P1431 ?x0 .
wd:Q156519 wdt:P1431 ?x0 .
wd:Q378013 wdt:P58 ?x0 .
?x0 wdt:P27 wd:Q148
} |
mcwq-132047 | What Chinese executive producer of 1911 was employed by UNICEF | [
"Jackie Chan"
] | {
"entities": [
"Q740308",
"Q36970",
"Q148",
"Q206182"
],
"relations": [
"P27",
"P108",
"P1431"
],
"adjacency": [
[
3,
2,
1
],
[
1,
1,
0
],
[
1,
0,
2
]
],
"entity_labels": [
"UNICEF",
"Jackie Chan",
"People's Republic of China",
"1911"
],
"relation_labels": [
"country of citizenship",
"employer",
"executive producer"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q206182 wdt:P1431 ?x0 .
?x0 wdt:P108 wd:Q740308 .
?x0 wdt:P27 wd:Q148
} |
mcwq-132050 | What Chinese executive producer of a film directed 1911 | [
"Jackie Chan"
] | {
"entities": [
"Q148",
"Q391143",
"Q36970",
"Q11424",
"Q206182"
],
"relations": [
"P27",
"P57",
"P31",
"P1431"
],
"adjacency": [
[
4,
1,
2
],
[
1,
3,
2
],
[
2,
0,
0
],
[
1,
2,
3
]
],
"entity_labels": [
"People's Republic of China",
"Chinese Zodiac",
"Jackie Chan",
"film",
"1911"
],
"relation_labels": [
"country of citizenship",
"director",
"instance of",
"executive producer"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q206182 wdt:P57 ?x0 .
?x1 wdt:P1431 ?x0 .
?x0 wdt:P27 wd:Q148 .
?x1 wdt:P31 wd:Q11424 } |
mcwq-132051 | What Chinese executive producer of a film 's prequel was a parent of Shaw Vee-Meng | [
"Run Run Shaw"
] | {
"entities": [
"Q148",
"Q21500755",
"Q15912932",
"Q184843",
"Q11424",
"Q444591"
],
"relations": [
"P40|wdt:P355",
"P31",
"P1431",
"P27",
"P156"
],
"adjacency": [
[
3,
2,
5
],
[
5,
0,
2
],
[
5,
3,
0
],
[
3,
4,
1
],
[
1,
1,
4
]
],
"entity_labels": [
"People's Republic of China",
"Blade Runner 2049",
"Shaw Vee-Meng",
"Blade Runner",
"film",
"Run Run Shaw"
],
"relation_labels": [
"P40|wdt:P355",
"instance of",
"executive producer",
"country of citizenship",
"followed by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x1 wdt:P1431 ?x0 .
?x0 wdt:P40|wdt:P355 wd:Q15912932 .
?x0 wdt:P27 wd:Q148 .
?x1 wdt:P156 ?x2 .
?x2 wdt:P31 wd:Q11424 } |
mcwq-132059 | What Chinese female film producer did Women Make Film and The River star | [
"Ann Hui"
] | {
"entities": [
"Q6581072",
"Q148",
"Q3282637",
"Q2059540",
"Q77855044",
"Q256958"
],
"relations": [
"P106",
"P27",
"P21",
"P161"
],
"adjacency": [
[
5,
0,
2
],
[
4,
3,
5
],
[
3,
3,
5
],
[
5,
2,
0
],
[
5,
1,
1
]
],
"entity_labels": [
"female",
"People's Republic of China",
"film producer",
"The River",
"Women Make Film",
"Ann Hui"
],
"relation_labels": [
"occupation",
"country of citizenship",
"sex or gender",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q3282637 .
wd:Q77855044 wdt:P161 ?x0 .
wd:Q2059540 wdt:P161 ?x0 .
?x0 wdt:P21 wd:Q6581072 .
?x0 wdt:P27 wd:Q148
} |
mcwq-132065 | What Chinese film director did Shaolin Soccer star | [
"Zhao Wei",
"Vincent Kok",
"Patrick Tse",
"Lam Chi-chung"
] | {
"entities": [
"Q197471",
"Q536299",
"Q148",
"Q2526255"
],
"relations": [
"P106",
"P27",
"P161"
],
"adjacency": [
[
0,
0,
3
],
[
1,
2,
0
],
[
0,
1,
2
]
],
"entity_labels": [
"Zhao Wei",
"Shaolin Soccer",
"People's Republic of China",
"film director"
],
"relation_labels": [
"occupation",
"country of citizenship",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q2526255 .
wd:Q536299 wdt:P161 ?x0 .
?x0 wdt:P27 wd:Q148
} |
mcwq-132067 | What Chinese film director did Huang Zongying marry | [
"Zhao Dan"
] | {
"entities": [
"Q8259567",
"Q148",
"Q197431",
"Q2526255"
],
"relations": [
"P106",
"P27",
"P26"
],
"adjacency": [
[
2,
0,
3
],
[
2,
1,
1
],
[
2,
2,
0
]
],
"entity_labels": [
"Huang Zongying",
"People's Republic of China",
"Zhao Dan",
"film director"
],
"relation_labels": [
"occupation",
"country of citizenship",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q2526255 .
?x0 wdt:P27 wd:Q148 .
?x0 wdt:P26 wd:Q8259567 .
FILTER ( ?x0 != wd:Q8259567 )
} |
mcwq-132068 | What Chinese film director did Xiamen University and Fudan University employ | [
"Hong Shen"
] | {
"entities": [
"Q148",
"Q1153539",
"Q11147144",
"Q495015",
"Q2526255"
],
"relations": [
"P106",
"P27",
"P108"
],
"adjacency": [
[
2,
0,
4
],
[
2,
2,
3
],
[
2,
2,
1
],
[
2,
1,
0
]
],
"entity_labels": [
"People's Republic of China",
"Xiamen University",
"Hong Shen",
"Fudan University",
"film director"
],
"relation_labels": [
"occupation",
"country of citizenship",
"employer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q2526255 .
?x0 wdt:P108 wd:Q495015 .
?x0 wdt:P108 wd:Q1153539 .
?x0 wdt:P27 wd:Q148
} |
mcwq-132069 | What Chinese film director did Mona Fong marry and Mei Chun Wong marry | [
"Run Run Shaw"
] | {
"entities": [
"Q148",
"Q32153484",
"Q988431",
"Q2526255",
"Q444591"
],
"relations": [
"P106",
"P27",
"P26"
],
"adjacency": [
[
4,
0,
3
],
[
4,
1,
0
],
[
4,
2,
2
],
[
4,
2,
1
]
],
"entity_labels": [
"People's Republic of China",
"Mei Chun Wong",
"Mona Fong",
"film director",
"Run Run Shaw"
],
"relation_labels": [
"occupation",
"country of citizenship",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q2526255 .
?x0 wdt:P27 wd:Q148 .
?x0 wdt:P26 wd:Q988431 .
?x0 wdt:P26 wd:Q32153484 .
FILTER ( ?x0 != wd:Q988431 ) .
FILTER ( ?x0 != wd:Q32153484 )
} |
mcwq-132070 | What Chinese film director did Zhejiang University employ | [
"Jin Yong",
"Xia Yan"
] | {
"entities": [
"Q619051",
"Q197543",
"Q148",
"Q2526255"
],
"relations": [
"P106",
"P27",
"P108"
],
"adjacency": [
[
0,
0,
3
],
[
0,
2,
1
],
[
0,
1,
2
]
],
"entity_labels": [
"Xia Yan",
"Zhejiang University",
"People's Republic of China",
"film director"
],
"relation_labels": [
"occupation",
"country of citizenship",
"employer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q2526255 .
?x0 wdt:P108 wd:Q197543 .
?x0 wdt:P27 wd:Q148
} |
mcwq-132071 | What Chinese film director directed Soul on a String and Driverless and wrote Shower | [
"Zhang Yang"
] | {
"entities": [
"Q197311",
"Q3099650",
"Q148",
"Q5308024",
"Q48671473"
],
"relations": [
"P27",
"P57",
"P58"
],
"adjacency": [
[
4,
1,
0
],
[
3,
1,
0
],
[
1,
2,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"Zhang Yang",
"Shower",
"People's Republic of China",
"Driverless",
"Soul on a String"
],
"relation_labels": [
"country of citizenship",
"director",
"screenwriter"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q48671473 wdt:P57 ?x0 .
wd:Q5308024 wdt:P57 ?x0 .
wd:Q3099650 wdt:P58 ?x0 .
?x0 wdt:P27 wd:Q148
} |
mcwq-132072 | What Chinese film director directed Summer Snow | [
"Ann Hui"
] | {
"entities": [
"Q115844",
"Q148",
"Q256958"
],
"relations": [
"P27",
"P57"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"Summer Snow",
"People's Republic of China",
"Ann Hui"
],
"relation_labels": [
"country of citizenship",
"director"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q115844 wdt:P57 ?x0 .
?x0 wdt:P27 wd:Q148
} |
mcwq-132073 | What Chinese film director directed 1911 , executive produced New Police Story , Chinese Zodiac , and Shinjuku Incident , and executive produced Thunderbolt | [
"Jackie Chan"
] | {
"entities": [
"Q148",
"Q1152485",
"Q863762",
"Q391143",
"Q1198110",
"Q36970",
"Q206182"
],
"relations": [
"P27",
"P57",
"P1431"
],
"adjacency": [
[
6,
1,
5
],
[
1,
2,
5
],
[
2,
2,
5
],
[
4,
2,
5
],
[
3,
2,
5
],
[
5,
0,
0
]
],
"entity_labels": [
"People's Republic of China",
"Shinjuku Incident",
"New Police Story",
"Chinese Zodiac",
"Thunderbolt",
"Jackie Chan",
"1911"
],
"relation_labels": [
"country of citizenship",
"director",
"executive producer"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q206182 wdt:P57 ?x0 .
wd:Q1152485 wdt:P1431 ?x0 .
wd:Q863762 wdt:P1431 ?x0 .
wd:Q1198110 wdt:P1431 ?x0 .
wd:Q391143 wdt:P1431 ?x0 .
?x0 wdt:P27 wd:Q148
} |
mcwq-132074 | What Chinese film director directed and executive produced Chinese Zodiac , Thunderbolt , and 1911 | [
"Jackie Chan"
] | {
"entities": [
"Q148",
"Q391143",
"Q1198110",
"Q36970",
"Q206182"
],
"relations": [
"P27",
"P57",
"P1431"
],
"adjacency": [
[
4,
1,
3
],
[
1,
1,
3
],
[
2,
1,
3
],
[
4,
2,
3
],
[
1,
2,
3
],
[
2,
2,
3
],
[
3,
0,
0
]
],
"entity_labels": [
"People's Republic of China",
"Chinese Zodiac",
"Thunderbolt",
"Jackie Chan",
"1911"
],
"relation_labels": [
"country of citizenship",
"director",
"executive producer"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q206182 wdt:P57 ?x0 .
wd:Q391143 wdt:P57 ?x0 .
wd:Q1198110 wdt:P57 ?x0 .
wd:Q206182 wdt:P1431 ?x0 .
wd:Q391143 wdt:P1431 ?x0 .
wd:Q1198110 wdt:P1431 ?x0 .
?x0 wdt:P27 wd:Q148
} |
mcwq-132075 | What Chinese film director edited The Conman | [
"Marco Mak"
] | {
"entities": [
"Q3290112",
"Q169517",
"Q148",
"Q2526255"
],
"relations": [
"P106",
"P27",
"P1040"
],
"adjacency": [
[
0,
0,
3
],
[
1,
2,
0
],
[
0,
1,
2
]
],
"entity_labels": [
"Marco Mak",
"The Conman",
"People's Republic of China",
"film director"
],
"relation_labels": [
"occupation",
"country of citizenship",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q2526255 .
wd:Q169517 wdt:P1040 ?x0 .
?x0 wdt:P27 wd:Q148
} |
mcwq-132076 | What Chinese film director edited White Deer Plain and edited Tuya's Marriage | [
"Wang Quan'an"
] | {
"entities": [
"Q705226",
"Q148",
"Q803694",
"Q430987",
"Q2526255"
],
"relations": [
"P106",
"P27",
"P1040"
],
"adjacency": [
[
0,
0,
4
],
[
3,
2,
0
],
[
2,
2,
0
],
[
0,
1,
1
]
],
"entity_labels": [
"Wang Quan'an",
"People's Republic of China",
"White Deer Plain",
"Tuya's Marriage",
"film director"
],
"relation_labels": [
"occupation",
"country of citizenship",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q2526255 .
wd:Q430987 wdt:P1040 ?x0 .
wd:Q803694 wdt:P1040 ?x0 .
?x0 wdt:P27 wd:Q148
} |
mcwq-132077 | What Chinese film director executive produced Shinjuku Incident and Thunderbolt and wrote Gorgeous , Armour of God , and Little Big Soldier | [
"Jackie Chan"
] | {
"entities": [
"Q148",
"Q958097",
"Q1199513",
"Q1152485",
"Q60794",
"Q1198110",
"Q36970",
"Q2526255"
],
"relations": [
"P106",
"P27",
"P58",
"P1431"
],
"adjacency": [
[
6,
0,
7
],
[
5,
3,
6
],
[
3,
3,
6
],
[
2,
2,
6
],
[
1,
2,
6
],
[
4,
2,
6
],
[
6,
1,
0
]
],
"entity_labels": [
"People's Republic of China",
"Little Big Soldier",
"Armour of God",
"Shinjuku Incident",
"Gorgeous",
"Thunderbolt",
"Jackie Chan",
"film director"
],
"relation_labels": [
"occupation",
"country of citizenship",
"screenwriter",
"executive producer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q2526255 .
wd:Q1198110 wdt:P1431 ?x0 .
wd:Q1152485 wdt:P1431 ?x0 .
wd:Q1199513 wdt:P58 ?x0 .
wd:Q958097 wdt:P58 ?x0 .
wd:Q60794 wdt:P58 ?x0 .
?x0 wdt:P27 wd:Q148
} |
mcwq-132078 | What Chinese film director founded JCE Movies Limited | [
"Jackie Chan"
] | {
"entities": [
"Q1114301",
"Q36970",
"Q148",
"Q2526255"
],
"relations": [
"P106",
"P27",
"P112"
],
"adjacency": [
[
1,
0,
3
],
[
0,
2,
1
],
[
1,
1,
2
]
],
"entity_labels": [
"JCE Movies Limited",
"Jackie Chan",
"People's Republic of China",
"film director"
],
"relation_labels": [
"occupation",
"country of citizenship",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q2526255 .
wd:Q1114301 wdt:P112 ?x0 .
?x0 wdt:P27 wd:Q148
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.