id
stringlengths 11
13
| question
stringlengths 11
8.64k
| answers
sequence | subgraph
dict | sparql
stringlengths 49
483
|
---|---|---|---|---|
mcwq-136051 | What actor did Jennifer Lopez marry and a sibling of Lynda Lopez marry | [
"Cris Judd",
"Ojani Noa",
"Marc Anthony"
] | {
"entities": [
"Q925586",
"Q40715",
"Q33999",
"Q744785"
],
"relations": [
"P106",
"P26",
"P3373"
],
"adjacency": [
[
3,
0,
2
],
[
3,
1,
1
],
[
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 .
?x0 wdt:P26 wd:Q40715 .
?x1 wdt:P3373 wd:Q925586 .
FILTER ( ?x0 != ?x1 ) .
FILTER ( ?x0 != wd:Q40715 ) .
FILTER ( ?x1 != wd:Q925586 )
} |
mcwq-136054 | What actor did Elvis Presley influence and a actor 's sibling marry | [
"Miley Cyrus"
] | {
"entities": [
"Q33999",
"Q4235",
"Q303",
"Q32045",
"Q1877051"
],
"relations": [
"P106",
"P26",
"P737",
"P3373"
],
"adjacency": [
[
1,
0,
0
],
[
1,
2,
2
],
[
1,
1,
3
],
[
3,
3,
4
],
[
4,
0,
0
]
],
"entity_labels": [
"actor",
"Miley Cyrus",
"Elvis Presley",
"Liam Hemsworth",
"Luke Hemsworth"
],
"relation_labels": [
"occupation",
"spouse",
"influenced by",
"sibling"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P737 wd:Q303 .
?x0 wdt:P26 ?x1 .
?x1 wdt:P3373 ?x2 .
?x2 wdt:P106 wd:Q33999 .
FILTER ( ?x0 != ?x1 ) .
FILTER ( ?x1 != ?x2 )
} |
mcwq-136055 | What actor did Carlos Santana influence , Mayte Garcia marry , Little Richard influence , and a composer influence | [
"Prince"
] | {
"entities": [
"Q82222",
"Q36834",
"Q9299606",
"Q33999",
"Q819016",
"Q248207",
"Q7542"
],
"relations": [
"P106",
"P26",
"P737"
],
"adjacency": [
[
6,
0,
3
],
[
6,
2,
5
],
[
6,
2,
0
],
[
6,
2,
4
],
[
6,
1,
2
],
[
5,
0,
1
]
],
"entity_labels": [
"Little Richard",
"composer",
"Mayte Garcia",
"actor",
"Carlos Santana",
"Rick James",
"Prince"
],
"relation_labels": [
"occupation",
"spouse",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P737 ?x1 .
?x0 wdt:P737 wd:Q82222 .
?x0 wdt:P737 wd:Q819016 .
?x0 wdt:P26 wd:Q9299606 .
?x1 wdt:P106 wd:Q36834 .
FILTER ( ?x0 != wd:Q9299606 )
} |
mcwq-136056 | What actor did Lauren Bacall , Mary Philips , Helen Menken , and Mayo Methot marry | [
"Humphrey Bogart"
] | {
"entities": [
"Q275428",
"Q33999",
"Q16390",
"Q543385",
"Q529654",
"Q104000"
],
"relations": [
"P106",
"P26"
],
"adjacency": [
[
2,
0,
1
],
[
2,
1,
5
],
[
2,
1,
4
],
[
2,
1,
3
],
[
2,
1,
0
]
],
"entity_labels": [
"Mary Philips",
"actor",
"Humphrey Bogart",
"Helen Menken",
"Mayo Methot",
"Lauren Bacall"
],
"relation_labels": [
"occupation",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P26 wd:Q104000 .
?x0 wdt:P26 wd:Q529654 .
?x0 wdt:P26 wd:Q543385 .
?x0 wdt:P26 wd:Q275428 .
FILTER ( ?x0 != wd:Q104000 ) .
FILTER ( ?x0 != wd:Q529654 ) .
FILTER ( ?x0 != wd:Q543385 ) .
FILTER ( ?x0 != wd:Q275428 )
} |
mcwq-136057 | What actor did Day of the Fight 's writer , editor , and cinematographer marry | [
"Christiane Kubrick",
"Ruth Sobotka"
] | {
"entities": [
"Q2001",
"Q450030",
"Q33999",
"Q426628"
],
"relations": [
"P344",
"P58",
"P1040",
"P106",
"P26"
],
"adjacency": [
[
1,
3,
2
],
[
1,
4,
0
],
[
3,
0,
0
],
[
3,
2,
0
],
[
3,
1,
0
]
],
"entity_labels": [
"Stanley Kubrick",
"Christiane Kubrick",
"actor",
"Day of the Fight"
],
"relation_labels": [
"director of photography",
"screenwriter",
"film editor",
"occupation",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P26 ?x1 .
wd:Q426628 wdt:P344 ?x1 .
wd:Q426628 wdt:P1040 ?x1 .
wd:Q426628 wdt:P58 ?x1 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-136059 | What actor did Jane Belson 's spouse influence | [
"Richard Dawkins"
] | {
"entities": [
"Q14623681",
"Q33999",
"Q42",
"Q44461"
],
"relations": [
"P106",
"P26",
"P737"
],
"adjacency": [
[
3,
0,
1
],
[
3,
2,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"Jane Belson",
"actor",
"Douglas Adams",
"Richard Dawkins"
],
"relation_labels": [
"occupation",
"spouse",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P737 ?x1 .
?x1 wdt:P26 wd:Q14623681 .
FILTER ( ?x1 != wd:Q14623681 )
} |
mcwq-136060 | What actor did Agnès Varda marry and influence | [
"Jacques Demy"
] | {
"entities": [
"Q33999",
"Q312258",
"Q229990"
],
"relations": [
"P106",
"P26",
"P737"
],
"adjacency": [
[
1,
0,
0
],
[
1,
2,
2
],
[
1,
1,
2
]
],
"entity_labels": [
"actor",
"Jacques Demy",
"Agnès Varda"
],
"relation_labels": [
"occupation",
"spouse",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P737 wd:Q229990 .
?x0 wdt:P26 wd:Q229990 .
FILTER ( ?x0 != wd:Q229990 )
} |
mcwq-136061 | What actor did The Great Dictator 's star marry | [
"Paulette Goddard",
"Oona O'Neill",
"Harry Beresford",
"Anna Lina Alberti",
"Flora Parker DeHaven",
"Charlie Chaplin",
"Lita Grey"
] | {
"entities": [
"Q5460343",
"Q4353707",
"Q109116",
"Q33999"
],
"relations": [
"P106",
"P26",
"P161"
],
"adjacency": [
[
0,
0,
3
],
[
0,
1,
1
],
[
2,
2,
1
]
],
"entity_labels": [
"Flora Parker DeHaven",
"Carter DeHaven",
"The Great Dictator",
"actor"
],
"relation_labels": [
"occupation",
"spouse",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P26 ?x1 .
wd:Q109116 wdt:P161 ?x1 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-136062 | What actor did Studio Ghibli 's Japanese founder influence | [
"Hideaki Anno"
] | {
"entities": [
"Q23261",
"Q33999",
"Q55400",
"Q17",
"Q182950"
],
"relations": [
"P106",
"P27",
"P737",
"P112"
],
"adjacency": [
[
0,
0,
1
],
[
0,
2,
2
],
[
4,
3,
2
],
[
2,
1,
3
]
],
"entity_labels": [
"Hideaki Anno",
"actor",
"Hayao Miyazaki",
"Japan",
"Studio Ghibli"
],
"relation_labels": [
"occupation",
"country of citizenship",
"influenced by",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P737 ?x1 .
wd:Q182950 wdt:P112 ?x1 .
?x1 wdt:P27 wd:Q17
} |
mcwq-136063 | What actor did Lisa Marie Presley marry , The Beatles , Sly Stone , Diana Ross , and Charlie Chaplin influence , and a film editor influence | [
"Michael Jackson"
] | {
"entities": [
"Q36290",
"Q33999",
"Q2831",
"Q7042855",
"Q1299",
"Q882",
"Q237324",
"Q713829"
],
"relations": [
"P106",
"P26",
"P737"
],
"adjacency": [
[
2,
0,
1
],
[
2,
2,
5
],
[
2,
2,
7
],
[
2,
2,
0
],
[
2,
2,
5
],
[
2,
2,
4
],
[
2,
1,
6
],
[
5,
0,
3
]
],
"entity_labels": [
"Diana Ross",
"actor",
"Michael Jackson",
"film editor",
"The Beatles",
"Charlie Chaplin",
"Lisa Marie Presley",
"Sly Stone"
],
"relation_labels": [
"occupation",
"spouse",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P737 ?x1 .
?x0 wdt:P737 wd:Q713829 .
?x0 wdt:P737 wd:Q36290 .
?x0 wdt:P737 wd:Q882 .
?x0 wdt:P737 wd:Q1299 .
?x0 wdt:P26 wd:Q237324 .
?x1 wdt:P106 wd:Q7042855 .
FILTER ( ?x0 != wd:Q237324 )
} |
mcwq-136065 | What actor did The Pirate Planet 's writer influence | [
"Richard Dawkins"
] | {
"entities": [
"Q42",
"Q33999",
"Q513589",
"Q44461"
],
"relations": [
"P106",
"P737",
"P58"
],
"adjacency": [
[
3,
0,
1
],
[
3,
1,
0
],
[
2,
2,
0
]
],
"entity_labels": [
"Douglas Adams",
"actor",
"The Pirate Planet",
"Richard Dawkins"
],
"relation_labels": [
"occupation",
"influenced by",
"screenwriter"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P737 ?x1 .
wd:Q513589 wdt:P58 ?x1
} |
mcwq-136066 | What actor did Nicole Heesters 's Dutch parent marry | [
"Simone Rethel"
] | {
"entities": [
"Q29999",
"Q62352",
"Q96145",
"Q33999",
"Q76649"
],
"relations": [
"P27",
"P106",
"P26",
"P40|wdt:P355"
],
"adjacency": [
[
4,
1,
3
],
[
4,
2,
1
],
[
1,
3,
2
],
[
1,
0,
0
]
],
"entity_labels": [
"Kingdom of the Netherlands",
"Johannes Heesters",
"Nicole Heesters",
"actor",
"Simone Rethel"
],
"relation_labels": [
"country of citizenship",
"occupation",
"spouse",
"P40|wdt:P355"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P26 ?x1 .
?x1 wdt:P40|wdt:P355 wd:Q96145 .
?x1 wdt:P27 wd:Q29999 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-136067 | What actor did Elvis: That's the Way It Is 's composer influence | [
"Howard Carpendale",
"Jerry Adriani",
"Miley Cyrus",
"Jim Morrison"
] | {
"entities": [
"Q86105",
"Q33999",
"Q1334372",
"Q303"
],
"relations": [
"P106",
"P737",
"P86"
],
"adjacency": [
[
0,
0,
1
],
[
0,
1,
3
],
[
2,
2,
3
]
],
"entity_labels": [
"Howard Carpendale",
"actor",
"Elvis: That's the Way It Is",
"Elvis Presley"
],
"relation_labels": [
"occupation",
"influenced by",
"composer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P737 ?x1 .
wd:Q1334372 wdt:P86 ?x1
} |
mcwq-136068 | What actor did Moebius 's editor , writer , executive producer , and cinematographer influence | [
"Beso Solomanashvili"
] | {
"entities": [
"Q108545431",
"Q33999",
"Q13471372",
"Q212990"
],
"relations": [
"P344",
"P58",
"P1431",
"P1040",
"P106",
"P737"
],
"adjacency": [
[
0,
4,
1
],
[
0,
5,
3
],
[
2,
0,
3
],
[
2,
3,
3
],
[
2,
2,
3
],
[
2,
1,
3
]
],
"entity_labels": [
"Beso Solomanashvili",
"actor",
"Moebius",
"Kim Ki-duk"
],
"relation_labels": [
"director of photography",
"screenwriter",
"executive producer",
"film editor",
"occupation",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P737 ?x1 .
wd:Q13471372 wdt:P344 ?x1 .
wd:Q13471372 wdt:P1040 ?x1 .
wd:Q13471372 wdt:P1431 ?x1 .
wd:Q13471372 wdt:P58 ?x1
} |
mcwq-136069 | What actor did J. C. Penney , HBO , American Broadcasting Company , and Pixar employ and a company employ | [
"Ellen DeGeneres"
] | {
"entities": [
"Q4830453",
"Q920037",
"Q33999",
"Q169889",
"Q483325",
"Q23633",
"Q127552"
],
"relations": [
"P106",
"P108",
"P31"
],
"adjacency": [
[
4,
0,
2
],
[
4,
1,
6
],
[
4,
1,
6
],
[
4,
1,
1
],
[
4,
1,
5
],
[
4,
1,
3
],
[
6,
2,
0
]
],
"entity_labels": [
"business",
"J. C. Penney",
"actor",
"American Broadcasting Company",
"Ellen DeGeneres",
"HBO",
"Pixar"
],
"relation_labels": [
"occupation",
"employer",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P108 ?x1 .
?x0 wdt:P108 wd:Q127552 .
?x0 wdt:P108 wd:Q920037 .
?x0 wdt:P108 wd:Q23633 .
?x0 wdt:P108 wd:Q169889 .
?x1 wdt:P31 wd:Q4830453 } |
mcwq-136076 | What actor did Editora Abril S/A and RecordTV employ , TV Globo employ , and Presença de Anita 's distributor employ | [
"Ana Maria Braga"
] | {
"entities": [
"Q2556363",
"Q3587",
"Q727061",
"Q1789267",
"Q33999",
"Q1458581"
],
"relations": [
"P106",
"P108",
"P750"
],
"adjacency": [
[
3,
0,
4
],
[
3,
1,
1
],
[
3,
1,
1
],
[
3,
1,
5
],
[
3,
1,
0
],
[
2,
2,
1
]
],
"entity_labels": [
"Editora Abril S/A",
"TV Globo",
"Presença de Anita",
"Ana Maria Braga",
"actor",
"RecordTV"
],
"relation_labels": [
"occupation",
"employer",
"distributed by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P108 ?x1 .
?x0 wdt:P108 wd:Q3587 .
?x0 wdt:P108 wd:Q1458581 .
?x0 wdt:P108 wd:Q2556363 .
wd:Q727061 wdt:P750 ?x1
} |
mcwq-136078 | What actor did Top Courses for Scriptwriters and Film Directors and Mosfilm employ | [
"Georgiy Daneliya",
"Andrei Tarkovsky"
] | {
"entities": [
"Q4129798",
"Q141336",
"Q853",
"Q33999"
],
"relations": [
"P106",
"P108"
],
"adjacency": [
[
2,
0,
3
],
[
2,
1,
1
],
[
2,
1,
0
]
],
"entity_labels": [
"Top Courses for Scriptwriters and Film Directors",
"Mosfilm",
"Andrei Tarkovsky",
"actor"
],
"relation_labels": [
"occupation",
"employer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P108 wd:Q141336 .
?x0 wdt:P108 wd:Q4129798
} |
mcwq-136079 | What actor did Epic Records , Live Nation , and Universal Music Group employ , Sony Music employ , and Freixenet and Roc Nation employ | [
"Shakira"
] | {
"entities": [
"Q34424",
"Q56760250",
"Q216364",
"Q33999",
"Q16960819",
"Q1427663",
"Q1194456",
"Q38903"
],
"relations": [
"P106",
"P108"
],
"adjacency": [
[
0,
0,
3
],
[
0,
1,
6
],
[
0,
1,
5
],
[
0,
1,
1
],
[
0,
1,
2
],
[
0,
1,
4
],
[
0,
1,
7
]
],
"entity_labels": [
"Shakira",
"Sony Music",
"Epic Records",
"actor",
"Live Nation",
"Freixenet",
"Roc Nation",
"Universal Music Group"
],
"relation_labels": [
"occupation",
"employer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P108 wd:Q1194456 .
?x0 wdt:P108 wd:Q1427663 .
?x0 wdt:P108 wd:Q56760250 .
?x0 wdt:P108 wd:Q216364 .
?x0 wdt:P108 wd:Q16960819 .
?x0 wdt:P108 wd:Q38903
} |
mcwq-136081 | What actor did Madonna , OneRepublic , and Elvis Presley influence | [
"Miley Cyrus"
] | {
"entities": [
"Q1744",
"Q33999",
"Q4235",
"Q303",
"Q1438730"
],
"relations": [
"P106",
"P737"
],
"adjacency": [
[
2,
0,
1
],
[
2,
1,
3
],
[
2,
1,
4
],
[
2,
1,
0
]
],
"entity_labels": [
"Madonna",
"actor",
"Miley Cyrus",
"Elvis Presley",
"OneRepublic"
],
"relation_labels": [
"occupation",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P737 wd:Q303 .
?x0 wdt:P737 wd:Q1438730 .
?x0 wdt:P737 wd:Q1744
} |
mcwq-136082 | What actor did Else Fisher , Ingrid von Rosen , and Käbi Laretei marry | [
"Ingmar Bergman"
] | {
"entities": [
"Q7546",
"Q33999",
"Q4975453",
"Q438786",
"Q3723687"
],
"relations": [
"P106",
"P26"
],
"adjacency": [
[
0,
0,
1
],
[
0,
1,
3
],
[
0,
1,
2
],
[
0,
1,
4
]
],
"entity_labels": [
"Ingmar Bergman",
"actor",
"Ingrid von Rosen",
"Käbi Laretei",
"Else Fisher"
],
"relation_labels": [
"occupation",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P26 wd:Q438786 .
?x0 wdt:P26 wd:Q4975453 .
?x0 wdt:P26 wd:Q3723687 .
FILTER ( ?x0 != wd:Q438786 ) .
FILTER ( ?x0 != wd:Q4975453 ) .
FILTER ( ?x0 != wd:Q3723687 )
} |
mcwq-136084 | What actor did a British editor of Carry On Doctor 's sequel marry | [
"Janice Adair"
] | {
"entities": [
"Q145",
"Q179508",
"Q33999",
"Q4723363",
"Q448090",
"Q20683824"
],
"relations": [
"P155",
"P1040",
"P27",
"P106",
"P26"
],
"adjacency": [
[
5,
3,
2
],
[
5,
4,
3
],
[
4,
1,
3
],
[
3,
2,
0
],
[
4,
0,
1
]
],
"entity_labels": [
"United Kingdom",
"Carry On Doctor",
"actor",
"Alfred Roome",
"Carry On... Up the Khyber",
"Janice Adair"
],
"relation_labels": [
"follows",
"film editor",
"country of citizenship",
"occupation",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P26 ?x1 .
?x2 wdt:P1040 ?x1 .
?x1 wdt:P27 wd:Q145 .
?x2 wdt:P155 wd:Q179508 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-136086 | What actor did a French editor , writer , and cinematographer of The Gleaners and I marry | [
"Jacques Demy"
] | {
"entities": [
"Q33999",
"Q229990",
"Q312258",
"Q142",
"Q2493884"
],
"relations": [
"P344",
"P58",
"P1040",
"P106",
"P27",
"P26"
],
"adjacency": [
[
2,
3,
0
],
[
2,
5,
1
],
[
4,
0,
1
],
[
4,
2,
1
],
[
4,
1,
1
],
[
1,
4,
3
]
],
"entity_labels": [
"actor",
"Agnès Varda",
"Jacques Demy",
"France",
"The Gleaners and I"
],
"relation_labels": [
"director of photography",
"screenwriter",
"film editor",
"occupation",
"country of citizenship",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P26 ?x1 .
wd:Q2493884 wdt:P344 ?x1 .
wd:Q2493884 wdt:P1040 ?x1 .
wd:Q2493884 wdt:P58 ?x1 .
?x1 wdt:P27 wd:Q142 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-136088 | What actor did a Mexican film editor marry and Franklyn Thorpe and Kenneth Hawks marry | [
"Mary Astor"
] | {
"entities": [
"Q75760137",
"Q6390193",
"Q33999",
"Q96",
"Q7042855",
"Q232109",
"Q6753011"
],
"relations": [
"P27",
"P106",
"P26"
],
"adjacency": [
[
5,
1,
2
],
[
5,
2,
6
],
[
5,
2,
0
],
[
5,
2,
1
],
[
6,
1,
4
],
[
6,
0,
3
]
],
"entity_labels": [
"Franklyn Thorpe",
"Kenneth Hawks",
"actor",
"Mexico",
"film editor",
"Mary Astor",
"Manuel del Campo"
],
"relation_labels": [
"country of citizenship",
"occupation",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P26 ?x1 .
?x0 wdt:P26 wd:Q75760137 .
?x0 wdt:P26 wd:Q6390193 .
?x1 wdt:P106 wd:Q7042855 .
?x1 wdt:P27 wd:Q96 .
FILTER ( ?x0 != ?x1 ) .
FILTER ( ?x0 != wd:Q75760137 ) .
FILTER ( ?x0 != wd:Q6390193 )
} |
mcwq-136093 | What actor did a cinematographer of Full Metal Jacket influence | [
"Robin Williams"
] | {
"entities": [
"Q243439",
"Q83338",
"Q2001",
"Q33999"
],
"relations": [
"P344",
"P106",
"P737"
],
"adjacency": [
[
1,
1,
3
],
[
1,
2,
2
],
[
0,
0,
2
]
],
"entity_labels": [
"Full Metal Jacket",
"Robin Williams",
"Stanley Kubrick",
"actor"
],
"relation_labels": [
"director of photography",
"occupation",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P737 ?x1 .
wd:Q243439 wdt:P344 ?x1
} |
mcwq-136096 | What actor did a costume designer of The Three-Cornered Hat and Parade influence | [
"Norman Mailer",
"Salvador Dalí"
] | {
"entities": [
"Q33999",
"Q1193029",
"Q5593",
"Q2051330",
"Q5577"
],
"relations": [
"P106",
"P737",
"P2515"
],
"adjacency": [
[
4,
0,
0
],
[
4,
1,
2
],
[
1,
2,
2
],
[
3,
2,
2
]
],
"entity_labels": [
"actor",
"The Three-Cornered Hat",
"Pablo Picasso",
"Parade",
"Salvador Dalí"
],
"relation_labels": [
"occupation",
"influenced by",
"costume designer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P737 ?x1 .
wd:Q1193029 wdt:P2515 ?x1 .
wd:Q2051330 wdt:P2515 ?x1
} |
mcwq-136105 | What actor did a parent of Mathieu Demy 's sibling marry and influence | [
"Jacques Demy"
] | {
"entities": [
"Q949017",
"Q33999",
"Q229990",
"Q312258",
"Q3442224"
],
"relations": [
"P40|wdt:P355",
"P106",
"P3373",
"P26",
"P737"
],
"adjacency": [
[
3,
1,
1
],
[
3,
4,
2
],
[
3,
3,
2
],
[
2,
0,
4
],
[
4,
2,
0
]
],
"entity_labels": [
"Mathieu Demy",
"actor",
"Agnès Varda",
"Jacques Demy",
"Rosalie Varda"
],
"relation_labels": [
"P40|wdt:P355",
"occupation",
"sibling",
"spouse",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P737 ?x1 .
?x0 wdt:P26 ?x1 .
?x1 wdt:P40|wdt:P355 ?x2 .
?x2 wdt:P3373 wd:Q949017 .
FILTER ( ?x0 != ?x1 ) .
FILTER ( ?x2 != wd:Q949017 )
} |
mcwq-136106 | What actor did a person influence and Mayte Garcia and Manuela Testolini marry | [
"Prince"
] | {
"entities": [
"Q9299606",
"Q33999",
"Q5",
"Q22808247",
"Q205721",
"Q7542"
],
"relations": [
"P106",
"P26",
"P737",
"P31"
],
"adjacency": [
[
5,
0,
1
],
[
5,
2,
4
],
[
5,
1,
0
],
[
5,
1,
3
],
[
4,
3,
2
]
],
"entity_labels": [
"Mayte Garcia",
"actor",
"human",
"Manuela Testolini",
"Joni Mitchell",
"Prince"
],
"relation_labels": [
"occupation",
"spouse",
"influenced by",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P737 ?x1 .
?x0 wdt:P26 wd:Q9299606 .
?x0 wdt:P26 wd:Q22808247 .
?x1 wdt:P31 wd:Q5 .
FILTER ( ?x0 != wd:Q9299606 ) .
FILTER ( ?x0 != wd:Q22808247 )
} |
mcwq-136108 | What actor did a production company employ and Mosfilm , Central Academic Theatre of the Russian Army , Mossovet Theatre , and Drama Theatre M. V. Lomonosov employ | [
"Faina Ranevskaya"
] | {
"entities": [
"Q141336",
"Q4070627",
"Q33999",
"Q470466",
"Q1958711",
"Q1762059",
"Q571291"
],
"relations": [
"P106",
"P108",
"P31"
],
"adjacency": [
[
3,
0,
2
],
[
3,
1,
0
],
[
3,
1,
4
],
[
3,
1,
1
],
[
3,
1,
6
],
[
3,
1,
0
],
[
0,
2,
5
]
],
"entity_labels": [
"Mosfilm",
"Drama Theatre M. V. Lomonosov",
"actor",
"Faina Ranevskaya",
"Central Academic Theatre of the Russian Army",
"film production company",
"Mossovet Theatre"
],
"relation_labels": [
"occupation",
"employer",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P108 ?x1 .
?x0 wdt:P108 wd:Q1958711 .
?x0 wdt:P108 wd:Q4070627 .
?x0 wdt:P108 wd:Q571291 .
?x0 wdt:P108 wd:Q141336 .
?x1 wdt:P31 wd:Q1762059 } |
mcwq-136109 | What actor did a spouse of Jane Belson influence | [
"Richard Dawkins"
] | {
"entities": [
"Q14623681",
"Q33999",
"Q42",
"Q44461"
],
"relations": [
"P106",
"P26",
"P737"
],
"adjacency": [
[
3,
0,
1
],
[
3,
2,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"Jane Belson",
"actor",
"Douglas Adams",
"Richard Dawkins"
],
"relation_labels": [
"occupation",
"spouse",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P737 ?x1 .
?x1 wdt:P26 wd:Q14623681 .
FILTER ( ?x1 != wd:Q14623681 )
} |
mcwq-136110 | What actor did a star , writer , and costume designer of Hermitage marry | [
"Raffaella Baracchi"
] | {
"entities": [
"Q982519",
"Q33999",
"Q3785268",
"Q748116"
],
"relations": [
"P58",
"P106",
"P2515",
"P26",
"P161"
],
"adjacency": [
[
3,
1,
1
],
[
3,
3,
0
],
[
2,
4,
0
],
[
2,
2,
0
],
[
2,
0,
0
]
],
"entity_labels": [
"Carmelo Bene",
"actor",
"Hermitage",
"Raffaella Baracchi"
],
"relation_labels": [
"screenwriter",
"occupation",
"costume designer",
"spouse",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P26 ?x1 .
wd:Q3785268 wdt:P161 ?x1 .
wd:Q3785268 wdt:P2515 ?x1 .
wd:Q3785268 wdt:P58 ?x1 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-136111 | What actor did a writer of The Great Dictator , The Bank , and Modern Times marry | [
"Paulette Goddard",
"Oona O'Neill",
"Lita Grey"
] | {
"entities": [
"Q45602",
"Q33999",
"Q95050",
"Q109116",
"Q882",
"Q2291409"
],
"relations": [
"P106",
"P26",
"P58"
],
"adjacency": [
[
2,
0,
1
],
[
2,
1,
4
],
[
5,
2,
4
],
[
0,
2,
4
],
[
3,
2,
4
]
],
"entity_labels": [
"Modern Times",
"actor",
"Paulette Goddard",
"The Great Dictator",
"Charlie Chaplin",
"The Bank"
],
"relation_labels": [
"occupation",
"spouse",
"screenwriter"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P26 ?x1 .
wd:Q2291409 wdt:P58 ?x1 .
wd:Q45602 wdt:P58 ?x1 .
wd:Q109116 wdt:P58 ?x1 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-136117 | What actor did a composer influence and Little Richard influence | [
"Prince"
] | {
"entities": [
"Q82222",
"Q36834",
"Q33999",
"Q248207",
"Q7542"
],
"relations": [
"P106",
"P737"
],
"adjacency": [
[
4,
0,
2
],
[
4,
1,
3
],
[
4,
1,
0
],
[
3,
0,
1
]
],
"entity_labels": [
"Little Richard",
"composer",
"actor",
"Rick James",
"Prince"
],
"relation_labels": [
"occupation",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P737 ?x1 .
?x0 wdt:P737 wd:Q82222 .
?x1 wdt:P106 wd:Q36834 } |
mcwq-136118 | What actor did a composer influence and Barbara Sinatra , Mia Farrow , Ava Gardner , and Nancy Sinatra marry | [
"Frank Sinatra"
] | {
"entities": [
"Q164487",
"Q104358",
"Q40912",
"Q202725",
"Q2883992",
"Q36834",
"Q33999",
"Q55517707"
],
"relations": [
"P106",
"P26",
"P737"
],
"adjacency": [
[
2,
0,
6
],
[
2,
2,
1
],
[
2,
1,
0
],
[
2,
1,
7
],
[
2,
1,
3
],
[
2,
1,
4
],
[
1,
0,
5
]
],
"entity_labels": [
"Ava Gardner",
"Billie Holiday",
"Frank Sinatra",
"Mia Farrow",
"Barbara Sinatra",
"composer",
"actor",
"Nancy Barbato"
],
"relation_labels": [
"occupation",
"spouse",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P737 ?x1 .
?x0 wdt:P26 wd:Q164487 .
?x0 wdt:P26 wd:Q55517707 .
?x0 wdt:P26 wd:Q202725 .
?x0 wdt:P26 wd:Q2883992 .
?x1 wdt:P106 wd:Q36834 .
FILTER ( ?x0 != wd:Q164487 ) .
FILTER ( ?x0 != wd:Q55517707 ) .
FILTER ( ?x0 != wd:Q202725 ) .
FILTER ( ?x0 != wd:Q2883992 )
} |
mcwq-136121 | What actor directed The Other Girl , The Extravagant Bride , One Wonderful Night , and Third Hand High | [
"E. H. Calvert"
] | {
"entities": [
"Q13882301",
"Q33999",
"Q3882656",
"Q13469655",
"Q15062019",
"Q24541"
],
"relations": [
"P106",
"P57"
],
"adjacency": [
[
5,
0,
1
],
[
4,
1,
5
],
[
3,
1,
5
],
[
2,
1,
5
],
[
0,
1,
5
]
],
"entity_labels": [
"Third Hand High",
"actor",
"One Wonderful Night",
"The Other Girl",
"The Extravagant Bride",
"E. H. Calvert"
],
"relation_labels": [
"occupation",
"director"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q15062019 wdt:P57 ?x0 .
wd:Q13469655 wdt:P57 ?x0 .
wd:Q3882656 wdt:P57 ?x0 .
wd:Q13882301 wdt:P57 ?x0
} |
mcwq-136123 | What actor directed La Tía Tula 's sequel | [
"Orson Welles"
] | {
"entities": [
"Q2529482",
"Q6465569",
"Q33999",
"Q24829"
],
"relations": [
"P106",
"P57",
"P155"
],
"adjacency": [
[
3,
0,
2
],
[
0,
1,
3
],
[
0,
2,
1
]
],
"entity_labels": [
"Chimes at Midnight",
"La Tía Tula",
"actor",
"Orson Welles"
],
"relation_labels": [
"occupation",
"director",
"follows"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x1 wdt:P57 ?x0 .
?x1 wdt:P155 wd:Q6465569
} |
mcwq-136124 | What actor directed More American Graffiti 's prequel | [
"George Lucas"
] | {
"entities": [
"Q1747296",
"Q38222",
"Q33999",
"Q375855"
],
"relations": [
"P106",
"P57",
"P156"
],
"adjacency": [
[
1,
0,
2
],
[
3,
1,
1
],
[
3,
2,
0
]
],
"entity_labels": [
"More American Graffiti",
"George Lucas",
"actor",
"American Graffiti"
],
"relation_labels": [
"occupation",
"director",
"followed by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x1 wdt:P57 ?x0 .
?x1 wdt:P156 wd:Q1747296
} |
mcwq-136126 | What actor directed Solaris and Ivan's Childhood | [
"Andrei Tarkovsky"
] | {
"entities": [
"Q147878",
"Q853",
"Q33999",
"Q125772"
],
"relations": [
"P106",
"P57"
],
"adjacency": [
[
1,
0,
2
],
[
3,
1,
1
],
[
0,
1,
1
]
],
"entity_labels": [
"Ivan's Childhood",
"Andrei Tarkovsky",
"actor",
"Solaris"
],
"relation_labels": [
"occupation",
"director"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q125772 wdt:P57 ?x0 .
wd:Q147878 wdt:P57 ?x0
} |
mcwq-136127 | What actor directed One Wonderful Night , The Slim Princess , and The Other Girl | [
"E. H. Calvert"
] | {
"entities": [
"Q33999",
"Q3989344",
"Q3882656",
"Q13469655",
"Q24541"
],
"relations": [
"P106",
"P57"
],
"adjacency": [
[
4,
0,
0
],
[
3,
1,
4
],
[
2,
1,
4
],
[
1,
1,
4
]
],
"entity_labels": [
"actor",
"The Slim Princess",
"One Wonderful Night",
"The Other Girl",
"E. H. Calvert"
],
"relation_labels": [
"occupation",
"director"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q13469655 wdt:P57 ?x0 .
wd:Q3882656 wdt:P57 ?x0 .
wd:Q3989344 wdt:P57 ?x0
} |
mcwq-136128 | What actor directed The Others , edited The Secret Life of Words 's prequel , and directed Agora | [
"Alejandro Amenábar"
] | {
"entities": [
"Q471500",
"Q332515",
"Q274070",
"Q33999",
"Q395411",
"Q593615"
],
"relations": [
"P106",
"P57",
"P156",
"P1040"
],
"adjacency": [
[
2,
0,
3
],
[
1,
1,
2
],
[
4,
1,
2
],
[
5,
3,
2
],
[
5,
2,
0
]
],
"entity_labels": [
"The Secret Life of Words",
"The Others",
"Alejandro Amenábar",
"actor",
"Agora",
"The Sea Inside"
],
"relation_labels": [
"occupation",
"director",
"followed by",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q332515 wdt:P57 ?x0 .
wd:Q395411 wdt:P57 ?x0 .
?x1 wdt:P1040 ?x0 .
?x1 wdt:P156 wd:Q471500
} |
mcwq-136129 | What actor directed a film that Ryan Kavanaugh , Jon Favreau , Bobby Cohen , and Steven Spielberg executive produced | [
"Jon Favreau"
] | {
"entities": [
"Q8877",
"Q202945",
"Q33999",
"Q4934870",
"Q725578",
"Q11424",
"Q295964"
],
"relations": [
"P106",
"P57",
"P1431",
"P31"
],
"adjacency": [
[
6,
0,
2
],
[
4,
1,
6
],
[
4,
3,
5
],
[
4,
2,
0
],
[
4,
2,
1
],
[
4,
2,
6
],
[
4,
2,
3
]
],
"entity_labels": [
"Steven Spielberg",
"Ryan Kavanaugh",
"actor",
"Bobby Cohen",
"Cowboys & Aliens",
"film",
"Jon Favreau"
],
"relation_labels": [
"occupation",
"director",
"executive producer",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x1 wdt:P57 ?x0 .
?x1 wdt:P31 wd:Q11424 .
?x1 wdt:P1431 wd:Q8877 .
?x1 wdt:P1431 wd:Q202945 .
?x1 wdt:P1431 wd:Q295964 .
?x1 wdt:P1431 wd:Q4934870
} |
mcwq-136130 | What actor directed a sequel of La Tía Tula | [
"Orson Welles"
] | {
"entities": [
"Q2529482",
"Q6465569",
"Q33999",
"Q24829"
],
"relations": [
"P106",
"P57",
"P155"
],
"adjacency": [
[
3,
0,
2
],
[
0,
1,
3
],
[
0,
2,
1
]
],
"entity_labels": [
"Chimes at Midnight",
"La Tía Tula",
"actor",
"Orson Welles"
],
"relation_labels": [
"occupation",
"director",
"follows"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x1 wdt:P57 ?x0 .
?x1 wdt:P155 wd:Q6465569
} |
mcwq-136131 | What actor directed and edited Metropolis | [
"Fritz Lang"
] | {
"entities": [
"Q151599",
"Q33999",
"Q19504"
],
"relations": [
"P106",
"P57",
"P1040"
],
"adjacency": [
[
2,
0,
1
],
[
0,
1,
2
],
[
0,
2,
2
]
],
"entity_labels": [
"Metropolis",
"actor",
"Fritz Lang"
],
"relation_labels": [
"occupation",
"director",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q151599 wdt:P57 ?x0 .
wd:Q151599 wdt:P1040 ?x0
} |
mcwq-136132 | What actor directed and executive produced Twin Peaks 's sequel | [
"David Lynch"
] | {
"entities": [
"Q2085",
"Q2071",
"Q1140578",
"Q33999"
],
"relations": [
"P106",
"P57",
"P155",
"P1431"
],
"adjacency": [
[
1,
0,
3
],
[
2,
1,
1
],
[
2,
3,
1
],
[
2,
2,
0
]
],
"entity_labels": [
"Twin Peaks",
"David Lynch",
"Twin Peaks: Fire Walk with Me",
"actor"
],
"relation_labels": [
"occupation",
"director",
"follows",
"executive producer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x1 wdt:P57 ?x0 .
?x1 wdt:P1431 ?x0 .
?x1 wdt:P155 wd:Q2085
} |
mcwq-136133 | What actor directed and wrote Snoop Dogg's Hustlaz: Diary of a Pimp | [
"Snoop Dogg"
] | {
"entities": [
"Q6096",
"Q33999",
"Q826678"
],
"relations": [
"P106",
"P57",
"P58"
],
"adjacency": [
[
0,
0,
1
],
[
2,
1,
0
],
[
2,
2,
0
]
],
"entity_labels": [
"Snoop Dogg",
"actor",
"Snoop Dogg's Hustlaz: Diary of a Pimp"
],
"relation_labels": [
"occupation",
"director",
"screenwriter"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q826678 wdt:P57 ?x0 .
wd:Q826678 wdt:P58 ?x0
} |
mcwq-136137 | What actor edited The Idle Class and The New Janitor , edited The Floorwalker and Pay Day , and edited The Gold Rush and Modern Times | [
"Charlie Chaplin"
] | {
"entities": [
"Q1148649",
"Q45602",
"Q33999",
"Q214723",
"Q166739",
"Q743340",
"Q882",
"Q199039"
],
"relations": [
"P106",
"P1040"
],
"adjacency": [
[
6,
0,
2
],
[
0,
1,
6
],
[
1,
1,
6
],
[
7,
1,
6
],
[
3,
1,
6
],
[
4,
1,
6
],
[
5,
1,
6
]
],
"entity_labels": [
"The Idle Class",
"Modern Times",
"actor",
"The Gold Rush",
"The Floorwalker",
"The New Janitor",
"Charlie Chaplin",
"Pay Day"
],
"relation_labels": [
"occupation",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q1148649 wdt:P1040 ?x0 .
wd:Q45602 wdt:P1040 ?x0 .
wd:Q199039 wdt:P1040 ?x0 .
wd:Q214723 wdt:P1040 ?x0 .
wd:Q166739 wdt:P1040 ?x0 .
wd:Q743340 wdt:P1040 ?x0
} |
mcwq-136138 | What actor edited Magic Mike 's sequel | [
"Steven Soderbergh"
] | {
"entities": [
"Q103917",
"Q33999",
"Q1197932",
"Q17893055"
],
"relations": [
"P106",
"P155",
"P1040"
],
"adjacency": [
[
0,
0,
1
],
[
3,
2,
0
],
[
3,
1,
2
]
],
"entity_labels": [
"Steven Soderbergh",
"actor",
"Magic Mike",
"Magic Mike XXL"
],
"relation_labels": [
"occupation",
"follows",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x1 wdt:P1040 ?x0 .
?x1 wdt:P155 wd:Q1197932
} |
mcwq-136139 | What actor edited The Floorwalker and Modern Times | [
"Charlie Chaplin"
] | {
"entities": [
"Q166739",
"Q45602",
"Q882",
"Q33999"
],
"relations": [
"P106",
"P1040"
],
"adjacency": [
[
2,
0,
3
],
[
1,
1,
2
],
[
0,
1,
2
]
],
"entity_labels": [
"The Floorwalker",
"Modern Times",
"Charlie Chaplin",
"actor"
],
"relation_labels": [
"occupation",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q45602 wdt:P1040 ?x0 .
wd:Q166739 wdt:P1040 ?x0
} |
mcwq-136140 | What actor edited Achilles and the Tortoise , Zatōichi , Kids Return , Glory to the Filmmaker! , Outrage , and Dolls | [
"Takeshi Kitano"
] | {
"entities": [
"Q260208",
"Q1724012",
"Q33999",
"Q340300",
"Q26372",
"Q148330",
"Q670964",
"Q537026"
],
"relations": [
"P106",
"P1040"
],
"adjacency": [
[
4,
0,
2
],
[
1,
1,
4
],
[
0,
1,
4
],
[
3,
1,
4
],
[
6,
1,
4
],
[
7,
1,
4
],
[
5,
1,
4
]
],
"entity_labels": [
"Dolls",
"Glory to the Filmmaker!",
"actor",
"Achilles and the Tortoise",
"Takeshi Kitano",
"Zatōichi",
"Kids Return",
"Outrage"
],
"relation_labels": [
"occupation",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q1724012 wdt:P1040 ?x0 .
wd:Q260208 wdt:P1040 ?x0 .
wd:Q340300 wdt:P1040 ?x0 .
wd:Q670964 wdt:P1040 ?x0 .
wd:Q537026 wdt:P1040 ?x0 .
wd:Q148330 wdt:P1040 ?x0
} |
mcwq-136142 | What actor edited The Floorwalker | [
"Charlie Chaplin"
] | {
"entities": [
"Q166739",
"Q882",
"Q33999"
],
"relations": [
"P106",
"P1040"
],
"adjacency": [
[
1,
0,
2
],
[
0,
1,
1
]
],
"entity_labels": [
"The Floorwalker",
"Charlie Chaplin",
"actor"
],
"relation_labels": [
"occupation",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q166739 wdt:P1040 ?x0
} |
mcwq-136143 | What actor edited King Kong , Heavenly Creatures , Braindead , and Meet the Feebles | [
"Jamie Selkirk"
] | {
"entities": [
"Q322206",
"Q8289",
"Q160215",
"Q33999",
"Q1319155",
"Q897429"
],
"relations": [
"P106",
"P1040"
],
"adjacency": [
[
1,
0,
3
],
[
5,
1,
1
],
[
4,
1,
1
],
[
2,
1,
1
],
[
0,
1,
1
]
],
"entity_labels": [
"Heavenly Creatures",
"Jamie Selkirk",
"King Kong",
"actor",
"Meet the Feebles",
"Braindead"
],
"relation_labels": [
"occupation",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q897429 wdt:P1040 ?x0 .
wd:Q1319155 wdt:P1040 ?x0 .
wd:Q160215 wdt:P1040 ?x0 .
wd:Q322206 wdt:P1040 ?x0
} |
mcwq-136144 | What actor edited The Bank , Modern Times , and The Floorwalker | [
"Charlie Chaplin"
] | {
"entities": [
"Q45602",
"Q33999",
"Q166739",
"Q882",
"Q2291409"
],
"relations": [
"P106",
"P1040"
],
"adjacency": [
[
3,
0,
1
],
[
4,
1,
3
],
[
0,
1,
3
],
[
2,
1,
3
]
],
"entity_labels": [
"Modern Times",
"actor",
"The Floorwalker",
"Charlie Chaplin",
"The Bank"
],
"relation_labels": [
"occupation",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q2291409 wdt:P1040 ?x0 .
wd:Q45602 wdt:P1040 ?x0 .
wd:Q166739 wdt:P1040 ?x0
} |
mcwq-136145 | What actor edited The Masquerader , Pay Day , The Floorwalker , City Lights , and Modern Times | [
"Charlie Chaplin"
] | {
"entities": [
"Q45602",
"Q33999",
"Q166739",
"Q238211",
"Q2345559",
"Q882",
"Q199039"
],
"relations": [
"P106",
"P1040"
],
"adjacency": [
[
5,
0,
1
],
[
4,
1,
5
],
[
2,
1,
5
],
[
0,
1,
5
],
[
6,
1,
5
],
[
3,
1,
5
]
],
"entity_labels": [
"Modern Times",
"actor",
"The Floorwalker",
"City Lights",
"The Masquerader",
"Charlie Chaplin",
"Pay Day"
],
"relation_labels": [
"occupation",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q2345559 wdt:P1040 ?x0 .
wd:Q166739 wdt:P1040 ?x0 .
wd:Q45602 wdt:P1040 ?x0 .
wd:Q199039 wdt:P1040 ?x0 .
wd:Q238211 wdt:P1040 ?x0
} |
mcwq-136146 | What actor edited and directed Metropolis | [
"Fritz Lang"
] | {
"entities": [
"Q151599",
"Q33999",
"Q19504"
],
"relations": [
"P106",
"P57",
"P1040"
],
"adjacency": [
[
2,
0,
1
],
[
0,
1,
2
],
[
0,
2,
2
]
],
"entity_labels": [
"Metropolis",
"actor",
"Fritz Lang"
],
"relation_labels": [
"occupation",
"director",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q151599 wdt:P57 ?x0 .
wd:Q151599 wdt:P1040 ?x0
} |
mcwq-136147 | What actor edited and wrote The Floorwalker | [
"Charlie Chaplin"
] | {
"entities": [
"Q166739",
"Q882",
"Q33999"
],
"relations": [
"P106",
"P58",
"P1040"
],
"adjacency": [
[
1,
0,
2
],
[
0,
2,
1
],
[
0,
1,
1
]
],
"entity_labels": [
"The Floorwalker",
"Charlie Chaplin",
"actor"
],
"relation_labels": [
"occupation",
"screenwriter",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q166739 wdt:P1040 ?x0 .
wd:Q166739 wdt:P58 ?x0
} |
mcwq-136148 | What actor edited , executive produced , and wrote Star Wars: Episode VI – Return of the Jedi | [
"George Lucas"
] | {
"entities": [
"Q38222",
"Q33999",
"Q181803"
],
"relations": [
"P106",
"P58",
"P1431",
"P1040"
],
"adjacency": [
[
0,
0,
1
],
[
2,
3,
0
],
[
2,
2,
0
],
[
2,
1,
0
]
],
"entity_labels": [
"George Lucas",
"actor",
"Star Wars: Episode VI – Return of the Jedi"
],
"relation_labels": [
"occupation",
"screenwriter",
"executive producer",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q181803 wdt:P1040 ?x0 .
wd:Q181803 wdt:P1431 ?x0 .
wd:Q181803 wdt:P58 ?x0
} |
mcwq-136150 | What actor employed by National Film Actors' Theatre did Sergei Bondarchuk marry , a film director marry , and Aleksey Adzhubey marry | [
"Irina Skobtseva"
] | {
"entities": [
"Q1001385",
"Q33999",
"Q55190",
"Q329454",
"Q917581",
"Q2526255"
],
"relations": [
"P106",
"P26",
"P108"
],
"adjacency": [
[
4,
0,
1
],
[
4,
2,
0
],
[
4,
1,
2
],
[
4,
1,
2
],
[
4,
1,
3
],
[
2,
0,
5
]
],
"entity_labels": [
"National Film Actors' Theatre",
"actor",
"Sergei Bondarchuk",
"Aleksey Adzhubey",
"Irina Skobtseva",
"film director"
],
"relation_labels": [
"occupation",
"spouse",
"employer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P108 wd:Q1001385 .
?x0 wdt:P26 ?x1 .
?x0 wdt:P26 wd:Q55190 .
?x0 wdt:P26 wd:Q329454 .
?x1 wdt:P106 wd:Q2526255 .
FILTER ( ?x0 != ?x1 ) .
FILTER ( ?x0 != wd:Q55190 ) .
FILTER ( ?x0 != wd:Q329454 )
} |
mcwq-136151 | What actor employed by Pratt Institute and Parsons School of Design and employed by State University of New York at New Paltz and Queens College directed and edited The Projectionist | [
"Harry Hurwitz"
] | {
"entities": [
"Q1204714",
"Q1760438",
"Q15438432",
"Q7758513",
"Q33999",
"Q1339626",
"Q7603625"
],
"relations": [
"P106",
"P57",
"P108",
"P1040"
],
"adjacency": [
[
2,
0,
4
],
[
3,
1,
2
],
[
3,
3,
2
],
[
2,
2,
0
],
[
2,
2,
1
],
[
2,
2,
5
],
[
2,
2,
6
]
],
"entity_labels": [
"Pratt Institute",
"Queens College",
"Harry Hurwitz",
"The Projectionist",
"actor",
"Parsons School of Design",
"State University of New York at New Paltz"
],
"relation_labels": [
"occupation",
"director",
"employer",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q7758513 wdt:P57 ?x0 .
wd:Q7758513 wdt:P1040 ?x0 .
?x0 wdt:P108 wd:Q1204714 .
?x0 wdt:P108 wd:Q1760438 .
?x0 wdt:P108 wd:Q1339626 .
?x0 wdt:P108 wd:Q7603625
} |
mcwq-136153 | What actor employed by Samuel Goldwyn Productions , United States Army Signal Corps , and Universal Pictures was a person 's spouse | [
"John Huston"
] | {
"entities": [
"Q736213",
"Q168383",
"Q7411497",
"Q33999",
"Q5",
"Q51575",
"Q18211504"
],
"relations": [
"P106",
"P26",
"P108",
"P31"
],
"adjacency": [
[
5,
0,
3
],
[
5,
2,
1
],
[
5,
2,
0
],
[
5,
2,
2
],
[
5,
1,
6
],
[
6,
3,
4
]
],
"entity_labels": [
"United States Army Signal Corps",
"Universal Pictures",
"Samuel Goldwyn Productions",
"actor",
"human",
"John Huston",
"Enrica Soma"
],
"relation_labels": [
"occupation",
"spouse",
"employer",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P108 wd:Q168383 .
?x0 wdt:P108 wd:Q736213 .
?x0 wdt:P108 wd:Q7411497 .
?x0 wdt:P26 ?x1 .
?x1 wdt:P31 wd:Q5 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-136154 | What actor employed by Comedy Club Production and employed by TNT and Muz-TV executive produced and wrote The Best Movie 2 | [
"Garik Kharlamov"
] | {
"entities": [
"Q4407199",
"Q471265",
"Q33999",
"Q4036434",
"Q4495971",
"Q1975145"
],
"relations": [
"P106",
"P108",
"P58",
"P1431"
],
"adjacency": [
[
4,
0,
2
],
[
0,
3,
4
],
[
0,
2,
4
],
[
4,
1,
5
],
[
4,
1,
3
],
[
4,
1,
1
]
],
"entity_labels": [
"The Best Movie 2",
"Muz-TV",
"actor",
"Comedy Club Production",
"Garik Kharlamov",
"TNT"
],
"relation_labels": [
"occupation",
"employer",
"screenwriter",
"executive producer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q4407199 wdt:P1431 ?x0 .
wd:Q4407199 wdt:P58 ?x0 .
?x0 wdt:P108 wd:Q1975145 .
?x0 wdt:P108 wd:Q4036434 .
?x0 wdt:P108 wd:Q471265
} |
mcwq-136156 | What actor executive produced A Good Day to Die Hard | [
"Bruce Willis"
] | {
"entities": [
"Q2680",
"Q33999",
"Q72276"
],
"relations": [
"P106",
"P1431"
],
"adjacency": [
[
0,
0,
1
],
[
2,
1,
0
]
],
"entity_labels": [
"Bruce Willis",
"actor",
"A Good Day to Die Hard"
],
"relation_labels": [
"occupation",
"executive producer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q72276 wdt:P1431 ?x0
} |
mcwq-136158 | What actor executive produced Speedway Junky , wrote Last Days and Mala Noche , and edited Gerry , Paranoid Park , and Don't Worry, He Won't Get Far on Foot | [
"Gus Van Sant"
] | {
"entities": [
"Q526162",
"Q1514846",
"Q28912377",
"Q33999",
"Q1770352",
"Q590570",
"Q25186",
"Q1139284"
],
"relations": [
"P106",
"P58",
"P1431",
"P1040"
],
"adjacency": [
[
6,
0,
3
],
[
1,
3,
6
],
[
7,
3,
6
],
[
2,
3,
6
],
[
4,
2,
6
],
[
0,
1,
6
],
[
5,
1,
6
]
],
"entity_labels": [
"Last Days",
"Gerry",
"Don't Worry, He Won't Get Far on Foot",
"actor",
"Speedway Junky",
"Mala Noche",
"Gus Van Sant",
"Paranoid Park"
],
"relation_labels": [
"occupation",
"screenwriter",
"executive producer",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q1514846 wdt:P1040 ?x0 .
wd:Q1139284 wdt:P1040 ?x0 .
wd:Q28912377 wdt:P1040 ?x0 .
wd:Q1770352 wdt:P1431 ?x0 .
wd:Q526162 wdt:P58 ?x0 .
wd:Q590570 wdt:P58 ?x0
} |
mcwq-136159 | What actor executive produced First Man , The Last Days , and Men in Black | [
"Steven Spielberg"
] | {
"entities": [
"Q8877",
"Q571014",
"Q33999",
"Q51416",
"Q42708010"
],
"relations": [
"P106",
"P1431"
],
"adjacency": [
[
0,
0,
2
],
[
4,
1,
0
],
[
1,
1,
0
],
[
3,
1,
0
]
],
"entity_labels": [
"Steven Spielberg",
"The Last Days",
"actor",
"Men in Black",
"First Man"
],
"relation_labels": [
"occupation",
"executive producer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q42708010 wdt:P1431 ?x0 .
wd:Q571014 wdt:P1431 ?x0 .
wd:Q51416 wdt:P1431 ?x0
} |
mcwq-136160 | What actor executive produced The President's Man , Forced Vengeance , Good Guys Wear Black , and Birdie & Bogey | [
"Chuck Norris"
] | {
"entities": [
"Q2528596",
"Q647814",
"Q3988811",
"Q33999",
"Q2673",
"Q3640303"
],
"relations": [
"P106",
"P1431"
],
"adjacency": [
[
4,
0,
3
],
[
2,
1,
4
],
[
5,
1,
4
],
[
0,
1,
4
],
[
1,
1,
4
]
],
"entity_labels": [
"Forced Vengeance",
"Good Guys Wear Black",
"The President's Man",
"actor",
"Chuck Norris",
"Birdie & Bogey"
],
"relation_labels": [
"occupation",
"executive producer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q3988811 wdt:P1431 ?x0 .
wd:Q3640303 wdt:P1431 ?x0 .
wd:Q2528596 wdt:P1431 ?x0 .
wd:Q647814 wdt:P1431 ?x0
} |
mcwq-136162 | What actor executive produced a film whose prequel was edited by Colin Goudie and John Gilroy and starred Ben Daniels and Forest Whitaker | [
"J. J. Abrams"
] | {
"entities": [
"Q188137",
"Q18486021",
"Q609458",
"Q28031320",
"Q33999",
"Q19590955",
"Q182763",
"Q11424",
"Q3181589"
],
"relations": [
"P155",
"P31",
"P1431",
"P1040",
"P106",
"P161"
],
"adjacency": [
[
0,
4,
4
],
[
1,
2,
0
],
[
1,
1,
7
],
[
1,
0,
5
],
[
5,
3,
3
],
[
5,
3,
8
],
[
5,
5,
2
],
[
5,
5,
6
]
],
"entity_labels": [
"J. J. Abrams",
"Star Wars: Episode VIII – The Last Jedi",
"Ben Daniels",
"Colin Goudie",
"actor",
"Rogue One",
"Forest Whitaker",
"film",
"John Gilroy"
],
"relation_labels": [
"follows",
"instance of",
"executive producer",
"film editor",
"occupation",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x1 wdt:P1431 ?x0 .
?x1 wdt:P31 wd:Q11424 .
?x1 wdt:P155 ?x2 .
?x2 wdt:P1040 wd:Q28031320 .
?x2 wdt:P1040 wd:Q3181589 .
?x2 wdt:P161 wd:Q609458 .
?x2 wdt:P161 wd:Q182763
} |
mcwq-136164 | What actor executive produced and edited Braindead | [
"Jamie Selkirk"
] | {
"entities": [
"Q8289",
"Q897429",
"Q33999"
],
"relations": [
"P106",
"P1431",
"P1040"
],
"adjacency": [
[
0,
0,
2
],
[
1,
2,
0
],
[
1,
1,
0
]
],
"entity_labels": [
"Jamie Selkirk",
"Braindead",
"actor"
],
"relation_labels": [
"occupation",
"executive producer",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q897429 wdt:P1040 ?x0 .
wd:Q897429 wdt:P1431 ?x0
} |
mcwq-136166 | What actor founded United Artists Corporation | [
"Mary Pickford",
"Douglas Fairbanks",
"Charlie Chaplin",
"D. W. Griffith"
] | {
"entities": [
"Q104109",
"Q33999",
"Q219400"
],
"relations": [
"P106",
"P112"
],
"adjacency": [
[
0,
0,
1
],
[
2,
1,
0
]
],
"entity_labels": [
"Mary Pickford",
"actor",
"United Artists Corporation"
],
"relation_labels": [
"occupation",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q219400 wdt:P112 ?x0
} |
mcwq-136168 | What actor founded Together 's distributor | [
"Mary Pickford",
"Douglas Fairbanks",
"Charlie Chaplin",
"D. W. Griffith"
] | {
"entities": [
"Q71978",
"Q104109",
"Q33999",
"Q219400"
],
"relations": [
"P106",
"P750",
"P112"
],
"adjacency": [
[
1,
0,
2
],
[
3,
2,
1
],
[
0,
1,
3
]
],
"entity_labels": [
"Together",
"Mary Pickford",
"actor",
"United Artists Corporation"
],
"relation_labels": [
"occupation",
"distributed by",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x1 wdt:P112 ?x0 .
wd:Q71978 wdt:P750 ?x1
} |
mcwq-136169 | What actor founded Pies Descalzos Foundation , was employed by Sony Music , and was employed by Live Nation , Universal Music Group , and Freixenet | [
"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-136170 | What actor founded WingNut Films and Weta Digital | [
"Peter Jackson"
] | {
"entities": [
"Q33999",
"Q4465",
"Q3569323",
"Q842482"
],
"relations": [
"P106",
"P112"
],
"adjacency": [
[
1,
0,
0
],
[
3,
1,
1
],
[
2,
1,
1
]
],
"entity_labels": [
"actor",
"Peter Jackson",
"WingNut Films",
"Wētā FX"
],
"relation_labels": [
"occupation",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q842482 wdt:P112 ?x0 .
wd:Q3569323 wdt:P112 ?x0
} |
mcwq-136171 | What actor founded No label defined and founded a distributor and producer of No label defined | [
"Charlie Chaplin"
] | {
"entities": [
"Q33999",
"Q18413941",
"Q3819764",
"Q882",
"Q219400"
],
"relations": [
"P272",
"P106",
"P750",
"P112"
],
"adjacency": [
[
3,
1,
0
],
[
4,
3,
3
],
[
1,
3,
3
],
[
2,
2,
4
],
[
2,
0,
4
]
],
"entity_labels": [
"actor",
null,
null,
"Charlie Chaplin",
"United Artists Corporation"
],
"relation_labels": [
"production company",
"occupation",
"distributed by",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x1 wdt:P112 ?x0 .
wd:Q18413941 wdt:P112 ?x0 .
wd:Q3819764 wdt:P750 ?x1 .
wd:Q3819764 wdt:P272 ?x1
} |
mcwq-136175 | What actor founded Dorothy Arzner 's employer | [
"Mary Pickford",
"Douglas Fairbanks",
"Dorothy Davenport",
"Charlie Chaplin",
"D. W. Griffith"
] | {
"entities": [
"Q104109",
"Q33999",
"Q447847",
"Q219400"
],
"relations": [
"P106",
"P108",
"P112"
],
"adjacency": [
[
0,
0,
1
],
[
3,
2,
0
],
[
2,
1,
3
]
],
"entity_labels": [
"Mary Pickford",
"actor",
"Dorothy Arzner",
"United Artists Corporation"
],
"relation_labels": [
"occupation",
"employer",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x1 wdt:P112 ?x0 .
wd:Q447847 wdt:P108 ?x1
} |
mcwq-136176 | What actor founded Oprah Winfrey Leadership Academy for Girls and The Angel Network and was employed by WTVF , WLS-TV , WVOL , Harpo Productions , and WJZ-TV | [
"Oprah Winfrey"
] | {
"entities": [
"Q7713752",
"Q7956946",
"Q7956467",
"Q3050972",
"Q33999",
"Q3564704",
"Q2012913",
"Q55800",
"Q7098682"
],
"relations": [
"P106",
"P108",
"P112"
],
"adjacency": [
[
7,
0,
4
],
[
0,
2,
7
],
[
8,
2,
7
],
[
7,
1,
5
],
[
7,
1,
3
],
[
7,
1,
6
],
[
7,
1,
2
],
[
7,
1,
1
]
],
"entity_labels": [
"The Angel Network",
"WVOL",
"WTVF",
"WLS-TV",
"actor",
"WJZ-TV",
"Harpo Productions",
"Oprah Winfrey",
"Oprah Winfrey Leadership Academy for Girls"
],
"relation_labels": [
"occupation",
"employer",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q7713752 wdt:P112 ?x0 .
wd:Q7098682 wdt:P112 ?x0 .
?x0 wdt:P108 wd:Q3564704 .
?x0 wdt:P108 wd:Q3050972 .
?x0 wdt:P108 wd:Q2012913 .
?x0 wdt:P108 wd:Q7956467 .
?x0 wdt:P108 wd:Q7956946
} |
mcwq-136180 | What actor founded No label defined , Charles Chaplin Film Corporation , and United Artists Corporation | [
"Charlie Chaplin"
] | {
"entities": [
"Q17335591",
"Q33999",
"Q18413941",
"Q882",
"Q219400"
],
"relations": [
"P106",
"P112"
],
"adjacency": [
[
3,
0,
1
],
[
0,
1,
3
],
[
2,
1,
3
],
[
4,
1,
3
]
],
"entity_labels": [
"Charles Chaplin Film Corporation",
"actor",
null,
"Charlie Chaplin",
"United Artists Corporation"
],
"relation_labels": [
"occupation",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q17335591 wdt:P112 ?x0 .
wd:Q18413941 wdt:P112 ?x0 .
wd:Q219400 wdt:P112 ?x0
} |
mcwq-136183 | What actor founded United Artists Corporation and founded a company | [
"Charlie Chaplin"
] | {
"entities": [
"Q4830453",
"Q33999",
"Q18413941",
"Q882",
"Q219400"
],
"relations": [
"P106",
"P31",
"P112"
],
"adjacency": [
[
3,
0,
1
],
[
2,
2,
3
],
[
4,
2,
3
],
[
2,
1,
0
]
],
"entity_labels": [
"business",
"actor",
null,
"Charlie Chaplin",
"United Artists Corporation"
],
"relation_labels": [
"occupation",
"instance of",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x1 wdt:P112 ?x0 .
wd:Q219400 wdt:P112 ?x0 .
?x1 wdt:P31 wd:Q4830453 } |
mcwq-136186 | What actor founded a company and founded Bloomberg L.P. and Bloomberg Philanthropies | [
"Michael Bloomberg"
] | {
"entities": [
"Q4830453",
"Q33999",
"Q16987920",
"Q42393368",
"Q13977",
"Q607"
],
"relations": [
"P106",
"P31",
"P112"
],
"adjacency": [
[
5,
0,
1
],
[
3,
2,
5
],
[
4,
2,
5
],
[
2,
2,
5
],
[
3,
1,
0
]
],
"entity_labels": [
"business",
"actor",
"Bloomberg Philanthropies",
"Willett Advisors",
"Bloomberg L.P.",
"Michael Bloomberg"
],
"relation_labels": [
"occupation",
"instance of",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x1 wdt:P112 ?x0 .
wd:Q13977 wdt:P112 ?x0 .
wd:Q16987920 wdt:P112 ?x0 .
?x1 wdt:P31 wd:Q4830453 } |
mcwq-136187 | What actor founded a production company that acquired Radio Disney , founded Disneyland, Inc. and Walt Disney Records , and founded The Walt Disney Company | [
"Walt Disney"
] | {
"entities": [
"Q33999",
"Q7414",
"Q54860",
"Q54857",
"Q3030499",
"Q1762059",
"Q8704"
],
"relations": [
"P127",
"P106",
"P31",
"P112"
],
"adjacency": [
[
6,
1,
0
],
[
1,
3,
6
],
[
4,
3,
6
],
[
1,
3,
6
],
[
2,
3,
6
],
[
1,
2,
5
],
[
3,
0,
1
]
],
"entity_labels": [
"actor",
"The Walt Disney Company",
"Walt Disney Records",
"Radio Disney",
"Disneyland, Inc.",
"film production company",
"Walt Disney"
],
"relation_labels": [
"owned by",
"occupation",
"instance of",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x1 wdt:P112 ?x0 .
wd:Q3030499 wdt:P112 ?x0 .
wd:Q7414 wdt:P112 ?x0 .
wd:Q54860 wdt:P112 ?x0 .
?x1 wdt:P31 wd:Q1762059 .
wd:Q54857 wdt:P127 ?x1
} |
mcwq-136188 | What actor founded a production company , founded Harpo Productions , Oprah Winfrey Leadership Academy for Girls , and The Angel Network , and was employed by WJZ-TV | [
"Oprah Winfrey"
] | {
"entities": [
"Q7713752",
"Q33999",
"Q3564704",
"Q2012913",
"Q55800",
"Q7098682",
"Q1762059"
],
"relations": [
"P106",
"P108",
"P31",
"P112"
],
"adjacency": [
[
4,
0,
1
],
[
3,
3,
4
],
[
0,
3,
4
],
[
5,
3,
4
],
[
3,
3,
4
],
[
4,
1,
2
],
[
3,
2,
6
]
],
"entity_labels": [
"The Angel Network",
"actor",
"WJZ-TV",
"Harpo Productions",
"Oprah Winfrey",
"Oprah Winfrey Leadership Academy for Girls",
"film production company"
],
"relation_labels": [
"occupation",
"employer",
"instance of",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x1 wdt:P112 ?x0 .
wd:Q7713752 wdt:P112 ?x0 .
wd:Q7098682 wdt:P112 ?x0 .
wd:Q2012913 wdt:P112 ?x0 .
?x0 wdt:P108 wd:Q3564704 .
?x1 wdt:P31 wd:Q1762059 } |
mcwq-136189 | What actor founded a production company , was employed by Columbia University , and was employed by Harvard University | [
"Spike Lee"
] | {
"entities": [
"Q51566",
"Q33999",
"Q1138658",
"Q13371",
"Q49088",
"Q1762059"
],
"relations": [
"P106",
"P108",
"P31",
"P112"
],
"adjacency": [
[
0,
0,
1
],
[
2,
3,
0
],
[
0,
1,
3
],
[
0,
1,
4
],
[
2,
2,
5
]
],
"entity_labels": [
"Spike Lee",
"actor",
"40 Acres & A Mule Filmworks",
"Harvard University",
"Columbia University",
"film production company"
],
"relation_labels": [
"occupation",
"employer",
"instance of",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x1 wdt:P112 ?x0 .
?x0 wdt:P108 wd:Q13371 .
?x0 wdt:P108 wd:Q49088 .
?x1 wdt:P31 wd:Q1762059 } |
mcwq-136191 | What actor influenced Sinéad O'Connor and influenced a composer | [
"Bob Dylan"
] | {
"entities": [
"Q36834",
"Q774617",
"Q193982",
"Q33999",
"Q392"
],
"relations": [
"P106",
"P737"
],
"adjacency": [
[
4,
0,
3
],
[
1,
1,
4
],
[
2,
1,
4
],
[
1,
0,
0
]
],
"entity_labels": [
"composer",
"Edoardo Bennato",
"Sinéad O'Connor",
"actor",
"Bob Dylan"
],
"relation_labels": [
"occupation",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x1 wdt:P737 ?x0 .
wd:Q193982 wdt:P737 ?x0 .
?x1 wdt:P106 wd:Q36834 } |
mcwq-136192 | What actor influenced Lars von Trier | [
"Andrei Tarkovsky"
] | {
"entities": [
"Q133730",
"Q853",
"Q33999"
],
"relations": [
"P106",
"P737"
],
"adjacency": [
[
1,
0,
2
],
[
0,
1,
1
]
],
"entity_labels": [
"Lars von Trier",
"Andrei Tarkovsky",
"actor"
],
"relation_labels": [
"occupation",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q133730 wdt:P737 ?x0
} |
mcwq-136193 | What actor influenced Taryll Jackson , Aminah Fountain , Britney Spears , and M. Pokora , was influenced by Diana Ross , and was influenced by a film editor | [
"Michael Jackson"
] | {
"entities": [
"Q24356",
"Q380799",
"Q11975",
"Q36290",
"Q33999",
"Q2831",
"Q7042855",
"Q41546473",
"Q882"
],
"relations": [
"P106",
"P737"
],
"adjacency": [
[
5,
0,
4
],
[
7,
1,
5
],
[
2,
1,
5
],
[
0,
1,
5
],
[
1,
1,
5
],
[
5,
1,
8
],
[
5,
1,
3
],
[
8,
0,
6
]
],
"entity_labels": [
"Taryll Jackson",
"M. Pokora",
"Britney Spears",
"Diana Ross",
"actor",
"Michael Jackson",
"film editor",
"Aminah Fountain",
"Charlie Chaplin"
],
"relation_labels": [
"occupation",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q41546473 wdt:P737 ?x0 .
wd:Q11975 wdt:P737 ?x0 .
wd:Q24356 wdt:P737 ?x0 .
wd:Q380799 wdt:P737 ?x0 .
?x0 wdt:P737 ?x1 .
?x0 wdt:P737 wd:Q36290 .
?x1 wdt:P106 wd:Q7042855 } |
mcwq-136196 | What actor influenced Giulietta Masina 's Italian spouse | [
"Charlie Chaplin"
] | {
"entities": [
"Q33999",
"Q106907",
"Q882",
"Q7371",
"Q38"
],
"relations": [
"P106",
"P27",
"P737",
"P26"
],
"adjacency": [
[
2,
0,
0
],
[
3,
2,
2
],
[
3,
1,
4
],
[
3,
3,
1
]
],
"entity_labels": [
"actor",
"Giulietta Masina",
"Charlie Chaplin",
"Federico Fellini",
"Italy"
],
"relation_labels": [
"occupation",
"country of citizenship",
"influenced by",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x1 wdt:P737 ?x0 .
?x1 wdt:P27 wd:Q38 .
?x1 wdt:P26 wd:Q106907 .
FILTER ( ?x1 != wd:Q106907 )
} |
mcwq-136197 | What actor influenced Robert Capron , was influenced by Stanley Kubrick , and was influenced by a cinematographer | [
"Robin Williams"
] | {
"entities": [
"Q83338",
"Q2001",
"Q33999",
"Q222344",
"Q1321271"
],
"relations": [
"P106",
"P737"
],
"adjacency": [
[
0,
0,
2
],
[
4,
1,
0
],
[
0,
1,
1
],
[
0,
1,
1
],
[
1,
0,
3
]
],
"entity_labels": [
"Robin Williams",
"Stanley Kubrick",
"actor",
"cinematographer",
"Robert Capron"
],
"relation_labels": [
"occupation",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q1321271 wdt:P737 ?x0 .
?x0 wdt:P737 ?x1 .
?x0 wdt:P737 wd:Q2001 .
?x1 wdt:P106 wd:Q222344 } |
mcwq-136199 | What actor influenced Epidemic 's editor | [
"Andrei Tarkovsky"
] | {
"entities": [
"Q133730",
"Q853",
"Q33999",
"Q1754559"
],
"relations": [
"P106",
"P737",
"P1040"
],
"adjacency": [
[
1,
0,
2
],
[
0,
1,
1
],
[
3,
2,
0
]
],
"entity_labels": [
"Lars von Trier",
"Andrei Tarkovsky",
"actor",
"Epidemic"
],
"relation_labels": [
"occupation",
"influenced by",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x1 wdt:P737 ?x0 .
wd:Q1754559 wdt:P1040 ?x1
} |
mcwq-136203 | What actor influenced Asoka Handagama , married Ingrid von Rosen , Gun Bergman , Käbi Laretei , and Else Fisher , and married Ellen Bergman | [
"Ingmar Bergman"
] | {
"entities": [
"Q7546",
"Q15695053",
"Q33999",
"Q4975453",
"Q438786",
"Q2866745",
"Q4938547",
"Q3723687"
],
"relations": [
"P106",
"P26",
"P737"
],
"adjacency": [
[
0,
0,
2
],
[
5,
2,
0
],
[
0,
1,
7
],
[
0,
1,
3
],
[
0,
1,
6
],
[
0,
1,
4
],
[
0,
1,
1
]
],
"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:Q3723687 .
?x0 wdt:P26 wd:Q4975453 .
?x0 wdt:P26 wd:Q4938547 .
?x0 wdt:P26 wd:Q438786 .
?x0 wdt:P26 wd:Q15695053 .
FILTER ( ?x0 != wd:Q3723687 ) .
FILTER ( ?x0 != wd:Q4975453 ) .
FILTER ( ?x0 != wd:Q4938547 ) .
FILTER ( ?x0 != wd:Q438786 ) .
FILTER ( ?x0 != wd:Q15695053 )
} |
mcwq-136207 | What actor influenced Giulietta Masina 's spouse | [
"Charlie Chaplin"
] | {
"entities": [
"Q106907",
"Q882",
"Q7371",
"Q33999"
],
"relations": [
"P106",
"P26",
"P737"
],
"adjacency": [
[
1,
0,
3
],
[
2,
2,
1
],
[
2,
1,
0
]
],
"entity_labels": [
"Giulietta Masina",
"Charlie Chaplin",
"Federico Fellini",
"actor"
],
"relation_labels": [
"occupation",
"spouse",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x1 wdt:P737 ?x0 .
?x1 wdt:P26 wd:Q106907 .
FILTER ( ?x1 != wd:Q106907 )
} |
mcwq-136210 | What actor influenced Epic Records 's employee | [
"John Lennon",
"Prince"
] | {
"entities": [
"Q216364",
"Q33999",
"Q1203",
"Q34424"
],
"relations": [
"P108",
"P106",
"P737"
],
"adjacency": [
[
2,
1,
1
],
[
3,
2,
2
],
[
3,
0,
0
]
],
"entity_labels": [
"Epic Records",
"actor",
"John Lennon",
"Shakira"
],
"relation_labels": [
"employer",
"occupation",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x1 wdt:P737 ?x0 .
?x1 wdt:P108 wd:Q216364
} |
mcwq-136215 | What actor influenced LUMINA 's writer and director , was influenced by George Lucas , and was influenced by a cinematographer | [
"Christopher Nolan"
] | {
"entities": [
"Q56222322",
"Q38222",
"Q33999",
"Q222344",
"Q25191",
"Q68121903"
],
"relations": [
"P106",
"P57",
"P737",
"P58"
],
"adjacency": [
[
4,
0,
2
],
[
0,
2,
4
],
[
4,
2,
1
],
[
4,
2,
1
],
[
5,
1,
0
],
[
5,
3,
0
],
[
1,
0,
3
]
],
"entity_labels": [
"Gino Justin Hudson McKoy",
"George Lucas",
"actor",
"cinematographer",
"Christopher Nolan",
"LUMINA"
],
"relation_labels": [
"occupation",
"director",
"influenced by",
"screenwriter"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x1 wdt:P737 ?x0 .
?x0 wdt:P737 ?x2 .
?x0 wdt:P737 wd:Q38222 .
wd:Q68121903 wdt:P57 ?x1 .
wd:Q68121903 wdt:P58 ?x1 .
?x2 wdt:P106 wd:Q222344 } |
mcwq-136218 | What actor influenced The Film Foundation 's Italian founder | [
"Howard Hawks"
] | {
"entities": [
"Q51581",
"Q33999",
"Q3520874",
"Q38",
"Q41148"
],
"relations": [
"P106",
"P27",
"P737",
"P112"
],
"adjacency": [
[
0,
0,
1
],
[
4,
2,
0
],
[
2,
3,
4
],
[
4,
1,
3
]
],
"entity_labels": [
"Howard Hawks",
"actor",
"The Film Foundation",
"Italy",
"Martin Scorsese"
],
"relation_labels": [
"occupation",
"country of citizenship",
"influenced by",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x1 wdt:P737 ?x0 .
wd:Q3520874 wdt:P112 ?x1 .
?x1 wdt:P27 wd:Q38
} |
mcwq-136219 | What actor influenced The Idiots 's cinematographer and star | [
"Andrei Tarkovsky"
] | {
"entities": [
"Q133730",
"Q853",
"Q775356",
"Q33999"
],
"relations": [
"P344",
"P106",
"P737",
"P161"
],
"adjacency": [
[
1,
1,
3
],
[
0,
2,
1
],
[
2,
3,
0
],
[
2,
0,
0
]
],
"entity_labels": [
"Lars von Trier",
"Andrei Tarkovsky",
"The Idiots",
"actor"
],
"relation_labels": [
"director of photography",
"occupation",
"influenced by",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x1 wdt:P737 ?x0 .
wd:Q775356 wdt:P161 ?x1 .
wd:Q775356 wdt:P344 ?x1
} |
mcwq-136220 | What actor influenced Lars von Trier and influenced a film director | [
"Andrei Tarkovsky"
] | {
"entities": [
"Q133730",
"Q853",
"Q33999",
"Q2526255"
],
"relations": [
"P106",
"P737"
],
"adjacency": [
[
1,
0,
2
],
[
0,
1,
1
],
[
0,
1,
1
],
[
0,
0,
3
]
],
"entity_labels": [
"Lars von Trier",
"Andrei Tarkovsky",
"actor",
"film director"
],
"relation_labels": [
"occupation",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x1 wdt:P737 ?x0 .
wd:Q133730 wdt:P737 ?x0 .
?x1 wdt:P106 wd:Q2526255 } |
mcwq-136222 | What actor influenced a cinematographer and editor of A Flower | [
"Andrei Tarkovsky"
] | {
"entities": [
"Q133730",
"Q853",
"Q33999",
"Q20493982"
],
"relations": [
"P344",
"P106",
"P737",
"P1040"
],
"adjacency": [
[
1,
1,
2
],
[
0,
2,
1
],
[
3,
0,
0
],
[
3,
3,
0
]
],
"entity_labels": [
"Lars von Trier",
"Andrei Tarkovsky",
"actor",
"A Flower"
],
"relation_labels": [
"director of photography",
"occupation",
"influenced by",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x1 wdt:P737 ?x0 .
wd:Q20493982 wdt:P344 ?x1 .
wd:Q20493982 wdt:P1040 ?x1
} |
mcwq-136224 | What actor influenced a film director 's spouse and was influenced by Last Tango in Paris 's writer | [
"Jacques Demy"
] | {
"entities": [
"Q33999",
"Q229990",
"Q312258",
"Q570567",
"Q2526255"
],
"relations": [
"P106",
"P26",
"P737",
"P58"
],
"adjacency": [
[
2,
0,
0
],
[
1,
2,
2
],
[
2,
2,
1
],
[
1,
1,
2
],
[
3,
3,
1
],
[
2,
0,
4
]
],
"entity_labels": [
"actor",
"Agnès Varda",
"Jacques Demy",
"Last Tango in Paris",
"film director"
],
"relation_labels": [
"occupation",
"spouse",
"influenced by",
"screenwriter"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x1 wdt:P737 ?x0 .
?x0 wdt:P737 ?x2 .
?x1 wdt:P26 ?x3 .
wd:Q570567 wdt:P58 ?x2 .
?x3 wdt:P106 wd:Q2526255 .
FILTER ( ?x1 != ?x3 )
} |
mcwq-136226 | What actor influenced a film 's writer and editor and married Slim Keith , Dee Hartford , and Athole Shearer | [
"Howard Hawks"
] | {
"entities": [
"Q51581",
"Q434718",
"Q4815644",
"Q33999",
"Q7540593",
"Q95008",
"Q5249911",
"Q11424"
],
"relations": [
"P58",
"P31",
"P1040",
"P106",
"P26",
"P737"
],
"adjacency": [
[
0,
3,
3
],
[
5,
5,
0
],
[
0,
4,
2
],
[
0,
4,
6
],
[
0,
4,
4
],
[
1,
2,
5
],
[
1,
0,
5
],
[
1,
1,
7
]
],
"entity_labels": [
"Howard Hawks",
"Assault on Precinct 13",
"Athole Shearer",
"actor",
"Slim Keith",
"John Carpenter",
"Dee Hartford",
"film"
],
"relation_labels": [
"screenwriter",
"instance of",
"film editor",
"occupation",
"spouse",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x1 wdt:P737 ?x0 .
?x0 wdt:P26 wd:Q4815644 .
?x0 wdt:P26 wd:Q5249911 .
?x0 wdt:P26 wd:Q7540593 .
?x2 wdt:P1040 ?x1 .
?x2 wdt:P58 ?x1 .
?x2 wdt:P31 wd:Q11424 .
FILTER ( ?x0 != wd:Q4815644 ) .
FILTER ( ?x0 != wd:Q5249911 ) .
FILTER ( ?x0 != wd:Q7540593 )
} |
mcwq-136228 | What actor influenced a writer of Magical Mystery Tour , was influenced by a person , and was influenced by Woody Guthrie | [
"Bob Dylan"
] | {
"entities": [
"Q4061",
"Q901203",
"Q33999",
"Q5",
"Q392",
"Q1299"
],
"relations": [
"P106",
"P737",
"P58",
"P31"
],
"adjacency": [
[
4,
0,
2
],
[
5,
1,
4
],
[
4,
1,
0
],
[
4,
1,
0
],
[
1,
2,
5
],
[
0,
3,
3
]
],
"entity_labels": [
"Woody Guthrie",
"Magical Mystery Tour",
"actor",
"human",
"Bob Dylan",
"The Beatles"
],
"relation_labels": [
"occupation",
"influenced by",
"screenwriter",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x1 wdt:P737 ?x0 .
?x0 wdt:P737 ?x2 .
?x0 wdt:P737 wd:Q4061 .
wd:Q901203 wdt:P58 ?x1 .
?x2 wdt:P31 wd:Q5 } |
mcwq-136229 | What actor influenced a writer of Dancer in the Dark | [
"Andrei Tarkovsky"
] | {
"entities": [
"Q133730",
"Q853",
"Q110365",
"Q33999"
],
"relations": [
"P106",
"P737",
"P58"
],
"adjacency": [
[
1,
0,
3
],
[
0,
1,
1
],
[
2,
2,
0
]
],
"entity_labels": [
"Lars von Trier",
"Andrei Tarkovsky",
"Dancer in the Dark",
"actor"
],
"relation_labels": [
"occupation",
"influenced by",
"screenwriter"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x1 wdt:P737 ?x0 .
wd:Q110365 wdt:P58 ?x1
} |
mcwq-136231 | What actor influenced a editor and executive producer of Ponyo on the Cliff by the Sea | [
"Yuri Norstein"
] | {
"entities": [
"Q236728",
"Q55400",
"Q33999",
"Q371337"
],
"relations": [
"P106",
"P737",
"P1431",
"P1040"
],
"adjacency": [
[
3,
0,
2
],
[
1,
1,
3
],
[
0,
3,
1
],
[
0,
2,
1
]
],
"entity_labels": [
"Ponyo on the Cliff by the Sea",
"Hayao Miyazaki",
"actor",
"Yuri Norstein"
],
"relation_labels": [
"occupation",
"influenced by",
"executive producer",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x1 wdt:P737 ?x0 .
wd:Q236728 wdt:P1040 ?x1 .
wd:Q236728 wdt:P1431 ?x1
} |
mcwq-136232 | What actor influenced a executive producer of a prequel of Hostel: Part II | [
"Howard Hawks"
] | {
"entities": [
"Q1048645",
"Q51581",
"Q842720",
"Q33999",
"Q3772"
],
"relations": [
"P106",
"P737",
"P1431",
"P156"
],
"adjacency": [
[
1,
0,
3
],
[
4,
1,
1
],
[
2,
2,
4
],
[
2,
3,
0
]
],
"entity_labels": [
"Hostel: Part II",
"Howard Hawks",
"Hostel",
"actor",
"Quentin Tarantino"
],
"relation_labels": [
"occupation",
"influenced by",
"executive producer",
"followed by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x1 wdt:P737 ?x0 .
?x2 wdt:P1431 ?x1 .
?x2 wdt:P156 wd:Q1048645
} |
mcwq-136233 | What actor influenced and married Ciné Tamaris 's founder | [
"Jacques Demy"
] | {
"entities": [
"Q33999",
"Q229990",
"Q312258",
"Q2973049"
],
"relations": [
"P106",
"P26",
"P737",
"P112"
],
"adjacency": [
[
2,
0,
0
],
[
1,
2,
2
],
[
2,
1,
1
],
[
3,
3,
1
]
],
"entity_labels": [
"actor",
"Agnès Varda",
"Jacques Demy",
"Ciné Tamaris"
],
"relation_labels": [
"occupation",
"spouse",
"influenced by",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x1 wdt:P737 ?x0 .
?x0 wdt:P26 ?x1 .
wd:Q2973049 wdt:P112 ?x1 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-136234 | What actor influenced and married 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 )
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.