id
stringlengths 11
13
| question
stringlengths 11
8.64k
| answers
sequence | subgraph
dict | sparql
stringlengths 49
483
|
---|---|---|---|---|
mcwq-136241 | What actor influenced by Imagine 's female director 's spouse influenced Daniel Wischmeier | [
"Shakira"
] | {
"entities": [
"Q3421626",
"Q6581072",
"Q34424",
"Q33999",
"Q1203",
"Q56590532",
"Q117012"
],
"relations": [
"P57",
"P106",
"P26",
"P737",
"P21"
],
"adjacency": [
[
2,
1,
3
],
[
5,
3,
2
],
[
2,
3,
4
],
[
4,
2,
6
],
[
0,
0,
6
],
[
6,
4,
1
]
],
"entity_labels": [
"Imagine",
"female",
"Shakira",
"actor",
"John Lennon",
"Daniel Wischmeier",
"Yoko Ono"
],
"relation_labels": [
"director",
"occupation",
"spouse",
"influenced by",
"sex or gender"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q56590532 wdt:P737 ?x0 .
?x0 wdt:P737 ?x1 .
?x1 wdt:P26 ?x2 .
wd:Q3421626 wdt:P57 ?x2 .
?x2 wdt:P21 wd:Q6581072 .
FILTER ( ?x1 != ?x2 )
} |
mcwq-136244 | What actor influenced by George Lucas and influenced by a actor was Following 's editor | [
"Christopher Nolan"
] | {
"entities": [
"Q685817",
"Q25191",
"Q33999",
"Q38222"
],
"relations": [
"P106",
"P737",
"P1040"
],
"adjacency": [
[
1,
0,
2
],
[
0,
2,
1
],
[
1,
1,
3
],
[
1,
1,
3
],
[
3,
0,
2
]
],
"entity_labels": [
"Following",
"Christopher Nolan",
"actor",
"George Lucas"
],
"relation_labels": [
"occupation",
"influenced by",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q685817 wdt:P1040 ?x0 .
?x0 wdt:P737 ?x1 .
?x0 wdt:P737 wd:Q38222 .
?x1 wdt:P106 wd:Q33999 } |
mcwq-136246 | What actor influenced by a person , influenced by Douglas Adams , and influenced by Niko Tinbergen and Ronald Fisher was employed by University of Oxford | [
"Richard Dawkins"
] | {
"entities": [
"Q153890",
"Q33999",
"Q5",
"Q34433",
"Q42",
"Q216723",
"Q1035",
"Q44461"
],
"relations": [
"P108",
"P106",
"P737",
"P31"
],
"adjacency": [
[
7,
1,
1
],
[
7,
2,
6
],
[
7,
2,
5
],
[
7,
2,
0
],
[
7,
2,
4
],
[
7,
0,
3
],
[
6,
3,
2
]
],
"entity_labels": [
"Niko Tinbergen",
"actor",
"human",
"University of Oxford",
"Douglas Adams",
"Ronald Fisher",
"Charles Darwin",
"Richard Dawkins"
],
"relation_labels": [
"employer",
"occupation",
"influenced by",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P737 ?x1 .
?x0 wdt:P737 wd:Q216723 .
?x0 wdt:P737 wd:Q153890 .
?x0 wdt:P737 wd:Q42 .
?x0 wdt:P108 wd:Q34433 .
?x1 wdt:P31 wd:Q5 } |
mcwq-136247 | What actor influenced , married , and was influenced by The Gleaners and I 's director , cinematographer , editor , and writer | [
"Jacques Demy"
] | {
"entities": [
"Q33999",
"Q2493884",
"Q229990",
"Q312258"
],
"relations": [
"P344",
"P57",
"P58",
"P1040",
"P106",
"P26",
"P737"
],
"adjacency": [
[
3,
4,
0
],
[
2,
6,
3
],
[
3,
6,
2
],
[
3,
5,
2
],
[
1,
0,
2
],
[
1,
1,
2
],
[
1,
3,
2
],
[
1,
2,
2
]
],
"entity_labels": [
"actor",
"The Gleaners and I",
"Agnès Varda",
"Jacques Demy"
],
"relation_labels": [
"director of photography",
"director",
"screenwriter",
"film editor",
"occupation",
"spouse",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x1 wdt:P737 ?x0 .
?x0 wdt:P737 ?x1 .
?x0 wdt:P26 ?x1 .
wd:Q2493884 wdt:P344 ?x1 .
wd:Q2493884 wdt:P57 ?x1 .
wd:Q2493884 wdt:P1040 ?x1 .
wd:Q2493884 wdt:P58 ?x1 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-136250 | What actor influenced , was influenced by , and married a parent of Mathieu Demy | [
"Jacques Demy"
] | {
"entities": [
"Q949017",
"Q33999",
"Q229990",
"Q312258"
],
"relations": [
"P106",
"P26",
"P737",
"P40|wdt:P355"
],
"adjacency": [
[
3,
0,
1
],
[
2,
2,
3
],
[
3,
2,
2
],
[
3,
1,
2
],
[
2,
3,
0
]
],
"entity_labels": [
"Mathieu Demy",
"actor",
"Agnès Varda",
"Jacques Demy"
],
"relation_labels": [
"occupation",
"spouse",
"influenced by",
"P40|wdt:P355"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x1 wdt:P737 ?x0 .
?x0 wdt:P737 ?x1 .
?x0 wdt:P26 ?x1 .
?x1 wdt:P40|wdt:P355 wd:Q949017 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-136251 | What actor married Beyond the Clouds 's Italian editor | [
"Enrica Antonioni"
] | {
"entities": [
"Q768966",
"Q55433",
"Q33999",
"Q3725564",
"Q38"
],
"relations": [
"P27",
"P106",
"P26",
"P1040"
],
"adjacency": [
[
3,
1,
2
],
[
3,
2,
1
],
[
0,
3,
1
],
[
1,
0,
4
]
],
"entity_labels": [
"Beyond the Clouds",
"Michelangelo Antonioni",
"actor",
"Enrica Antonioni",
"Italy"
],
"relation_labels": [
"country of citizenship",
"occupation",
"spouse",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P26 ?x1 .
wd:Q768966 wdt:P1040 ?x1 .
?x1 wdt:P27 wd:Q38 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-136252 | What actor married Dee Hartford , Slim Keith , and Athole Shearer and influenced My Best Friend's Birthday 's star and editor | [
"Howard Hawks"
] | {
"entities": [
"Q51581",
"Q7540593",
"Q33999",
"Q4815644",
"Q1480733",
"Q3772",
"Q5249911"
],
"relations": [
"P1040",
"P106",
"P26",
"P737",
"P161"
],
"adjacency": [
[
0,
1,
2
],
[
5,
3,
0
],
[
0,
2,
1
],
[
0,
2,
6
],
[
0,
2,
3
],
[
4,
4,
5
],
[
4,
0,
5
]
],
"entity_labels": [
"Howard Hawks",
"Slim Keith",
"actor",
"Athole Shearer",
"My Best Friend's Birthday",
"Quentin Tarantino",
"Dee Hartford"
],
"relation_labels": [
"film editor",
"occupation",
"spouse",
"influenced by",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x1 wdt:P737 ?x0 .
?x0 wdt:P26 wd:Q7540593 .
?x0 wdt:P26 wd:Q5249911 .
?x0 wdt:P26 wd:Q4815644 .
wd:Q1480733 wdt:P161 ?x1 .
wd:Q1480733 wdt:P1040 ?x1 .
FILTER ( ?x0 != wd:Q7540593 ) .
FILTER ( ?x0 != wd:Q5249911 ) .
FILTER ( ?x0 != wd:Q4815644 )
} |
mcwq-136256 | What actor married Ingrid von Rosen , Ellen Bergman , Else Fisher , Käbi Laretei , and Gun Bergman | [
"Ingmar Bergman"
] | {
"entities": [
"Q7546",
"Q15695053",
"Q33999",
"Q4975453",
"Q438786",
"Q4938547",
"Q3723687"
],
"relations": [
"P106",
"P26"
],
"adjacency": [
[
0,
0,
2
],
[
0,
1,
1
],
[
0,
1,
4
],
[
0,
1,
5
],
[
0,
1,
3
],
[
0,
1,
6
]
],
"entity_labels": [
"Ingmar Bergman",
"Gun Bergman",
"actor",
"Ingrid von Rosen",
"Käbi Laretei",
"Ellen Bergman",
"Else Fisher"
],
"relation_labels": [
"occupation",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P26 wd:Q15695053 .
?x0 wdt:P26 wd:Q438786 .
?x0 wdt:P26 wd:Q4938547 .
?x0 wdt:P26 wd:Q4975453 .
?x0 wdt:P26 wd:Q3723687 .
FILTER ( ?x0 != wd:Q15695053 ) .
FILTER ( ?x0 != wd:Q438786 ) .
FILTER ( ?x0 != wd:Q4938547 ) .
FILTER ( ?x0 != wd:Q4975453 ) .
FILTER ( ?x0 != wd:Q3723687 )
} |
mcwq-136257 | What actor married Beverly Rentz Bentley , Norris Church Mailer , Lady Jeanne Campbell , and Bea Silverman , was influenced by Leo Tolstoy , and married Carol Stevens | [
"Norman Mailer"
] | {
"entities": [
"Q6172037",
"Q76321864",
"Q33999",
"Q930069",
"Q180962",
"Q76321870",
"Q76071814",
"Q7243"
],
"relations": [
"P106",
"P26",
"P737"
],
"adjacency": [
[
4,
0,
2
],
[
4,
2,
7
],
[
4,
1,
0
],
[
4,
1,
3
],
[
4,
1,
5
],
[
4,
1,
6
],
[
4,
1,
1
]
],
"entity_labels": [
"Lady Jeanne Campbell",
"Bea Silverman",
"actor",
"Norris Church Mailer",
"Norman Mailer",
"Carol Stevens",
"Beverly Rentz Bentley",
"Leo Tolstoy"
],
"relation_labels": [
"occupation",
"spouse",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P737 wd:Q7243 .
?x0 wdt:P26 wd:Q6172037 .
?x0 wdt:P26 wd:Q930069 .
?x0 wdt:P26 wd:Q76321870 .
?x0 wdt:P26 wd:Q76071814 .
?x0 wdt:P26 wd:Q76321864 .
FILTER ( ?x0 != wd:Q6172037 ) .
FILTER ( ?x0 != wd:Q930069 ) .
FILTER ( ?x0 != wd:Q76321870 ) .
FILTER ( ?x0 != wd:Q76071814 ) .
FILTER ( ?x0 != wd:Q76321864 )
} |
mcwq-136259 | What actor married Sara Dylan , influenced a French star of Alors... Heureux ? and Qu'est-ce qui fait craquer les filles... , and was influenced by Woody Guthrie | [
"Bob Dylan"
] | {
"entities": [
"Q4061",
"Q2839319",
"Q33999",
"Q3412543",
"Q142",
"Q392",
"Q457433",
"Q1802"
],
"relations": [
"P27",
"P106",
"P26",
"P737",
"P161"
],
"adjacency": [
[
5,
1,
2
],
[
7,
3,
5
],
[
5,
3,
0
],
[
5,
2,
6
],
[
3,
4,
7
],
[
1,
4,
7
],
[
7,
0,
4
]
],
"entity_labels": [
"Woody Guthrie",
"Alors... Heureux ?",
"actor",
"Qu'est-ce qui fait craquer les filles...",
"France",
"Bob Dylan",
"Sara Dylan",
"Daniel Balavoine"
],
"relation_labels": [
"country of citizenship",
"occupation",
"spouse",
"influenced by",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x1 wdt:P737 ?x0 .
?x0 wdt:P737 wd:Q4061 .
?x0 wdt:P26 wd:Q457433 .
wd:Q3412543 wdt:P161 ?x1 .
wd:Q2839319 wdt:P161 ?x1 .
?x1 wdt:P27 wd:Q142 .
FILTER ( ?x0 != wd:Q457433 )
} |
mcwq-136260 | What actor married Jessica Tandy | [
"Jack Hawkins"
] | {
"entities": [
"Q182104",
"Q395205",
"Q33999"
],
"relations": [
"P106",
"P26"
],
"adjacency": [
[
1,
0,
2
],
[
1,
1,
0
]
],
"entity_labels": [
"Jessica Tandy",
"Hume Cronyn",
"actor"
],
"relation_labels": [
"occupation",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P26 wd:Q182104 .
FILTER ( ?x0 != wd:Q182104 )
} |
mcwq-136261 | What actor married Carol Stevens and Beverly Rentz Bentley , was influenced by John Dos Passos , and was influenced by Saint Petersburg Academy of Sciences 's employee | [
"Norman Mailer"
] | {
"entities": [
"Q33999",
"Q4345832",
"Q312407",
"Q180962",
"Q76321870",
"Q76071814",
"Q7243"
],
"relations": [
"P108",
"P106",
"P26",
"P737"
],
"adjacency": [
[
3,
1,
0
],
[
3,
3,
6
],
[
3,
3,
2
],
[
3,
2,
5
],
[
3,
2,
4
],
[
6,
0,
1
]
],
"entity_labels": [
"actor",
"Saint Petersburg Academy of Sciences",
"John Dos Passos",
"Norman Mailer",
"Carol Stevens",
"Beverly Rentz Bentley",
"Leo Tolstoy"
],
"relation_labels": [
"employer",
"occupation",
"spouse",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P737 ?x1 .
?x0 wdt:P737 wd:Q312407 .
?x0 wdt:P26 wd:Q76071814 .
?x0 wdt:P26 wd:Q76321870 .
?x1 wdt:P108 wd:Q4345832 .
FILTER ( ?x0 != wd:Q76071814 ) .
FILTER ( ?x0 != wd:Q76321870 )
} |
mcwq-136262 | What actor married Alexander 's female star 's spouse | [
"Angelina Jolie",
"Jennifer Aniston"
] | {
"entities": [
"Q6581072",
"Q13909",
"Q33999",
"Q162277",
"Q35332",
"Q32522"
],
"relations": [
"P106",
"P26",
"P21",
"P161"
],
"adjacency": [
[
5,
0,
2
],
[
5,
1,
4
],
[
4,
1,
1
],
[
3,
3,
1
],
[
1,
2,
0
]
],
"entity_labels": [
"female",
"Angelina Jolie",
"actor",
"Alexander",
"Brad Pitt",
"Jennifer Aniston"
],
"relation_labels": [
"occupation",
"spouse",
"sex or gender",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P26 ?x1 .
?x1 wdt:P26 ?x2 .
wd:Q162277 wdt:P161 ?x2 .
?x2 wdt:P21 wd:Q6581072 .
FILTER ( ?x0 != ?x1 ) .
FILTER ( ?x1 != ?x2 )
} |
mcwq-136263 | What actor married Broadway After Dark 's costume designer | [
"Edna Murphy"
] | {
"entities": [
"Q103788",
"Q33999",
"Q2313774",
"Q5340082"
],
"relations": [
"P106",
"P26",
"P2515"
],
"adjacency": [
[
3,
0,
1
],
[
3,
1,
0
],
[
2,
2,
0
]
],
"entity_labels": [
"Mervyn LeRoy",
"actor",
"Broadway After Dark",
"Edna Murphy"
],
"relation_labels": [
"occupation",
"spouse",
"costume designer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P26 ?x1 .
wd:Q2313774 wdt:P2515 ?x1 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-136265 | What actor married Paulette Goddard 's spouse | [
"Paulette Goddard",
"Oona O'Neill",
"Lita Grey"
] | {
"entities": [
"Q882",
"Q33999",
"Q95050"
],
"relations": [
"P106",
"P26"
],
"adjacency": [
[
2,
0,
1
],
[
2,
1,
0
],
[
0,
1,
2
]
],
"entity_labels": [
"Charlie Chaplin",
"actor",
"Paulette Goddard"
],
"relation_labels": [
"occupation",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P26 ?x1 .
?x1 wdt:P26 wd:Q95050 .
FILTER ( ?x0 != ?x1 ) .
FILTER ( ?x1 != wd:Q95050 )
} |
mcwq-136266 | What actor married Once Upon a Time in Mexico 's editor , composer , and writer | [
"Elizabeth Avellán Ochoa"
] | {
"entities": [
"Q47284",
"Q93853",
"Q465517",
"Q33999"
],
"relations": [
"P58",
"P1040",
"P106",
"P26",
"P86"
],
"adjacency": [
[
2,
2,
3
],
[
2,
3,
0
],
[
1,
1,
0
],
[
1,
4,
0
],
[
1,
0,
0
]
],
"entity_labels": [
"Robert Rodriguez",
"Once Upon a Time in Mexico",
"Elizabeth Avellán Ochoa",
"actor"
],
"relation_labels": [
"screenwriter",
"film editor",
"occupation",
"spouse",
"composer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P26 ?x1 .
wd:Q93853 wdt:P1040 ?x1 .
wd:Q93853 wdt:P86 ?x1 .
wd:Q93853 wdt:P58 ?x1 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-136268 | What actor married Lynda Lopez 's sibling | [
"Cris Judd",
"Ojani Noa",
"Marc Anthony"
] | {
"entities": [
"Q925586",
"Q40715",
"Q33999",
"Q744785"
],
"relations": [
"P106",
"P26",
"P3373"
],
"adjacency": [
[
3,
0,
2
],
[
3,
1,
1
],
[
1,
2,
0
]
],
"entity_labels": [
"Lynda Lopez",
"Jennifer Lopez",
"actor",
"Cris Judd"
],
"relation_labels": [
"occupation",
"spouse",
"sibling"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P26 ?x1 .
?x1 wdt:P3373 wd:Q925586 .
FILTER ( ?x0 != ?x1 ) .
FILTER ( ?x1 != wd:Q925586 )
} |
mcwq-136269 | What actor married New York City Ballet 's founder and employee and married John Emery and George Balanchine | [
"Tamara Geva"
] | {
"entities": [
"Q3181436",
"Q33999",
"Q1336942",
"Q7680787",
"Q310184"
],
"relations": [
"P106",
"P26",
"P108",
"P112"
],
"adjacency": [
[
3,
0,
1
],
[
3,
1,
4
],
[
3,
1,
4
],
[
3,
1,
0
],
[
2,
3,
4
],
[
4,
2,
2
]
],
"entity_labels": [
"John Emery",
"actor",
"New York City Ballet",
"Tamara Geva",
"George Balanchine"
],
"relation_labels": [
"occupation",
"spouse",
"employer",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P26 ?x1 .
?x0 wdt:P26 wd:Q310184 .
?x0 wdt:P26 wd:Q3181436 .
wd:Q1336942 wdt:P112 ?x1 .
?x1 wdt:P108 wd:Q1336942 .
FILTER ( ?x0 != ?x1 ) .
FILTER ( ?x0 != wd:Q310184 ) .
FILTER ( ?x0 != wd:Q3181436 )
} |
mcwq-136271 | What actor married Sean Penn , was influenced by David Bowie , and influenced a person | [
"Madonna"
] | {
"entities": [
"Q1744",
"Q44221",
"Q82199",
"Q5383",
"Q33999",
"Q5"
],
"relations": [
"P106",
"P26",
"P737",
"P31"
],
"adjacency": [
[
0,
0,
4
],
[
2,
2,
0
],
[
0,
2,
3
],
[
0,
1,
1
],
[
2,
3,
5
]
],
"entity_labels": [
"Madonna",
"Sean Penn",
"Hande Yener",
"David Bowie",
"actor",
"human"
],
"relation_labels": [
"occupation",
"spouse",
"influenced by",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x1 wdt:P737 ?x0 .
?x0 wdt:P737 wd:Q5383 .
?x0 wdt:P26 wd:Q44221 .
?x1 wdt:P31 wd:Q5 .
FILTER ( ?x0 != wd:Q44221 )
} |
mcwq-136272 | What actor married Else Fisher , married Käbi Laretei , married Gun Bergman , Ellen Bergman , and Ingrid von Rosen , and influenced Asoka Handagama | [
"Ingmar Bergman"
] | {
"entities": [
"Q7546",
"Q15695053",
"Q33999",
"Q4975453",
"Q438786",
"Q2866745",
"Q4938547",
"Q3723687"
],
"relations": [
"P106",
"P26",
"P737"
],
"adjacency": [
[
0,
0,
2
],
[
5,
2,
0
],
[
0,
1,
6
],
[
0,
1,
3
],
[
0,
1,
7
],
[
0,
1,
1
],
[
0,
1,
4
]
],
"entity_labels": [
"Ingmar Bergman",
"Gun Bergman",
"actor",
"Ingrid von Rosen",
"Käbi Laretei",
"Asoka Handagama",
"Ellen Bergman",
"Else Fisher"
],
"relation_labels": [
"occupation",
"spouse",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q2866745 wdt:P737 ?x0 .
?x0 wdt:P26 wd:Q4938547 .
?x0 wdt:P26 wd:Q4975453 .
?x0 wdt:P26 wd:Q3723687 .
?x0 wdt:P26 wd:Q15695053 .
?x0 wdt:P26 wd:Q438786 .
FILTER ( ?x0 != wd:Q4938547 ) .
FILTER ( ?x0 != wd:Q4975453 ) .
FILTER ( ?x0 != wd:Q3723687 ) .
FILTER ( ?x0 != wd:Q15695053 ) .
FILTER ( ?x0 != wd:Q438786 )
} |
mcwq-136274 | What actor married Tokyo Institute of Technology 's Japanese employee | [
"Miyuki Hatoyama"
] | {
"entities": [
"Q1078529",
"Q33999",
"Q587326",
"Q17",
"Q131077"
],
"relations": [
"P27",
"P106",
"P26",
"P108"
],
"adjacency": [
[
0,
1,
1
],
[
0,
2,
4
],
[
4,
3,
2
],
[
4,
0,
3
]
],
"entity_labels": [
"Miyuki Hatoyama",
"actor",
"Tokyo Institute of Technology",
"Japan",
"Yukio Hatoyama"
],
"relation_labels": [
"country of citizenship",
"occupation",
"spouse",
"employer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P26 ?x1 .
?x1 wdt:P108 wd:Q587326 .
?x1 wdt:P27 wd:Q17 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-136275 | What actor married Gun Bergman , Käbi Laretei , Ellen Bergman , and Else Fisher | [
"Ingmar Bergman"
] | {
"entities": [
"Q7546",
"Q15695053",
"Q33999",
"Q438786",
"Q4938547",
"Q3723687"
],
"relations": [
"P106",
"P26"
],
"adjacency": [
[
0,
0,
2
],
[
0,
1,
3
],
[
0,
1,
1
],
[
0,
1,
5
],
[
0,
1,
4
]
],
"entity_labels": [
"Ingmar Bergman",
"Gun Bergman",
"actor",
"Käbi Laretei",
"Ellen Bergman",
"Else Fisher"
],
"relation_labels": [
"occupation",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P26 wd:Q438786 .
?x0 wdt:P26 wd:Q15695053 .
?x0 wdt:P26 wd:Q3723687 .
?x0 wdt:P26 wd:Q4938547 .
FILTER ( ?x0 != wd:Q438786 ) .
FILTER ( ?x0 != wd:Q15695053 ) .
FILTER ( ?x0 != wd:Q3723687 ) .
FILTER ( ?x0 != wd:Q4938547 )
} |
mcwq-136277 | What actor married Barbara Trentham , Alyce Cleese , and Connie Booth | [
"John Cleese"
] | {
"entities": [
"Q255335",
"Q25014",
"Q33999",
"Q4738632",
"Q2884038"
],
"relations": [
"P106",
"P26"
],
"adjacency": [
[
1,
0,
2
],
[
1,
1,
3
],
[
1,
1,
0
],
[
1,
1,
4
]
],
"entity_labels": [
"Connie Booth",
"John Cleese",
"actor",
"Alyce Cleese",
"Barbara Trentham"
],
"relation_labels": [
"occupation",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P26 wd:Q4738632 .
?x0 wdt:P26 wd:Q255335 .
?x0 wdt:P26 wd:Q2884038 .
FILTER ( ?x0 != wd:Q4738632 ) .
FILTER ( ?x0 != wd:Q255335 ) .
FILTER ( ?x0 != wd:Q2884038 )
} |
mcwq-136278 | What actor married Ava Gardner , Carolyn Hockett , Marge Lane , Carolyn Mitchell , Elaine Devry , and B. J. Baker | [
"Mickey Rooney"
] | {
"entities": [
"Q164487",
"Q75624402",
"Q4834024",
"Q104081",
"Q33999",
"Q5353196",
"Q4251150",
"Q75624403"
],
"relations": [
"P106",
"P26"
],
"adjacency": [
[
3,
0,
4
],
[
3,
1,
0
],
[
3,
1,
2
],
[
3,
1,
6
],
[
3,
1,
7
],
[
3,
1,
5
],
[
3,
1,
1
]
],
"entity_labels": [
"Ava Gardner",
"Marge Lane",
"B. J. Baker",
"Mickey Rooney",
"actor",
"Elaine Devry",
"Carolyn Mitchell",
"Carolyn Hockett"
],
"relation_labels": [
"occupation",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P26 wd:Q164487 .
?x0 wdt:P26 wd:Q4834024 .
?x0 wdt:P26 wd:Q4251150 .
?x0 wdt:P26 wd:Q75624403 .
?x0 wdt:P26 wd:Q5353196 .
?x0 wdt:P26 wd:Q75624402 .
FILTER ( ?x0 != wd:Q164487 ) .
FILTER ( ?x0 != wd:Q4834024 ) .
FILTER ( ?x0 != wd:Q4251150 ) .
FILTER ( ?x0 != wd:Q75624403 ) .
FILTER ( ?x0 != wd:Q5353196 ) .
FILTER ( ?x0 != wd:Q75624402 )
} |
mcwq-136279 | What actor married Erich Maria Remarque , Burgess Meredith , and Charlie Chaplin and married a male writer of The Property Man and The Great Dictator | [
"Paulette Goddard"
] | {
"entities": [
"Q343633",
"Q2446950",
"Q95050",
"Q33999",
"Q47293",
"Q109116",
"Q882",
"Q6581097"
],
"relations": [
"P106",
"P26",
"P58",
"P21"
],
"adjacency": [
[
2,
0,
3
],
[
2,
1,
6
],
[
2,
1,
6
],
[
2,
1,
0
],
[
2,
1,
4
],
[
1,
2,
6
],
[
5,
2,
6
],
[
6,
3,
7
]
],
"entity_labels": [
"Burgess Meredith",
"The Property Man",
"Paulette Goddard",
"actor",
"Erich Maria Remarque",
"The Great Dictator",
"Charlie Chaplin",
"male"
],
"relation_labels": [
"occupation",
"spouse",
"screenwriter",
"sex or gender"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P26 ?x1 .
?x0 wdt:P26 wd:Q882 .
?x0 wdt:P26 wd:Q343633 .
?x0 wdt:P26 wd:Q47293 .
wd:Q2446950 wdt:P58 ?x1 .
wd:Q109116 wdt:P58 ?x1 .
?x1 wdt:P21 wd:Q6581097 .
FILTER ( ?x0 != ?x1 ) .
FILTER ( ?x0 != wd:Q882 ) .
FILTER ( ?x0 != wd:Q343633 ) .
FILTER ( ?x0 != wd:Q47293 )
} |
mcwq-136280 | What actor married When the Clouds Roll By 's writer , producer , and star and married Clark Gable and Douglas Fairbanks | [
"Sylvia Ashley"
] | {
"entities": [
"Q71243",
"Q33999",
"Q7660883",
"Q5534710",
"Q104127"
],
"relations": [
"P272",
"P58",
"P106",
"P26",
"P161"
],
"adjacency": [
[
2,
2,
1
],
[
2,
3,
4
],
[
2,
3,
0
],
[
2,
3,
4
],
[
3,
4,
4
],
[
3,
0,
4
],
[
3,
1,
4
]
],
"entity_labels": [
"Clark Gable",
"actor",
"Sylvia Ashley",
"When the Clouds Roll By",
"Douglas Fairbanks"
],
"relation_labels": [
"production company",
"screenwriter",
"occupation",
"spouse",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P26 ?x1 .
?x0 wdt:P26 wd:Q71243 .
?x0 wdt:P26 wd:Q104127 .
wd:Q5534710 wdt:P161 ?x1 .
wd:Q5534710 wdt:P272 ?x1 .
wd:Q5534710 wdt:P58 ?x1 .
FILTER ( ?x0 != ?x1 ) .
FILTER ( ?x0 != wd:Q71243 ) .
FILTER ( ?x0 != wd:Q104127 )
} |
mcwq-136281 | What actor married Gala Dalí , was influenced by The Three-Cornered Hat 's costume designer , and was influenced by Pablo Picasso | [
"Salvador Dalí"
] | {
"entities": [
"Q33999",
"Q1193029",
"Q5593",
"Q5577",
"Q464056"
],
"relations": [
"P106",
"P26",
"P737",
"P2515"
],
"adjacency": [
[
3,
0,
0
],
[
3,
2,
2
],
[
3,
2,
2
],
[
3,
1,
4
],
[
1,
3,
2
]
],
"entity_labels": [
"actor",
"The Three-Cornered Hat",
"Pablo Picasso",
"Salvador Dalí",
"Gala Dalí"
],
"relation_labels": [
"occupation",
"spouse",
"influenced by",
"costume designer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P737 ?x1 .
?x0 wdt:P737 wd:Q5593 .
?x0 wdt:P26 wd:Q464056 .
wd:Q1193029 wdt:P2515 ?x1 .
FILTER ( ?x0 != wd:Q464056 )
} |
mcwq-136282 | What actor married Knowing 's star and was influenced by Timbaland , Britney Spears , OneRepublic , and Elvis Presley | [
"Miley Cyrus"
] | {
"entities": [
"Q179257",
"Q11975",
"Q33999",
"Q4235",
"Q303",
"Q32045",
"Q244296",
"Q1438730"
],
"relations": [
"P106",
"P26",
"P737",
"P161"
],
"adjacency": [
[
3,
0,
2
],
[
3,
2,
4
],
[
3,
2,
7
],
[
3,
2,
0
],
[
3,
2,
1
],
[
3,
1,
5
],
[
6,
3,
5
]
],
"entity_labels": [
"Timbaland",
"Britney Spears",
"actor",
"Miley Cyrus",
"Elvis Presley",
"Liam Hemsworth",
"Knowing",
"OneRepublic"
],
"relation_labels": [
"occupation",
"spouse",
"influenced by",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P737 wd:Q303 .
?x0 wdt:P737 wd:Q1438730 .
?x0 wdt:P737 wd:Q179257 .
?x0 wdt:P737 wd:Q11975 .
?x0 wdt:P26 ?x1 .
wd:Q244296 wdt:P161 ?x1 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-136284 | What actor married Brad Pitt and Justin Theroux | [
"Jennifer Aniston"
] | {
"entities": [
"Q32522",
"Q33999",
"Q316596",
"Q35332"
],
"relations": [
"P106",
"P26"
],
"adjacency": [
[
0,
0,
1
],
[
0,
1,
3
],
[
0,
1,
2
]
],
"entity_labels": [
"Jennifer Aniston",
"actor",
"Justin Theroux",
"Brad Pitt"
],
"relation_labels": [
"occupation",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P26 wd:Q35332 .
?x0 wdt:P26 wd:Q316596 .
FILTER ( ?x0 != wd:Q35332 ) .
FILTER ( ?x0 != wd:Q316596 )
} |
mcwq-136286 | What actor married Marianne Wiggins and Elizabeth West and was influenced by Floriano Calvino 's Italian sibling | [
"Salman Rushdie"
] | {
"entities": [
"Q154756",
"Q44306",
"Q33999",
"Q38",
"Q17141899",
"Q6762285",
"Q76317251"
],
"relations": [
"P27",
"P106",
"P3373",
"P26",
"P737"
],
"adjacency": [
[
1,
1,
2
],
[
1,
4,
0
],
[
1,
3,
5
],
[
1,
3,
6
],
[
0,
0,
3
],
[
0,
2,
4
]
],
"entity_labels": [
"Italo Calvino",
"Salman Rushdie",
"actor",
"Italy",
"Floriano Calvino",
"Marianne Wiggins",
"Elizabeth West"
],
"relation_labels": [
"country of citizenship",
"occupation",
"sibling",
"spouse",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P737 ?x1 .
?x0 wdt:P26 wd:Q6762285 .
?x0 wdt:P26 wd:Q76317251 .
?x1 wdt:P27 wd:Q38 .
?x1 wdt:P3373 wd:Q17141899 .
FILTER ( ?x0 != wd:Q6762285 ) .
FILTER ( ?x0 != wd:Q76317251 ) .
FILTER ( ?x1 != wd:Q17141899 )
} |
mcwq-136288 | What actor married Boris Barnet and married a film editor | [
"Yelena Alexandrovna Kuzmina"
] | {
"entities": [
"Q33999",
"Q7042855",
"Q1039405",
"Q203519",
"Q461726"
],
"relations": [
"P106",
"P26"
],
"adjacency": [
[
2,
0,
0
],
[
2,
1,
4
],
[
2,
1,
3
],
[
4,
0,
1
]
],
"entity_labels": [
"actor",
"film editor",
"Yelena Alexandrovna Kuzmina",
"Boris Barnet",
"Mikhail Romm"
],
"relation_labels": [
"occupation",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P26 ?x1 .
?x0 wdt:P26 wd:Q203519 .
?x1 wdt:P106 wd:Q7042855 .
FILTER ( ?x0 != ?x1 ) .
FILTER ( ?x0 != wd:Q203519 )
} |
mcwq-136290 | What actor married Meglos 's star , was influenced by Douglas Adams and Niko Tinbergen , and married Lalla Ward | [
"Richard Dawkins"
] | {
"entities": [
"Q439404",
"Q153890",
"Q5556840",
"Q33999",
"Q42",
"Q44461"
],
"relations": [
"P106",
"P26",
"P737",
"P161"
],
"adjacency": [
[
5,
0,
3
],
[
5,
2,
4
],
[
5,
2,
1
],
[
5,
1,
0
],
[
5,
1,
0
],
[
2,
3,
0
]
],
"entity_labels": [
"Lalla Ward",
"Niko Tinbergen",
"Meglos",
"actor",
"Douglas Adams",
"Richard Dawkins"
],
"relation_labels": [
"occupation",
"spouse",
"influenced by",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P737 wd:Q42 .
?x0 wdt:P737 wd:Q153890 .
?x0 wdt:P26 ?x1 .
?x0 wdt:P26 wd:Q439404 .
wd:Q5556840 wdt:P161 ?x1 .
FILTER ( ?x0 != ?x1 ) .
FILTER ( ?x0 != wd:Q439404 )
} |
mcwq-136291 | What actor married Snatch 's writer , star , and director and was influenced by Mae West and David Bowie | [
"Madonna"
] | {
"entities": [
"Q192990",
"Q335160",
"Q202878",
"Q1744",
"Q5383",
"Q33999"
],
"relations": [
"P57",
"P58",
"P106",
"P26",
"P737",
"P161"
],
"adjacency": [
[
3,
2,
5
],
[
3,
4,
4
],
[
3,
4,
2
],
[
3,
3,
0
],
[
1,
5,
0
],
[
1,
0,
0
],
[
1,
1,
0
]
],
"entity_labels": [
"Guy Ritchie",
"Snatch",
"Mae West",
"Madonna",
"David Bowie",
"actor"
],
"relation_labels": [
"director",
"screenwriter",
"occupation",
"spouse",
"influenced by",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P737 wd:Q5383 .
?x0 wdt:P737 wd:Q202878 .
?x0 wdt:P26 ?x1 .
wd:Q335160 wdt:P161 ?x1 .
wd:Q335160 wdt:P57 ?x1 .
wd:Q335160 wdt:P58 ?x1 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-136295 | What actor married a film producer and influenced A Very Gaga Thanksgiving 's director and executive producer | [
"Madonna"
] | {
"entities": [
"Q192990",
"Q1744",
"Q3282637",
"Q33999",
"Q19848",
"Q862515"
],
"relations": [
"P57",
"P1431",
"P106",
"P26",
"P737"
],
"adjacency": [
[
1,
2,
3
],
[
4,
4,
1
],
[
1,
3,
0
],
[
5,
0,
4
],
[
5,
1,
4
],
[
0,
2,
2
]
],
"entity_labels": [
"Guy Ritchie",
"Madonna",
"film producer",
"actor",
"Lady Gaga",
"A Very Gaga Thanksgiving"
],
"relation_labels": [
"director",
"executive producer",
"occupation",
"spouse",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x1 wdt:P737 ?x0 .
?x0 wdt:P26 ?x2 .
wd:Q862515 wdt:P57 ?x1 .
wd:Q862515 wdt:P1431 ?x1 .
?x2 wdt:P106 wd:Q3282637 .
FILTER ( ?x0 != ?x2 )
} |
mcwq-136296 | What actor married a film producer and was influenced by Jack Paar , Jonathan Winters , and Stanley Kubrick | [
"Robin Williams"
] | {
"entities": [
"Q1587581",
"Q3282637",
"Q33999",
"Q83338",
"Q2001",
"Q1902714",
"Q4538"
],
"relations": [
"P106",
"P26",
"P737"
],
"adjacency": [
[
3,
0,
2
],
[
3,
2,
4
],
[
3,
2,
0
],
[
3,
2,
6
],
[
3,
1,
5
],
[
5,
0,
1
]
],
"entity_labels": [
"Jack Paar",
"film producer",
"actor",
"Robin Williams",
"Stanley Kubrick",
"Marsha Garces",
"Jonathan Winters"
],
"relation_labels": [
"occupation",
"spouse",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P737 wd:Q2001 .
?x0 wdt:P737 wd:Q1587581 .
?x0 wdt:P737 wd:Q4538 .
?x0 wdt:P26 ?x1 .
?x1 wdt:P106 wd:Q3282637 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-136297 | What actor married a film 's producer and influenced Coyote Peterson | [
"Steve Irwin"
] | {
"entities": [
"Q30070493",
"Q33999",
"Q1140738",
"Q2368306",
"Q11424",
"Q126513"
],
"relations": [
"P272",
"P31",
"P106",
"P26",
"P737"
],
"adjacency": [
[
5,
2,
1
],
[
0,
4,
5
],
[
5,
3,
3
],
[
2,
0,
3
],
[
2,
1,
4
]
],
"entity_labels": [
"Coyote Peterson",
"actor",
"The Crocodile Hunter: Collision Course",
"Terri Irwin",
"film",
"Steve Irwin"
],
"relation_labels": [
"production company",
"instance of",
"occupation",
"spouse",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q30070493 wdt:P737 ?x0 .
?x0 wdt:P26 ?x1 .
?x2 wdt:P272 ?x1 .
?x2 wdt:P31 wd:Q11424 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-136298 | What actor married a sibling of Lynda Lopez | [
"Cris Judd",
"Ojani Noa",
"Marc Anthony"
] | {
"entities": [
"Q925586",
"Q40715",
"Q33999",
"Q744785"
],
"relations": [
"P106",
"P26",
"P3373"
],
"adjacency": [
[
3,
0,
2
],
[
3,
1,
1
],
[
1,
2,
0
]
],
"entity_labels": [
"Lynda Lopez",
"Jennifer Lopez",
"actor",
"Cris Judd"
],
"relation_labels": [
"occupation",
"spouse",
"sibling"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P26 ?x1 .
?x1 wdt:P3373 wd:Q925586 .
FILTER ( ?x0 != ?x1 ) .
FILTER ( ?x1 != wd:Q925586 )
} |
mcwq-136299 | What actor married a spouse of André Previn and married Nancy Sinatra , Mia Farrow , and Ava Gardner | [
"Frank Sinatra"
] | {
"entities": [
"Q164487",
"Q40912",
"Q202725",
"Q33999",
"Q155712",
"Q55517707"
],
"relations": [
"P106",
"P26"
],
"adjacency": [
[
1,
0,
3
],
[
1,
1,
2
],
[
1,
1,
5
],
[
1,
1,
0
],
[
1,
1,
2
],
[
2,
1,
4
]
],
"entity_labels": [
"Ava Gardner",
"Frank Sinatra",
"Mia Farrow",
"actor",
"André Previn",
"Nancy Barbato"
],
"relation_labels": [
"occupation",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P26 ?x1 .
?x0 wdt:P26 wd:Q55517707 .
?x0 wdt:P26 wd:Q164487 .
?x0 wdt:P26 wd:Q202725 .
?x1 wdt:P26 wd:Q155712 .
FILTER ( ?x0 != ?x1 ) .
FILTER ( ?x0 != wd:Q55517707 ) .
FILTER ( ?x0 != wd:Q164487 ) .
FILTER ( ?x0 != wd:Q202725 ) .
FILTER ( ?x1 != wd:Q155712 )
} |
mcwq-136300 | What actor married a star of Vampire Circus , was influenced by Douglas Adams , and was influenced by a company 's employee | [
"Richard Dawkins"
] | {
"entities": [
"Q439404",
"Q44461",
"Q4830453",
"Q33999",
"Q42",
"Q3520623",
"Q111788"
],
"relations": [
"P31",
"P106",
"P26",
"P108",
"P737",
"P161"
],
"adjacency": [
[
1,
1,
3
],
[
1,
4,
4
],
[
1,
4,
4
],
[
1,
2,
0
],
[
4,
3,
5
],
[
6,
5,
0
],
[
5,
0,
2
]
],
"entity_labels": [
"Lalla Ward",
"Richard Dawkins",
"business",
"actor",
"Douglas Adams",
"The Digital Village",
"Vampire Circus"
],
"relation_labels": [
"instance of",
"occupation",
"spouse",
"employer",
"influenced by",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P737 ?x1 .
?x0 wdt:P737 wd:Q42 .
?x0 wdt:P26 ?x2 .
?x1 wdt:P108 ?x3 .
wd:Q111788 wdt:P161 ?x2 .
?x3 wdt:P31 wd:Q4830453 .
FILTER ( ?x0 != ?x2 )
} |
mcwq-136302 | What actor married a actor , married Liam Hemsworth , and was influenced by a person | [
"Miley Cyrus"
] | {
"entities": [
"Q11975",
"Q33999",
"Q5",
"Q4235",
"Q32045"
],
"relations": [
"P106",
"P26",
"P737",
"P31"
],
"adjacency": [
[
3,
0,
1
],
[
3,
2,
0
],
[
3,
1,
4
],
[
3,
1,
4
],
[
0,
3,
2
],
[
4,
0,
1
]
],
"entity_labels": [
"Britney Spears",
"actor",
"human",
"Miley Cyrus",
"Liam Hemsworth"
],
"relation_labels": [
"occupation",
"spouse",
"influenced by",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P737 ?x1 .
?x0 wdt:P26 ?x2 .
?x0 wdt:P26 wd:Q32045 .
?x1 wdt:P31 wd:Q5 .
?x2 wdt:P106 wd:Q33999 .
FILTER ( ?x0 != ?x2 ) .
FILTER ( ?x0 != wd:Q32045 )
} |
mcwq-136304 | What actor married and influenced Agnès Varda | [
"Jacques Demy"
] | {
"entities": [
"Q33999",
"Q229990",
"Q312258"
],
"relations": [
"P106",
"P26",
"P737"
],
"adjacency": [
[
2,
0,
0
],
[
1,
2,
2
],
[
2,
1,
1
]
],
"entity_labels": [
"actor",
"Agnès Varda",
"Jacques Demy"
],
"relation_labels": [
"occupation",
"spouse",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q229990 wdt:P737 ?x0 .
?x0 wdt:P26 wd:Q229990 .
FILTER ( ?x0 != wd:Q229990 )
} |
mcwq-136305 | What actor married and influenced The Truth About Charlie 's star | [
"Jacques Demy"
] | {
"entities": [
"Q33999",
"Q229990",
"Q570780",
"Q312258"
],
"relations": [
"P106",
"P26",
"P737",
"P161"
],
"adjacency": [
[
3,
0,
0
],
[
1,
2,
3
],
[
3,
1,
1
],
[
2,
3,
1
]
],
"entity_labels": [
"actor",
"Agnès Varda",
"The Truth About Charlie",
"Jacques Demy"
],
"relation_labels": [
"occupation",
"spouse",
"influenced by",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x1 wdt:P737 ?x0 .
?x0 wdt:P26 ?x1 .
wd:Q570780 wdt:P161 ?x1 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-136310 | What actor married , influenced , and was influenced by Vagabond 's writer and editor | [
"Jacques Demy"
] | {
"entities": [
"Q33999",
"Q229990",
"Q2298257",
"Q312258"
],
"relations": [
"P58",
"P1040",
"P106",
"P26",
"P737"
],
"adjacency": [
[
3,
2,
0
],
[
1,
4,
3
],
[
3,
4,
1
],
[
3,
3,
1
],
[
2,
1,
1
],
[
2,
0,
1
]
],
"entity_labels": [
"actor",
"Agnès Varda",
"Vagabond",
"Jacques Demy"
],
"relation_labels": [
"screenwriter",
"film editor",
"occupation",
"spouse",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x1 wdt:P737 ?x0 .
?x0 wdt:P737 ?x1 .
?x0 wdt:P26 ?x1 .
wd:Q2298257 wdt:P1040 ?x1 .
wd:Q2298257 wdt:P58 ?x1 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-136313 | What actor married , was influenced by , and influenced Jacques Demy 's spouse | [
"Jacques Demy"
] | {
"entities": [
"Q33999",
"Q229990",
"Q312258"
],
"relations": [
"P106",
"P26",
"P737"
],
"adjacency": [
[
2,
0,
0
],
[
1,
2,
2
],
[
2,
2,
1
],
[
2,
1,
1
],
[
1,
1,
2
]
],
"entity_labels": [
"actor",
"Agnès Varda",
"Jacques Demy"
],
"relation_labels": [
"occupation",
"spouse",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x1 wdt:P737 ?x0 .
?x0 wdt:P737 ?x1 .
?x0 wdt:P26 ?x1 .
?x1 wdt:P26 wd:Q312258 .
FILTER ( ?x0 != ?x1 ) .
FILTER ( ?x1 != wd:Q312258 )
} |
mcwq-136314 | What actor married , was influenced by , and influenced a director of Happiness | [
"Jacques Demy"
] | {
"entities": [
"Q1168501",
"Q229990",
"Q33999",
"Q312258"
],
"relations": [
"P106",
"P26",
"P737",
"P57"
],
"adjacency": [
[
3,
0,
2
],
[
1,
2,
3
],
[
3,
2,
1
],
[
3,
1,
1
],
[
0,
3,
1
]
],
"entity_labels": [
"Happiness",
"Agnès Varda",
"actor",
"Jacques Demy"
],
"relation_labels": [
"occupation",
"spouse",
"influenced by",
"director"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x1 wdt:P737 ?x0 .
?x0 wdt:P737 ?x1 .
?x0 wdt:P26 ?x1 .
wd:Q1168501 wdt:P57 ?x1 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-136550 | What actor that Lola was executive produced by and edited by was Whity 's editor | [
"Rainer Werner Fassbinder"
] | {
"entities": [
"Q327427",
"Q44426",
"Q33999",
"Q698237"
],
"relations": [
"P106",
"P1431",
"P1040"
],
"adjacency": [
[
1,
0,
2
],
[
0,
2,
1
],
[
3,
2,
1
],
[
3,
1,
1
]
],
"entity_labels": [
"Whity",
"Rainer Werner Fassbinder",
"actor",
"Lola"
],
"relation_labels": [
"occupation",
"executive producer",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q327427 wdt:P1040 ?x0 .
wd:Q698237 wdt:P1040 ?x0 .
wd:Q698237 wdt:P1431 ?x0
} |
mcwq-136552 | What actor that The Umbrellas of Cherbourg was directed by and was written by did Agnès Varda marry and influence | [
"Jacques Demy"
] | {
"entities": [
"Q163868",
"Q33999",
"Q312258",
"Q229990"
],
"relations": [
"P57",
"P58",
"P106",
"P26",
"P737"
],
"adjacency": [
[
2,
2,
1
],
[
0,
0,
2
],
[
0,
1,
2
],
[
2,
4,
3
],
[
2,
3,
3
]
],
"entity_labels": [
"The Umbrellas of Cherbourg",
"actor",
"Jacques Demy",
"Agnès Varda"
],
"relation_labels": [
"director",
"screenwriter",
"occupation",
"spouse",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q163868 wdt:P57 ?x0 .
wd:Q163868 wdt:P58 ?x0 .
?x0 wdt:P737 wd:Q229990 .
?x0 wdt:P26 wd:Q229990 .
FILTER ( ?x0 != wd:Q229990 )
} |
mcwq-136553 | What actor that The Sacrifice of Victor starred did Stevie Wonder and Little Richard influence and Mayte Garcia and Manuela Testolini marry | [
"Prince"
] | {
"entities": [
"Q82222",
"Q9299606",
"Q33999",
"Q17639953",
"Q714",
"Q22808247",
"Q7542"
],
"relations": [
"P106",
"P26",
"P737",
"P161"
],
"adjacency": [
[
6,
0,
2
],
[
3,
3,
6
],
[
6,
2,
4
],
[
6,
2,
0
],
[
6,
1,
1
],
[
6,
1,
5
]
],
"entity_labels": [
"Little Richard",
"Mayte Garcia",
"actor",
"The Sacrifice of Victor",
"Stevie Wonder",
"Manuela Testolini",
"Prince"
],
"relation_labels": [
"occupation",
"spouse",
"influenced by",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q17639953 wdt:P161 ?x0 .
?x0 wdt:P737 wd:Q714 .
?x0 wdt:P737 wd:Q82222 .
?x0 wdt:P26 wd:Q9299606 .
?x0 wdt:P26 wd:Q22808247 .
FILTER ( ?x0 != wd:Q9299606 ) .
FILTER ( ?x0 != wd:Q22808247 )
} |
mcwq-136555 | What actor that Leo was edited by was Hazelight Studios 's Swedish founder | [
"Josef Fares"
] | {
"entities": [
"Q1345960",
"Q60354586",
"Q33999",
"Q1818458",
"Q34"
],
"relations": [
"P112",
"P106",
"P27",
"P1040"
],
"adjacency": [
[
0,
1,
2
],
[
3,
3,
0
],
[
1,
0,
0
],
[
0,
2,
4
]
],
"entity_labels": [
"Josef Fares",
"Hazelight Studios",
"actor",
"Leo",
"Sweden"
],
"relation_labels": [
"founded by",
"occupation",
"country of citizenship",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q1818458 wdt:P1040 ?x0 .
wd:Q60354586 wdt:P112 ?x0 .
?x0 wdt:P27 wd:Q34
} |
mcwq-136556 | What actor that Guy Ritchie and Sean Penn married and Lady Gaga , Britney Spears , Jolin Tsai , and Miley Cyrus were influenced by executive produced Filth and Wisdom | [
"Madonna"
] | {
"entities": [
"Q192990",
"Q1744",
"Q11975",
"Q44221",
"Q33999",
"Q51101",
"Q946478",
"Q19848",
"Q4235"
],
"relations": [
"P106",
"P26",
"P737",
"P1431"
],
"adjacency": [
[
1,
0,
4
],
[
6,
3,
1
],
[
8,
2,
1
],
[
5,
2,
1
],
[
7,
2,
1
],
[
2,
2,
1
],
[
1,
1,
0
],
[
1,
1,
3
]
],
"entity_labels": [
"Guy Ritchie",
"Madonna",
"Britney Spears",
"Sean Penn",
"actor",
"Jolin Tsai",
"Filth and Wisdom",
"Lady Gaga",
"Miley Cyrus"
],
"relation_labels": [
"occupation",
"spouse",
"influenced by",
"executive producer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q946478 wdt:P1431 ?x0 .
wd:Q4235 wdt:P737 ?x0 .
wd:Q51101 wdt:P737 ?x0 .
wd:Q19848 wdt:P737 ?x0 .
wd:Q11975 wdt:P737 ?x0 .
?x0 wdt:P26 wd:Q192990 .
?x0 wdt:P26 wd:Q44221 .
FILTER ( ?x0 != wd:Q192990 ) .
FILTER ( ?x0 != wd:Q44221 )
} |
mcwq-136559 | What actor that Inland Empire was edited by and Twin Peaks 's sequel starred executive produced and wrote Twin Peaks: Fire Walk with Me | [
"David Lynch"
] | {
"entities": [
"Q1140578",
"Q862058",
"Q33999",
"Q2085",
"Q23971551",
"Q2071"
],
"relations": [
"P155",
"P58",
"P1431",
"P1040",
"P106",
"P161"
],
"adjacency": [
[
5,
4,
2
],
[
4,
5,
5
],
[
1,
3,
5
],
[
0,
2,
5
],
[
0,
1,
5
],
[
4,
0,
3
]
],
"entity_labels": [
"Twin Peaks: Fire Walk with Me",
"Inland Empire",
"actor",
"Twin Peaks",
"Twin Peaks",
"David Lynch"
],
"relation_labels": [
"follows",
"screenwriter",
"executive producer",
"film editor",
"occupation",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x1 wdt:P161 ?x0 .
wd:Q862058 wdt:P1040 ?x0 .
wd:Q1140578 wdt:P1431 ?x0 .
wd:Q1140578 wdt:P58 ?x0 .
?x1 wdt:P155 wd:Q2085
} |
mcwq-136560 | What actor that Beverly Rentz Bentley , Adele Morales , and Lady Jeanne Campbell married was influenced by Wilhelm Reich , John Dos Passos , and Leo Tolstoy and married Norris Church Mailer | [
"Norman Mailer"
] | {
"entities": [
"Q84412",
"Q6172037",
"Q33999",
"Q930069",
"Q312407",
"Q180962",
"Q4681893",
"Q76071814",
"Q7243"
],
"relations": [
"P106",
"P26",
"P737"
],
"adjacency": [
[
5,
0,
2
],
[
5,
2,
8
],
[
5,
2,
4
],
[
5,
2,
0
],
[
5,
1,
3
],
[
5,
1,
1
],
[
5,
1,
6
],
[
5,
1,
7
]
],
"entity_labels": [
"Wilhelm Reich",
"Lady Jeanne Campbell",
"actor",
"Norris Church Mailer",
"John Dos Passos",
"Norman Mailer",
"Adele Morales",
"Beverly Rentz Bentley",
"Leo Tolstoy"
],
"relation_labels": [
"occupation",
"spouse",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P737 wd:Q7243 .
?x0 wdt:P737 wd:Q312407 .
?x0 wdt:P737 wd:Q84412 .
?x0 wdt:P26 wd:Q930069 .
?x0 wdt:P26 wd:Q6172037 .
?x0 wdt:P26 wd:Q4681893 .
?x0 wdt:P26 wd:Q76071814 .
FILTER ( ?x0 != wd:Q930069 ) .
FILTER ( ?x0 != wd:Q6172037 ) .
FILTER ( ?x0 != wd:Q4681893 ) .
FILTER ( ?x0 != wd:Q76071814 )
} |
mcwq-136562 | What actor that Aran Cosentino was influenced by and Lars von Trier was influenced by was Ivan's Childhood 's star 's spouse | [
"Andrei Tarkovsky"
] | {
"entities": [
"Q133730",
"Q147878",
"Q33999",
"Q88965291",
"Q853",
"Q1981049"
],
"relations": [
"P106",
"P26",
"P737",
"P161"
],
"adjacency": [
[
4,
0,
2
],
[
0,
2,
4
],
[
3,
2,
4
],
[
4,
1,
5
],
[
1,
3,
5
]
],
"entity_labels": [
"Lars von Trier",
"Ivan's Childhood",
"actor",
"Aran Cosentino",
"Andrei Tarkovsky",
"Irma Raush"
],
"relation_labels": [
"occupation",
"spouse",
"influenced by",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q133730 wdt:P737 ?x0 .
wd:Q88965291 wdt:P737 ?x0 .
?x0 wdt:P26 ?x1 .
wd:Q147878 wdt:P161 ?x1 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-136565 | What actor that Epic Records employed was employed by Universal Music Group and employed by Shakira 's employer | [
"Shakira"
] | {
"entities": [
"Q34424",
"Q216364",
"Q33999",
"Q1194456",
"Q38903"
],
"relations": [
"P106",
"P108"
],
"adjacency": [
[
0,
0,
2
],
[
0,
1,
3
],
[
0,
1,
4
],
[
0,
1,
1
],
[
0,
1,
3
]
],
"entity_labels": [
"Shakira",
"Epic Records",
"actor",
"Roc Nation",
"Universal Music Group"
],
"relation_labels": [
"occupation",
"employer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P108 ?x1 .
?x0 wdt:P108 wd:Q38903 .
?x0 wdt:P108 wd:Q216364 .
wd:Q34424 wdt:P108 ?x1
} |
mcwq-136566 | What actor that Men in Black starred edited Amblin' | [
"Steven Spielberg"
] | {
"entities": [
"Q33999",
"Q51416",
"Q8877",
"Q457886"
],
"relations": [
"P106",
"P1040",
"P161"
],
"adjacency": [
[
2,
0,
0
],
[
1,
2,
2
],
[
3,
1,
2
]
],
"entity_labels": [
"actor",
"Men in Black",
"Steven Spielberg",
"Amblin'"
],
"relation_labels": [
"occupation",
"film editor",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q51416 wdt:P161 ?x0 .
wd:Q457886 wdt:P1040 ?x0
} |
mcwq-136567 | What actor that Alexandrinsky Theatre employed was employed by Maksim Gorky Samara Academic Drama Theatre | [
"Yuri Tolubeyev",
"Nikolai Simonov"
] | {
"entities": [
"Q1186567",
"Q4460028",
"Q153502",
"Q33999"
],
"relations": [
"P106",
"P108"
],
"adjacency": [
[
1,
0,
3
],
[
1,
1,
2
],
[
1,
1,
0
]
],
"entity_labels": [
"Alexandrinsky Theatre",
"Yuri Tolubeyev",
"Maksim Gorky Samara Academic Drama Theatre",
"actor"
],
"relation_labels": [
"occupation",
"employer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P108 wd:Q153502 .
?x0 wdt:P108 wd:Q1186567
} |
mcwq-136568 | What actor that Marianne Williamson and Maya Angelou influenced was Harpo Productions 's founder and employee | [
"Oprah Winfrey"
] | {
"entities": [
"Q3131983",
"Q19526",
"Q33999",
"Q2012913",
"Q55800"
],
"relations": [
"P108",
"P106",
"P737",
"P112"
],
"adjacency": [
[
4,
1,
2
],
[
4,
2,
1
],
[
4,
2,
0
],
[
3,
3,
4
],
[
4,
0,
3
]
],
"entity_labels": [
"Marianne Williamson",
"Maya Angelou",
"actor",
"Harpo Productions",
"Oprah Winfrey"
],
"relation_labels": [
"employer",
"occupation",
"influenced by",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P737 wd:Q19526 .
?x0 wdt:P737 wd:Q3131983 .
wd:Q2012913 wdt:P112 ?x0 .
?x0 wdt:P108 wd:Q2012913
} |
mcwq-136571 | What actor that Metropolis was edited by was No label defined 's writer 's spouse | [
"Fritz Lang"
] | {
"entities": [
"Q58866",
"Q151599",
"Q33999",
"Q73157223",
"Q19504"
],
"relations": [
"P106",
"P26",
"P58",
"P1040"
],
"adjacency": [
[
4,
0,
2
],
[
1,
3,
4
],
[
4,
1,
0
],
[
3,
2,
0
]
],
"entity_labels": [
"Thea von Harbou",
"Metropolis",
"actor",
null,
"Fritz Lang"
],
"relation_labels": [
"occupation",
"spouse",
"screenwriter",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q151599 wdt:P1040 ?x0 .
?x0 wdt:P26 ?x1 .
wd:Q73157223 wdt:P58 ?x1 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-136572 | What actor that Lola was directed , written , and executive produced by did Ingrid Caven and Juliane Lorenz marry | [
"Rainer Werner Fassbinder"
] | {
"entities": [
"Q98665",
"Q70294",
"Q33999",
"Q44426",
"Q698237"
],
"relations": [
"P57",
"P58",
"P1431",
"P106",
"P26"
],
"adjacency": [
[
3,
3,
2
],
[
4,
0,
3
],
[
4,
2,
3
],
[
4,
1,
3
],
[
3,
4,
1
],
[
3,
4,
0
]
],
"entity_labels": [
"Juliane Lorenz",
"Ingrid Caven",
"actor",
"Rainer Werner Fassbinder",
"Lola"
],
"relation_labels": [
"director",
"screenwriter",
"executive producer",
"occupation",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q698237 wdt:P57 ?x0 .
wd:Q698237 wdt:P1431 ?x0 .
wd:Q698237 wdt:P58 ?x0 .
?x0 wdt:P26 wd:Q70294 .
?x0 wdt:P26 wd:Q98665 .
FILTER ( ?x0 != wd:Q70294 ) .
FILTER ( ?x0 != wd:Q98665 )
} |
mcwq-136573 | What actor that Abraham's Valley and No, or the Vain Glory of Command were directed by , written by , and edited by edited Aniki-Bóbó | [
"Manoel de Oliveira"
] | {
"entities": [
"Q123259",
"Q33999",
"Q43264",
"Q546788",
"Q1032727"
],
"relations": [
"P106",
"P57",
"P58",
"P1040"
],
"adjacency": [
[
2,
0,
1
],
[
0,
1,
2
],
[
4,
1,
2
],
[
0,
3,
2
],
[
3,
3,
2
],
[
4,
3,
2
],
[
0,
2,
2
],
[
4,
2,
2
]
],
"entity_labels": [
"Abraham's Valley",
"actor",
"Manoel de Oliveira",
"Aniki-Bóbó",
"No, or the Vain Glory of Command"
],
"relation_labels": [
"occupation",
"director",
"screenwriter",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q123259 wdt:P57 ?x0 .
wd:Q1032727 wdt:P57 ?x0 .
wd:Q123259 wdt:P1040 ?x0 .
wd:Q546788 wdt:P1040 ?x0 .
wd:Q1032727 wdt:P1040 ?x0 .
wd:Q123259 wdt:P58 ?x0 .
wd:Q1032727 wdt:P58 ?x0
} |
mcwq-136574 | What actor that Howard Hawks influenced was Four Rooms 's writer , star , and executive producer | [
"Quentin Tarantino"
] | {
"entities": [
"Q51581",
"Q3772",
"Q1137372",
"Q33999"
],
"relations": [
"P58",
"P1431",
"P106",
"P737",
"P161"
],
"adjacency": [
[
1,
2,
3
],
[
2,
4,
1
],
[
2,
1,
1
],
[
2,
0,
1
],
[
1,
3,
0
]
],
"entity_labels": [
"Howard Hawks",
"Quentin Tarantino",
"Four Rooms",
"actor"
],
"relation_labels": [
"screenwriter",
"executive producer",
"occupation",
"influenced by",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q1137372 wdt:P161 ?x0 .
wd:Q1137372 wdt:P1431 ?x0 .
wd:Q1137372 wdt:P58 ?x0 .
?x0 wdt:P737 wd:Q51581
} |
mcwq-136575 | What actor that Debbie Rowe and Lisa Marie Presley married was influenced by Shanghaied 's director and influenced by Sly Stone | [
"Michael Jackson"
] | {
"entities": [
"Q921678",
"Q33999",
"Q2831",
"Q3078773",
"Q882",
"Q237324",
"Q713829"
],
"relations": [
"P106",
"P26",
"P737",
"P57"
],
"adjacency": [
[
2,
0,
1
],
[
2,
2,
4
],
[
2,
2,
6
],
[
2,
1,
3
],
[
2,
1,
5
],
[
0,
3,
4
]
],
"entity_labels": [
"Shanghaied",
"actor",
"Michael Jackson",
"Debbie Rowe",
"Charlie Chaplin",
"Lisa Marie Presley",
"Sly Stone"
],
"relation_labels": [
"occupation",
"spouse",
"influenced by",
"director"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P737 ?x1 .
?x0 wdt:P737 wd:Q713829 .
?x0 wdt:P26 wd:Q3078773 .
?x0 wdt:P26 wd:Q237324 .
wd:Q921678 wdt:P57 ?x1 .
FILTER ( ?x0 != wd:Q3078773 ) .
FILTER ( ?x0 != wd:Q237324 )
} |
mcwq-136576 | What actor that Mildred Harris , Paulette Goddard , and Lita Grey married was Shanghaied 's writer | [
"Charlie Chaplin"
] | {
"entities": [
"Q921678",
"Q882",
"Q33999",
"Q95050",
"Q241019",
"Q32337"
],
"relations": [
"P106",
"P26",
"P58"
],
"adjacency": [
[
1,
0,
2
],
[
0,
2,
1
],
[
1,
1,
5
],
[
1,
1,
3
],
[
1,
1,
4
]
],
"entity_labels": [
"Shanghaied",
"Charlie Chaplin",
"actor",
"Paulette Goddard",
"Mildred Harris",
"Lita Grey"
],
"relation_labels": [
"occupation",
"spouse",
"screenwriter"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q921678 wdt:P58 ?x0 .
?x0 wdt:P26 wd:Q32337 .
?x0 wdt:P26 wd:Q95050 .
?x0 wdt:P26 wd:Q241019 .
FILTER ( ?x0 != wd:Q32337 ) .
FILTER ( ?x0 != wd:Q95050 ) .
FILTER ( ?x0 != wd:Q241019 )
} |
mcwq-136577 | What actor that Christian Dior employed married Ashton Kutcher | [
"Mila Kunis"
] | {
"entities": [
"Q542767",
"Q33999",
"Q164782",
"Q37628"
],
"relations": [
"P106",
"P26",
"P108"
],
"adjacency": [
[
3,
0,
1
],
[
3,
2,
0
],
[
3,
1,
2
]
],
"entity_labels": [
"Christian Dior",
"actor",
"Ashton Kutcher",
"Mila Kunis"
],
"relation_labels": [
"occupation",
"spouse",
"employer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P108 wd:Q542767 .
?x0 wdt:P26 wd:Q164782 .
FILTER ( ?x0 != wd:Q164782 )
} |
mcwq-136578 | What actor that Ingrid von Rosen , Käbi Laretei , Gun Bergman , Ellen Bergman , and Else Fisher married was The Touch 's writer | [
"Ingmar Bergman"
] | {
"entities": [
"Q7546",
"Q974427",
"Q15695053",
"Q33999",
"Q4975453",
"Q438786",
"Q4938547",
"Q3723687"
],
"relations": [
"P106",
"P26",
"P58"
],
"adjacency": [
[
0,
0,
3
],
[
1,
2,
0
],
[
0,
1,
2
],
[
0,
1,
5
],
[
0,
1,
4
],
[
0,
1,
7
],
[
0,
1,
6
]
],
"entity_labels": [
"Ingmar Bergman",
"The Touch",
"Gun Bergman",
"actor",
"Ingrid von Rosen",
"Käbi Laretei",
"Ellen Bergman",
"Else Fisher"
],
"relation_labels": [
"occupation",
"spouse",
"screenwriter"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q974427 wdt:P58 ?x0 .
?x0 wdt:P26 wd:Q15695053 .
?x0 wdt:P26 wd:Q438786 .
?x0 wdt:P26 wd:Q4975453 .
?x0 wdt:P26 wd:Q3723687 .
?x0 wdt:P26 wd:Q4938547 .
FILTER ( ?x0 != wd:Q15695053 ) .
FILTER ( ?x0 != wd:Q438786 ) .
FILTER ( ?x0 != wd:Q4975453 ) .
FILTER ( ?x0 != wd:Q3723687 ) .
FILTER ( ?x0 != wd:Q4938547 )
} |
mcwq-136580 | What actor that The Women and A Free Soul starred did a film editor marry | [
"Norma Shearer"
] | {
"entities": [
"Q860764",
"Q33999",
"Q7042855",
"Q438472",
"Q348678",
"Q95019"
],
"relations": [
"P106",
"P26",
"P161"
],
"adjacency": [
[
5,
0,
1
],
[
4,
2,
5
],
[
0,
2,
5
],
[
5,
1,
3
],
[
3,
0,
2
]
],
"entity_labels": [
"A Free Soul",
"actor",
"film editor",
"Irving Thalberg",
"The Women",
"Norma Shearer"
],
"relation_labels": [
"occupation",
"spouse",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q348678 wdt:P161 ?x0 .
wd:Q860764 wdt:P161 ?x0 .
?x0 wdt:P26 ?x1 .
?x1 wdt:P106 wd:Q7042855 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-136582 | What actor that The Magnificent Ambersons , The Other Side of the Wind , and The Trial were directed by and Citizen Kane trailer and Touch of Evil were directed by did Citizen Kane star | [
"Orson Welles"
] | {
"entities": [
"Q24815",
"Q778161",
"Q24829",
"Q1458177",
"Q33999",
"Q628664",
"Q822426",
"Q16385294"
],
"relations": [
"P106",
"P57",
"P161"
],
"adjacency": [
[
2,
0,
4
],
[
0,
2,
2
],
[
7,
1,
2
],
[
1,
1,
2
],
[
6,
1,
2
],
[
3,
1,
2
],
[
5,
1,
2
]
],
"entity_labels": [
"Citizen Kane",
"Touch of Evil",
"Orson Welles",
"The Other Side of the Wind",
"actor",
"The Magnificent Ambersons",
"The Trial",
"Citizen Kane trailer"
],
"relation_labels": [
"occupation",
"director",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q24815 wdt:P161 ?x0 .
wd:Q16385294 wdt:P57 ?x0 .
wd:Q778161 wdt:P57 ?x0 .
wd:Q822426 wdt:P57 ?x0 .
wd:Q1458177 wdt:P57 ?x0 .
wd:Q628664 wdt:P57 ?x0
} |
mcwq-136585 | What actor that Mervyn LeRoy married was Broadway After Dark 's costume designer 's spouse | [
"Edna Murphy"
] | {
"entities": [
"Q103788",
"Q33999",
"Q2313774",
"Q5340082"
],
"relations": [
"P106",
"P26",
"P2515"
],
"adjacency": [
[
3,
0,
1
],
[
3,
1,
0
],
[
3,
1,
0
],
[
2,
2,
0
]
],
"entity_labels": [
"Mervyn LeRoy",
"actor",
"Broadway After Dark",
"Edna Murphy"
],
"relation_labels": [
"occupation",
"spouse",
"costume designer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P26 ?x1 .
?x0 wdt:P26 wd:Q103788 .
wd:Q2313774 wdt:P2515 ?x1 .
FILTER ( ?x0 != ?x1 ) .
FILTER ( ?x0 != wd:Q103788 )
} |
mcwq-136587 | What actor that Burton Hatlen , John D. MacDonald , Richard Matheson , and Don Robertson influenced and Ezequiel Calderón and Mado Martinez were influenced by was Under the Dome 's executive producer | [
"Stephen King"
] | {
"entities": [
"Q2947967",
"Q56759969",
"Q5000863",
"Q5293417",
"Q33999",
"Q558425",
"Q325130",
"Q39829",
"Q59615360"
],
"relations": [
"P106",
"P737",
"P1431"
],
"adjacency": [
[
7,
0,
4
],
[
0,
2,
7
],
[
1,
1,
7
],
[
8,
1,
7
],
[
7,
1,
3
],
[
7,
1,
2
],
[
7,
1,
6
],
[
7,
1,
5
]
],
"entity_labels": [
"Under the Dome",
"Mado Martinez",
"Burton Hatlen",
"Don Robertson",
"actor",
"John D. MacDonald",
"Richard Matheson",
"Stephen King",
"Ezequiel Calderón"
],
"relation_labels": [
"occupation",
"influenced by",
"executive producer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q2947967 wdt:P1431 ?x0 .
wd:Q56759969 wdt:P737 ?x0 .
wd:Q59615360 wdt:P737 ?x0 .
?x0 wdt:P737 wd:Q5293417 .
?x0 wdt:P737 wd:Q5000863 .
?x0 wdt:P737 wd:Q325130 .
?x0 wdt:P737 wd:Q558425
} |
mcwq-136588 | What actor that Woody Guthrie influenced influenced Hasse Poulsen | [
"Bob Dylan"
] | {
"entities": [
"Q1326002",
"Q4061",
"Q392",
"Q33999"
],
"relations": [
"P106",
"P737"
],
"adjacency": [
[
2,
0,
3
],
[
0,
1,
2
],
[
2,
1,
1
]
],
"entity_labels": [
"Hasse Poulsen",
"Woody Guthrie",
"Bob Dylan",
"actor"
],
"relation_labels": [
"occupation",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q1326002 wdt:P737 ?x0 .
?x0 wdt:P737 wd:Q4061
} |
mcwq-136589 | What actor that Roc Nation employed was influenced by a actor and influenced by John Lennon | [
"Shakira"
] | {
"entities": [
"Q33999",
"Q1203",
"Q34424",
"Q1194456"
],
"relations": [
"P108",
"P106",
"P737"
],
"adjacency": [
[
2,
1,
0
],
[
2,
2,
1
],
[
2,
2,
1
],
[
2,
0,
3
],
[
1,
1,
0
]
],
"entity_labels": [
"actor",
"John Lennon",
"Shakira",
"Roc Nation"
],
"relation_labels": [
"employer",
"occupation",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P737 ?x1 .
?x0 wdt:P737 wd:Q1203 .
?x0 wdt:P108 wd:Q1194456 .
?x1 wdt:P106 wd:Q33999 } |
mcwq-136592 | What actor that Laurence Anyways was edited and executive produced by was Mommy 's costume designer | [
"Xavier Dolan"
] | {
"entities": [
"Q16395232",
"Q33999",
"Q2615443",
"Q551861"
],
"relations": [
"P106",
"P2515",
"P1431",
"P1040"
],
"adjacency": [
[
3,
0,
1
],
[
2,
3,
3
],
[
0,
1,
3
],
[
2,
2,
3
]
],
"entity_labels": [
"Mommy",
"actor",
"Laurence Anyways",
"Xavier Dolan"
],
"relation_labels": [
"occupation",
"costume designer",
"executive producer",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q2615443 wdt:P1040 ?x0 .
wd:Q16395232 wdt:P2515 ?x0 .
wd:Q2615443 wdt:P1431 ?x0
} |
mcwq-136593 | What actor that Emma Heming Willis married was a German writer of Hudson Hawk | [
"Bruce Willis"
] | {
"entities": [
"Q2680",
"Q518127",
"Q33999",
"Q183",
"Q443073"
],
"relations": [
"P106",
"P27",
"P26",
"P58"
],
"adjacency": [
[
0,
0,
2
],
[
1,
3,
0
],
[
0,
1,
3
],
[
0,
2,
4
]
],
"entity_labels": [
"Bruce Willis",
"Hudson Hawk",
"actor",
"Germany",
"Emma Heming Willis"
],
"relation_labels": [
"occupation",
"country of citizenship",
"spouse",
"screenwriter"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q518127 wdt:P58 ?x0 .
?x0 wdt:P27 wd:Q183 .
?x0 wdt:P26 wd:Q443073 .
FILTER ( ?x0 != wd:Q443073 )
} |
mcwq-136594 | What actor that Murder Was the Case was written by and directed by was Apple Inc. 's employee | [
"Dr. Dre"
] | {
"entities": [
"Q33999",
"Q312",
"Q6078",
"Q3179389"
],
"relations": [
"P106",
"P57",
"P108",
"P58"
],
"adjacency": [
[
2,
0,
0
],
[
3,
1,
2
],
[
3,
3,
2
],
[
2,
2,
1
]
],
"entity_labels": [
"actor",
"Apple",
"Dr. Dre",
"Murder Was the Case"
],
"relation_labels": [
"occupation",
"director",
"employer",
"screenwriter"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q3179389 wdt:P57 ?x0 .
wd:Q3179389 wdt:P58 ?x0 .
?x0 wdt:P108 wd:Q312
} |
mcwq-136595 | What actor that Sex, Death and the Meaning of Life and Faith School Menace? were written by and The Blind Watchmaker and Break the Science Barrier were written by did Charles Darwin and Douglas Adams influence | [
"Richard Dawkins"
] | {
"entities": [
"Q9357849",
"Q33999",
"Q1299388",
"Q42",
"Q1358016",
"Q2924230",
"Q1035",
"Q44461"
],
"relations": [
"P106",
"P737",
"P58"
],
"adjacency": [
[
7,
0,
1
],
[
0,
2,
7
],
[
5,
2,
7
],
[
4,
2,
7
],
[
2,
2,
7
],
[
7,
1,
3
],
[
7,
1,
6
]
],
"entity_labels": [
"The Blind Watchmaker",
"actor",
"Sex, Death and the Meaning of Life",
"Douglas Adams",
"Faith School Menace?",
"Break the Science Barrier",
"Charles Darwin",
"Richard Dawkins"
],
"relation_labels": [
"occupation",
"influenced by",
"screenwriter"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q9357849 wdt:P58 ?x0 .
wd:Q2924230 wdt:P58 ?x0 .
wd:Q1358016 wdt:P58 ?x0 .
wd:Q1299388 wdt:P58 ?x0 .
?x0 wdt:P737 wd:Q42 .
?x0 wdt:P737 wd:Q1035
} |
mcwq-136596 | What actor that Françoise d'Aubigné, Marquise de Maintenon married did Maria Theresa of Spain marry | [
"Louis XIV of France"
] | {
"entities": [
"Q7742",
"Q230670",
"Q33999",
"Q152549"
],
"relations": [
"P106",
"P26"
],
"adjacency": [
[
0,
0,
2
],
[
0,
1,
3
],
[
0,
1,
1
]
],
"entity_labels": [
"Louis XIV of France",
"Françoise d'Aubigné, Marquise de Maintenon",
"actor",
"Maria Theresa of Spain"
],
"relation_labels": [
"occupation",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P26 wd:Q152549 .
?x0 wdt:P26 wd:Q230670 .
FILTER ( ?x0 != wd:Q152549 ) .
FILTER ( ?x0 != wd:Q230670 )
} |
mcwq-136597 | What actor that Brad Pitt married did Friends star | [
"Jennifer Aniston"
] | {
"entities": [
"Q32522",
"Q79784",
"Q33999",
"Q35332"
],
"relations": [
"P106",
"P26",
"P161"
],
"adjacency": [
[
0,
0,
2
],
[
1,
2,
0
],
[
0,
1,
3
]
],
"entity_labels": [
"Jennifer Aniston",
"Friends",
"actor",
"Brad Pitt"
],
"relation_labels": [
"occupation",
"spouse",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q79784 wdt:P161 ?x0 .
?x0 wdt:P26 wd:Q35332 .
FILTER ( ?x0 != wd:Q35332 )
} |
mcwq-136598 | What actor that Aran Cosentino was influenced by and a film producer was influenced by did Mosfilm employ | [
"Andrei Tarkovsky"
] | {
"entities": [
"Q133730",
"Q141336",
"Q3282637",
"Q33999",
"Q88965291",
"Q853"
],
"relations": [
"P108",
"P106",
"P737"
],
"adjacency": [
[
5,
1,
3
],
[
0,
2,
5
],
[
4,
2,
5
],
[
5,
0,
1
],
[
0,
1,
2
]
],
"entity_labels": [
"Lars von Trier",
"Mosfilm",
"film producer",
"actor",
"Aran Cosentino",
"Andrei Tarkovsky"
],
"relation_labels": [
"employer",
"occupation",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x1 wdt:P737 ?x0 .
wd:Q88965291 wdt:P737 ?x0 .
?x0 wdt:P108 wd:Q141336 .
?x1 wdt:P106 wd:Q3282637 } |
mcwq-136601 | What actor that The Bank and Modern Times were edited by and starred was The Great Dictator 's composer | [
"Charlie Chaplin"
] | {
"entities": [
"Q45602",
"Q33999",
"Q109116",
"Q882",
"Q2291409"
],
"relations": [
"P106",
"P86",
"P1040",
"P161"
],
"adjacency": [
[
3,
0,
1
],
[
4,
3,
3
],
[
0,
3,
3
],
[
4,
2,
3
],
[
0,
2,
3
],
[
2,
1,
3
]
],
"entity_labels": [
"Modern Times",
"actor",
"The Great Dictator",
"Charlie Chaplin",
"The Bank"
],
"relation_labels": [
"occupation",
"composer",
"film editor",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q2291409 wdt:P161 ?x0 .
wd:Q45602 wdt:P161 ?x0 .
wd:Q2291409 wdt:P1040 ?x0 .
wd:Q45602 wdt:P1040 ?x0 .
wd:Q109116 wdt:P86 ?x0
} |
mcwq-136603 | What actor that Fighting Blood was executive produced by and One Exciting Night was produced by was a production company 's founder | [
"D. W. Griffith"
] | {
"entities": [
"Q3744724",
"Q33999",
"Q64434913",
"Q3837896",
"Q51123",
"Q1762059"
],
"relations": [
"P272",
"P31",
"P1431",
"P106",
"P112"
],
"adjacency": [
[
4,
3,
1
],
[
0,
2,
4
],
[
3,
0,
4
],
[
2,
4,
4
],
[
2,
1,
5
]
],
"entity_labels": [
"Fighting Blood",
"actor",
"David W. Griffith Corp.",
"One Exciting Night",
"D. W. Griffith",
"film production company"
],
"relation_labels": [
"production company",
"instance of",
"executive producer",
"occupation",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q3744724 wdt:P1431 ?x0 .
wd:Q3837896 wdt:P272 ?x0 .
?x1 wdt:P112 ?x0 .
?x1 wdt:P31 wd:Q1762059 } |
mcwq-136604 | What actor that Sinéad O'Connor was influenced by was influenced by Woody Guthrie | [
"Bob Dylan"
] | {
"entities": [
"Q4061",
"Q392",
"Q193982",
"Q33999"
],
"relations": [
"P106",
"P737"
],
"adjacency": [
[
1,
0,
3
],
[
2,
1,
1
],
[
1,
1,
0
]
],
"entity_labels": [
"Woody Guthrie",
"Bob Dylan",
"Sinéad O'Connor",
"actor"
],
"relation_labels": [
"occupation",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q193982 wdt:P737 ?x0 .
?x0 wdt:P737 wd:Q4061
} |
mcwq-136607 | What actor that Star Wars: Episode IV – A New Hope was written by , edited by , and executive produced by did Indiana Jones and the Temple of Doom , A Personal Journey with Martin Scorsese Through American Movies , and Hook star | [
"George Lucas"
] | {
"entities": [
"Q646389",
"Q38222",
"Q33999",
"Q17738",
"Q179215",
"Q2354637"
],
"relations": [
"P58",
"P1431",
"P1040",
"P106",
"P161"
],
"adjacency": [
[
1,
3,
2
],
[
0,
4,
1
],
[
5,
4,
1
],
[
4,
4,
1
],
[
3,
2,
1
],
[
3,
1,
1
],
[
3,
0,
1
]
],
"entity_labels": [
"Hook",
"George Lucas",
"actor",
"Star Wars: Episode IV – A New Hope",
"Indiana Jones and the Temple of Doom",
"A Personal Journey with Martin Scorsese Through American Movies"
],
"relation_labels": [
"screenwriter",
"executive producer",
"film editor",
"occupation",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q646389 wdt:P161 ?x0 .
wd:Q2354637 wdt:P161 ?x0 .
wd:Q179215 wdt:P161 ?x0 .
wd:Q17738 wdt:P1040 ?x0 .
wd:Q17738 wdt:P1431 ?x0 .
wd:Q17738 wdt:P58 ?x0
} |
mcwq-136610 | What actor that Oprah Winfrey Leadership Academy for Girls , Oxygen , and Oprah Winfrey Network were founded by and Harpo Productions , WTVF , and WLS-TV employed was employed by WVOL | [
"Oprah Winfrey"
] | {
"entities": [
"Q7956946",
"Q7956467",
"Q3050972",
"Q33999",
"Q2012913",
"Q15628",
"Q2573619",
"Q55800",
"Q7098682"
],
"relations": [
"P106",
"P108",
"P112"
],
"adjacency": [
[
7,
0,
3
],
[
8,
2,
7
],
[
6,
2,
7
],
[
5,
2,
7
],
[
7,
1,
2
],
[
7,
1,
1
],
[
7,
1,
0
],
[
7,
1,
4
]
],
"entity_labels": [
"WVOL",
"WTVF",
"WLS-TV",
"actor",
"Harpo Productions",
"Oxygen",
"Oprah Winfrey Network",
"Oprah Winfrey",
"Oprah Winfrey Leadership Academy for Girls"
],
"relation_labels": [
"occupation",
"employer",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q7098682 wdt:P112 ?x0 .
wd:Q2573619 wdt:P112 ?x0 .
wd:Q15628 wdt:P112 ?x0 .
?x0 wdt:P108 wd:Q3050972 .
?x0 wdt:P108 wd:Q7956467 .
?x0 wdt:P108 wd:Q7956946 .
?x0 wdt:P108 wd:Q2012913
} |
mcwq-136615 | What actor that Live at the Aladdin Las Vegas was written by founded Paisley Park Enterprises and Prince and the Revolution and founded The Family and Paisley Park Records | [
"Prince"
] | {
"entities": [
"Q7542",
"Q519725",
"Q33999",
"Q7733289",
"Q2280168",
"Q2769935",
"Q63090029"
],
"relations": [
"P106",
"P58",
"P112"
],
"adjacency": [
[
0,
0,
2
],
[
5,
1,
0
],
[
1,
2,
0
],
[
6,
2,
0
],
[
4,
2,
0
],
[
3,
2,
0
]
],
"entity_labels": [
"Prince",
"Prince and the Revolution",
"actor",
"The Family",
"Paisley Park Records",
"Live at the Aladdin Las Vegas",
"Paisley Park Enterprises"
],
"relation_labels": [
"occupation",
"screenwriter",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q2769935 wdt:P58 ?x0 .
wd:Q519725 wdt:P112 ?x0 .
wd:Q63090029 wdt:P112 ?x0 .
wd:Q2280168 wdt:P112 ?x0 .
wd:Q7733289 wdt:P112 ?x0
} |
mcwq-136616 | What actor that OneRepublic influenced and Flaming Star 's star influenced did Dolly Parton and Lil' Kim influence | [
"Miley Cyrus"
] | {
"entities": [
"Q180453",
"Q229379",
"Q33999",
"Q4235",
"Q303",
"Q1438730",
"Q250252"
],
"relations": [
"P106",
"P737",
"P161"
],
"adjacency": [
[
3,
0,
2
],
[
3,
1,
4
],
[
3,
1,
1
],
[
3,
1,
0
],
[
3,
1,
5
],
[
6,
2,
4
]
],
"entity_labels": [
"Dolly Parton",
"Lil' Kim",
"actor",
"Miley Cyrus",
"Elvis Presley",
"OneRepublic",
"Flaming Star"
],
"relation_labels": [
"occupation",
"influenced by",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P737 ?x1 .
?x0 wdt:P737 wd:Q229379 .
?x0 wdt:P737 wd:Q180453 .
?x0 wdt:P737 wd:Q1438730 .
wd:Q250252 wdt:P161 ?x1
} |
mcwq-136617 | What actor that Submission was edited by was a Dutch director of 1-900 | [
"Theo van Gogh"
] | {
"entities": [
"Q29999",
"Q1756576",
"Q33999",
"Q161206",
"Q205456"
],
"relations": [
"P27",
"P106",
"P57",
"P1040"
],
"adjacency": [
[
4,
1,
2
],
[
3,
2,
4
],
[
1,
3,
4
],
[
4,
0,
0
]
],
"entity_labels": [
"Kingdom of the Netherlands",
"Submission",
"actor",
"1-900",
"Theo van Gogh"
],
"relation_labels": [
"country of citizenship",
"occupation",
"director",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q161206 wdt:P57 ?x0 .
wd:Q1756576 wdt:P1040 ?x0 .
?x0 wdt:P27 wd:Q29999
} |
mcwq-136618 | What actor that The Beatles was influenced by was Alexandria Monroe High School 's founder | [
"Bob Dylan"
] | {
"entities": [
"Q1299",
"Q4720983",
"Q392",
"Q33999"
],
"relations": [
"P106",
"P737",
"P112"
],
"adjacency": [
[
2,
0,
3
],
[
0,
1,
2
],
[
1,
2,
2
]
],
"entity_labels": [
"The Beatles",
"Alexandria Monroe High School",
"Bob Dylan",
"actor"
],
"relation_labels": [
"occupation",
"influenced by",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q1299 wdt:P737 ?x0 .
wd:Q4720983 wdt:P112 ?x0
} |
mcwq-136620 | What actor that Eraserhead was edited by and was written by was Inland Empire 's writer , cinematographer , and composer | [
"David Lynch"
] | {
"entities": [
"Q862058",
"Q2071",
"Q33999",
"Q11618"
],
"relations": [
"P344",
"P58",
"P1040",
"P106",
"P86"
],
"adjacency": [
[
1,
3,
2
],
[
0,
0,
1
],
[
3,
2,
1
],
[
0,
4,
1
],
[
3,
1,
1
],
[
0,
1,
1
]
],
"entity_labels": [
"Inland Empire",
"David Lynch",
"actor",
"Eraserhead"
],
"relation_labels": [
"director of photography",
"screenwriter",
"film editor",
"occupation",
"composer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q862058 wdt:P344 ?x0 .
wd:Q11618 wdt:P1040 ?x0 .
wd:Q862058 wdt:P86 ?x0 .
wd:Q11618 wdt:P58 ?x0 .
wd:Q862058 wdt:P58 ?x0
} |
mcwq-136623 | What actor that Yentl was directed by , starred , and was written by did James Brolin marry | [
"Barbra Streisand"
] | {
"entities": [
"Q780469",
"Q33999",
"Q4636",
"Q315051"
],
"relations": [
"P57",
"P58",
"P106",
"P26",
"P161"
],
"adjacency": [
[
2,
2,
1
],
[
0,
4,
2
],
[
0,
0,
2
],
[
0,
1,
2
],
[
2,
3,
3
]
],
"entity_labels": [
"Yentl",
"actor",
"Barbra Streisand",
"James Brolin"
],
"relation_labels": [
"director",
"screenwriter",
"occupation",
"spouse",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q780469 wdt:P161 ?x0 .
wd:Q780469 wdt:P57 ?x0 .
wd:Q780469 wdt:P58 ?x0 .
?x0 wdt:P26 wd:Q315051 .
FILTER ( ?x0 != wd:Q315051 )
} |
mcwq-136624 | What actor that Much Ado About Nothing was written , directed , and edited by was a production company 's founder | [
"Joss Whedon"
] | {
"entities": [
"Q3009047",
"Q33999",
"Q298025",
"Q645478",
"Q1762059"
],
"relations": [
"P57",
"P58",
"P31",
"P1040",
"P106",
"P112"
],
"adjacency": [
[
2,
4,
1
],
[
0,
0,
2
],
[
0,
3,
2
],
[
0,
1,
2
],
[
3,
5,
2
],
[
3,
2,
4
]
],
"entity_labels": [
"Much Ado About Nothing",
"actor",
"Joss Whedon",
"Mutant Enemy Productions",
"film production company"
],
"relation_labels": [
"director",
"screenwriter",
"instance of",
"film editor",
"occupation",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q3009047 wdt:P57 ?x0 .
wd:Q3009047 wdt:P1040 ?x0 .
wd:Q3009047 wdt:P58 ?x0 .
?x1 wdt:P112 ?x0 .
?x1 wdt:P31 wd:Q1762059 } |
mcwq-136627 | What actor that THX 1138 and Star Wars: Episode IV – A New Hope were edited by , directed by , and written by was a executive producer of The Land Before Time and Body Heat | [
"George Lucas"
] | {
"entities": [
"Q192403",
"Q38222",
"Q33999",
"Q472096",
"Q17738",
"Q783365"
],
"relations": [
"P57",
"P58",
"P1431",
"P1040",
"P106"
],
"adjacency": [
[
1,
4,
2
],
[
4,
0,
1
],
[
5,
0,
1
],
[
4,
3,
1
],
[
5,
3,
1
],
[
3,
2,
1
],
[
0,
2,
1
],
[
4,
1,
1
],
[
5,
1,
1
]
],
"entity_labels": [
"The Land Before Time",
"George Lucas",
"actor",
"Body Heat",
"Star Wars: Episode IV – A New Hope",
"THX 1138"
],
"relation_labels": [
"director",
"screenwriter",
"executive producer",
"film editor",
"occupation"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q17738 wdt:P57 ?x0 .
wd:Q783365 wdt:P57 ?x0 .
wd:Q17738 wdt:P1040 ?x0 .
wd:Q783365 wdt:P1040 ?x0 .
wd:Q472096 wdt:P1431 ?x0 .
wd:Q192403 wdt:P1431 ?x0 .
wd:Q17738 wdt:P58 ?x0 .
wd:Q783365 wdt:P58 ?x0
} |
mcwq-136628 | What actor that Twin Peaks: Fire Walk with Me was directed and executive produced by was a composer that married Mary Fisk , Peggy Reavey , and Mary Sweeney | [
"David Lynch"
] | {
"entities": [
"Q1140578",
"Q36834",
"Q33999",
"Q62929023",
"Q508871",
"Q2071",
"Q104373220"
],
"relations": [
"P106",
"P57",
"P26",
"P1431"
],
"adjacency": [
[
5,
0,
2
],
[
5,
0,
1
],
[
0,
1,
5
],
[
0,
3,
5
],
[
5,
2,
4
],
[
5,
2,
3
],
[
5,
2,
6
]
],
"entity_labels": [
"Twin Peaks: Fire Walk with Me",
"composer",
"actor",
"Peggy Reavey",
"Mary Sweeney",
"David Lynch",
"Mary Fisk"
],
"relation_labels": [
"occupation",
"director",
"spouse",
"executive producer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P106 wd:Q36834 .
wd:Q1140578 wdt:P57 ?x0 .
wd:Q1140578 wdt:P1431 ?x0 .
?x0 wdt:P26 wd:Q508871 .
?x0 wdt:P26 wd:Q62929023 .
?x0 wdt:P26 wd:Q104373220 .
FILTER ( ?x0 != wd:Q508871 ) .
FILTER ( ?x0 != wd:Q62929023 ) .
FILTER ( ?x0 != wd:Q104373220 )
} |
mcwq-136629 | What actor that United Artists Corporation was founded by edited Modern Times | [
"Charlie Chaplin"
] | {
"entities": [
"Q45602",
"Q882",
"Q33999",
"Q219400"
],
"relations": [
"P112",
"P106",
"P1040"
],
"adjacency": [
[
1,
1,
2
],
[
0,
2,
1
],
[
3,
0,
1
]
],
"entity_labels": [
"Modern Times",
"Charlie Chaplin",
"actor",
"United Artists Corporation"
],
"relation_labels": [
"founded by",
"occupation",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q45602 wdt:P1040 ?x0 .
wd:Q219400 wdt:P112 ?x0
} |
mcwq-136631 | What actor that PepsiCo and Live Nation employed was employed by Epic Records , Freixenet , and Sony Music and founded Pies Descalzos Foundation | [
"Shakira"
] | {
"entities": [
"Q34424",
"Q56760250",
"Q216364",
"Q33999",
"Q16960819",
"Q1427663",
"Q334800",
"Q1474082"
],
"relations": [
"P106",
"P108",
"P112"
],
"adjacency": [
[
0,
0,
3
],
[
7,
2,
0
],
[
0,
1,
6
],
[
0,
1,
5
],
[
0,
1,
1
],
[
0,
1,
2
],
[
0,
1,
4
]
],
"entity_labels": [
"Shakira",
"Sony Music",
"Epic Records",
"actor",
"Live Nation",
"Freixenet",
"PepsiCo",
"Pies Descalzos Foundation"
],
"relation_labels": [
"occupation",
"employer",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q1474082 wdt:P112 ?x0 .
?x0 wdt:P108 wd:Q334800 .
?x0 wdt:P108 wd:Q1427663 .
?x0 wdt:P108 wd:Q56760250 .
?x0 wdt:P108 wd:Q216364 .
?x0 wdt:P108 wd:Q16960819
} |
mcwq-136632 | What actor that Freixenet employed was employed by Live Nation , was employed by Sony Music and Universal Music Group , and founded Pies Descalzos Foundation | [
"Shakira"
] | {
"entities": [
"Q34424",
"Q56760250",
"Q33999",
"Q16960819",
"Q1427663",
"Q38903",
"Q1474082"
],
"relations": [
"P106",
"P108",
"P112"
],
"adjacency": [
[
0,
0,
2
],
[
6,
2,
0
],
[
0,
1,
3
],
[
0,
1,
4
],
[
0,
1,
1
],
[
0,
1,
5
]
],
"entity_labels": [
"Shakira",
"Sony Music",
"actor",
"Live Nation",
"Freixenet",
"Universal Music Group",
"Pies Descalzos Foundation"
],
"relation_labels": [
"occupation",
"employer",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q1474082 wdt:P112 ?x0 .
?x0 wdt:P108 wd:Q16960819 .
?x0 wdt:P108 wd:Q1427663 .
?x0 wdt:P108 wd:Q56760250 .
?x0 wdt:P108 wd:Q38903
} |
mcwq-136633 | What actor that a cinematographer influenced was influenced by High Anxiety 's composer and was influenced by Stanley Kubrick | [
"Robin Williams"
] | {
"entities": [
"Q83338",
"Q2001",
"Q33999",
"Q222344",
"Q1449248",
"Q104266"
],
"relations": [
"P106",
"P737",
"P86"
],
"adjacency": [
[
0,
0,
2
],
[
0,
1,
5
],
[
0,
1,
1
],
[
0,
1,
1
],
[
4,
2,
5
],
[
1,
0,
3
]
],
"entity_labels": [
"Robin Williams",
"Stanley Kubrick",
"actor",
"cinematographer",
"High Anxiety",
"Mel Brooks"
],
"relation_labels": [
"occupation",
"influenced by",
"composer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P737 ?x1 .
?x0 wdt:P737 ?x2 .
?x0 wdt:P737 wd:Q2001 .
wd:Q1449248 wdt:P86 ?x1 .
?x2 wdt:P106 wd:Q222344 } |
mcwq-136637 | What actor that directed Escuela para Enamorarse , El Triunfo de Vivir , and Mocosos Latosos was influenced by a cinematographer and influenced by Alfonso Cuarón and Guillermo del Toro | [
"Ricardo Tavera"
] | {
"entities": [
"Q64996086",
"Q64996103",
"Q33999",
"Q222344",
"Q219124",
"Q5690757",
"Q28028",
"Q91812027"
],
"relations": [
"P106",
"P57",
"P737"
],
"adjacency": [
[
1,
0,
2
],
[
7,
1,
1
],
[
0,
1,
1
],
[
5,
1,
1
],
[
1,
2,
6
],
[
1,
2,
4
],
[
1,
2,
6
],
[
6,
0,
3
]
],
"entity_labels": [
"El Triunfo de Vivir",
"Ricardo Tavera",
"actor",
"cinematographer",
"Guillermo del Toro",
"Mocosos Latosos",
"Alfonso Cuarón",
"Escuela para Enamorarse"
],
"relation_labels": [
"occupation",
"director",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q91812027 wdt:P57 ?x0 .
wd:Q64996086 wdt:P57 ?x0 .
wd:Q5690757 wdt:P57 ?x0 .
?x0 wdt:P737 ?x1 .
?x0 wdt:P737 wd:Q219124 .
?x0 wdt:P737 wd:Q28028 .
?x1 wdt:P106 wd:Q222344 } |
mcwq-136638 | What actor that directed Super Rhino was influenced by OneRepublic , Elvis Presley , and Luisito Comunica and was influenced by Lil' Kim | [
"Miley Cyrus"
] | {
"entities": [
"Q229379",
"Q62372907",
"Q33999",
"Q3977597",
"Q4235",
"Q303",
"Q1438730"
],
"relations": [
"P106",
"P57",
"P737"
],
"adjacency": [
[
4,
0,
2
],
[
3,
1,
4
],
[
4,
2,
5
],
[
4,
2,
6
],
[
4,
2,
0
],
[
4,
2,
1
]
],
"entity_labels": [
"Lil' Kim",
"Luisito Comunica",
"actor",
"Super Rhino",
"Miley Cyrus",
"Elvis Presley",
"OneRepublic"
],
"relation_labels": [
"occupation",
"director",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q3977597 wdt:P57 ?x0 .
?x0 wdt:P737 wd:Q303 .
?x0 wdt:P737 wd:Q1438730 .
?x0 wdt:P737 wd:Q229379 .
?x0 wdt:P737 wd:Q62372907
} |
mcwq-136639 | What actor that edited Agnes and His Brothers , The Third Generation , and In a Year of 13 Moons and edited Lili Marleen and The Stationmaster's Wife was a film producer 's spouse | [
"Juliane Lorenz"
] | {
"entities": [
"Q98665",
"Q3282637",
"Q558280",
"Q686125",
"Q33999",
"Q44426",
"Q570483",
"Q3208713",
"Q394674"
],
"relations": [
"P106",
"P26",
"P1040"
],
"adjacency": [
[
0,
0,
4
],
[
7,
2,
0
],
[
6,
2,
0
],
[
8,
2,
0
],
[
2,
2,
0
],
[
3,
2,
0
],
[
0,
1,
5
],
[
5,
0,
1
]
],
"entity_labels": [
"Juliane Lorenz",
"film producer",
"The Third Generation",
"Lili Marleen",
"actor",
"Rainer Werner Fassbinder",
"In a Year of 13 Moons",
"The Stationmaster's Wife",
"Agnes and His Brothers"
],
"relation_labels": [
"occupation",
"spouse",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q3208713 wdt:P1040 ?x0 .
wd:Q570483 wdt:P1040 ?x0 .
wd:Q394674 wdt:P1040 ?x0 .
wd:Q558280 wdt:P1040 ?x0 .
wd:Q686125 wdt:P1040 ?x0 .
?x0 wdt:P26 ?x1 .
?x1 wdt:P106 wd:Q3282637 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-136641 | What actor that edited and wrote Chimmie Fadden Out West and Chimmie Fadden edited Joan the Woman and executive produced When Worlds Collide | [
"Cecil B. DeMille"
] | {
"entities": [
"Q508813",
"Q33999",
"Q1516837",
"Q1199203",
"Q72267",
"Q2963684"
],
"relations": [
"P106",
"P58",
"P1431",
"P1040"
],
"adjacency": [
[
4,
0,
1
],
[
5,
3,
4
],
[
0,
3,
4
],
[
2,
3,
4
],
[
3,
2,
4
],
[
5,
1,
4
],
[
0,
1,
4
]
],
"entity_labels": [
"Chimmie Fadden Out West",
"actor",
"Joan the Woman",
"When Worlds Collide",
"Cecil B. DeMille",
"Chimmie Fadden"
],
"relation_labels": [
"occupation",
"screenwriter",
"executive producer",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q2963684 wdt:P1040 ?x0 .
wd:Q508813 wdt:P1040 ?x0 .
wd:Q1516837 wdt:P1040 ?x0 .
wd:Q1199203 wdt:P1431 ?x0 .
wd:Q2963684 wdt:P58 ?x0 .
wd:Q508813 wdt:P58 ?x0
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.