id
stringlengths 11
13
| question
stringlengths 11
8.64k
| answers
sequence | subgraph
dict | sparql
stringlengths 49
483
|
---|---|---|---|---|
mcwq-134616 | What Japanese writer of The Magnificent Seven and Ikiru wrote Seven Samurai and edited Kagemusha | [
"Akira Kurosawa"
] | {
"entities": [
"Q854990",
"Q8006",
"Q152105",
"Q19069",
"Q189540",
"Q17"
],
"relations": [
"P27",
"P58",
"P1040"
],
"adjacency": [
[
0,
2,
1
],
[
2,
1,
1
],
[
3,
1,
1
],
[
4,
1,
1
],
[
1,
0,
5
]
],
"entity_labels": [
"Kagemusha",
"Akira Kurosawa",
"Ikiru",
"The Magnificent Seven",
"Seven Samurai",
"Japan"
],
"relation_labels": [
"country of citizenship",
"screenwriter",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q854990 wdt:P1040 ?x0 .
wd:Q152105 wdt:P58 ?x0 .
wd:Q19069 wdt:P58 ?x0 .
wd:Q189540 wdt:P58 ?x0 .
?x0 wdt:P27 wd:Q17
} |
mcwq-134621 | What Japanese writer of Inugami did Fearless star and The Last Samurai star | [
"Masato Harada"
] | {
"entities": [
"Q668694",
"Q633571",
"Q11330",
"Q207130",
"Q17"
],
"relations": [
"P27",
"P58",
"P161"
],
"adjacency": [
[
3,
2,
2
],
[
1,
2,
2
],
[
0,
1,
2
],
[
2,
0,
4
]
],
"entity_labels": [
"Inugami",
"Fearless",
"Masato Harada",
"The Last Samurai",
"Japan"
],
"relation_labels": [
"country of citizenship",
"screenwriter",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q207130 wdt:P161 ?x0 .
wd:Q633571 wdt:P161 ?x0 .
wd:Q668694 wdt:P58 ?x0 .
?x0 wdt:P27 wd:Q17
} |
mcwq-134624 | What Mexican Spanish actor did Jeanne Rucar marry | [
"Luis Buñuel"
] | {
"entities": [
"Q29",
"Q33999",
"Q96",
"Q51545",
"Q28708093"
],
"relations": [
"P106",
"P27",
"P26"
],
"adjacency": [
[
3,
0,
1
],
[
3,
1,
0
],
[
3,
1,
2
],
[
3,
2,
4
]
],
"entity_labels": [
"Spain",
"actor",
"Mexico",
"Luis Buñuel",
"Jeanne Rucar"
],
"relation_labels": [
"occupation",
"country of citizenship",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P27 wd:Q29 .
?x0 wdt:P27 wd:Q96 .
?x0 wdt:P26 wd:Q28708093 .
FILTER ( ?x0 != wd:Q28708093 )
} |
mcwq-134628 | What Mexican actor did Eugenia Avendaño , Mercedes Pascual , and Alicia Bonet marry | [
"Claudio Brook"
] | {
"entities": [
"Q930991",
"Q1097999",
"Q33999",
"Q96",
"Q5668725",
"Q10962086"
],
"relations": [
"P106",
"P27",
"P26"
],
"adjacency": [
[
1,
0,
2
],
[
1,
1,
3
],
[
1,
2,
0
],
[
1,
2,
4
],
[
1,
2,
5
]
],
"entity_labels": [
"Mercedes Pascual",
"Claudio Brook",
"actor",
"Mexico",
"Alicia Bonet",
"Eugenia Avendaño"
],
"relation_labels": [
"occupation",
"country of citizenship",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P27 wd:Q96 .
?x0 wdt:P26 wd:Q930991 .
?x0 wdt:P26 wd:Q5668725 .
?x0 wdt:P26 wd:Q10962086 .
FILTER ( ?x0 != wd:Q930991 ) .
FILTER ( ?x0 != wd:Q5668725 ) .
FILTER ( ?x0 != wd:Q10962086 )
} |
mcwq-134629 | What Mexican actor did Tyrone Power and Edmund Purdom marry | [
"Linda Christian"
] | {
"entities": [
"Q33999",
"Q96",
"Q1286750",
"Q236164",
"Q309989"
],
"relations": [
"P106",
"P27",
"P26"
],
"adjacency": [
[
3,
0,
0
],
[
3,
1,
1
],
[
3,
2,
4
],
[
3,
2,
2
]
],
"entity_labels": [
"actor",
"Mexico",
"Edmund Purdom",
"Linda Christian",
"Tyrone Power"
],
"relation_labels": [
"occupation",
"country of citizenship",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P27 wd:Q96 .
?x0 wdt:P26 wd:Q309989 .
?x0 wdt:P26 wd:Q1286750 .
FILTER ( ?x0 != wd:Q309989 ) .
FILTER ( ?x0 != wd:Q1286750 )
} |
mcwq-134630 | What Mexican actor did Walt Disney Studios and University of Southern California employ | [
"Bill Melendez"
] | {
"entities": [
"Q4614",
"Q862316",
"Q33999",
"Q96",
"Q2216535"
],
"relations": [
"P106",
"P27",
"P108"
],
"adjacency": [
[
1,
0,
2
],
[
1,
2,
0
],
[
1,
2,
4
],
[
1,
1,
3
]
],
"entity_labels": [
"University of Southern California",
"Bill Melendez",
"actor",
"Mexico",
"Walt Disney Studios"
],
"relation_labels": [
"occupation",
"country of citizenship",
"employer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P108 wd:Q4614 .
?x0 wdt:P108 wd:Q2216535 .
?x0 wdt:P27 wd:Q96
} |
mcwq-134631 | What Mexican actor did Alfonso Cuarón influence | [
"Ricardo Tavera"
] | {
"entities": [
"Q64996103",
"Q33999",
"Q28028",
"Q96"
],
"relations": [
"P106",
"P27",
"P737"
],
"adjacency": [
[
0,
0,
1
],
[
0,
2,
2
],
[
0,
1,
3
]
],
"entity_labels": [
"Ricardo Tavera",
"actor",
"Alfonso Cuarón",
"Mexico"
],
"relation_labels": [
"occupation",
"country of citizenship",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P737 wd:Q28028 .
?x0 wdt:P27 wd:Q96
} |
mcwq-134632 | What Mexican actor did Warner Bros. employ | [
"Dolores del Río"
] | {
"entities": [
"Q126399",
"Q96",
"Q33999",
"Q124057"
],
"relations": [
"P106",
"P27",
"P108"
],
"adjacency": [
[
3,
0,
2
],
[
3,
2,
0
],
[
3,
1,
1
]
],
"entity_labels": [
"Warner Bros.",
"Mexico",
"actor",
"Dolores del Río"
],
"relation_labels": [
"occupation",
"country of citizenship",
"employer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P108 wd:Q126399 .
?x0 wdt:P27 wd:Q96
} |
mcwq-134634 | What Mexican actor did María de los Angeles Felix Güereña marry | [
"Agustín Lara",
"Jorge Negrete."
] | {
"entities": [
"Q734580",
"Q33999",
"Q96",
"Q465189"
],
"relations": [
"P106",
"P27",
"P26"
],
"adjacency": [
[
0,
0,
1
],
[
0,
1,
2
],
[
0,
2,
3
]
],
"entity_labels": [
"Jorge Negrete",
"actor",
"Mexico",
"María de los Angeles Felix Güereña"
],
"relation_labels": [
"occupation",
"country of citizenship",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P27 wd:Q96 .
?x0 wdt:P26 wd:Q465189 .
FILTER ( ?x0 != wd:Q465189 )
} |
mcwq-134636 | What Mexican actor did Tulsa , From Russia with Love , 3 Godfathers , and La Bandida star | [
"Pedro Armendáriz"
] | {
"entities": [
"Q5965800",
"Q359996",
"Q33999",
"Q96",
"Q528296",
"Q642779",
"Q106571"
],
"relations": [
"P106",
"P27",
"P161"
],
"adjacency": [
[
1,
0,
2
],
[
0,
2,
1
],
[
4,
2,
1
],
[
5,
2,
1
],
[
6,
2,
1
],
[
1,
1,
3
]
],
"entity_labels": [
"La Bandida",
"Pedro Armendáriz",
"actor",
"Mexico",
"3 Godfathers",
"Tulsa",
"From Russia with Love"
],
"relation_labels": [
"occupation",
"country of citizenship",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q5965800 wdt:P161 ?x0 .
wd:Q528296 wdt:P161 ?x0 .
wd:Q642779 wdt:P161 ?x0 .
wd:Q106571 wdt:P161 ?x0 .
?x0 wdt:P27 wd:Q96
} |
mcwq-134637 | What Mexican actor directed Nobody's Wife | [
"Adela Sequeyro"
] | {
"entities": [
"Q353776",
"Q96",
"Q1799277",
"Q33999"
],
"relations": [
"P27",
"P106",
"P57"
],
"adjacency": [
[
0,
1,
3
],
[
2,
2,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"Adela Sequeyro",
"Mexico",
"Nobody's Wife",
"actor"
],
"relation_labels": [
"country of citizenship",
"occupation",
"director"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q1799277 wdt:P57 ?x0 .
?x0 wdt:P27 wd:Q96
} |
mcwq-134638 | What Mexican actor directed Sacrificio de Mujer and directed Eva Luna | [
"Adriana Barraza"
] | {
"entities": [
"Q422657",
"Q33999",
"Q96",
"Q3461018",
"Q235233"
],
"relations": [
"P27",
"P106",
"P57"
],
"adjacency": [
[
4,
1,
1
],
[
0,
2,
4
],
[
3,
2,
4
],
[
4,
0,
2
]
],
"entity_labels": [
"Eva Luna",
"actor",
"Mexico",
"Sacrificio de Mujer",
"Adriana Barraza"
],
"relation_labels": [
"country of citizenship",
"occupation",
"director"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q422657 wdt:P57 ?x0 .
wd:Q3461018 wdt:P57 ?x0 .
?x0 wdt:P27 wd:Q96
} |
mcwq-134639 | What Mexican actor edited and wrote Our Time | [
"Carlos Reygadas"
] | {
"entities": [
"Q388328",
"Q96",
"Q56551005",
"Q33999"
],
"relations": [
"P106",
"P27",
"P58",
"P1040"
],
"adjacency": [
[
0,
0,
3
],
[
2,
3,
0
],
[
2,
2,
0
],
[
0,
1,
1
]
],
"entity_labels": [
"Carlos Reygadas",
"Mexico",
"Our Time",
"actor"
],
"relation_labels": [
"occupation",
"country of citizenship",
"screenwriter",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q56551005 wdt:P1040 ?x0 .
wd:Q56551005 wdt:P58 ?x0 .
?x0 wdt:P27 wd:Q96
} |
mcwq-134641 | What Mexican actor executive produced Amarte es mi Pecado , El Enemigo , and Un rostro en mi pasado | [
"Ernesto Alonso"
] | {
"entities": [
"Q964545",
"Q33999",
"Q96",
"Q650877",
"Q966903",
"Q9091293"
],
"relations": [
"P106",
"P27",
"P1431"
],
"adjacency": [
[
3,
0,
1
],
[
5,
2,
3
],
[
0,
2,
3
],
[
4,
2,
3
],
[
3,
1,
2
]
],
"entity_labels": [
"El Enemigo",
"actor",
"Mexico",
"Ernesto Alonso",
"Amarte es mi Pecado",
"Un rostro en mi pasado"
],
"relation_labels": [
"occupation",
"country of citizenship",
"executive producer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q9091293 wdt:P1431 ?x0 .
wd:Q964545 wdt:P1431 ?x0 .
wd:Q966903 wdt:P1431 ?x0 .
?x0 wdt:P27 wd:Q96
} |
mcwq-134660 | What Mexican actor produced American Me | [
"Edward James Olmos"
] | {
"entities": [
"Q211415",
"Q96",
"Q642516",
"Q33999"
],
"relations": [
"P272",
"P106",
"P27"
],
"adjacency": [
[
0,
1,
3
],
[
2,
0,
0
],
[
0,
2,
1
]
],
"entity_labels": [
"Edward James Olmos",
"Mexico",
"American Me",
"actor"
],
"relation_labels": [
"production company",
"occupation",
"country of citizenship"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q642516 wdt:P272 ?x0 .
?x0 wdt:P27 wd:Q96
} |
mcwq-134662 | What Mexican actor that Un Chien Andalou was directed by , starred , and was written by married Jeanne Rucar | [
"Luis Buñuel"
] | {
"entities": [
"Q190575",
"Q33999",
"Q96",
"Q51545",
"Q28708093"
],
"relations": [
"P57",
"P58",
"P27",
"P106",
"P26",
"P161"
],
"adjacency": [
[
3,
3,
1
],
[
0,
5,
3
],
[
0,
0,
3
],
[
0,
1,
3
],
[
3,
2,
2
],
[
3,
4,
4
]
],
"entity_labels": [
"Un Chien Andalou",
"actor",
"Mexico",
"Luis Buñuel",
"Jeanne Rucar"
],
"relation_labels": [
"director",
"screenwriter",
"country of citizenship",
"occupation",
"spouse",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q190575 wdt:P161 ?x0 .
wd:Q190575 wdt:P57 ?x0 .
wd:Q190575 wdt:P58 ?x0 .
?x0 wdt:P27 wd:Q96 .
?x0 wdt:P26 wd:Q28708093 .
FILTER ( ?x0 != wd:Q28708093 )
} |
mcwq-134670 | What Mexican actor was Granada 's composer | [
"Agustín Lara"
] | {
"entities": [
"Q583027",
"Q33999",
"Q96",
"Q399318"
],
"relations": [
"P106",
"P27",
"P86"
],
"adjacency": [
[
3,
0,
1
],
[
0,
2,
3
],
[
3,
1,
2
]
],
"entity_labels": [
"Granada",
"actor",
"Mexico",
"Agustín Lara"
],
"relation_labels": [
"occupation",
"country of citizenship",
"composer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q583027 wdt:P86 ?x0 .
?x0 wdt:P27 wd:Q96
} |
mcwq-134674 | What Mexican actor was a spouse of María de los Angeles Felix Güereña | [
"Agustín Lara",
"Jorge Negrete."
] | {
"entities": [
"Q734580",
"Q33999",
"Q96",
"Q465189"
],
"relations": [
"P106",
"P27",
"P26"
],
"adjacency": [
[
0,
0,
1
],
[
0,
1,
2
],
[
0,
2,
3
]
],
"entity_labels": [
"Jorge Negrete",
"actor",
"Mexico",
"María de los Angeles Felix Güereña"
],
"relation_labels": [
"occupation",
"country of citizenship",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P27 wd:Q96 .
?x0 wdt:P26 wd:Q465189 .
FILTER ( ?x0 != wd:Q465189 )
} |
mcwq-134675 | What Mexican actor was employed by University of Southern California and employed by Walt Disney Studios | [
"Bill Melendez"
] | {
"entities": [
"Q4614",
"Q862316",
"Q33999",
"Q96",
"Q2216535"
],
"relations": [
"P106",
"P27",
"P108"
],
"adjacency": [
[
1,
0,
2
],
[
1,
2,
0
],
[
1,
2,
4
],
[
1,
1,
3
]
],
"entity_labels": [
"University of Southern California",
"Bill Melendez",
"actor",
"Mexico",
"Walt Disney Studios"
],
"relation_labels": [
"occupation",
"country of citizenship",
"employer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P108 wd:Q4614 .
?x0 wdt:P108 wd:Q2216535 .
?x0 wdt:P27 wd:Q96
} |
mcwq-134677 | What Mexican actor was employed by UPA , Walt Disney Studios , and University of Southern California | [
"Bill Melendez"
] | {
"entities": [
"Q642996",
"Q4614",
"Q862316",
"Q33999",
"Q96",
"Q2216535"
],
"relations": [
"P106",
"P27",
"P108"
],
"adjacency": [
[
2,
0,
3
],
[
2,
2,
5
],
[
2,
2,
0
],
[
2,
2,
1
],
[
2,
1,
4
]
],
"entity_labels": [
"UPA",
"University of Southern California",
"Bill Melendez",
"actor",
"Mexico",
"Walt Disney Studios"
],
"relation_labels": [
"occupation",
"country of citizenship",
"employer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P108 wd:Q2216535 .
?x0 wdt:P108 wd:Q642996 .
?x0 wdt:P108 wd:Q4614 .
?x0 wdt:P27 wd:Q96
} |
mcwq-134678 | What Mexican actor was employed by UPA , Warner Bros. Cartoons , and University of Southern California and employed by Walt Disney Studios and John Sutherland Productions | [
"Bill Melendez"
] | {
"entities": [
"Q642996",
"Q4614",
"Q862316",
"Q33999",
"Q384930",
"Q96",
"Q52048361",
"Q2216535"
],
"relations": [
"P106",
"P27",
"P108"
],
"adjacency": [
[
2,
0,
3
],
[
2,
2,
4
],
[
2,
2,
7
],
[
2,
2,
1
],
[
2,
2,
6
],
[
2,
2,
0
],
[
2,
1,
5
]
],
"entity_labels": [
"UPA",
"University of Southern California",
"Bill Melendez",
"actor",
"Warner Bros. Cartoons",
"Mexico",
"John Sutherland Productions",
"Walt Disney Studios"
],
"relation_labels": [
"occupation",
"country of citizenship",
"employer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P108 wd:Q384930 .
?x0 wdt:P108 wd:Q2216535 .
?x0 wdt:P108 wd:Q4614 .
?x0 wdt:P108 wd:Q52048361 .
?x0 wdt:P108 wd:Q642996 .
?x0 wdt:P27 wd:Q96
} |
mcwq-134679 | What Mexican actor was employed by Warner Bros. | [
"Dolores del Río"
] | {
"entities": [
"Q126399",
"Q96",
"Q33999",
"Q124057"
],
"relations": [
"P106",
"P27",
"P108"
],
"adjacency": [
[
3,
0,
2
],
[
3,
2,
0
],
[
3,
1,
1
]
],
"entity_labels": [
"Warner Bros.",
"Mexico",
"actor",
"Dolores del Río"
],
"relation_labels": [
"occupation",
"country of citizenship",
"employer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P108 wd:Q126399 .
?x0 wdt:P27 wd:Q96
} |
mcwq-134680 | What Mexican actor was influenced by Alfonso Cuarón | [
"Ricardo Tavera"
] | {
"entities": [
"Q64996103",
"Q33999",
"Q28028",
"Q96"
],
"relations": [
"P106",
"P27",
"P737"
],
"adjacency": [
[
0,
0,
1
],
[
0,
2,
2
],
[
0,
1,
3
]
],
"entity_labels": [
"Ricardo Tavera",
"actor",
"Alfonso Cuarón",
"Mexico"
],
"relation_labels": [
"occupation",
"country of citizenship",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P737 wd:Q28028 .
?x0 wdt:P27 wd:Q96
} |
mcwq-134681 | What Mexican actor was influenced by Children of Men 's writer and influenced by Alfonso Cuarón | [
"Ricardo Tavera"
] | {
"entities": [
"Q64996103",
"Q33999",
"Q96",
"Q221090",
"Q28028"
],
"relations": [
"P106",
"P27",
"P737",
"P58"
],
"adjacency": [
[
0,
0,
1
],
[
0,
2,
4
],
[
0,
2,
4
],
[
0,
1,
2
],
[
3,
3,
4
]
],
"entity_labels": [
"Ricardo Tavera",
"actor",
"Mexico",
"Children of Men",
"Alfonso Cuarón"
],
"relation_labels": [
"occupation",
"country of citizenship",
"influenced by",
"screenwriter"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P737 ?x1 .
?x0 wdt:P737 wd:Q28028 .
?x0 wdt:P27 wd:Q96 .
wd:Q221090 wdt:P58 ?x1
} |
mcwq-134682 | What Mexican actor was influenced by Jonás Cuarón 's parent and influenced by Guillermo del Toro and Alfonso Cuarón | [
"Ricardo Tavera"
] | {
"entities": [
"Q15142000",
"Q64996103",
"Q33999",
"Q96",
"Q219124",
"Q28028"
],
"relations": [
"P106",
"P27",
"P737",
"P40|wdt:P355"
],
"adjacency": [
[
1,
0,
2
],
[
1,
2,
5
],
[
1,
2,
5
],
[
1,
2,
4
],
[
1,
1,
3
],
[
5,
3,
0
]
],
"entity_labels": [
"Jonás Cuarón",
"Ricardo Tavera",
"actor",
"Mexico",
"Guillermo del Toro",
"Alfonso Cuarón"
],
"relation_labels": [
"occupation",
"country of citizenship",
"influenced by",
"P40|wdt:P355"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P737 ?x1 .
?x0 wdt:P737 wd:Q28028 .
?x0 wdt:P737 wd:Q219124 .
?x0 wdt:P27 wd:Q96 .
?x1 wdt:P40|wdt:P355 wd:Q15142000
} |
mcwq-134685 | What Mexican composer did Tommy Mottola marry | [
"Thalía"
] | {
"entities": [
"Q96",
"Q171235",
"Q36834",
"Q548921"
],
"relations": [
"P106",
"P27",
"P26"
],
"adjacency": [
[
1,
0,
2
],
[
1,
1,
0
],
[
1,
2,
3
]
],
"entity_labels": [
"Mexico",
"Thalía",
"composer",
"Tommy Mottola"
],
"relation_labels": [
"occupation",
"country of citizenship",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
?x0 wdt:P27 wd:Q96 .
?x0 wdt:P26 wd:Q548921 .
FILTER ( ?x0 != wd:Q548921 )
} |
mcwq-134687 | What Mexican composer did Alfonso Cuarón influence | [
"Ricardo Tavera"
] | {
"entities": [
"Q64996103",
"Q28028",
"Q36834",
"Q96"
],
"relations": [
"P106",
"P27",
"P737"
],
"adjacency": [
[
0,
0,
2
],
[
0,
2,
1
],
[
0,
1,
3
]
],
"entity_labels": [
"Ricardo Tavera",
"Alfonso Cuarón",
"composer",
"Mexico"
],
"relation_labels": [
"occupation",
"country of citizenship",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
?x0 wdt:P737 wd:Q28028 .
?x0 wdt:P27 wd:Q96
} |
mcwq-134688 | What Mexican composer did Erreway: 4 caminos star | [
"Felipe Colombo"
] | {
"entities": [
"Q289064",
"Q96",
"Q1107160",
"Q36834"
],
"relations": [
"P106",
"P27",
"P161"
],
"adjacency": [
[
0,
0,
3
],
[
2,
2,
0
],
[
0,
1,
1
]
],
"entity_labels": [
"Felipe Colombo",
"Mexico",
"Erreway: 4 caminos",
"composer"
],
"relation_labels": [
"occupation",
"country of citizenship",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
wd:Q1107160 wdt:P161 ?x0 .
?x0 wdt:P27 wd:Q96
} |
mcwq-134689 | What Mexican composer married Tommy Mottola | [
"Thalía"
] | {
"entities": [
"Q96",
"Q171235",
"Q36834",
"Q548921"
],
"relations": [
"P106",
"P27",
"P26"
],
"adjacency": [
[
1,
0,
2
],
[
1,
1,
0
],
[
1,
2,
3
]
],
"entity_labels": [
"Mexico",
"Thalía",
"composer",
"Tommy Mottola"
],
"relation_labels": [
"occupation",
"country of citizenship",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
?x0 wdt:P27 wd:Q96 .
?x0 wdt:P26 wd:Q548921 .
FILTER ( ?x0 != wd:Q548921 )
} |
mcwq-134691 | What Mexican composer was employed by National Autonomous University of Mexico | [
"Lucía Álvarez",
"Julio Estrada",
"Gabriela Ortiz",
"Eduardo Mata",
"Hilda Paredes",
"Estanislao Mejía Castro",
"Federico Ibarra",
"Alicia Urreta",
"Heberto Castillo",
"Mario Kuri Aldana"
] | {
"entities": [
"Q953007",
"Q96",
"Q222738",
"Q36834"
],
"relations": [
"P106",
"P27",
"P108"
],
"adjacency": [
[
0,
0,
3
],
[
0,
2,
2
],
[
0,
1,
1
]
],
"entity_labels": [
"Eduardo Mata",
"Mexico",
"National Autonomous University of Mexico",
"composer"
],
"relation_labels": [
"occupation",
"country of citizenship",
"employer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
?x0 wdt:P108 wd:Q222738 .
?x0 wdt:P27 wd:Q96
} |
mcwq-134692 | What Mexican composer was influenced by Alfonso Cuarón | [
"Ricardo Tavera"
] | {
"entities": [
"Q64996103",
"Q28028",
"Q36834",
"Q96"
],
"relations": [
"P106",
"P27",
"P737"
],
"adjacency": [
[
0,
0,
2
],
[
0,
2,
1
],
[
0,
1,
3
]
],
"entity_labels": [
"Ricardo Tavera",
"Alfonso Cuarón",
"composer",
"Mexico"
],
"relation_labels": [
"occupation",
"country of citizenship",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
?x0 wdt:P737 wd:Q28028 .
?x0 wdt:P27 wd:Q96
} |
mcwq-134701 | What Mexican cinematographer did The Criminal Life of Archibaldo de la Cruz , Los Olvidados , and El maleficio 2: Los enviados del infierno star | [
"Ernesto Alonso"
] | {
"entities": [
"Q96",
"Q222344",
"Q650877",
"Q18353088",
"Q572522",
"Q776472"
],
"relations": [
"P106",
"P27",
"P161"
],
"adjacency": [
[
2,
0,
1
],
[
3,
2,
2
],
[
4,
2,
2
],
[
5,
2,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"Mexico",
"cinematographer",
"Ernesto Alonso",
"El maleficio 2: Los enviados del infierno",
"Los Olvidados",
"The Criminal Life of Archibaldo de la Cruz"
],
"relation_labels": [
"occupation",
"country of citizenship",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q222344 .
wd:Q18353088 wdt:P161 ?x0 .
wd:Q572522 wdt:P161 ?x0 .
wd:Q776472 wdt:P161 ?x0 .
?x0 wdt:P27 wd:Q96
} |
mcwq-134702 | What Mexican cinematographer did Los Olvidados and The Criminal Life of Archibaldo de la Cruz star and El maleficio 2: Los enviados del infierno star | [
"Ernesto Alonso"
] | {
"entities": [
"Q96",
"Q222344",
"Q650877",
"Q18353088",
"Q572522",
"Q776472"
],
"relations": [
"P106",
"P27",
"P161"
],
"adjacency": [
[
2,
0,
1
],
[
3,
2,
2
],
[
4,
2,
2
],
[
5,
2,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"Mexico",
"cinematographer",
"Ernesto Alonso",
"El maleficio 2: Los enviados del infierno",
"Los Olvidados",
"The Criminal Life of Archibaldo de la Cruz"
],
"relation_labels": [
"occupation",
"country of citizenship",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q222344 .
wd:Q18353088 wdt:P161 ?x0 .
wd:Q572522 wdt:P161 ?x0 .
wd:Q776472 wdt:P161 ?x0 .
?x0 wdt:P27 wd:Q96
} |
mcwq-134703 | What Mexican cinematographer did Annalisa Bugliani marry | [
"Alfonso Cuarón"
] | {
"entities": [
"Q96",
"Q105315526",
"Q28028",
"Q222344"
],
"relations": [
"P106",
"P27",
"P26"
],
"adjacency": [
[
2,
0,
3
],
[
2,
1,
0
],
[
2,
2,
1
]
],
"entity_labels": [
"Mexico",
"Annalisa Bugliani",
"Alfonso Cuarón",
"cinematographer"
],
"relation_labels": [
"occupation",
"country of citizenship",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q222344 .
?x0 wdt:P27 wd:Q96 .
?x0 wdt:P26 wd:Q105315526 .
FILTER ( ?x0 != wd:Q105315526 )
} |
mcwq-134704 | What Mexican cinematographer did Guillermo del Toro and Alfonso Cuarón influence | [
"Ricardo Tavera"
] | {
"entities": [
"Q64996103",
"Q96",
"Q222344",
"Q219124",
"Q28028"
],
"relations": [
"P106",
"P27",
"P737"
],
"adjacency": [
[
0,
0,
2
],
[
0,
2,
4
],
[
0,
2,
3
],
[
0,
1,
1
]
],
"entity_labels": [
"Ricardo Tavera",
"Mexico",
"cinematographer",
"Guillermo del Toro",
"Alfonso Cuarón"
],
"relation_labels": [
"occupation",
"country of citizenship",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q222344 .
?x0 wdt:P737 wd:Q28028 .
?x0 wdt:P737 wd:Q219124 .
?x0 wdt:P27 wd:Q96
} |
mcwq-134706 | What Mexican cinematographer did Quantum of Solace star | [
"Alfonso Cuarón"
] | {
"entities": [
"Q96",
"Q181540",
"Q28028",
"Q222344"
],
"relations": [
"P106",
"P27",
"P161"
],
"adjacency": [
[
2,
0,
3
],
[
1,
2,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"Mexico",
"Quantum of Solace",
"Alfonso Cuarón",
"cinematographer"
],
"relation_labels": [
"occupation",
"country of citizenship",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q222344 .
wd:Q181540 wdt:P161 ?x0 .
?x0 wdt:P27 wd:Q96
} |
mcwq-134708 | What Mexican cinematographer directed Harry Potter and the Prisoner of Azkaban | [
"Alfonso Cuarón"
] | {
"entities": [
"Q96",
"Q102448",
"Q28028",
"Q222344"
],
"relations": [
"P27",
"P106",
"P57"
],
"adjacency": [
[
2,
1,
3
],
[
1,
2,
2
],
[
2,
0,
0
]
],
"entity_labels": [
"Mexico",
"Harry Potter and the Prisoner of Azkaban",
"Alfonso Cuarón",
"cinematographer"
],
"relation_labels": [
"country of citizenship",
"occupation",
"director"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q222344 .
wd:Q102448 wdt:P57 ?x0 .
?x0 wdt:P27 wd:Q96
} |
mcwq-134709 | What Mexican cinematographer directed and wrote Y tu mamá también , Children of Men , and Roma | [
"Alfonso Cuarón"
] | {
"entities": [
"Q128848",
"Q96",
"Q222344",
"Q221090",
"Q27959455",
"Q28028"
],
"relations": [
"P27",
"P106",
"P57",
"P58"
],
"adjacency": [
[
5,
1,
2
],
[
0,
2,
5
],
[
3,
2,
5
],
[
4,
2,
5
],
[
0,
3,
5
],
[
3,
3,
5
],
[
4,
3,
5
],
[
5,
0,
1
]
],
"entity_labels": [
"Y tu mamá también",
"Mexico",
"cinematographer",
"Children of Men",
"Roma",
"Alfonso Cuarón"
],
"relation_labels": [
"country of citizenship",
"occupation",
"director",
"screenwriter"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q222344 .
wd:Q128848 wdt:P57 ?x0 .
wd:Q221090 wdt:P57 ?x0 .
wd:Q27959455 wdt:P57 ?x0 .
wd:Q128848 wdt:P58 ?x0 .
wd:Q221090 wdt:P58 ?x0 .
wd:Q27959455 wdt:P58 ?x0 .
?x0 wdt:P27 wd:Q96
} |
mcwq-134710 | What Mexican cinematographer executive produced Believe | [
"Alfonso Cuarón"
] | {
"entities": [
"Q13382543",
"Q96",
"Q28028",
"Q222344"
],
"relations": [
"P106",
"P27",
"P1431"
],
"adjacency": [
[
2,
0,
3
],
[
0,
2,
2
],
[
2,
1,
1
]
],
"entity_labels": [
"Believe",
"Mexico",
"Alfonso Cuarón",
"cinematographer"
],
"relation_labels": [
"occupation",
"country of citizenship",
"executive producer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q222344 .
wd:Q13382543 wdt:P1431 ?x0 .
?x0 wdt:P27 wd:Q96
} |
mcwq-134711 | What Mexican cinematographer influenced Ricardo Tavera | [
"Alfonso Cuarón"
] | {
"entities": [
"Q64996103",
"Q28028",
"Q96",
"Q222344"
],
"relations": [
"P106",
"P27",
"P737"
],
"adjacency": [
[
1,
0,
3
],
[
0,
2,
1
],
[
1,
1,
2
]
],
"entity_labels": [
"Ricardo Tavera",
"Alfonso Cuarón",
"Mexico",
"cinematographer"
],
"relation_labels": [
"occupation",
"country of citizenship",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q222344 .
wd:Q64996103 wdt:P737 ?x0 .
?x0 wdt:P27 wd:Q96
} |
mcwq-134713 | What Mexican cinematographer married Annalisa Bugliani | [
"Alfonso Cuarón"
] | {
"entities": [
"Q96",
"Q105315526",
"Q28028",
"Q222344"
],
"relations": [
"P106",
"P27",
"P26"
],
"adjacency": [
[
2,
0,
3
],
[
2,
1,
0
],
[
2,
2,
1
]
],
"entity_labels": [
"Mexico",
"Annalisa Bugliani",
"Alfonso Cuarón",
"cinematographer"
],
"relation_labels": [
"occupation",
"country of citizenship",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q222344 .
?x0 wdt:P27 wd:Q96 .
?x0 wdt:P26 wd:Q105315526 .
FILTER ( ?x0 != wd:Q105315526 )
} |
mcwq-134714 | What Mexican cinematographer of The Twilight Saga: Breaking Dawn – Part 2 , London Fields , and Zathura: A Space Adventure directed The Men of Always and Preacher | [
"Guillermo Navarro"
] | {
"entities": [
"Q148326",
"Q15059355",
"Q19626781",
"Q96",
"Q21694251",
"Q60487",
"Q1314113"
],
"relations": [
"P344",
"P27",
"P57"
],
"adjacency": [
[
1,
0,
6
],
[
5,
0,
6
],
[
0,
0,
6
],
[
4,
2,
6
],
[
2,
2,
6
],
[
6,
1,
3
]
],
"entity_labels": [
"Zathura: A Space Adventure",
"London Fields",
"Preacher",
"Mexico",
"The Men of Always",
"The Twilight Saga: Breaking Dawn – Part 2",
"Guillermo Navarro"
],
"relation_labels": [
"director of photography",
"country of citizenship",
"director"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q15059355 wdt:P344 ?x0 .
wd:Q60487 wdt:P344 ?x0 .
wd:Q148326 wdt:P344 ?x0 .
wd:Q21694251 wdt:P57 ?x0 .
wd:Q19626781 wdt:P57 ?x0 .
?x0 wdt:P27 wd:Q96
} |
mcwq-134720 | What Mexican cinematographer that edited Y tu mamá también executive produced Believe | [
"Alfonso Cuarón"
] | {
"entities": [
"Q128848",
"Q96",
"Q222344",
"Q13382543",
"Q28028"
],
"relations": [
"P106",
"P27",
"P1431",
"P1040"
],
"adjacency": [
[
4,
0,
2
],
[
0,
3,
4
],
[
3,
2,
4
],
[
4,
1,
1
]
],
"entity_labels": [
"Y tu mamá también",
"Mexico",
"cinematographer",
"Believe",
"Alfonso Cuarón"
],
"relation_labels": [
"occupation",
"country of citizenship",
"executive producer",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q222344 .
wd:Q128848 wdt:P1040 ?x0 .
wd:Q13382543 wdt:P1431 ?x0 .
?x0 wdt:P27 wd:Q96
} |
mcwq-134721 | What Mexican cinematographer was Carlos Cuarón 's sibling | [
"Alfonso Cuarón"
] | {
"entities": [
"Q2840325",
"Q96",
"Q28028",
"Q222344"
],
"relations": [
"P106",
"P27",
"P3373"
],
"adjacency": [
[
2,
0,
3
],
[
2,
1,
1
],
[
2,
2,
0
]
],
"entity_labels": [
"Carlos Cuarón",
"Mexico",
"Alfonso Cuarón",
"cinematographer"
],
"relation_labels": [
"occupation",
"country of citizenship",
"sibling"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q222344 .
?x0 wdt:P27 wd:Q96 .
?x0 wdt:P3373 wd:Q2840325 .
FILTER ( ?x0 != wd:Q2840325 )
} |
mcwq-134723 | What Mexican cinematographer was Y tu mamá también 's writer , editor , and director | [
"Alfonso Cuarón"
] | {
"entities": [
"Q96",
"Q222344",
"Q28028",
"Q128848"
],
"relations": [
"P57",
"P58",
"P1040",
"P27",
"P106"
],
"adjacency": [
[
2,
4,
1
],
[
3,
0,
2
],
[
3,
2,
2
],
[
3,
1,
2
],
[
2,
3,
0
]
],
"entity_labels": [
"Mexico",
"cinematographer",
"Alfonso Cuarón",
"Y tu mamá también"
],
"relation_labels": [
"director",
"screenwriter",
"film editor",
"country of citizenship",
"occupation"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q222344 .
wd:Q128848 wdt:P57 ?x0 .
wd:Q128848 wdt:P1040 ?x0 .
wd:Q128848 wdt:P58 ?x0 .
?x0 wdt:P27 wd:Q96
} |
mcwq-134731 | What Mexican costume designer married Bruno Rubeo | [
"Mayes C. Rubeo"
] | {
"entities": [
"Q1323191",
"Q993716",
"Q96",
"Q24817396"
],
"relations": [
"P106",
"P27",
"P26"
],
"adjacency": [
[
3,
0,
0
],
[
3,
1,
2
],
[
3,
2,
1
]
],
"entity_labels": [
"costume designer",
"Bruno Rubeo",
"Mexico",
"Mayes C. Rubeo"
],
"relation_labels": [
"occupation",
"country of citizenship",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q1323191 .
?x0 wdt:P27 wd:Q96 .
?x0 wdt:P26 wd:Q993716 .
FILTER ( ?x0 != wd:Q993716 )
} |
mcwq-134732 | What Mexican costume designer of World War Z and John Carter was a person 's spouse | [
"Mayes C. Rubeo"
] | {
"entities": [
"Q28196",
"Q24817396",
"Q96",
"Q5",
"Q993716",
"Q235347"
],
"relations": [
"P2515",
"P27",
"P26",
"P31"
],
"adjacency": [
[
0,
0,
1
],
[
5,
0,
1
],
[
1,
1,
2
],
[
1,
2,
4
],
[
4,
3,
3
]
],
"entity_labels": [
"World War Z",
"Mayes C. Rubeo",
"Mexico",
"human",
"Bruno Rubeo",
"John Carter"
],
"relation_labels": [
"costume designer",
"country of citizenship",
"spouse",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q28196 wdt:P2515 ?x0 .
wd:Q235347 wdt:P2515 ?x0 .
?x0 wdt:P27 wd:Q96 .
?x0 wdt:P26 ?x1 .
?x1 wdt:P31 wd:Q5 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-134736 | What Mexican costume designer wrote The Hidden One | [
"Gunther Gerzs"
] | {
"entities": [
"Q1323191",
"Q352356",
"Q7739555",
"Q96"
],
"relations": [
"P106",
"P27",
"P58"
],
"adjacency": [
[
1,
0,
0
],
[
2,
2,
1
],
[
1,
1,
3
]
],
"entity_labels": [
"costume designer",
"Gunther Gerzs",
"The Hidden One",
"Mexico"
],
"relation_labels": [
"occupation",
"country of citizenship",
"screenwriter"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q1323191 .
wd:Q7739555 wdt:P58 ?x0 .
?x0 wdt:P27 wd:Q96
} |
mcwq-134740 | What Mexican director and star of Live at the Beacon Theater , Louie , and I Love You, Daddy married Alix Bailey | [
"Louis C.K."
] | {
"entities": [
"Q6656601",
"Q23536",
"Q96",
"Q36951213",
"Q15079",
"Q63894324"
],
"relations": [
"P27",
"P57",
"P26",
"P161"
],
"adjacency": [
[
3,
3,
4
],
[
0,
3,
4
],
[
1,
3,
4
],
[
3,
1,
4
],
[
0,
1,
4
],
[
1,
1,
4
],
[
4,
0,
2
],
[
4,
2,
5
]
],
"entity_labels": [
"Live at the Beacon Theater",
"Louie",
"Mexico",
"I Love You, Daddy",
"Louis C.K.",
"Alix Bailey"
],
"relation_labels": [
"country of citizenship",
"director",
"spouse",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q36951213 wdt:P161 ?x0 .
wd:Q6656601 wdt:P161 ?x0 .
wd:Q23536 wdt:P161 ?x0 .
wd:Q36951213 wdt:P57 ?x0 .
wd:Q6656601 wdt:P57 ?x0 .
wd:Q23536 wdt:P57 ?x0 .
?x0 wdt:P27 wd:Q96 .
?x0 wdt:P26 wd:Q63894324 .
FILTER ( ?x0 != wd:Q63894324 )
} |
mcwq-134741 | What Mexican director and writer of The Voice Thief was Axel Jodorowsky 's French sibling | [
"Adán Jodorowsky"
] | {
"entities": [
"Q20972525",
"Q2824078",
"Q96",
"Q142",
"Q2874739"
],
"relations": [
"P27",
"P57",
"P58",
"P3373"
],
"adjacency": [
[
0,
1,
1
],
[
0,
2,
1
],
[
1,
0,
2
],
[
1,
0,
3
],
[
1,
3,
4
]
],
"entity_labels": [
"The Voice Thief",
"Adán Jodorowsky",
"Mexico",
"France",
"Axel Jodorowsky"
],
"relation_labels": [
"country of citizenship",
"director",
"screenwriter",
"sibling"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q20972525 wdt:P57 ?x0 .
wd:Q20972525 wdt:P58 ?x0 .
?x0 wdt:P27 wd:Q96 .
?x0 wdt:P27 wd:Q142 .
?x0 wdt:P3373 wd:Q2874739 .
FILTER ( ?x0 != wd:Q2874739 )
} |
mcwq-134742 | What Mexican director of Cesar Chavez and No label defined was a film 's writer | [
"Diego Luna"
] | {
"entities": [
"Q2894031",
"Q5088496",
"Q96",
"Q5654856",
"Q11424",
"Q313044"
],
"relations": [
"P27",
"P57",
"P58",
"P31"
],
"adjacency": [
[
0,
1,
5
],
[
1,
1,
5
],
[
3,
2,
5
],
[
5,
0,
2
],
[
3,
3,
4
]
],
"entity_labels": [
null,
"Cesar Chavez",
"Mexico",
"Abel",
"film",
"Diego Luna"
],
"relation_labels": [
"country of citizenship",
"director",
"screenwriter",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q2894031 wdt:P57 ?x0 .
wd:Q5088496 wdt:P57 ?x0 .
?x1 wdt:P58 ?x0 .
?x0 wdt:P27 wd:Q96 .
?x1 wdt:P31 wd:Q11424 } |
mcwq-134743 | What Mexican director of Un Chien Andalou and The Phantom of Liberty wrote The Exterminating Angel , The Discreet Charm of the Bourgeoisie , and Susana | [
"Luis Buñuel"
] | {
"entities": [
"Q190575",
"Q308920",
"Q520650",
"Q96",
"Q51545",
"Q332427",
"Q471445"
],
"relations": [
"P27",
"P57",
"P58"
],
"adjacency": [
[
6,
1,
4
],
[
0,
1,
4
],
[
2,
2,
4
],
[
1,
2,
4
],
[
5,
2,
4
],
[
4,
0,
3
]
],
"entity_labels": [
"Un Chien Andalou",
"The Discreet Charm of the Bourgeoisie",
"Susana",
"Mexico",
"Luis Buñuel",
"The Exterminating Angel",
"The Phantom of Liberty"
],
"relation_labels": [
"country of citizenship",
"director",
"screenwriter"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q471445 wdt:P57 ?x0 .
wd:Q190575 wdt:P57 ?x0 .
wd:Q520650 wdt:P58 ?x0 .
wd:Q308920 wdt:P58 ?x0 .
wd:Q332427 wdt:P58 ?x0 .
?x0 wdt:P27 wd:Q96
} |
mcwq-134744 | What Mexican director of Pootie Tang was influenced by Steve Martin and George Carlin and was influenced by Richard Pryor | [
"Louis C.K."
] | {
"entities": [
"Q96",
"Q294912",
"Q16473",
"Q150651",
"Q1698939",
"Q15079"
],
"relations": [
"P27",
"P57",
"P737"
],
"adjacency": [
[
4,
1,
5
],
[
5,
2,
3
],
[
5,
2,
2
],
[
5,
2,
1
],
[
5,
0,
0
]
],
"entity_labels": [
"Mexico",
"Richard Pryor",
"Steve Martin",
"George Carlin",
"Pootie Tang",
"Louis C.K."
],
"relation_labels": [
"country of citizenship",
"director",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q1698939 wdt:P57 ?x0 .
?x0 wdt:P737 wd:Q150651 .
?x0 wdt:P737 wd:Q16473 .
?x0 wdt:P737 wd:Q294912 .
?x0 wdt:P27 wd:Q96
} |
mcwq-134745 | What Mexican director of Rudo y Cursi was a film editor 's sibling | [
"Carlos Cuarón"
] | {
"entities": [
"Q2840325",
"Q96",
"Q7042855",
"Q2382723",
"Q28028"
],
"relations": [
"P27",
"P57",
"P106",
"P3373"
],
"adjacency": [
[
3,
1,
0
],
[
0,
0,
1
],
[
0,
3,
4
],
[
4,
2,
2
]
],
"entity_labels": [
"Carlos Cuarón",
"Mexico",
"film editor",
"Rudo y Cursi",
"Alfonso Cuarón"
],
"relation_labels": [
"country of citizenship",
"director",
"occupation",
"sibling"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q2382723 wdt:P57 ?x0 .
?x0 wdt:P27 wd:Q96 .
?x0 wdt:P3373 ?x1 .
?x1 wdt:P106 wd:Q7042855 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-134746 | What Mexican director of The Phantom of Liberty and The Discreet Charm of the Bourgeoisie was a writer and director of Un Chien Andalou | [
"Luis Buñuel"
] | {
"entities": [
"Q190575",
"Q308920",
"Q96",
"Q51545",
"Q471445"
],
"relations": [
"P27",
"P57",
"P58"
],
"adjacency": [
[
4,
1,
3
],
[
0,
1,
3
],
[
1,
1,
3
],
[
0,
2,
3
],
[
3,
0,
2
]
],
"entity_labels": [
"Un Chien Andalou",
"The Discreet Charm of the Bourgeoisie",
"Mexico",
"Luis Buñuel",
"The Phantom of Liberty"
],
"relation_labels": [
"country of citizenship",
"director",
"screenwriter"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q471445 wdt:P57 ?x0 .
wd:Q190575 wdt:P57 ?x0 .
wd:Q308920 wdt:P57 ?x0 .
wd:Q190575 wdt:P58 ?x0 .
?x0 wdt:P27 wd:Q96
} |
mcwq-134747 | What Mexican director of The Palace in Flames 's prequel was The Twilight Saga: Breaking Dawn – Part 2 's cinematographer | [
"Guillermo Navarro"
] | {
"entities": [
"Q96",
"Q21694252",
"Q21694251",
"Q60487",
"Q1314113"
],
"relations": [
"P344",
"P27",
"P57",
"P156"
],
"adjacency": [
[
3,
0,
4
],
[
2,
2,
4
],
[
4,
1,
0
],
[
2,
3,
1
]
],
"entity_labels": [
"Mexico",
"The Palace in Flames",
"The Men of Always",
"The Twilight Saga: Breaking Dawn – Part 2",
"Guillermo Navarro"
],
"relation_labels": [
"director of photography",
"country of citizenship",
"director",
"followed by"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q60487 wdt:P344 ?x0 .
?x1 wdt:P57 ?x0 .
?x0 wdt:P27 wd:Q96 .
?x1 wdt:P156 wd:Q21694252
} |
mcwq-134748 | What Mexican editor of Escuela para Enamorarse and México Bravo was influenced by Guillermo del Toro and Alfonso Cuarón | [
"Ricardo Tavera"
] | {
"entities": [
"Q64996103",
"Q96",
"Q89678678",
"Q219124",
"Q28028",
"Q91812027"
],
"relations": [
"P27",
"P737",
"P1040"
],
"adjacency": [
[
5,
2,
0
],
[
2,
2,
0
],
[
0,
1,
4
],
[
0,
1,
3
],
[
0,
0,
1
]
],
"entity_labels": [
"Ricardo Tavera",
"Mexico",
"México Bravo",
"Guillermo del Toro",
"Alfonso Cuarón",
"Escuela para Enamorarse"
],
"relation_labels": [
"country of citizenship",
"influenced by",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q91812027 wdt:P1040 ?x0 .
wd:Q89678678 wdt:P1040 ?x0 .
?x0 wdt:P737 wd:Q28028 .
?x0 wdt:P737 wd:Q219124 .
?x0 wdt:P27 wd:Q96
} |
mcwq-134750 | What Mexican editor of I Love You, Daddy did Louie star | [
"Louis C.K."
] | {
"entities": [
"Q15079",
"Q36951213",
"Q96",
"Q23536"
],
"relations": [
"P27",
"P1040",
"P161"
],
"adjacency": [
[
3,
2,
0
],
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"Louis C.K.",
"I Love You, Daddy",
"Mexico",
"Louie"
],
"relation_labels": [
"country of citizenship",
"film editor",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q23536 wdt:P161 ?x0 .
wd:Q36951213 wdt:P1040 ?x0 .
?x0 wdt:P27 wd:Q96
} |
mcwq-134752 | What Mexican editor of 11'09"01 September 11 and Amores perros was Nine Lives 's executive producer | [
"Alejandro González Iñárritu"
] | {
"entities": [
"Q474098",
"Q55215",
"Q1992938",
"Q96",
"Q603857"
],
"relations": [
"P27",
"P1431",
"P1040"
],
"adjacency": [
[
0,
2,
1
],
[
4,
2,
1
],
[
2,
1,
1
],
[
1,
0,
3
]
],
"entity_labels": [
"Amores perros",
"Alejandro González Iñárritu",
"Nine Lives",
"Mexico",
"11'09\"01 September 11"
],
"relation_labels": [
"country of citizenship",
"executive producer",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q474098 wdt:P1040 ?x0 .
wd:Q603857 wdt:P1040 ?x0 .
wd:Q1992938 wdt:P1431 ?x0 .
?x0 wdt:P27 wd:Q96
} |
mcwq-134753 | What Mexican employee and founder of América Móvil was a spouse of Soumaya Domit Gemayel | [
"Carlos Slim"
] | {
"entities": [
"Q101482501",
"Q96",
"Q482267",
"Q170419"
],
"relations": [
"P27",
"P26",
"P108",
"P112"
],
"adjacency": [
[
2,
3,
3
],
[
3,
2,
2
],
[
3,
0,
1
],
[
3,
1,
0
]
],
"entity_labels": [
"Soumaya Domit Gemayel",
"Mexico",
"América Móvil",
"Carlos Slim"
],
"relation_labels": [
"country of citizenship",
"spouse",
"employer",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q482267 wdt:P112 ?x0 .
?x0 wdt:P108 wd:Q482267 .
?x0 wdt:P27 wd:Q96 .
?x0 wdt:P26 wd:Q101482501 .
FILTER ( ?x0 != wd:Q101482501 )
} |
mcwq-134755 | What Mexican employee of Princeton University and Harvard University was Hijos del viento 's star | [
"Carlos Fuentes"
] | {
"entities": [
"Q154691",
"Q96",
"Q21578",
"Q3744742",
"Q13371"
],
"relations": [
"P27",
"P108",
"P161"
],
"adjacency": [
[
3,
2,
0
],
[
0,
1,
4
],
[
0,
1,
2
],
[
0,
0,
1
]
],
"entity_labels": [
"Carlos Fuentes",
"Mexico",
"Princeton University",
"Hijos del viento",
"Harvard University"
],
"relation_labels": [
"country of citizenship",
"employer",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q3744742 wdt:P161 ?x0 .
?x0 wdt:P108 wd:Q13371 .
?x0 wdt:P108 wd:Q21578 .
?x0 wdt:P27 wd:Q96
} |
mcwq-134757 | What Mexican employee of New School was influenced by Karl Marx | [
"Miguel Robles-Durán"
] | {
"entities": [
"Q9061",
"Q96",
"Q20685329",
"Q599316"
],
"relations": [
"P108",
"P27",
"P737"
],
"adjacency": [
[
2,
2,
0
],
[
2,
0,
3
],
[
2,
1,
1
]
],
"entity_labels": [
"Karl Marx",
"Mexico",
"Miguel Robles-Durán",
"New School"
],
"relation_labels": [
"employer",
"country of citizenship",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P737 wd:Q9061 .
?x0 wdt:P108 wd:Q599316 .
?x0 wdt:P27 wd:Q96
} |
mcwq-134758 | What Mexican employee of John Sutherland Productions , UPA , Warner Bros. Cartoons , and University of Southern California founded Melendez Films and was employed by Walt Disney Studios | [
"Bill Melendez"
] | {
"entities": [
"Q642996",
"Q4614",
"Q862316",
"Q384930",
"Q96",
"Q6812175",
"Q52048361",
"Q2216535"
],
"relations": [
"P27",
"P108",
"P112"
],
"adjacency": [
[
5,
2,
2
],
[
2,
1,
3
],
[
2,
1,
7
],
[
2,
1,
0
],
[
2,
1,
6
],
[
2,
1,
1
],
[
2,
0,
4
]
],
"entity_labels": [
"UPA",
"University of Southern California",
"Bill Melendez",
"Warner Bros. Cartoons",
"Mexico",
"Melendez Films",
"John Sutherland Productions",
"Walt Disney Studios"
],
"relation_labels": [
"country of citizenship",
"employer",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q6812175 wdt:P112 ?x0 .
?x0 wdt:P108 wd:Q384930 .
?x0 wdt:P108 wd:Q2216535 .
?x0 wdt:P108 wd:Q642996 .
?x0 wdt:P108 wd:Q52048361 .
?x0 wdt:P108 wd:Q4614 .
?x0 wdt:P27 wd:Q96
} |
mcwq-134759 | What Mexican employee of National Polytechnic Institute was employed by Yale University | [
"Ernesto Zedillo"
] | {
"entities": [
"Q298149",
"Q49112",
"Q96",
"Q1539696"
],
"relations": [
"P27",
"P108"
],
"adjacency": [
[
0,
1,
1
],
[
0,
1,
3
],
[
0,
0,
2
]
],
"entity_labels": [
"Ernesto Zedillo",
"Yale University",
"Mexico",
"National Polytechnic Institute"
],
"relation_labels": [
"country of citizenship",
"employer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P108 wd:Q49112 .
?x0 wdt:P108 wd:Q1539696 .
?x0 wdt:P27 wd:Q96
} |
mcwq-134760 | What Mexican employee of University of Pennsylvania did Columbia University employ , Brown University employ , Harvard University employ , and Princeton University employ | [
"Carlos Fuentes"
] | {
"entities": [
"Q49117",
"Q154691",
"Q49114",
"Q96",
"Q21578",
"Q13371",
"Q49088"
],
"relations": [
"P27",
"P108"
],
"adjacency": [
[
1,
1,
6
],
[
1,
1,
2
],
[
1,
1,
5
],
[
1,
1,
0
],
[
1,
1,
4
],
[
1,
0,
3
]
],
"entity_labels": [
"University of Pennsylvania",
"Carlos Fuentes",
"Brown University",
"Mexico",
"Princeton University",
"Harvard University",
"Columbia University"
],
"relation_labels": [
"country of citizenship",
"employer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P108 wd:Q49088 .
?x0 wdt:P108 wd:Q49114 .
?x0 wdt:P108 wd:Q13371 .
?x0 wdt:P108 wd:Q49117 .
?x0 wdt:P108 wd:Q21578 .
?x0 wdt:P27 wd:Q96
} |
mcwq-134762 | What Mexican employee of Georgetown University was a actor 's parent | [
"Carmen Boullosa"
] | {
"entities": [
"Q447374",
"Q33999",
"Q96",
"Q333886",
"Q6003398"
],
"relations": [
"P27",
"P106",
"P108",
"P40|wdt:P355"
],
"adjacency": [
[
0,
3,
4
],
[
0,
2,
3
],
[
0,
0,
2
],
[
4,
1,
1
]
],
"entity_labels": [
"Carmen Boullosa",
"actor",
"Mexico",
"Georgetown University",
"María Aura"
],
"relation_labels": [
"country of citizenship",
"occupation",
"employer",
"P40|wdt:P355"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P40|wdt:P355 ?x1 .
?x0 wdt:P108 wd:Q333886 .
?x0 wdt:P27 wd:Q96 .
?x1 wdt:P106 wd:Q33999 } |
mcwq-134765 | What Mexican employee of University of Southern California did No label defined and Next to Be Gone star | [
"David Alfaro Siqueiros"
] | {
"entities": [
"Q4614",
"Q315647",
"Q96",
"Q3961975",
"Q3837421"
],
"relations": [
"P27",
"P108",
"P161"
],
"adjacency": [
[
4,
2,
1
],
[
3,
2,
1
],
[
1,
1,
0
],
[
1,
0,
2
]
],
"entity_labels": [
"University of Southern California",
"David Alfaro Siqueiros",
"Mexico",
null,
"Next to Be Gone"
],
"relation_labels": [
"country of citizenship",
"employer",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q3837421 wdt:P161 ?x0 .
wd:Q3961975 wdt:P161 ?x0 .
?x0 wdt:P108 wd:Q4614 .
?x0 wdt:P27 wd:Q96
} |
mcwq-134767 | What Mexican executive producer of Just Walking and Only God Knows did Frida , Elysium , and Fade to Black star | [
"Diego Luna"
] | {
"entities": [
"Q4448764",
"Q80959",
"Q16960487",
"Q35738",
"Q96",
"Q313044",
"Q1026732"
],
"relations": [
"P27",
"P1431",
"P161"
],
"adjacency": [
[
6,
2,
5
],
[
3,
2,
5
],
[
1,
2,
5
],
[
0,
1,
5
],
[
2,
1,
5
],
[
5,
0,
4
]
],
"entity_labels": [
"Just Walking",
"Elysium",
"Only God Knows",
"Frida",
"Mexico",
"Diego Luna",
"Fade to Black"
],
"relation_labels": [
"country of citizenship",
"executive producer",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q1026732 wdt:P161 ?x0 .
wd:Q35738 wdt:P161 ?x0 .
wd:Q80959 wdt:P161 ?x0 .
wd:Q4448764 wdt:P1431 ?x0 .
wd:Q16960487 wdt:P1431 ?x0 .
?x0 wdt:P27 wd:Q96
} |
mcwq-134768 | What Mexican executive producer of Believe and No label defined directed Sólo Con Tu Pareja , Harry Potter and the Prisoner of Azkaban , Paris, je t'aime , and Y tu mamá también | [
"Alfonso Cuarón"
] | {
"entities": [
"Q310617",
"Q128848",
"Q15407787",
"Q96",
"Q5965519",
"Q102448",
"Q13382543",
"Q28028"
],
"relations": [
"P27",
"P57",
"P1431"
],
"adjacency": [
[
1,
1,
7
],
[
4,
1,
7
],
[
0,
1,
7
],
[
5,
1,
7
],
[
2,
2,
7
],
[
6,
2,
7
],
[
7,
0,
3
]
],
"entity_labels": [
"Paris, je t'aime",
"Y tu mamá también",
null,
"Mexico",
"Sólo Con Tu Pareja",
"Harry Potter and the Prisoner of Azkaban",
"Believe",
"Alfonso Cuarón"
],
"relation_labels": [
"country of citizenship",
"director",
"executive producer"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q128848 wdt:P57 ?x0 .
wd:Q5965519 wdt:P57 ?x0 .
wd:Q310617 wdt:P57 ?x0 .
wd:Q102448 wdt:P57 ?x0 .
wd:Q15407787 wdt:P1431 ?x0 .
wd:Q13382543 wdt:P1431 ?x0 .
?x0 wdt:P27 wd:Q96
} |
mcwq-134770 | What Mexican executive producer of No label defined was a executive producer of Believe | [
"Alfonso Cuarón"
] | {
"entities": [
"Q13382543",
"Q96",
"Q15407787",
"Q28028"
],
"relations": [
"P27",
"P1431"
],
"adjacency": [
[
0,
1,
3
],
[
2,
1,
3
],
[
3,
0,
1
]
],
"entity_labels": [
"Believe",
"Mexico",
null,
"Alfonso Cuarón"
],
"relation_labels": [
"country of citizenship",
"executive producer"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q13382543 wdt:P1431 ?x0 .
wd:Q15407787 wdt:P1431 ?x0 .
?x0 wdt:P27 wd:Q96
} |
mcwq-134771 | What Mexican executive producer of Believe executive produced No label defined | [
"Alfonso Cuarón"
] | {
"entities": [
"Q13382543",
"Q96",
"Q15407787",
"Q28028"
],
"relations": [
"P27",
"P1431"
],
"adjacency": [
[
0,
1,
3
],
[
2,
1,
3
],
[
3,
0,
1
]
],
"entity_labels": [
"Believe",
"Mexico",
null,
"Alfonso Cuarón"
],
"relation_labels": [
"country of citizenship",
"executive producer"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q13382543 wdt:P1431 ?x0 .
wd:Q15407787 wdt:P1431 ?x0 .
?x0 wdt:P27 wd:Q96
} |
mcwq-134775 | What Mexican executive producer of Star Trek and Limitless was Sneaky Shark 's employee | [
"Roberto Orci"
] | {
"entities": [
"Q19911394",
"Q96",
"Q106255029",
"Q213081",
"Q467500"
],
"relations": [
"P27",
"P108",
"P1431"
],
"adjacency": [
[
0,
2,
4
],
[
3,
2,
4
],
[
4,
1,
2
],
[
4,
0,
1
]
],
"entity_labels": [
"Limitless",
"Mexico",
"Sneaky Shark",
"Star Trek",
"Roberto Orci"
],
"relation_labels": [
"country of citizenship",
"employer",
"executive producer"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q19911394 wdt:P1431 ?x0 .
wd:Q213081 wdt:P1431 ?x0 .
?x0 wdt:P108 wd:Q106255029 .
?x0 wdt:P27 wd:Q96
} |
mcwq-134780 | What Mexican female costume designer married Bruno Rubeo | [
"Mayes C. Rubeo"
] | {
"entities": [
"Q6581072",
"Q24817396",
"Q1323191",
"Q96",
"Q993716"
],
"relations": [
"P106",
"P27",
"P26",
"P21"
],
"adjacency": [
[
1,
0,
2
],
[
1,
3,
0
],
[
1,
1,
3
],
[
1,
2,
4
]
],
"entity_labels": [
"female",
"Mayes C. Rubeo",
"costume designer",
"Mexico",
"Bruno Rubeo"
],
"relation_labels": [
"occupation",
"country of citizenship",
"spouse",
"sex or gender"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q1323191 .
?x0 wdt:P21 wd:Q6581072 .
?x0 wdt:P27 wd:Q96 .
?x0 wdt:P26 wd:Q993716 .
FILTER ( ?x0 != wd:Q993716 )
} |
mcwq-134782 | What Mexican film director did Warner Bros. Cartoons employ | [
"Bill Melendez"
] | {
"entities": [
"Q96",
"Q384930",
"Q2526255",
"Q862316"
],
"relations": [
"P106",
"P27",
"P108"
],
"adjacency": [
[
3,
0,
2
],
[
3,
2,
1
],
[
3,
1,
0
]
],
"entity_labels": [
"Mexico",
"Warner Bros. Cartoons",
"film director",
"Bill Melendez"
],
"relation_labels": [
"occupation",
"country of citizenship",
"employer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q2526255 .
?x0 wdt:P108 wd:Q384930 .
?x0 wdt:P27 wd:Q96
} |
mcwq-134783 | What Mexican film director did UPA , University of Southern California , and Walt Disney Studios employ | [
"Bill Melendez"
] | {
"entities": [
"Q642996",
"Q4614",
"Q862316",
"Q96",
"Q2216535",
"Q2526255"
],
"relations": [
"P106",
"P27",
"P108"
],
"adjacency": [
[
2,
0,
5
],
[
2,
2,
4
],
[
2,
2,
0
],
[
2,
2,
1
],
[
2,
1,
3
]
],
"entity_labels": [
"UPA",
"University of Southern California",
"Bill Melendez",
"Mexico",
"Walt Disney Studios",
"film director"
],
"relation_labels": [
"occupation",
"country of citizenship",
"employer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q2526255 .
?x0 wdt:P108 wd:Q2216535 .
?x0 wdt:P108 wd:Q642996 .
?x0 wdt:P108 wd:Q4614 .
?x0 wdt:P27 wd:Q96
} |
mcwq-134784 | What Mexican film director did Katherine DeMille marry | [
"Anthony Quinn"
] | {
"entities": [
"Q96",
"Q454944",
"Q83484",
"Q2526255"
],
"relations": [
"P106",
"P27",
"P26"
],
"adjacency": [
[
2,
0,
3
],
[
2,
1,
0
],
[
2,
2,
1
]
],
"entity_labels": [
"Mexico",
"Katherine DeMille",
"Anthony Quinn",
"film director"
],
"relation_labels": [
"occupation",
"country of citizenship",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q2526255 .
?x0 wdt:P27 wd:Q96 .
?x0 wdt:P26 wd:Q454944 .
FILTER ( ?x0 != wd:Q454944 )
} |
mcwq-134786 | What Mexican film director did Alfonso Cuarón influence | [
"Ricardo Tavera"
] | {
"entities": [
"Q64996103",
"Q28028",
"Q2526255",
"Q96"
],
"relations": [
"P106",
"P27",
"P737"
],
"adjacency": [
[
0,
0,
2
],
[
0,
2,
1
],
[
0,
1,
3
]
],
"entity_labels": [
"Ricardo Tavera",
"Alfonso Cuarón",
"film director",
"Mexico"
],
"relation_labels": [
"occupation",
"country of citizenship",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q2526255 .
?x0 wdt:P737 wd:Q28028 .
?x0 wdt:P27 wd:Q96
} |
mcwq-134787 | What Mexican film director did Gloria Marín and Rosita Arenas marry | [
"Abel Salazar"
] | {
"entities": [
"Q318491",
"Q6112597",
"Q96",
"Q439879",
"Q2526255"
],
"relations": [
"P106",
"P27",
"P26"
],
"adjacency": [
[
0,
0,
4
],
[
0,
1,
2
],
[
0,
2,
3
],
[
0,
2,
1
]
],
"entity_labels": [
"Abel Salazar",
"Rosita Arenas",
"Mexico",
"Gloria Marín",
"film director"
],
"relation_labels": [
"occupation",
"country of citizenship",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q2526255 .
?x0 wdt:P27 wd:Q96 .
?x0 wdt:P26 wd:Q439879 .
?x0 wdt:P26 wd:Q6112597 .
FILTER ( ?x0 != wd:Q439879 ) .
FILTER ( ?x0 != wd:Q6112597 )
} |
mcwq-134788 | What Mexican film director did Rudo y Cursi star and The Limits of Control , Y tu mamá también , and Babel star | [
"Gael García Bernal"
] | {
"entities": [
"Q192160",
"Q128848",
"Q96",
"Q191074",
"Q2382723",
"Q179576",
"Q2526255"
],
"relations": [
"P106",
"P27",
"P161"
],
"adjacency": [
[
5,
0,
6
],
[
4,
2,
5
],
[
1,
2,
5
],
[
0,
2,
5
],
[
3,
2,
5
],
[
5,
1,
2
]
],
"entity_labels": [
"The Limits of Control",
"Y tu mamá también",
"Mexico",
"Babel",
"Rudo y Cursi",
"Gael García Bernal",
"film director"
],
"relation_labels": [
"occupation",
"country of citizenship",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q2526255 .
wd:Q2382723 wdt:P161 ?x0 .
wd:Q128848 wdt:P161 ?x0 .
wd:Q192160 wdt:P161 ?x0 .
wd:Q191074 wdt:P161 ?x0 .
?x0 wdt:P27 wd:Q96
} |
mcwq-134789 | What Mexican film director directed Blade II | [
"Guillermo del Toro"
] | {
"entities": [
"Q219124",
"Q159638",
"Q96"
],
"relations": [
"P27",
"P57"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"Guillermo del Toro",
"Blade II",
"Mexico"
],
"relation_labels": [
"country of citizenship",
"director"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q159638 wdt:P57 ?x0 .
?x0 wdt:P27 wd:Q96
} |
mcwq-134790 | What Mexican film director directed Nazarín and edited Un Chien Andalou , L'Age d'Or , and Death in the Garden | [
"Luis Buñuel"
] | {
"entities": [
"Q190575",
"Q686395",
"Q96",
"Q51545",
"Q386522",
"Q946849"
],
"relations": [
"P27",
"P57",
"P1040"
],
"adjacency": [
[
4,
1,
3
],
[
5,
2,
3
],
[
0,
2,
3
],
[
1,
2,
3
],
[
3,
0,
2
]
],
"entity_labels": [
"Un Chien Andalou",
"Death in the Garden",
"Mexico",
"Luis Buñuel",
"Nazarín",
"L'Age d'Or"
],
"relation_labels": [
"country of citizenship",
"director",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q386522 wdt:P57 ?x0 .
wd:Q946849 wdt:P1040 ?x0 .
wd:Q190575 wdt:P1040 ?x0 .
wd:Q686395 wdt:P1040 ?x0 .
?x0 wdt:P27 wd:Q96
} |
mcwq-134791 | What Mexican film director directed , edited , and wrote Gravity and Y tu mamá también | [
"Alfonso Cuarón"
] | {
"entities": [
"Q96",
"Q28028",
"Q2579784",
"Q128848"
],
"relations": [
"P27",
"P57",
"P58",
"P1040"
],
"adjacency": [
[
3,
1,
1
],
[
2,
1,
1
],
[
3,
3,
1
],
[
2,
3,
1
],
[
3,
2,
1
],
[
2,
2,
1
],
[
1,
0,
0
]
],
"entity_labels": [
"Mexico",
"Alfonso Cuarón",
"Gravity",
"Y tu mamá también"
],
"relation_labels": [
"country of citizenship",
"director",
"screenwriter",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q128848 wdt:P57 ?x0 .
wd:Q2579784 wdt:P57 ?x0 .
wd:Q128848 wdt:P1040 ?x0 .
wd:Q2579784 wdt:P1040 ?x0 .
wd:Q128848 wdt:P58 ?x0 .
wd:Q2579784 wdt:P58 ?x0 .
?x0 wdt:P27 wd:Q96
} |
mcwq-134792 | What Mexican film director directed , wrote , and executive produced Survive! | [
"René Cardona Jr."
] | {
"entities": [
"Q745855",
"Q9080663",
"Q96"
],
"relations": [
"P27",
"P57",
"P58",
"P1431"
],
"adjacency": [
[
1,
1,
0
],
[
1,
3,
0
],
[
1,
2,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"René Cardona Jr.",
"Survive!",
"Mexico"
],
"relation_labels": [
"country of citizenship",
"director",
"screenwriter",
"executive producer"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q9080663 wdt:P57 ?x0 .
wd:Q9080663 wdt:P1431 ?x0 .
wd:Q9080663 wdt:P58 ?x0 .
?x0 wdt:P27 wd:Q96
} |
mcwq-134793 | What Mexican film director edited Gravity and edited Y tu mamá también | [
"Alfonso Cuarón"
] | {
"entities": [
"Q128848",
"Q96",
"Q2579784",
"Q28028",
"Q2526255"
],
"relations": [
"P106",
"P27",
"P1040"
],
"adjacency": [
[
3,
0,
4
],
[
0,
2,
3
],
[
2,
2,
3
],
[
3,
1,
1
]
],
"entity_labels": [
"Y tu mamá también",
"Mexico",
"Gravity",
"Alfonso Cuarón",
"film director"
],
"relation_labels": [
"occupation",
"country of citizenship",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q2526255 .
wd:Q128848 wdt:P1040 ?x0 .
wd:Q2579784 wdt:P1040 ?x0 .
?x0 wdt:P27 wd:Q96
} |
mcwq-134794 | What Mexican film director edited Y tu mamá también | [
"Alfonso Cuarón"
] | {
"entities": [
"Q96",
"Q28028",
"Q2526255",
"Q128848"
],
"relations": [
"P106",
"P27",
"P1040"
],
"adjacency": [
[
1,
0,
2
],
[
3,
2,
1
],
[
1,
1,
0
]
],
"entity_labels": [
"Mexico",
"Alfonso Cuarón",
"film director",
"Y tu mamá también"
],
"relation_labels": [
"occupation",
"country of citizenship",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q2526255 .
wd:Q128848 wdt:P1040 ?x0 .
?x0 wdt:P27 wd:Q96
} |
mcwq-134798 | What Mexican film director employed by Columbia University was influenced by Gilles Deleuze | [
"Manuel De Landa"
] | {
"entities": [
"Q96",
"Q49088",
"Q184226",
"Q556699",
"Q2526255"
],
"relations": [
"P108",
"P106",
"P27",
"P737"
],
"adjacency": [
[
3,
1,
4
],
[
3,
3,
2
],
[
3,
0,
1
],
[
3,
2,
0
]
],
"entity_labels": [
"Mexico",
"Columbia University",
"Gilles Deleuze",
"Manuel DeLanda",
"film director"
],
"relation_labels": [
"employer",
"occupation",
"country of citizenship",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q2526255 .
?x0 wdt:P737 wd:Q184226 .
?x0 wdt:P108 wd:Q49088 .
?x0 wdt:P27 wd:Q96
} |
mcwq-134799 | What Mexican film director executive produced Believe and executive produced No label defined | [
"Alfonso Cuarón"
] | {
"entities": [
"Q15407787",
"Q96",
"Q13382543",
"Q28028",
"Q2526255"
],
"relations": [
"P106",
"P27",
"P1431"
],
"adjacency": [
[
3,
0,
4
],
[
2,
2,
3
],
[
0,
2,
3
],
[
3,
1,
1
]
],
"entity_labels": [
null,
"Mexico",
"Believe",
"Alfonso Cuarón",
"film director"
],
"relation_labels": [
"occupation",
"country of citizenship",
"executive producer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q2526255 .
wd:Q13382543 wdt:P1431 ?x0 .
wd:Q15407787 wdt:P1431 ?x0 .
?x0 wdt:P27 wd:Q96
} |
mcwq-134800 | What Mexican film director executive produced Believe and No label defined | [
"Alfonso Cuarón"
] | {
"entities": [
"Q15407787",
"Q96",
"Q13382543",
"Q28028",
"Q2526255"
],
"relations": [
"P106",
"P27",
"P1431"
],
"adjacency": [
[
3,
0,
4
],
[
2,
2,
3
],
[
0,
2,
3
],
[
3,
1,
1
]
],
"entity_labels": [
null,
"Mexico",
"Believe",
"Alfonso Cuarón",
"film director"
],
"relation_labels": [
"occupation",
"country of citizenship",
"executive producer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q2526255 .
wd:Q13382543 wdt:P1431 ?x0 .
wd:Q15407787 wdt:P1431 ?x0 .
?x0 wdt:P27 wd:Q96
} |
mcwq-134806 | What Mexican film director influenced by Guillermo del Toro and influenced by Alfonso Cuarón wrote Complemento para dos | [
"Ricardo Tavera"
] | {
"entities": [
"Q64996103",
"Q96",
"Q107605083",
"Q219124",
"Q28028",
"Q2526255"
],
"relations": [
"P106",
"P27",
"P737",
"P58"
],
"adjacency": [
[
0,
0,
5
],
[
2,
3,
0
],
[
0,
2,
4
],
[
0,
2,
3
],
[
0,
1,
1
]
],
"entity_labels": [
"Ricardo Tavera",
"Mexico",
"Complemento para dos",
"Guillermo del Toro",
"Alfonso Cuarón",
"film director"
],
"relation_labels": [
"occupation",
"country of citizenship",
"influenced by",
"screenwriter"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q2526255 .
wd:Q107605083 wdt:P58 ?x0 .
?x0 wdt:P737 wd:Q28028 .
?x0 wdt:P737 wd:Q219124 .
?x0 wdt:P27 wd:Q96
} |
mcwq-134807 | What Mexican film director married Katherine DeMille | [
"Anthony Quinn"
] | {
"entities": [
"Q96",
"Q454944",
"Q83484",
"Q2526255"
],
"relations": [
"P106",
"P27",
"P26"
],
"adjacency": [
[
2,
0,
3
],
[
2,
1,
0
],
[
2,
2,
1
]
],
"entity_labels": [
"Mexico",
"Katherine DeMille",
"Anthony Quinn",
"film director"
],
"relation_labels": [
"occupation",
"country of citizenship",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q2526255 .
?x0 wdt:P27 wd:Q96 .
?x0 wdt:P26 wd:Q454944 .
FILTER ( ?x0 != wd:Q454944 )
} |
mcwq-134808 | What Mexican film director married Meritxell Galez , Tina Romero , and Pilar Campesino | [
"Gabriel Retes"
] | {
"entities": [
"Q65691004",
"Q1044509",
"Q84863067",
"Q96",
"Q3093933",
"Q2526255"
],
"relations": [
"P106",
"P27",
"P26"
],
"adjacency": [
[
4,
0,
5
],
[
4,
1,
3
],
[
4,
2,
2
],
[
4,
2,
1
],
[
4,
2,
0
]
],
"entity_labels": [
"Pilar Campesino",
"Tina Romero",
"Meritxell Galez",
"Mexico",
"Gabriel Retes",
"film director"
],
"relation_labels": [
"occupation",
"country of citizenship",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q2526255 .
?x0 wdt:P27 wd:Q96 .
?x0 wdt:P26 wd:Q84863067 .
?x0 wdt:P26 wd:Q1044509 .
?x0 wdt:P26 wd:Q65691004 .
FILTER ( ?x0 != wd:Q84863067 ) .
FILTER ( ?x0 != wd:Q1044509 ) .
FILTER ( ?x0 != wd:Q65691004 )
} |
mcwq-134813 | What Mexican film director produced American Me | [
"Edward James Olmos"
] | {
"entities": [
"Q2526255",
"Q211415",
"Q96",
"Q642516"
],
"relations": [
"P272",
"P106",
"P27"
],
"adjacency": [
[
1,
1,
0
],
[
3,
0,
1
],
[
1,
2,
2
]
],
"entity_labels": [
"film director",
"Edward James Olmos",
"Mexico",
"American Me"
],
"relation_labels": [
"production company",
"occupation",
"country of citizenship"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q2526255 .
wd:Q642516 wdt:P272 ?x0 .
?x0 wdt:P27 wd:Q96
} |
mcwq-134814 | What Mexican film director that No label defined starred was employed by University of Guadalajara | [
"Jaime Humberto Hermosillo"
] | {
"entities": [
"Q504146",
"Q164028",
"Q96",
"Q3006640",
"Q2526255"
],
"relations": [
"P106",
"P27",
"P108",
"P161"
],
"adjacency": [
[
0,
0,
4
],
[
3,
3,
0
],
[
0,
2,
1
],
[
0,
1,
2
]
],
"entity_labels": [
"Jaime Humberto Hermosillo",
"University of Guadalajara",
"Mexico",
null,
"film director"
],
"relation_labels": [
"occupation",
"country of citizenship",
"employer",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q2526255 .
wd:Q3006640 wdt:P161 ?x0 .
?x0 wdt:P108 wd:Q164028 .
?x0 wdt:P27 wd:Q96
} |
mcwq-134818 | What Mexican film director that was employed by John Sutherland Productions and UPA was employed by Warner Bros. Cartoons and University of Southern California and employed by Walt Disney Studios | [
"Bill Melendez"
] | {
"entities": [
"Q642996",
"Q4614",
"Q862316",
"Q384930",
"Q96",
"Q52048361",
"Q2216535",
"Q2526255"
],
"relations": [
"P106",
"P27",
"P108"
],
"adjacency": [
[
2,
0,
7
],
[
2,
2,
3
],
[
2,
2,
6
],
[
2,
2,
1
],
[
2,
2,
5
],
[
2,
2,
0
],
[
2,
1,
4
]
],
"entity_labels": [
"UPA",
"University of Southern California",
"Bill Melendez",
"Warner Bros. Cartoons",
"Mexico",
"John Sutherland Productions",
"Walt Disney Studios",
"film director"
],
"relation_labels": [
"occupation",
"country of citizenship",
"employer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q2526255 .
?x0 wdt:P108 wd:Q384930 .
?x0 wdt:P108 wd:Q2216535 .
?x0 wdt:P108 wd:Q4614 .
?x0 wdt:P108 wd:Q52048361 .
?x0 wdt:P108 wd:Q642996 .
?x0 wdt:P27 wd:Q96
} |
mcwq-134821 | What Mexican film director was a sibling of Carlos Cuarón | [
"Alfonso Cuarón"
] | {
"entities": [
"Q2840325",
"Q96",
"Q28028",
"Q2526255"
],
"relations": [
"P106",
"P27",
"P3373"
],
"adjacency": [
[
2,
0,
3
],
[
2,
1,
1
],
[
2,
2,
0
]
],
"entity_labels": [
"Carlos Cuarón",
"Mexico",
"Alfonso Cuarón",
"film director"
],
"relation_labels": [
"occupation",
"country of citizenship",
"sibling"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q2526255 .
?x0 wdt:P27 wd:Q96 .
?x0 wdt:P3373 wd:Q2840325 .
FILTER ( ?x0 != wd:Q2840325 )
} |
mcwq-134822 | What Mexican film director was employed by Columbia University and European Graduate School | [
"Manuel De Landa"
] | {
"entities": [
"Q681250",
"Q96",
"Q49088",
"Q556699",
"Q2526255"
],
"relations": [
"P106",
"P27",
"P108"
],
"adjacency": [
[
3,
0,
4
],
[
3,
2,
2
],
[
3,
2,
0
],
[
3,
1,
1
]
],
"entity_labels": [
"European Graduate School",
"Mexico",
"Columbia University",
"Manuel DeLanda",
"film director"
],
"relation_labels": [
"occupation",
"country of citizenship",
"employer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q2526255 .
?x0 wdt:P108 wd:Q49088 .
?x0 wdt:P108 wd:Q681250 .
?x0 wdt:P27 wd:Q96
} |
mcwq-134824 | What Mexican film director was employed by John Sutherland Productions , Walt Disney Studios , Warner Bros. Cartoons , and UPA | [
"Bill Melendez"
] | {
"entities": [
"Q642996",
"Q862316",
"Q384930",
"Q96",
"Q52048361",
"Q2216535",
"Q2526255"
],
"relations": [
"P106",
"P27",
"P108"
],
"adjacency": [
[
1,
0,
6
],
[
1,
2,
5
],
[
1,
2,
0
],
[
1,
2,
2
],
[
1,
2,
4
],
[
1,
1,
3
]
],
"entity_labels": [
"UPA",
"Bill Melendez",
"Warner Bros. Cartoons",
"Mexico",
"John Sutherland Productions",
"Walt Disney Studios",
"film director"
],
"relation_labels": [
"occupation",
"country of citizenship",
"employer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q2526255 .
?x0 wdt:P108 wd:Q2216535 .
?x0 wdt:P108 wd:Q642996 .
?x0 wdt:P108 wd:Q384930 .
?x0 wdt:P108 wd:Q52048361 .
?x0 wdt:P27 wd:Q96
} |
mcwq-134825 | What Mexican film director was employed by University of Southern California and founded Melendez Films | [
"Bill Melendez"
] | {
"entities": [
"Q4614",
"Q862316",
"Q96",
"Q6812175",
"Q2526255"
],
"relations": [
"P106",
"P27",
"P108",
"P112"
],
"adjacency": [
[
1,
0,
4
],
[
3,
3,
1
],
[
1,
2,
0
],
[
1,
1,
2
]
],
"entity_labels": [
"University of Southern California",
"Bill Melendez",
"Mexico",
"Melendez Films",
"film director"
],
"relation_labels": [
"occupation",
"country of citizenship",
"employer",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q2526255 .
wd:Q6812175 wdt:P112 ?x0 .
?x0 wdt:P108 wd:Q4614 .
?x0 wdt:P27 wd:Q96
} |
mcwq-134826 | What Mexican film director was employed by European Graduate School and employed by Columbia University | [
"Manuel De Landa"
] | {
"entities": [
"Q681250",
"Q96",
"Q49088",
"Q556699",
"Q2526255"
],
"relations": [
"P106",
"P27",
"P108"
],
"adjacency": [
[
3,
0,
4
],
[
3,
2,
2
],
[
3,
2,
0
],
[
3,
1,
1
]
],
"entity_labels": [
"European Graduate School",
"Mexico",
"Columbia University",
"Manuel DeLanda",
"film director"
],
"relation_labels": [
"occupation",
"country of citizenship",
"employer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q2526255 .
?x0 wdt:P108 wd:Q49088 .
?x0 wdt:P108 wd:Q681250 .
?x0 wdt:P27 wd:Q96
} |
mcwq-134827 | What Mexican film director was employed by University of Southern California , UPA , and Walt Disney Studios | [
"Bill Melendez"
] | {
"entities": [
"Q642996",
"Q4614",
"Q862316",
"Q96",
"Q2216535",
"Q2526255"
],
"relations": [
"P106",
"P27",
"P108"
],
"adjacency": [
[
2,
0,
5
],
[
2,
2,
4
],
[
2,
2,
0
],
[
2,
2,
1
],
[
2,
1,
3
]
],
"entity_labels": [
"UPA",
"University of Southern California",
"Bill Melendez",
"Mexico",
"Walt Disney Studios",
"film director"
],
"relation_labels": [
"occupation",
"country of citizenship",
"employer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q2526255 .
?x0 wdt:P108 wd:Q2216535 .
?x0 wdt:P108 wd:Q642996 .
?x0 wdt:P108 wd:Q4614 .
?x0 wdt:P27 wd:Q96
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.