id
stringlengths 11
13
| question
stringlengths 11
8.64k
| answers
sequence | subgraph
dict | sparql
stringlengths 49
483
|
---|---|---|---|---|
mcwq-130926 | What British actor did UNICEF employ | [
"Millie Bobby Brown",
"Maggie Cheung",
"David Beckham",
"Ralph Fiennes",
"Audrey Hepburn",
"Orlando Bloom"
] | {
"entities": [
"Q740308",
"Q33999",
"Q42786",
"Q145"
],
"relations": [
"P106",
"P27",
"P108"
],
"adjacency": [
[
2,
0,
1
],
[
2,
2,
0
],
[
2,
1,
3
]
],
"entity_labels": [
"UNICEF",
"actor",
"Audrey Hepburn",
"United Kingdom"
],
"relation_labels": [
"occupation",
"country of citizenship",
"employer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P108 wd:Q740308 .
?x0 wdt:P27 wd:Q145
} |
mcwq-130927 | What British actor did Bertrand Russell , Ronald Fisher , and Douglas Adams influence | [
"Richard Dawkins"
] | {
"entities": [
"Q33760",
"Q145",
"Q33999",
"Q42",
"Q216723",
"Q44461"
],
"relations": [
"P106",
"P27",
"P737"
],
"adjacency": [
[
5,
0,
2
],
[
5,
2,
3
],
[
5,
2,
0
],
[
5,
2,
4
],
[
5,
1,
1
]
],
"entity_labels": [
"Bertrand Russell",
"United Kingdom",
"actor",
"Douglas Adams",
"Ronald Fisher",
"Richard Dawkins"
],
"relation_labels": [
"occupation",
"country of citizenship",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P737 wd:Q42 .
?x0 wdt:P737 wd:Q33760 .
?x0 wdt:P737 wd:Q216723 .
?x0 wdt:P27 wd:Q145
} |
mcwq-130928 | What British actor did Douglas Adams influence | [
"Richard Dawkins"
] | {
"entities": [
"Q145",
"Q33999",
"Q42",
"Q44461"
],
"relations": [
"P106",
"P27",
"P737"
],
"adjacency": [
[
3,
0,
1
],
[
3,
2,
2
],
[
3,
1,
0
]
],
"entity_labels": [
"United Kingdom",
"actor",
"Douglas Adams",
"Richard Dawkins"
],
"relation_labels": [
"occupation",
"country of citizenship",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P737 wd:Q42 .
?x0 wdt:P27 wd:Q145
} |
mcwq-130930 | What British actor did The Great Dictator star | [
"Henry Daniell",
"Reginald Gardiner",
"Charlie Chaplin"
] | {
"entities": [
"Q1369906",
"Q33999",
"Q145",
"Q109116"
],
"relations": [
"P106",
"P27",
"P161"
],
"adjacency": [
[
0,
0,
1
],
[
3,
2,
0
],
[
0,
1,
2
]
],
"entity_labels": [
"Henry Daniell",
"actor",
"United Kingdom",
"The Great Dictator"
],
"relation_labels": [
"occupation",
"country of citizenship",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q109116 wdt:P161 ?x0 .
?x0 wdt:P27 wd:Q145
} |
mcwq-130931 | What British actor did Paulette Goddard , Lita Grey , Oona O'Neill , and Mildred Harris marry | [
"Charlie Chaplin"
] | {
"entities": [
"Q145",
"Q32337",
"Q33999",
"Q95050",
"Q137808",
"Q241019",
"Q882"
],
"relations": [
"P106",
"P27",
"P26"
],
"adjacency": [
[
6,
0,
2
],
[
6,
1,
0
],
[
6,
2,
4
],
[
6,
2,
5
],
[
6,
2,
1
],
[
6,
2,
3
]
],
"entity_labels": [
"United Kingdom",
"Lita Grey",
"actor",
"Paulette Goddard",
"Oona O'Neill",
"Mildred Harris",
"Charlie Chaplin"
],
"relation_labels": [
"occupation",
"country of citizenship",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P27 wd:Q145 .
?x0 wdt:P26 wd:Q137808 .
?x0 wdt:P26 wd:Q241019 .
?x0 wdt:P26 wd:Q32337 .
?x0 wdt:P26 wd:Q95050 .
FILTER ( ?x0 != wd:Q137808 ) .
FILTER ( ?x0 != wd:Q241019 ) .
FILTER ( ?x0 != wd:Q32337 ) .
FILTER ( ?x0 != wd:Q95050 )
} |
mcwq-130932 | What British actor did Mildred Harris , Paulette Goddard , and Oona O'Neill marry | [
"Charlie Chaplin"
] | {
"entities": [
"Q145",
"Q33999",
"Q95050",
"Q137808",
"Q241019",
"Q882"
],
"relations": [
"P106",
"P27",
"P26"
],
"adjacency": [
[
5,
0,
1
],
[
5,
1,
0
],
[
5,
2,
2
],
[
5,
2,
3
],
[
5,
2,
4
]
],
"entity_labels": [
"United Kingdom",
"actor",
"Paulette Goddard",
"Oona O'Neill",
"Mildred Harris",
"Charlie Chaplin"
],
"relation_labels": [
"occupation",
"country of citizenship",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P27 wd:Q145 .
?x0 wdt:P26 wd:Q95050 .
?x0 wdt:P26 wd:Q137808 .
?x0 wdt:P26 wd:Q241019 .
FILTER ( ?x0 != wd:Q95050 ) .
FILTER ( ?x0 != wd:Q137808 ) .
FILTER ( ?x0 != wd:Q241019 )
} |
mcwq-130934 | What British actor directed Mutiny on the Bounty | [
"Frank Lloyd"
] | {
"entities": [
"Q145",
"Q329709",
"Q33999",
"Q28941"
],
"relations": [
"P27",
"P106",
"P57"
],
"adjacency": [
[
3,
1,
2
],
[
1,
2,
3
],
[
3,
0,
0
]
],
"entity_labels": [
"United Kingdom",
"Mutiny on the Bounty",
"actor",
"Frank Lloyd"
],
"relation_labels": [
"country of citizenship",
"occupation",
"director"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q329709 wdt:P57 ?x0 .
?x0 wdt:P27 wd:Q145
} |
mcwq-130935 | What British actor directed The Gold Rush and The Great Dictator and directed Modern Times and Recreation | [
"Charlie Chaplin"
] | {
"entities": [
"Q145",
"Q45602",
"Q33999",
"Q214723",
"Q109116",
"Q2445751",
"Q882"
],
"relations": [
"P27",
"P106",
"P57"
],
"adjacency": [
[
6,
1,
2
],
[
5,
2,
6
],
[
3,
2,
6
],
[
1,
2,
6
],
[
4,
2,
6
],
[
6,
0,
0
]
],
"entity_labels": [
"United Kingdom",
"Modern Times",
"actor",
"The Gold Rush",
"The Great Dictator",
"Recreation",
"Charlie Chaplin"
],
"relation_labels": [
"country of citizenship",
"occupation",
"director"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q2445751 wdt:P57 ?x0 .
wd:Q214723 wdt:P57 ?x0 .
wd:Q45602 wdt:P57 ?x0 .
wd:Q109116 wdt:P57 ?x0 .
?x0 wdt:P27 wd:Q145
} |
mcwq-130937 | What British actor edited The Floorwalker | [
"Charlie Chaplin"
] | {
"entities": [
"Q166739",
"Q882",
"Q33999",
"Q145"
],
"relations": [
"P106",
"P27",
"P1040"
],
"adjacency": [
[
1,
0,
2
],
[
0,
2,
1
],
[
1,
1,
3
]
],
"entity_labels": [
"The Floorwalker",
"Charlie Chaplin",
"actor",
"United Kingdom"
],
"relation_labels": [
"occupation",
"country of citizenship",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q166739 wdt:P1040 ?x0 .
?x0 wdt:P27 wd:Q145
} |
mcwq-130938 | What British actor employed by Institute for Advanced Study was employed by Queens College and Princeton University and was employed by University of Rochester | [
"Banesh Hoffmann"
] | {
"entities": [
"Q1760438",
"Q145",
"Q247501",
"Q33999",
"Q21578",
"Q149990",
"Q635642"
],
"relations": [
"P106",
"P27",
"P108"
],
"adjacency": [
[
2,
0,
3
],
[
2,
2,
5
],
[
2,
2,
4
],
[
2,
2,
6
],
[
2,
2,
0
],
[
2,
1,
1
]
],
"entity_labels": [
"Queens College",
"United Kingdom",
"Banesh Hoffmann",
"actor",
"Princeton University",
"University of Rochester",
"Institute for Advanced Study"
],
"relation_labels": [
"occupation",
"country of citizenship",
"employer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P108 wd:Q149990 .
?x0 wdt:P108 wd:Q21578 .
?x0 wdt:P108 wd:Q635642 .
?x0 wdt:P108 wd:Q1760438 .
?x0 wdt:P27 wd:Q145
} |
mcwq-130939 | What British actor executive produced Mona Lisa | [
"George Harrison"
] | {
"entities": [
"Q33999",
"Q145",
"Q2643",
"Q574057"
],
"relations": [
"P106",
"P27",
"P1431"
],
"adjacency": [
[
2,
0,
0
],
[
3,
2,
2
],
[
2,
1,
1
]
],
"entity_labels": [
"actor",
"United Kingdom",
"George Harrison",
"Mona Lisa"
],
"relation_labels": [
"occupation",
"country of citizenship",
"executive producer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q574057 wdt:P1431 ?x0 .
?x0 wdt:P27 wd:Q145
} |
mcwq-130940 | What British actor executive produced and wrote Cemetery Junction and Derek | [
"Ricky Gervais"
] | {
"entities": [
"Q145",
"Q33999",
"Q3964185",
"Q23517",
"Q1988305"
],
"relations": [
"P106",
"P27",
"P58",
"P1431"
],
"adjacency": [
[
3,
0,
1
],
[
4,
3,
3
],
[
2,
3,
3
],
[
4,
2,
3
],
[
2,
2,
3
],
[
3,
1,
0
]
],
"entity_labels": [
"United Kingdom",
"actor",
"Derek",
"Ricky Gervais",
"Cemetery Junction"
],
"relation_labels": [
"occupation",
"country of citizenship",
"screenwriter",
"executive producer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q1988305 wdt:P1431 ?x0 .
wd:Q3964185 wdt:P1431 ?x0 .
wd:Q1988305 wdt:P58 ?x0 .
wd:Q3964185 wdt:P58 ?x0 .
?x0 wdt:P27 wd:Q145
} |
mcwq-130943 | What British actor influenced Harold Lloyd | [
"Charlie Chaplin"
] | {
"entities": [
"Q882",
"Q33999",
"Q145",
"Q104340"
],
"relations": [
"P106",
"P27",
"P737"
],
"adjacency": [
[
0,
0,
1
],
[
3,
2,
0
],
[
0,
1,
2
]
],
"entity_labels": [
"Charlie Chaplin",
"actor",
"United Kingdom",
"Harold Lloyd"
],
"relation_labels": [
"occupation",
"country of citizenship",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q104340 wdt:P737 ?x0 .
?x0 wdt:P27 wd:Q145
} |
mcwq-130944 | What British actor married Lita Grey and Paulette Goddard | [
"Charlie Chaplin"
] | {
"entities": [
"Q882",
"Q145",
"Q33999",
"Q95050",
"Q32337"
],
"relations": [
"P106",
"P27",
"P26"
],
"adjacency": [
[
0,
0,
2
],
[
0,
1,
1
],
[
0,
2,
4
],
[
0,
2,
3
]
],
"entity_labels": [
"Charlie Chaplin",
"United Kingdom",
"actor",
"Paulette Goddard",
"Lita Grey"
],
"relation_labels": [
"occupation",
"country of citizenship",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P27 wd:Q145 .
?x0 wdt:P26 wd:Q32337 .
?x0 wdt:P26 wd:Q95050 .
FILTER ( ?x0 != wd:Q32337 ) .
FILTER ( ?x0 != wd:Q95050 )
} |
mcwq-130947 | What British actor married Padma Lakshmi , Elizabeth West , and Marianne Wiggins , was influenced by Vladimir Nabokov , and influenced Christopher Hitchens | [
"Salman Rushdie"
] | {
"entities": [
"Q145",
"Q49081",
"Q33999",
"Q44306",
"Q36591",
"Q464835",
"Q6762285",
"Q76317251"
],
"relations": [
"P106",
"P27",
"P737",
"P26"
],
"adjacency": [
[
3,
0,
2
],
[
1,
2,
3
],
[
3,
2,
4
],
[
3,
1,
0
],
[
3,
3,
6
],
[
3,
3,
7
],
[
3,
3,
5
]
],
"entity_labels": [
"United Kingdom",
"Christopher Hitchens",
"actor",
"Salman Rushdie",
"Vladimir Nabokov",
"Padma Lakshmi",
"Marianne Wiggins",
"Elizabeth West"
],
"relation_labels": [
"occupation",
"country of citizenship",
"influenced by",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q49081 wdt:P737 ?x0 .
?x0 wdt:P737 wd:Q36591 .
?x0 wdt:P27 wd:Q145 .
?x0 wdt:P26 wd:Q6762285 .
?x0 wdt:P26 wd:Q76317251 .
?x0 wdt:P26 wd:Q464835 .
FILTER ( ?x0 != wd:Q6762285 ) .
FILTER ( ?x0 != wd:Q76317251 ) .
FILTER ( ?x0 != wd:Q464835 )
} |
mcwq-130957 | What British actor that Padma Lakshmi married did Elizabeth West marry | [
"Salman Rushdie"
] | {
"entities": [
"Q145",
"Q44306",
"Q33999",
"Q464835",
"Q76317251"
],
"relations": [
"P106",
"P27",
"P26"
],
"adjacency": [
[
1,
0,
2
],
[
1,
1,
0
],
[
1,
2,
4
],
[
1,
2,
3
]
],
"entity_labels": [
"United Kingdom",
"Salman Rushdie",
"actor",
"Padma Lakshmi",
"Elizabeth West"
],
"relation_labels": [
"occupation",
"country of citizenship",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P27 wd:Q145 .
?x0 wdt:P26 wd:Q76317251 .
?x0 wdt:P26 wd:Q464835 .
FILTER ( ?x0 != wd:Q76317251 ) .
FILTER ( ?x0 != wd:Q464835 )
} |
mcwq-130958 | What British actor that The Genius of Charles Darwin starred did University of California, Berkeley and University of Oxford employ | [
"Richard Dawkins"
] | {
"entities": [
"Q145",
"Q33999",
"Q168756",
"Q34433",
"Q64535",
"Q44461"
],
"relations": [
"P106",
"P27",
"P108",
"P161"
],
"adjacency": [
[
5,
0,
1
],
[
4,
3,
5
],
[
5,
2,
3
],
[
5,
2,
2
],
[
5,
1,
0
]
],
"entity_labels": [
"United Kingdom",
"actor",
"University of California, Berkeley",
"University of Oxford",
"The Genius of Charles Darwin",
"Richard Dawkins"
],
"relation_labels": [
"occupation",
"country of citizenship",
"employer",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q64535 wdt:P161 ?x0 .
?x0 wdt:P108 wd:Q34433 .
?x0 wdt:P108 wd:Q168756 .
?x0 wdt:P27 wd:Q145
} |
mcwq-130960 | What British actor that founded Northern Songs did Cynthia Lennon and Yoko Ono marry | [
"John Lennon"
] | {
"entities": [
"Q145",
"Q253192",
"Q33999",
"Q1203",
"Q117012",
"Q2499404"
],
"relations": [
"P106",
"P27",
"P26",
"P112"
],
"adjacency": [
[
3,
0,
2
],
[
5,
3,
3
],
[
3,
1,
0
],
[
3,
2,
4
],
[
3,
2,
1
]
],
"entity_labels": [
"United Kingdom",
"Cynthia Lennon",
"actor",
"John Lennon",
"Yoko Ono",
"Northern Songs"
],
"relation_labels": [
"occupation",
"country of citizenship",
"spouse",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q2499404 wdt:P112 ?x0 .
?x0 wdt:P27 wd:Q145 .
?x0 wdt:P26 wd:Q117012 .
?x0 wdt:P26 wd:Q253192 .
FILTER ( ?x0 != wd:Q117012 ) .
FILTER ( ?x0 != wd:Q253192 )
} |
mcwq-130961 | What British actor was a editor of Following | [
"Christopher Nolan"
] | {
"entities": [
"Q685817",
"Q25191",
"Q33999",
"Q145"
],
"relations": [
"P106",
"P27",
"P1040"
],
"adjacency": [
[
1,
0,
2
],
[
0,
2,
1
],
[
1,
1,
3
]
],
"entity_labels": [
"Following",
"Christopher Nolan",
"actor",
"United Kingdom"
],
"relation_labels": [
"occupation",
"country of citizenship",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q685817 wdt:P1040 ?x0 .
?x0 wdt:P27 wd:Q145
} |
mcwq-130962 | What British actor was employed by University of Oxford , University of California, Berkeley , and New College of the Humanities | [
"Richard Dawkins"
] | {
"entities": [
"Q145",
"Q33999",
"Q168756",
"Q1982481",
"Q34433",
"Q44461"
],
"relations": [
"P106",
"P27",
"P108"
],
"adjacency": [
[
5,
0,
1
],
[
5,
2,
4
],
[
5,
2,
2
],
[
5,
2,
3
],
[
5,
1,
0
]
],
"entity_labels": [
"United Kingdom",
"actor",
"University of California, Berkeley",
"New College of the Humanities",
"University of Oxford",
"Richard Dawkins"
],
"relation_labels": [
"occupation",
"country of citizenship",
"employer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P108 wd:Q34433 .
?x0 wdt:P108 wd:Q168756 .
?x0 wdt:P108 wd:Q1982481 .
?x0 wdt:P27 wd:Q145
} |
mcwq-130963 | What British actor was employed by UNICEF | [
"Millie Bobby Brown",
"Maggie Cheung",
"David Beckham",
"Ralph Fiennes",
"Audrey Hepburn",
"Orlando Bloom"
] | {
"entities": [
"Q740308",
"Q33999",
"Q42786",
"Q145"
],
"relations": [
"P106",
"P27",
"P108"
],
"adjacency": [
[
2,
0,
1
],
[
2,
2,
0
],
[
2,
1,
3
]
],
"entity_labels": [
"UNICEF",
"actor",
"Audrey Hepburn",
"United Kingdom"
],
"relation_labels": [
"occupation",
"country of citizenship",
"employer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P108 wd:Q740308 .
?x0 wdt:P27 wd:Q145
} |
mcwq-130964 | What British actor was employed by If 's producer | [
"Roger Moore"
] | {
"entities": [
"Q145",
"Q33999",
"Q1065",
"Q56875931",
"Q134333"
],
"relations": [
"P272",
"P106",
"P27",
"P108"
],
"adjacency": [
[
4,
1,
1
],
[
4,
3,
2
],
[
4,
2,
0
],
[
3,
0,
2
]
],
"entity_labels": [
"United Kingdom",
"actor",
"United Nations",
"If",
"Roger Moore"
],
"relation_labels": [
"production company",
"occupation",
"country of citizenship",
"employer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P108 ?x1 .
?x0 wdt:P27 wd:Q145 .
wd:Q56875931 wdt:P272 ?x1
} |
mcwq-130965 | What British actor was employed by University of California, Berkeley and New College of the Humanities , was employed by University of Oxford , and founded Richard Dawkins Foundation for Reason and Science | [
"Richard Dawkins"
] | {
"entities": [
"Q2149337",
"Q145",
"Q33999",
"Q168756",
"Q34433",
"Q1982481",
"Q44461"
],
"relations": [
"P106",
"P27",
"P108",
"P112"
],
"adjacency": [
[
6,
0,
2
],
[
0,
3,
6
],
[
6,
2,
4
],
[
6,
2,
3
],
[
6,
2,
5
],
[
6,
1,
1
]
],
"entity_labels": [
"Richard Dawkins Foundation for Reason and Science",
"United Kingdom",
"actor",
"University of California, Berkeley",
"University of Oxford",
"New College of the Humanities",
"Richard Dawkins"
],
"relation_labels": [
"occupation",
"country of citizenship",
"employer",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q2149337 wdt:P112 ?x0 .
?x0 wdt:P108 wd:Q34433 .
?x0 wdt:P108 wd:Q168756 .
?x0 wdt:P108 wd:Q1982481 .
?x0 wdt:P27 wd:Q145
} |
mcwq-130966 | What British actor was influenced by Kate Bush | [
"Nicola Roberts",
"Ellie Goulding"
] | {
"entities": [
"Q145",
"Q33999",
"Q31164",
"Q636"
],
"relations": [
"P106",
"P27",
"P737"
],
"adjacency": [
[
2,
0,
1
],
[
2,
2,
3
],
[
2,
1,
0
]
],
"entity_labels": [
"United Kingdom",
"actor",
"Ellie Goulding",
"Kate Bush"
],
"relation_labels": [
"occupation",
"country of citizenship",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P737 wd:Q636 .
?x0 wdt:P27 wd:Q145
} |
mcwq-130968 | What British actor was influenced by W. D. Hamilton and John Maynard Smith and was influenced by Douglas Adams and Charles Darwin | [
"Richard Dawkins"
] | {
"entities": [
"Q145",
"Q33999",
"Q42",
"Q15451",
"Q323207",
"Q1035",
"Q44461"
],
"relations": [
"P106",
"P27",
"P737"
],
"adjacency": [
[
6,
0,
1
],
[
6,
2,
2
],
[
6,
2,
4
],
[
6,
2,
5
],
[
6,
2,
3
],
[
6,
1,
0
]
],
"entity_labels": [
"United Kingdom",
"actor",
"Douglas Adams",
"W. D. Hamilton",
"John Maynard Smith",
"Charles Darwin",
"Richard Dawkins"
],
"relation_labels": [
"occupation",
"country of citizenship",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P737 wd:Q42 .
?x0 wdt:P737 wd:Q323207 .
?x0 wdt:P737 wd:Q1035 .
?x0 wdt:P737 wd:Q15451 .
?x0 wdt:P27 wd:Q145
} |
mcwq-130969 | What British actor wrote Burlesque on Carmen , City Lights , Modern Times , In the Park , The Great Dictator , and The Gold Rush and edited One A.M. | [
"Charlie Chaplin"
] | {
"entities": [
"Q145",
"Q45602",
"Q33999",
"Q658822",
"Q214723",
"Q238211",
"Q109116",
"Q1152833",
"Q268879",
"Q882"
],
"relations": [
"P106",
"P27",
"P58",
"P1040"
],
"adjacency": [
[
9,
0,
2
],
[
7,
3,
9
],
[
1,
2,
9
],
[
6,
2,
9
],
[
4,
2,
9
],
[
8,
2,
9
],
[
3,
2,
9
],
[
5,
2,
9
],
[
9,
1,
0
]
],
"entity_labels": [
"United Kingdom",
"Modern Times",
"actor",
"In the Park",
"The Gold Rush",
"City Lights",
"The Great Dictator",
"One A.M.",
"Burlesque on Carmen",
"Charlie Chaplin"
],
"relation_labels": [
"occupation",
"country of citizenship",
"screenwriter",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q1152833 wdt:P1040 ?x0 .
wd:Q45602 wdt:P58 ?x0 .
wd:Q109116 wdt:P58 ?x0 .
wd:Q214723 wdt:P58 ?x0 .
wd:Q268879 wdt:P58 ?x0 .
wd:Q658822 wdt:P58 ?x0 .
wd:Q238211 wdt:P58 ?x0 .
?x0 wdt:P27 wd:Q145
} |
mcwq-130970 | What British actor wrote , edited , and executive produced Suspension of Disbelief | [
"Mike Figgis"
] | {
"entities": [
"Q33999",
"Q3505719",
"Q145",
"Q710131"
],
"relations": [
"P58",
"P1431",
"P1040",
"P106",
"P27"
],
"adjacency": [
[
3,
3,
0
],
[
1,
2,
3
],
[
1,
1,
3
],
[
1,
0,
3
],
[
3,
4,
2
]
],
"entity_labels": [
"actor",
"Suspension of Disbelief",
"United Kingdom",
"Mike Figgis"
],
"relation_labels": [
"screenwriter",
"executive producer",
"film editor",
"occupation",
"country of citizenship"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q3505719 wdt:P1040 ?x0 .
wd:Q3505719 wdt:P1431 ?x0 .
wd:Q3505719 wdt:P58 ?x0 .
?x0 wdt:P27 wd:Q145
} |
mcwq-130971 | What British composer did Caspar Jopling marry and Kate Bush influence | [
"Ellie Goulding"
] | {
"entities": [
"Q145",
"Q36834",
"Q31164",
"Q76189241",
"Q636"
],
"relations": [
"P106",
"P27",
"P737",
"P26"
],
"adjacency": [
[
2,
0,
1
],
[
2,
2,
4
],
[
2,
1,
0
],
[
2,
3,
3
]
],
"entity_labels": [
"United Kingdom",
"composer",
"Ellie Goulding",
"Caspar Jopling",
"Kate Bush"
],
"relation_labels": [
"occupation",
"country of citizenship",
"influenced by",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
?x0 wdt:P737 wd:Q636 .
?x0 wdt:P27 wd:Q145 .
?x0 wdt:P26 wd:Q76189241 .
FILTER ( ?x0 != wd:Q76189241 )
} |
mcwq-130974 | What British composer did Paulette Goddard and Lita Grey marry | [
"Charlie Chaplin"
] | {
"entities": [
"Q882",
"Q145",
"Q36834",
"Q95050",
"Q32337"
],
"relations": [
"P106",
"P27",
"P26"
],
"adjacency": [
[
0,
0,
2
],
[
0,
1,
1
],
[
0,
2,
4
],
[
0,
2,
3
]
],
"entity_labels": [
"Charlie Chaplin",
"United Kingdom",
"composer",
"Paulette Goddard",
"Lita Grey"
],
"relation_labels": [
"occupation",
"country of citizenship",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
?x0 wdt:P27 wd:Q145 .
?x0 wdt:P26 wd:Q32337 .
?x0 wdt:P26 wd:Q95050 .
FILTER ( ?x0 != wd:Q32337 ) .
FILTER ( ?x0 != wd:Q95050 )
} |
mcwq-130975 | What British composer did Kate Bush influence | [
"Patrick Wolf",
"Bat for Lashes",
"Ellie Goulding"
] | {
"entities": [
"Q810695",
"Q145",
"Q36834",
"Q636"
],
"relations": [
"P106",
"P27",
"P737"
],
"adjacency": [
[
0,
0,
2
],
[
0,
2,
3
],
[
0,
1,
1
]
],
"entity_labels": [
"Bat for Lashes",
"United Kingdom",
"composer",
"Kate Bush"
],
"relation_labels": [
"occupation",
"country of citizenship",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
?x0 wdt:P737 wd:Q636 .
?x0 wdt:P27 wd:Q145
} |
mcwq-130978 | What British composer did The Great Dictator star | [
"Charlie Chaplin"
] | {
"entities": [
"Q882",
"Q145",
"Q109116",
"Q36834"
],
"relations": [
"P106",
"P27",
"P161"
],
"adjacency": [
[
0,
0,
3
],
[
2,
2,
0
],
[
0,
1,
1
]
],
"entity_labels": [
"Charlie Chaplin",
"United Kingdom",
"The Great Dictator",
"composer"
],
"relation_labels": [
"occupation",
"country of citizenship",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
wd:Q109116 wdt:P161 ?x0 .
?x0 wdt:P27 wd:Q145
} |
mcwq-130987 | What British composer married Paulette Goddard | [
"Charlie Chaplin"
] | {
"entities": [
"Q882",
"Q145",
"Q36834",
"Q95050"
],
"relations": [
"P106",
"P27",
"P26"
],
"adjacency": [
[
0,
0,
2
],
[
0,
1,
1
],
[
0,
2,
3
]
],
"entity_labels": [
"Charlie Chaplin",
"United Kingdom",
"composer",
"Paulette Goddard"
],
"relation_labels": [
"occupation",
"country of citizenship",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
?x0 wdt:P27 wd:Q145 .
?x0 wdt:P26 wd:Q95050 .
FILTER ( ?x0 != wd:Q95050 )
} |
mcwq-130989 | What British composer of Last Day of June did Kate Bush and Pink Floyd influence | [
"Steven Wilson"
] | {
"entities": [
"Q2306",
"Q145",
"Q38623191",
"Q352766",
"Q636"
],
"relations": [
"P86",
"P27",
"P737"
],
"adjacency": [
[
2,
0,
3
],
[
3,
2,
4
],
[
3,
2,
0
],
[
3,
1,
1
]
],
"entity_labels": [
"Pink Floyd",
"United Kingdom",
"Last Day of June",
"Steven Wilson",
"Kate Bush"
],
"relation_labels": [
"composer",
"country of citizenship",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q38623191 wdt:P86 ?x0 .
?x0 wdt:P737 wd:Q636 .
?x0 wdt:P737 wd:Q2306 .
?x0 wdt:P27 wd:Q145
} |
mcwq-130990 | What British composer of Among Angels wrote The Line, the Cross and the Curve and directed Rubberband Girl | [
"Kate Bush"
] | {
"entities": [
"Q145",
"Q108338106",
"Q53467788",
"Q3521591",
"Q636"
],
"relations": [
"P27",
"P86",
"P57",
"P58"
],
"adjacency": [
[
1,
2,
4
],
[
2,
1,
4
],
[
3,
3,
4
],
[
4,
0,
0
]
],
"entity_labels": [
"United Kingdom",
"Rubberband Girl",
"Among Angels",
"The Line, the Cross and the Curve",
"Kate Bush"
],
"relation_labels": [
"country of citizenship",
"composer",
"director",
"screenwriter"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q108338106 wdt:P57 ?x0 .
wd:Q53467788 wdt:P86 ?x0 .
wd:Q3521591 wdt:P58 ?x0 .
?x0 wdt:P27 wd:Q145
} |
mcwq-130992 | What British composer of August and Slipstream executive produced a film | [
"Anthony Hopkins"
] | {
"entities": [
"Q65932",
"Q145",
"Q1636872",
"Q679657",
"Q3313837",
"Q11424"
],
"relations": [
"P86",
"P27",
"P31",
"P1431"
],
"adjacency": [
[
2,
0,
0
],
[
4,
0,
0
],
[
3,
3,
0
],
[
0,
1,
1
],
[
3,
2,
5
]
],
"entity_labels": [
"Anthony Hopkins",
"United Kingdom",
"Slipstream",
"Bobby",
"August",
"film"
],
"relation_labels": [
"composer",
"country of citizenship",
"instance of",
"executive producer"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q1636872 wdt:P86 ?x0 .
wd:Q3313837 wdt:P86 ?x0 .
?x1 wdt:P1431 ?x0 .
?x0 wdt:P27 wd:Q145 .
?x1 wdt:P31 wd:Q11424 } |
mcwq-130996 | What British composer was a cinematographer of Suspension of Disbelief and Love Live Long | [
"Mike Figgis"
] | {
"entities": [
"Q145",
"Q36834",
"Q6690987",
"Q3505719",
"Q710131"
],
"relations": [
"P344",
"P106",
"P27"
],
"adjacency": [
[
4,
1,
1
],
[
3,
0,
4
],
[
2,
0,
4
],
[
4,
2,
0
]
],
"entity_labels": [
"United Kingdom",
"composer",
"Love Live Long",
"Suspension of Disbelief",
"Mike Figgis"
],
"relation_labels": [
"director of photography",
"occupation",
"country of citizenship"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
wd:Q3505719 wdt:P344 ?x0 .
wd:Q6690987 wdt:P344 ?x0 .
?x0 wdt:P27 wd:Q145
} |
mcwq-131002 | What British composer was influenced by Kate Bush | [
"Patrick Wolf",
"Bat for Lashes",
"Ellie Goulding"
] | {
"entities": [
"Q810695",
"Q145",
"Q36834",
"Q636"
],
"relations": [
"P106",
"P27",
"P737"
],
"adjacency": [
[
0,
0,
2
],
[
0,
2,
3
],
[
0,
1,
1
]
],
"entity_labels": [
"Bat for Lashes",
"United Kingdom",
"composer",
"Kate Bush"
],
"relation_labels": [
"occupation",
"country of citizenship",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
?x0 wdt:P737 wd:Q636 .
?x0 wdt:P27 wd:Q145
} |
mcwq-131003 | What British composer was influenced by Bertolt Brecht and was influenced by Søren Kierkegaard and T. S. Eliot | [
"W. H. Auden"
] | {
"entities": [
"Q178698",
"Q36834",
"Q145",
"Q37767",
"Q38757",
"Q6512"
],
"relations": [
"P106",
"P27",
"P737"
],
"adjacency": [
[
0,
0,
1
],
[
0,
2,
5
],
[
0,
2,
3
],
[
0,
2,
4
],
[
0,
1,
2
]
],
"entity_labels": [
"W. H. Auden",
"composer",
"United Kingdom",
"T. S. Eliot",
"Bertolt Brecht",
"Søren Kierkegaard"
],
"relation_labels": [
"occupation",
"country of citizenship",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
?x0 wdt:P737 wd:Q6512 .
?x0 wdt:P737 wd:Q37767 .
?x0 wdt:P737 wd:Q38757 .
?x0 wdt:P27 wd:Q145
} |
mcwq-131004 | What British composer whose spouse wrote Paul McCartney: Music & Animation was Mary McCartney 's parent | [
"Paul McCartney"
] | {
"entities": [
"Q145",
"Q36834",
"Q7152308",
"Q2599",
"Q201739",
"Q228899"
],
"relations": [
"P40|wdt:P355",
"P58",
"P106",
"P27",
"P26"
],
"adjacency": [
[
3,
2,
1
],
[
3,
0,
4
],
[
3,
3,
0
],
[
3,
4,
5
],
[
2,
1,
5
]
],
"entity_labels": [
"United Kingdom",
"composer",
"Paul McCartney: Music & Animation",
"Paul McCartney",
"Mary McCartney",
"Linda McCartney"
],
"relation_labels": [
"P40|wdt:P355",
"screenwriter",
"occupation",
"country of citizenship",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
?x0 wdt:P40|wdt:P355 wd:Q201739 .
?x0 wdt:P27 wd:Q145 .
?x0 wdt:P26 ?x1 .
wd:Q7152308 wdt:P58 ?x1 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-131009 | What British character did Thames Valley Police employ | [
"Inspector Morse",
"Inspector Lewis"
] | {
"entities": [
"Q8578453",
"Q145",
"Q95074",
"Q6038439"
],
"relations": [
"P27",
"P108",
"P31"
],
"adjacency": [
[
3,
2,
2
],
[
3,
1,
0
],
[
3,
0,
1
]
],
"entity_labels": [
"Thames Valley Police",
"United Kingdom",
"fictional character",
"Inspector Lewis"
],
"relation_labels": [
"country of citizenship",
"employer",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q95074 .
?x0 wdt:P108 wd:Q8578453 .
?x0 wdt:P27 wd:Q145
} |
mcwq-131029 | What British cinematographer and editor of Suspension of Disbelief was employed by European Graduate School | [
"Mike Figgis"
] | {
"entities": [
"Q681250",
"Q3505719",
"Q145",
"Q710131"
],
"relations": [
"P344",
"P27",
"P108",
"P1040"
],
"adjacency": [
[
1,
0,
3
],
[
1,
3,
3
],
[
3,
2,
0
],
[
3,
1,
2
]
],
"entity_labels": [
"European Graduate School",
"Suspension of Disbelief",
"United Kingdom",
"Mike Figgis"
],
"relation_labels": [
"director of photography",
"country of citizenship",
"employer",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q3505719 wdt:P344 ?x0 .
wd:Q3505719 wdt:P1040 ?x0 .
?x0 wdt:P108 wd:Q681250 .
?x0 wdt:P27 wd:Q145
} |
mcwq-131030 | What British cinematographer did University of Wales, Newport employ | [
"Ken Russell"
] | {
"entities": [
"Q55249",
"Q935290",
"Q145",
"Q222344"
],
"relations": [
"P106",
"P27",
"P108"
],
"adjacency": [
[
0,
0,
3
],
[
0,
2,
1
],
[
0,
1,
2
]
],
"entity_labels": [
"Ken Russell",
"University of Wales, Newport",
"United Kingdom",
"cinematographer"
],
"relation_labels": [
"occupation",
"country of citizenship",
"employer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q222344 .
?x0 wdt:P108 wd:Q935290 .
?x0 wdt:P27 wd:Q145
} |
mcwq-131031 | What British cinematographer did Suspect and The Wind and the Lion star | [
"Billy Williams"
] | {
"entities": [
"Q145",
"Q222344",
"Q1198096",
"Q123745",
"Q1971726"
],
"relations": [
"P106",
"P27",
"P161"
],
"adjacency": [
[
3,
0,
1
],
[
2,
2,
3
],
[
4,
2,
3
],
[
3,
1,
0
]
],
"entity_labels": [
"United Kingdom",
"cinematographer",
"The Wind and the Lion",
"Billy Williams",
"Suspect"
],
"relation_labels": [
"occupation",
"country of citizenship",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q222344 .
wd:Q1198096 wdt:P161 ?x0 .
wd:Q1971726 wdt:P161 ?x0 .
?x0 wdt:P27 wd:Q145
} |
mcwq-131032 | What British cinematographer edited The Prude's Fall | [
"Alfred Hitchcock"
] | {
"entities": [
"Q7374",
"Q145",
"Q278687",
"Q222344"
],
"relations": [
"P106",
"P27",
"P1040"
],
"adjacency": [
[
0,
0,
3
],
[
2,
2,
0
],
[
0,
1,
1
]
],
"entity_labels": [
"Alfred Hitchcock",
"United Kingdom",
"The Prude's Fall",
"cinematographer"
],
"relation_labels": [
"occupation",
"country of citizenship",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q222344 .
wd:Q278687 wdt:P1040 ?x0 .
?x0 wdt:P27 wd:Q145
} |
mcwq-131033 | What British cinematographer founded Biograph Company | [
"William Kennedy Dickson"
] | {
"entities": [
"Q145",
"Q465832",
"Q465350",
"Q222344"
],
"relations": [
"P106",
"P27",
"P112"
],
"adjacency": [
[
2,
0,
3
],
[
1,
2,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"United Kingdom",
"Biograph Company",
"William Kennedy Dickson",
"cinematographer"
],
"relation_labels": [
"occupation",
"country of citizenship",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q222344 .
wd:Q465832 wdt:P112 ?x0 .
?x0 wdt:P27 wd:Q145
} |
mcwq-131034 | What British cinematographer influenced Chris Stenner | [
"Nick Park"
] | {
"entities": [
"Q145",
"Q336206",
"Q222344",
"Q15455797"
],
"relations": [
"P106",
"P27",
"P737"
],
"adjacency": [
[
1,
0,
2
],
[
3,
2,
1
],
[
1,
1,
0
]
],
"entity_labels": [
"United Kingdom",
"Nick Park",
"cinematographer",
"Chris Stenner"
],
"relation_labels": [
"occupation",
"country of citizenship",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q222344 .
wd:Q15455797 wdt:P737 ?x0 .
?x0 wdt:P27 wd:Q145
} |
mcwq-131037 | What British cinematographer of Pirate Tape , The Last of England , and The Angelic Conversation influenced rukus! Federation | [
"Derek Jarman"
] | {
"entities": [
"Q145",
"Q30101317",
"Q282787",
"Q609689",
"Q3430708",
"Q2712110"
],
"relations": [
"P344",
"P27",
"P737"
],
"adjacency": [
[
4,
0,
2
],
[
3,
0,
2
],
[
5,
0,
2
],
[
1,
2,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"United Kingdom",
"rukus! Federation",
"Derek Jarman",
"The Last of England",
"Pirate Tape",
"The Angelic Conversation"
],
"relation_labels": [
"director of photography",
"country of citizenship",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q3430708 wdt:P344 ?x0 .
wd:Q609689 wdt:P344 ?x0 .
wd:Q2712110 wdt:P344 ?x0 .
wd:Q30101317 wdt:P737 ?x0 .
?x0 wdt:P27 wd:Q145
} |
mcwq-131039 | What British cinematographer of Magical Mystery Tour was a composer of Free as a Bird and Octopus's Garden | [
"Ringo Starr"
] | {
"entities": [
"Q145",
"Q210389",
"Q2632",
"Q901203",
"Q1253825"
],
"relations": [
"P344",
"P86",
"P27"
],
"adjacency": [
[
3,
0,
2
],
[
1,
1,
2
],
[
4,
1,
2
],
[
2,
2,
0
]
],
"entity_labels": [
"United Kingdom",
"Octopus's Garden",
"Ringo Starr",
"Magical Mystery Tour",
"Free as a Bird"
],
"relation_labels": [
"director of photography",
"composer",
"country of citizenship"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q901203 wdt:P344 ?x0 .
wd:Q210389 wdt:P86 ?x0 .
wd:Q1253825 wdt:P86 ?x0 .
?x0 wdt:P27 wd:Q145
} |
mcwq-131044 | What British cinematographer was a parent of It Happened Here 's cinematographer | [
"Wolfgang Suschitzky"
] | {
"entities": [
"Q145",
"Q1666720",
"Q129548",
"Q222344",
"Q89199"
],
"relations": [
"P344",
"P106",
"P27",
"P40|wdt:P355"
],
"adjacency": [
[
4,
1,
3
],
[
4,
3,
1
],
[
4,
2,
0
],
[
2,
0,
1
]
],
"entity_labels": [
"United Kingdom",
"Peter Suschitzky",
"It Happened Here",
"cinematographer",
"Wolfgang Suschitzky"
],
"relation_labels": [
"director of photography",
"occupation",
"country of citizenship",
"P40|wdt:P355"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q222344 .
?x0 wdt:P40|wdt:P355 ?x1 .
?x0 wdt:P27 wd:Q145 .
wd:Q129548 wdt:P344 ?x1
} |
mcwq-131045 | What British cinematographer was employed by a company and employed by BBC | [
"A. A. Englander"
] | {
"entities": [
"Q145",
"Q4830453",
"Q222344",
"Q9531",
"Q4647460"
],
"relations": [
"P106",
"P27",
"P108",
"P31"
],
"adjacency": [
[
4,
0,
2
],
[
4,
2,
3
],
[
4,
2,
3
],
[
4,
1,
0
],
[
3,
3,
1
]
],
"entity_labels": [
"United Kingdom",
"business",
"cinematographer",
"BBC",
"A. A. Englander"
],
"relation_labels": [
"occupation",
"country of citizenship",
"employer",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q222344 .
?x0 wdt:P108 ?x1 .
?x0 wdt:P108 wd:Q9531 .
?x0 wdt:P27 wd:Q145 .
?x1 wdt:P31 wd:Q4830453 } |
mcwq-131047 | What British cinematographer was influenced by George Lucas | [
"Christopher Nolan"
] | {
"entities": [
"Q25191",
"Q145",
"Q38222",
"Q222344"
],
"relations": [
"P106",
"P27",
"P737"
],
"adjacency": [
[
0,
0,
3
],
[
0,
2,
2
],
[
0,
1,
1
]
],
"entity_labels": [
"Christopher Nolan",
"United Kingdom",
"George Lucas",
"cinematographer"
],
"relation_labels": [
"occupation",
"country of citizenship",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q222344 .
?x0 wdt:P737 wd:Q38222 .
?x0 wdt:P27 wd:Q145
} |
mcwq-131049 | What British costume designer did Labyrinth star | [
"Brian Froud"
] | {
"entities": [
"Q1323191",
"Q278053",
"Q1117505",
"Q145"
],
"relations": [
"P106",
"P27",
"P161"
],
"adjacency": [
[
2,
0,
0
],
[
1,
2,
2
],
[
2,
1,
3
]
],
"entity_labels": [
"costume designer",
"Labyrinth",
"Brian Froud",
"United Kingdom"
],
"relation_labels": [
"occupation",
"country of citizenship",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q1323191 .
wd:Q278053 wdt:P161 ?x0 .
?x0 wdt:P27 wd:Q145
} |
mcwq-131050 | What British costume designer did Edward Grahame Johnstone marry | [
"Doris Zinkeisen"
] | {
"entities": [
"Q1323191",
"Q5343151",
"Q145",
"Q936439"
],
"relations": [
"P106",
"P27",
"P26"
],
"adjacency": [
[
3,
0,
0
],
[
3,
1,
2
],
[
3,
2,
1
]
],
"entity_labels": [
"costume designer",
"Edward Grahame Johnstone",
"United Kingdom",
"Doris Zinkeisen"
],
"relation_labels": [
"occupation",
"country of citizenship",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q1323191 .
?x0 wdt:P27 wd:Q145 .
?x0 wdt:P26 wd:Q5343151 .
FILTER ( ?x0 != wd:Q5343151 )
} |
mcwq-131052 | What British costume designer did Cinématon star and Blue and Caravaggio star | [
"Derek Jarman"
] | {
"entities": [
"Q145",
"Q1323191",
"Q282787",
"Q1035443",
"Q771502",
"Q885594"
],
"relations": [
"P106",
"P27",
"P161"
],
"adjacency": [
[
2,
0,
1
],
[
4,
2,
2
],
[
5,
2,
2
],
[
3,
2,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"United Kingdom",
"costume designer",
"Derek Jarman",
"Caravaggio",
"Cinématon",
"Blue"
],
"relation_labels": [
"occupation",
"country of citizenship",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q1323191 .
wd:Q771502 wdt:P161 ?x0 .
wd:Q885594 wdt:P161 ?x0 .
wd:Q1035443 wdt:P161 ?x0 .
?x0 wdt:P27 wd:Q145
} |
mcwq-131053 | What British costume designer directed A Lonely Place to Die | [
"Julian Gilbey"
] | {
"entities": [
"Q1323191",
"Q145",
"Q300465",
"Q1253831"
],
"relations": [
"P27",
"P106",
"P57"
],
"adjacency": [
[
3,
1,
0
],
[
2,
2,
3
],
[
3,
0,
1
]
],
"entity_labels": [
"costume designer",
"United Kingdom",
"A Lonely Place to Die",
"Julian Gilbey"
],
"relation_labels": [
"country of citizenship",
"occupation",
"director"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q1323191 .
wd:Q300465 wdt:P57 ?x0 .
?x0 wdt:P27 wd:Q145
} |
mcwq-131054 | What British costume designer founded Weta Digital | [
"Richard Taylor"
] | {
"entities": [
"Q1323191",
"Q630767",
"Q145",
"Q842482"
],
"relations": [
"P106",
"P27",
"P112"
],
"adjacency": [
[
1,
0,
0
],
[
3,
2,
1
],
[
1,
1,
2
]
],
"entity_labels": [
"costume designer",
"Richard Taylor",
"United Kingdom",
"Wētā FX"
],
"relation_labels": [
"occupation",
"country of citizenship",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q1323191 .
wd:Q842482 wdt:P112 ?x0 .
?x0 wdt:P27 wd:Q145
} |
mcwq-131055 | What British costume designer married Simon Shepherd | [
"Alexandra Byrne"
] | {
"entities": [
"Q1323191",
"Q458815",
"Q145",
"Q3484452"
],
"relations": [
"P106",
"P27",
"P26"
],
"adjacency": [
[
1,
0,
0
],
[
1,
1,
2
],
[
1,
2,
3
]
],
"entity_labels": [
"costume designer",
"Alexandra Byrne",
"United Kingdom",
"Simon Shepherd"
],
"relation_labels": [
"occupation",
"country of citizenship",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q1323191 .
?x0 wdt:P27 wd:Q145 .
?x0 wdt:P26 wd:Q3484452 .
FILTER ( ?x0 != wd:Q3484452 )
} |
mcwq-131065 | What British costume designer was employed by Christian Dior | [
"John Galliano"
] | {
"entities": [
"Q1323191",
"Q542767",
"Q145",
"Q313607"
],
"relations": [
"P106",
"P27",
"P108"
],
"adjacency": [
[
3,
0,
0
],
[
3,
2,
1
],
[
3,
1,
2
]
],
"entity_labels": [
"costume designer",
"Christian Dior",
"United Kingdom",
"John Galliano"
],
"relation_labels": [
"occupation",
"country of citizenship",
"employer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q1323191 .
?x0 wdt:P108 wd:Q542767 .
?x0 wdt:P27 wd:Q145
} |
mcwq-131067 | What British costume designer wrote Encrypt | [
"Richard Taylor"
] | {
"entities": [
"Q1323191",
"Q630767",
"Q3725081",
"Q145"
],
"relations": [
"P106",
"P27",
"P58"
],
"adjacency": [
[
1,
0,
0
],
[
2,
2,
1
],
[
1,
1,
3
]
],
"entity_labels": [
"costume designer",
"Richard Taylor",
"Encrypt",
"United Kingdom"
],
"relation_labels": [
"occupation",
"country of citizenship",
"screenwriter"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q1323191 .
wd:Q3725081 wdt:P58 ?x0 .
?x0 wdt:P27 wd:Q145
} |
mcwq-131068 | What British director of The Invisible Woman and Coriolanus was UNICEF 's employee | [
"Ralph Fiennes"
] | {
"entities": [
"Q145",
"Q28493",
"Q7742499",
"Q1132978",
"Q740308"
],
"relations": [
"P27",
"P57",
"P108"
],
"adjacency": [
[
3,
1,
1
],
[
2,
1,
1
],
[
1,
2,
4
],
[
1,
0,
0
]
],
"entity_labels": [
"United Kingdom",
"Ralph Fiennes",
"The Invisible Woman",
"Coriolanus",
"UNICEF"
],
"relation_labels": [
"country of citizenship",
"director",
"employer"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q1132978 wdt:P57 ?x0 .
wd:Q7742499 wdt:P57 ?x0 .
?x0 wdt:P108 wd:Q740308 .
?x0 wdt:P27 wd:Q145
} |
mcwq-131069 | What British director of The Line, the Cross and the Curve and Rubberband Girl was Fish People 's founder | [
"Kate Bush"
] | {
"entities": [
"Q145",
"Q108338106",
"Q48837547",
"Q3521591",
"Q636"
],
"relations": [
"P27",
"P57",
"P112"
],
"adjacency": [
[
1,
1,
4
],
[
3,
1,
4
],
[
2,
2,
4
],
[
4,
0,
0
]
],
"entity_labels": [
"United Kingdom",
"Rubberband Girl",
"Fish People",
"The Line, the Cross and the Curve",
"Kate Bush"
],
"relation_labels": [
"country of citizenship",
"director",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q108338106 wdt:P57 ?x0 .
wd:Q3521591 wdt:P57 ?x0 .
wd:Q48837547 wdt:P112 ?x0 .
?x0 wdt:P27 wd:Q145
} |
mcwq-131070 | What British director of The Bigamist was a production company 's employee | [
"Ida Lupino"
] | {
"entities": [
"Q594498",
"Q145",
"Q126399",
"Q148669",
"Q1762059"
],
"relations": [
"P27",
"P57",
"P108",
"P31"
],
"adjacency": [
[
0,
1,
3
],
[
3,
2,
2
],
[
3,
0,
1
],
[
2,
3,
4
]
],
"entity_labels": [
"The Bigamist",
"United Kingdom",
"Warner Bros.",
"Ida Lupino",
"film production company"
],
"relation_labels": [
"country of citizenship",
"director",
"employer",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q594498 wdt:P57 ?x0 .
?x0 wdt:P108 ?x1 .
?x0 wdt:P27 wd:Q145 .
?x1 wdt:P31 wd:Q1762059 } |
mcwq-131073 | What British director of a film did Antonia Fraser marry | [
"Harold Pinter"
] | {
"entities": [
"Q145",
"Q5002713",
"Q41042",
"Q242796",
"Q11424"
],
"relations": [
"P27",
"P57",
"P26",
"P31"
],
"adjacency": [
[
1,
1,
2
],
[
2,
0,
0
],
[
2,
2,
3
],
[
1,
3,
4
]
],
"entity_labels": [
"United Kingdom",
"Butley",
"Harold Pinter",
"Antonia Fraser",
"film"
],
"relation_labels": [
"country of citizenship",
"director",
"spouse",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x1 wdt:P57 ?x0 .
?x0 wdt:P27 wd:Q145 .
?x0 wdt:P26 wd:Q242796 .
?x1 wdt:P31 wd:Q11424 .
FILTER ( ?x0 != wd:Q242796 )
} |
mcwq-131074 | What British director , executive producer , and star of Vertigo did Alma Reville marry | [
"Alfred Hitchcock"
] | {
"entities": [
"Q145",
"Q7374",
"Q202548",
"Q203165"
],
"relations": [
"P57",
"P1431",
"P27",
"P26",
"P161"
],
"adjacency": [
[
2,
4,
1
],
[
2,
0,
1
],
[
2,
1,
1
],
[
1,
2,
0
],
[
1,
3,
3
]
],
"entity_labels": [
"United Kingdom",
"Alfred Hitchcock",
"Vertigo",
"Alma Reville"
],
"relation_labels": [
"director",
"executive producer",
"country of citizenship",
"spouse",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q202548 wdt:P161 ?x0 .
wd:Q202548 wdt:P57 ?x0 .
wd:Q202548 wdt:P1431 ?x0 .
?x0 wdt:P27 wd:Q145 .
?x0 wdt:P26 wd:Q203165 .
FILTER ( ?x0 != wd:Q203165 )
} |
mcwq-131076 | What British editor and director of Following was Doodlebug 's cinematographer | [
"Christopher Nolan"
] | {
"entities": [
"Q685817",
"Q3036885",
"Q25191",
"Q145"
],
"relations": [
"P344",
"P27",
"P57",
"P1040"
],
"adjacency": [
[
1,
0,
2
],
[
0,
2,
2
],
[
0,
3,
2
],
[
2,
1,
3
]
],
"entity_labels": [
"Following",
"Doodlebug",
"Christopher Nolan",
"United Kingdom"
],
"relation_labels": [
"director of photography",
"country of citizenship",
"director",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q3036885 wdt:P344 ?x0 .
wd:Q685817 wdt:P57 ?x0 .
wd:Q685817 wdt:P1040 ?x0 .
?x0 wdt:P27 wd:Q145
} |
mcwq-131078 | What British editor and star of Work and City Lights married Lita Grey and Paulette Goddard | [
"Charlie Chaplin"
] | {
"entities": [
"Q2445896",
"Q882",
"Q145",
"Q95050",
"Q238211",
"Q32337"
],
"relations": [
"P27",
"P26",
"P1040",
"P161"
],
"adjacency": [
[
0,
3,
1
],
[
4,
3,
1
],
[
0,
2,
1
],
[
4,
2,
1
],
[
1,
0,
2
],
[
1,
1,
5
],
[
1,
1,
3
]
],
"entity_labels": [
"Work",
"Charlie Chaplin",
"United Kingdom",
"Paulette Goddard",
"City Lights",
"Lita Grey"
],
"relation_labels": [
"country of citizenship",
"spouse",
"film editor",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q2445896 wdt:P161 ?x0 .
wd:Q238211 wdt:P161 ?x0 .
wd:Q2445896 wdt:P1040 ?x0 .
wd:Q238211 wdt:P1040 ?x0 .
?x0 wdt:P27 wd:Q145 .
?x0 wdt:P26 wd:Q32337 .
?x0 wdt:P26 wd:Q95050 .
FILTER ( ?x0 != wd:Q32337 ) .
FILTER ( ?x0 != wd:Q95050 )
} |
mcwq-131079 | What British editor and writer of The Blackguard and The Prude's Fall did F. W. Murnau influence | [
"Alfred Hitchcock"
] | {
"entities": [
"Q145",
"Q278687",
"Q7374",
"Q320226",
"Q55412"
],
"relations": [
"P27",
"P737",
"P58",
"P1040"
],
"adjacency": [
[
1,
3,
2
],
[
3,
3,
2
],
[
1,
2,
2
],
[
3,
2,
2
],
[
2,
1,
4
],
[
2,
0,
0
]
],
"entity_labels": [
"United Kingdom",
"The Prude's Fall",
"Alfred Hitchcock",
"The Blackguard",
"F. W. Murnau"
],
"relation_labels": [
"country of citizenship",
"influenced by",
"screenwriter",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q278687 wdt:P1040 ?x0 .
wd:Q320226 wdt:P1040 ?x0 .
wd:Q278687 wdt:P58 ?x0 .
wd:Q320226 wdt:P58 ?x0 .
?x0 wdt:P737 wd:Q55412 .
?x0 wdt:P27 wd:Q145
} |
mcwq-131080 | What British editor of Suspension of Disbelief and Timecode was employed by European Graduate School | [
"Mike Figgis"
] | {
"entities": [
"Q145",
"Q643771",
"Q681250",
"Q3505719",
"Q710131"
],
"relations": [
"P27",
"P108",
"P1040"
],
"adjacency": [
[
1,
2,
4
],
[
3,
2,
4
],
[
4,
1,
2
],
[
4,
0,
0
]
],
"entity_labels": [
"United Kingdom",
"Timecode",
"European Graduate School",
"Suspension of Disbelief",
"Mike Figgis"
],
"relation_labels": [
"country of citizenship",
"employer",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q643771 wdt:P1040 ?x0 .
wd:Q3505719 wdt:P1040 ?x0 .
?x0 wdt:P108 wd:Q681250 .
?x0 wdt:P27 wd:Q145
} |
mcwq-131085 | What British editor of Champagne and The Prude's Fall influenced Enoch-Jude Danquah and influenced No label defined 's cinematographer | [
"Alfred Hitchcock"
] | {
"entities": [
"Q145",
"Q278687",
"Q7374",
"Q25806729",
"Q15973601",
"Q1061079",
"Q167475"
],
"relations": [
"P344",
"P27",
"P737",
"P1040"
],
"adjacency": [
[
1,
3,
2
],
[
5,
3,
2
],
[
6,
2,
2
],
[
3,
2,
2
],
[
2,
1,
0
],
[
4,
0,
6
]
],
"entity_labels": [
"United Kingdom",
"The Prude's Fall",
"Alfred Hitchcock",
"Enoch-Jude Danquah",
null,
"Champagne",
"Jacques Rivette"
],
"relation_labels": [
"director of photography",
"country of citizenship",
"influenced by",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q278687 wdt:P1040 ?x0 .
wd:Q1061079 wdt:P1040 ?x0 .
?x1 wdt:P737 ?x0 .
wd:Q25806729 wdt:P737 ?x0 .
?x0 wdt:P27 wd:Q145 .
wd:Q15973601 wdt:P344 ?x1
} |
mcwq-131086 | What British editor of Work and The Floorwalker married Lita Grey and Oona O'Neill | [
"Charlie Chaplin"
] | {
"entities": [
"Q2445896",
"Q145",
"Q32337",
"Q166739",
"Q137808",
"Q882"
],
"relations": [
"P27",
"P26",
"P1040"
],
"adjacency": [
[
0,
2,
5
],
[
3,
2,
5
],
[
5,
0,
1
],
[
5,
1,
4
],
[
5,
1,
2
]
],
"entity_labels": [
"Work",
"United Kingdom",
"Lita Grey",
"The Floorwalker",
"Oona O'Neill",
"Charlie Chaplin"
],
"relation_labels": [
"country of citizenship",
"spouse",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q2445896 wdt:P1040 ?x0 .
wd:Q166739 wdt:P1040 ?x0 .
?x0 wdt:P27 wd:Q145 .
?x0 wdt:P26 wd:Q137808 .
?x0 wdt:P26 wd:Q32337 .
FILTER ( ?x0 != wd:Q137808 ) .
FILTER ( ?x0 != wd:Q32337 )
} |
mcwq-131087 | What British employee and founder of Bomis was influenced by Friedrich Hayek and was influenced by Ayn Rand | [
"Jimmy Wales"
] | {
"entities": [
"Q1325",
"Q145",
"Q935818",
"Q132524",
"Q181"
],
"relations": [
"P108",
"P27",
"P737",
"P112"
],
"adjacency": [
[
4,
2,
0
],
[
4,
2,
3
],
[
2,
3,
4
],
[
4,
0,
2
],
[
4,
1,
1
]
],
"entity_labels": [
"Friedrich Hayek",
"United Kingdom",
"Bomis",
"Ayn Rand",
"Jimmy Wales"
],
"relation_labels": [
"employer",
"country of citizenship",
"influenced by",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P737 wd:Q1325 .
?x0 wdt:P737 wd:Q132524 .
wd:Q935818 wdt:P112 ?x0 .
?x0 wdt:P108 wd:Q935818 .
?x0 wdt:P27 wd:Q145
} |
mcwq-131088 | What British employee of University of Cambridge did Skyfall and Henry V star | [
"Judi Dench"
] | {
"entities": [
"Q145",
"Q35794",
"Q28054",
"Q114115",
"Q4941"
],
"relations": [
"P27",
"P108",
"P161"
],
"adjacency": [
[
4,
2,
2
],
[
3,
2,
2
],
[
2,
1,
1
],
[
2,
0,
0
]
],
"entity_labels": [
"United Kingdom",
"University of Cambridge",
"Judi Dench",
"Henry V",
"Skyfall"
],
"relation_labels": [
"country of citizenship",
"employer",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q4941 wdt:P161 ?x0 .
wd:Q114115 wdt:P161 ?x0 .
?x0 wdt:P108 wd:Q35794 .
?x0 wdt:P27 wd:Q145
} |
mcwq-131089 | What British employee of Imperial College London did Yale University employ | [
"Charles K. Kao",
"Edward Hinds"
] | {
"entities": [
"Q189022",
"Q49112",
"Q145",
"Q3291093"
],
"relations": [
"P27",
"P108"
],
"adjacency": [
[
3,
1,
1
],
[
3,
1,
0
],
[
3,
0,
2
]
],
"entity_labels": [
"Imperial College London",
"Yale University",
"United Kingdom",
"Edward Hinds"
],
"relation_labels": [
"country of citizenship",
"employer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P108 wd:Q49112 .
?x0 wdt:P108 wd:Q189022 .
?x0 wdt:P27 wd:Q145
} |
mcwq-131090 | What British employee of University of California, Berkeley , University of Oxford , and New College of the Humanities was influenced by Douglas Adams | [
"Richard Dawkins"
] | {
"entities": [
"Q145",
"Q34433",
"Q42",
"Q1982481",
"Q168756",
"Q44461"
],
"relations": [
"P108",
"P27",
"P737"
],
"adjacency": [
[
5,
2,
2
],
[
5,
0,
4
],
[
5,
0,
3
],
[
5,
0,
1
],
[
5,
1,
0
]
],
"entity_labels": [
"United Kingdom",
"University of Oxford",
"Douglas Adams",
"New College of the Humanities",
"University of California, Berkeley",
"Richard Dawkins"
],
"relation_labels": [
"employer",
"country of citizenship",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P737 wd:Q42 .
?x0 wdt:P108 wd:Q168756 .
?x0 wdt:P108 wd:Q1982481 .
?x0 wdt:P108 wd:Q34433 .
?x0 wdt:P27 wd:Q145
} |
mcwq-131091 | What British employee of Harvard University did Alys Pearsall Smith , Patricia Russell, Countess Russell , Edith Finch Russell , and Dora Russell marry | [
"Bertrand Russell"
] | {
"entities": [
"Q4355033",
"Q33760",
"Q145",
"Q7145817",
"Q5338545",
"Q13371",
"Q4738704"
],
"relations": [
"P27",
"P26",
"P108"
],
"adjacency": [
[
1,
2,
5
],
[
1,
0,
2
],
[
1,
1,
3
],
[
1,
1,
6
],
[
1,
1,
4
],
[
1,
1,
0
]
],
"entity_labels": [
"Dora Russell",
"Bertrand Russell",
"United Kingdom",
"Patricia Russell, Countess Russell",
"Edith Finch Russell",
"Harvard University",
"Alys Pearsall Smith"
],
"relation_labels": [
"country of citizenship",
"spouse",
"employer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P108 wd:Q13371 .
?x0 wdt:P27 wd:Q145 .
?x0 wdt:P26 wd:Q7145817 .
?x0 wdt:P26 wd:Q4738704 .
?x0 wdt:P26 wd:Q5338545 .
?x0 wdt:P26 wd:Q4355033 .
FILTER ( ?x0 != wd:Q7145817 ) .
FILTER ( ?x0 != wd:Q4738704 ) .
FILTER ( ?x0 != wd:Q5338545 ) .
FILTER ( ?x0 != wd:Q4355033 )
} |
mcwq-131092 | What British employee of Magdalen College was influenced by Plato | [
"C. S. Lewis"
] | {
"entities": [
"Q145",
"Q81162",
"Q9204",
"Q859"
],
"relations": [
"P108",
"P27",
"P737"
],
"adjacency": [
[
2,
2,
3
],
[
2,
0,
1
],
[
2,
1,
0
]
],
"entity_labels": [
"United Kingdom",
"Magdalen College",
"C. S. Lewis",
"Plato"
],
"relation_labels": [
"employer",
"country of citizenship",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P737 wd:Q859 .
?x0 wdt:P108 wd:Q81162 .
?x0 wdt:P27 wd:Q145
} |
mcwq-131093 | What British employee of University College London married Emilija Lapenna , Birthe Lapenna , and Ljuba Lapenna | [
"Ivo Lapenna"
] | {
"entities": [
"Q145",
"Q12614",
"Q15062110",
"Q15062108",
"Q193196",
"Q15062111"
],
"relations": [
"P27",
"P26",
"P108"
],
"adjacency": [
[
1,
2,
4
],
[
1,
0,
0
],
[
1,
1,
2
],
[
1,
1,
5
],
[
1,
1,
3
]
],
"entity_labels": [
"United Kingdom",
"Ivo Lapenna",
"Ljuba Lapenna",
"Emilija Lapenna",
"University College London",
"Birthe Lapenna"
],
"relation_labels": [
"country of citizenship",
"spouse",
"employer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P108 wd:Q193196 .
?x0 wdt:P27 wd:Q145 .
?x0 wdt:P26 wd:Q15062110 .
?x0 wdt:P26 wd:Q15062111 .
?x0 wdt:P26 wd:Q15062108 .
FILTER ( ?x0 != wd:Q15062110 ) .
FILTER ( ?x0 != wd:Q15062111 ) .
FILTER ( ?x0 != wd:Q15062108 )
} |
mcwq-131096 | What British employee of Lockheed Corporation , Xerox , Booz Allen Hamilton , and UNIVAC was employed by Goddard Institute for Space Studies and McAfee, LLC and was employed by Computer Sciences Corporation | [
"John McAfee"
] | {
"entities": [
"Q152433",
"Q1122329",
"Q145",
"Q1443793",
"Q267313",
"Q893221",
"Q422272",
"Q45864",
"Q7233"
],
"relations": [
"P27",
"P108"
],
"adjacency": [
[
7,
1,
3
],
[
7,
1,
6
],
[
7,
1,
8
],
[
7,
1,
1
],
[
7,
1,
4
],
[
7,
1,
0
],
[
7,
1,
5
],
[
7,
0,
2
]
],
"entity_labels": [
"Xerox",
"Computer Sciences Corporation",
"United Kingdom",
"UNIVAC",
"McAfee, LLC",
"Booz Allen Hamilton",
"Goddard Institute for Space Studies",
"John McAfee",
"Lockheed Corporation"
],
"relation_labels": [
"country of citizenship",
"employer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P108 wd:Q1443793 .
?x0 wdt:P108 wd:Q422272 .
?x0 wdt:P108 wd:Q7233 .
?x0 wdt:P108 wd:Q1122329 .
?x0 wdt:P108 wd:Q267313 .
?x0 wdt:P108 wd:Q152433 .
?x0 wdt:P108 wd:Q893221 .
?x0 wdt:P27 wd:Q145
} |
mcwq-131100 | What British executive producer and director of Vertigo edited The Blackguard , The Passionate Adventure , and The Prude's Fall | [
"Alfred Hitchcock"
] | {
"entities": [
"Q202548",
"Q278687",
"Q145",
"Q7374",
"Q320226",
"Q932965"
],
"relations": [
"P27",
"P57",
"P1431",
"P1040"
],
"adjacency": [
[
0,
1,
3
],
[
5,
3,
3
],
[
1,
3,
3
],
[
4,
3,
3
],
[
0,
2,
3
],
[
3,
0,
2
]
],
"entity_labels": [
"Vertigo",
"The Prude's Fall",
"United Kingdom",
"Alfred Hitchcock",
"The Blackguard",
"The Passionate Adventure"
],
"relation_labels": [
"country of citizenship",
"director",
"executive producer",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q202548 wdt:P57 ?x0 .
wd:Q932965 wdt:P1040 ?x0 .
wd:Q278687 wdt:P1040 ?x0 .
wd:Q320226 wdt:P1040 ?x0 .
wd:Q202548 wdt:P1431 ?x0 .
?x0 wdt:P27 wd:Q145
} |
mcwq-131102 | What British executive producer of RKO 281 and Numbers executive produced The Company and Cracks | [
"Ridley Scott"
] | {
"entities": [
"Q145",
"Q5935",
"Q1093425",
"Q1162105",
"Q2708250",
"Q56005"
],
"relations": [
"P27",
"P1431"
],
"adjacency": [
[
4,
1,
5
],
[
3,
1,
5
],
[
1,
1,
5
],
[
2,
1,
5
],
[
5,
0,
0
]
],
"entity_labels": [
"United Kingdom",
"Numbers",
"RKO 281",
"The Company",
"Cracks",
"Ridley Scott"
],
"relation_labels": [
"country of citizenship",
"executive producer"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q2708250 wdt:P1431 ?x0 .
wd:Q1162105 wdt:P1431 ?x0 .
wd:Q5935 wdt:P1431 ?x0 .
wd:Q1093425 wdt:P1431 ?x0 .
?x0 wdt:P27 wd:Q145
} |
mcwq-131103 | What British executive producer of The Hitchhiker's Guide to the Galaxy was employed by Gabby Logan 's employer | [
"Douglas Adams"
] | {
"entities": [
"Q145",
"Q42",
"Q10837",
"Q836821",
"Q9531"
],
"relations": [
"P27",
"P108",
"P1431"
],
"adjacency": [
[
3,
2,
1
],
[
1,
1,
4
],
[
1,
0,
0
],
[
2,
1,
4
]
],
"entity_labels": [
"United Kingdom",
"Douglas Adams",
"Gabby Logan",
"The Hitchhiker's Guide to the Galaxy",
"BBC"
],
"relation_labels": [
"country of citizenship",
"employer",
"executive producer"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q836821 wdt:P1431 ?x0 .
?x0 wdt:P108 ?x1 .
?x0 wdt:P27 wd:Q145 .
wd:Q10837 wdt:P108 ?x1
} |
mcwq-131104 | What British executive producer of The Hitchhiker's Guide to the Galaxy was employed by and founded The Digital Village | [
"Douglas Adams"
] | {
"entities": [
"Q145",
"Q42",
"Q3520623",
"Q836821"
],
"relations": [
"P27",
"P108",
"P1431",
"P112"
],
"adjacency": [
[
3,
2,
1
],
[
2,
3,
1
],
[
1,
1,
2
],
[
1,
0,
0
]
],
"entity_labels": [
"United Kingdom",
"Douglas Adams",
"The Digital Village",
"The Hitchhiker's Guide to the Galaxy"
],
"relation_labels": [
"country of citizenship",
"employer",
"executive producer",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q836821 wdt:P1431 ?x0 .
wd:Q3520623 wdt:P112 ?x0 .
?x0 wdt:P108 wd:Q3520623 .
?x0 wdt:P27 wd:Q145
} |
mcwq-131110 | What British executive producer of Paul McCartney: Music & Animation was MPL Communications 's founder | [
"Paul McCartney"
] | {
"entities": [
"Q32294",
"Q2599",
"Q145",
"Q7152308"
],
"relations": [
"P27",
"P1431",
"P112"
],
"adjacency": [
[
3,
1,
1
],
[
0,
2,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"MPL Communications",
"Paul McCartney",
"United Kingdom",
"Paul McCartney: Music & Animation"
],
"relation_labels": [
"country of citizenship",
"executive producer",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q7152308 wdt:P1431 ?x0 .
wd:Q32294 wdt:P112 ?x0 .
?x0 wdt:P27 wd:Q145
} |
mcwq-131112 | What British female actor that Kate Bush influenced did Girls Aloud: Off the Record star | [
"Nicola Roberts"
] | {
"entities": [
"Q6581072",
"Q145",
"Q1072383",
"Q33999",
"Q5564614",
"Q636"
],
"relations": [
"P106",
"P27",
"P737",
"P161",
"P21"
],
"adjacency": [
[
2,
0,
3
],
[
4,
3,
2
],
[
2,
2,
5
],
[
2,
4,
0
],
[
2,
1,
1
]
],
"entity_labels": [
"female",
"United Kingdom",
"Nicola Roberts",
"actor",
"Girls Aloud: Off the Record",
"Kate Bush"
],
"relation_labels": [
"occupation",
"country of citizenship",
"influenced by",
"cast member",
"sex or gender"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q5564614 wdt:P161 ?x0 .
?x0 wdt:P737 wd:Q636 .
?x0 wdt:P21 wd:Q6581072 .
?x0 wdt:P27 wd:Q145
} |
mcwq-131114 | What British female costume designer was employed by Liberty | [
"Anna Buruma"
] | {
"entities": [
"Q3237793",
"Q6581072",
"Q145",
"Q1323191",
"Q61455830"
],
"relations": [
"P106",
"P27",
"P108",
"P21"
],
"adjacency": [
[
4,
0,
3
],
[
4,
2,
0
],
[
4,
3,
1
],
[
4,
1,
2
]
],
"entity_labels": [
"Liberty",
"female",
"United Kingdom",
"costume designer",
"Anna Buruma"
],
"relation_labels": [
"occupation",
"country of citizenship",
"employer",
"sex or gender"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q1323191 .
?x0 wdt:P108 wd:Q3237793 .
?x0 wdt:P21 wd:Q6581072 .
?x0 wdt:P27 wd:Q145
} |
mcwq-131121 | What British film director did The Great Dictator star | [
"Wheeler Dryden",
"Charlie Chaplin"
] | {
"entities": [
"Q3567655",
"Q2526255",
"Q145",
"Q109116"
],
"relations": [
"P106",
"P27",
"P161"
],
"adjacency": [
[
0,
0,
1
],
[
3,
2,
0
],
[
0,
1,
2
]
],
"entity_labels": [
"Wheeler Dryden",
"film director",
"United Kingdom",
"The Great Dictator"
],
"relation_labels": [
"occupation",
"country of citizenship",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q2526255 .
wd:Q109116 wdt:P161 ?x0 .
?x0 wdt:P27 wd:Q145
} |
mcwq-131122 | What British film director did LucasArts 's founder influence | [
"Christopher Nolan"
] | {
"entities": [
"Q145",
"Q38222",
"Q25191",
"Q216611",
"Q2526255"
],
"relations": [
"P106",
"P27",
"P737",
"P112"
],
"adjacency": [
[
2,
0,
4
],
[
2,
2,
1
],
[
2,
1,
0
],
[
3,
3,
1
]
],
"entity_labels": [
"United Kingdom",
"George Lucas",
"Christopher Nolan",
"Lucasfilm Games",
"film director"
],
"relation_labels": [
"occupation",
"country of citizenship",
"influenced by",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q2526255 .
?x0 wdt:P737 ?x1 .
?x0 wdt:P27 wd:Q145 .
wd:Q216611 wdt:P112 ?x1
} |
mcwq-131123 | What British film director did Suzanne Cloutier and Hélène du Lau d'Allemans marry | [
"Peter Ustinov"
] | {
"entities": [
"Q456476",
"Q145",
"Q18327296",
"Q55796",
"Q2526255"
],
"relations": [
"P106",
"P27",
"P26"
],
"adjacency": [
[
3,
0,
4
],
[
3,
1,
1
],
[
3,
2,
0
],
[
3,
2,
2
]
],
"entity_labels": [
"Suzanne Cloutier",
"United Kingdom",
"Hélène du Lau d'Allemans",
"Peter Ustinov",
"film director"
],
"relation_labels": [
"occupation",
"country of citizenship",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q2526255 .
?x0 wdt:P27 wd:Q145 .
?x0 wdt:P26 wd:Q456476 .
?x0 wdt:P26 wd:Q18327296 .
FILTER ( ?x0 != wd:Q456476 ) .
FILTER ( ?x0 != wd:Q18327296 )
} |
mcwq-131125 | What British film director did Suzanne Cloutier marry | [
"Peter Ustinov"
] | {
"entities": [
"Q55796",
"Q456476",
"Q145",
"Q2526255"
],
"relations": [
"P106",
"P27",
"P26"
],
"adjacency": [
[
0,
0,
3
],
[
0,
1,
2
],
[
0,
2,
1
]
],
"entity_labels": [
"Peter Ustinov",
"Suzanne Cloutier",
"United Kingdom",
"film director"
],
"relation_labels": [
"occupation",
"country of citizenship",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q2526255 .
?x0 wdt:P27 wd:Q145 .
?x0 wdt:P26 wd:Q456476 .
FILTER ( ?x0 != wd:Q456476 )
} |
mcwq-131128 | What British film director did Harry Potter and the Chamber of Secrets and Pinocchio star | [
"John Cleese"
] | {
"entities": [
"Q102244",
"Q145",
"Q25014",
"Q19356",
"Q2526255"
],
"relations": [
"P106",
"P27",
"P161"
],
"adjacency": [
[
2,
0,
4
],
[
0,
2,
2
],
[
3,
2,
2
],
[
2,
1,
1
]
],
"entity_labels": [
"Harry Potter and the Chamber of Secrets",
"United Kingdom",
"John Cleese",
"Pinocchio",
"film director"
],
"relation_labels": [
"occupation",
"country of citizenship",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q2526255 .
wd:Q102244 wdt:P161 ?x0 .
wd:Q19356 wdt:P161 ?x0 .
?x0 wdt:P27 wd:Q145
} |
mcwq-131129 | What British film director directed The Prince of Egypt | [
"Simon Wells"
] | {
"entities": [
"Q245227",
"Q145",
"Q27419"
],
"relations": [
"P27",
"P57"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"The Prince of Egypt",
"United Kingdom",
"Simon Wells"
],
"relation_labels": [
"country of citizenship",
"director"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q245227 wdt:P57 ?x0 .
?x0 wdt:P27 wd:Q145
} |
mcwq-131130 | What British film director directed and wrote The Floorwalker , The Great Dictator , Modern Times , and Recreation | [
"Charlie Chaplin"
] | {
"entities": [
"Q145",
"Q45602",
"Q166739",
"Q109116",
"Q2445751",
"Q882"
],
"relations": [
"P27",
"P57",
"P58"
],
"adjacency": [
[
4,
1,
5
],
[
2,
1,
5
],
[
1,
1,
5
],
[
3,
1,
5
],
[
4,
2,
5
],
[
2,
2,
5
],
[
1,
2,
5
],
[
3,
2,
5
],
[
5,
0,
0
]
],
"entity_labels": [
"United Kingdom",
"Modern Times",
"The Floorwalker",
"The Great Dictator",
"Recreation",
"Charlie Chaplin"
],
"relation_labels": [
"country of citizenship",
"director",
"screenwriter"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q2445751 wdt:P57 ?x0 .
wd:Q166739 wdt:P57 ?x0 .
wd:Q45602 wdt:P57 ?x0 .
wd:Q109116 wdt:P57 ?x0 .
wd:Q2445751 wdt:P58 ?x0 .
wd:Q166739 wdt:P58 ?x0 .
wd:Q45602 wdt:P58 ?x0 .
wd:Q109116 wdt:P58 ?x0 .
?x0 wdt:P27 wd:Q145
} |
mcwq-131133 | What British film director married Jessica Tandy | [
"Jack Hawkins"
] | {
"entities": [
"Q182104",
"Q26118",
"Q145",
"Q2526255"
],
"relations": [
"P106",
"P27",
"P26"
],
"adjacency": [
[
1,
0,
3
],
[
1,
1,
2
],
[
1,
2,
0
]
],
"entity_labels": [
"Jessica Tandy",
"Jack Hawkins",
"United Kingdom",
"film director"
],
"relation_labels": [
"occupation",
"country of citizenship",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q2526255 .
?x0 wdt:P27 wd:Q145 .
?x0 wdt:P26 wd:Q182104 .
FILTER ( ?x0 != wd:Q182104 )
} |
mcwq-131134 | What British film director married Paulette Goddard , Oona O'Neill , Mildred Harris , and Lita Grey | [
"Charlie Chaplin"
] | {
"entities": [
"Q145",
"Q32337",
"Q95050",
"Q137808",
"Q241019",
"Q882",
"Q2526255"
],
"relations": [
"P106",
"P27",
"P26"
],
"adjacency": [
[
5,
0,
6
],
[
5,
1,
0
],
[
5,
2,
3
],
[
5,
2,
4
],
[
5,
2,
1
],
[
5,
2,
2
]
],
"entity_labels": [
"United Kingdom",
"Lita Grey",
"Paulette Goddard",
"Oona O'Neill",
"Mildred Harris",
"Charlie Chaplin",
"film director"
],
"relation_labels": [
"occupation",
"country of citizenship",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q2526255 .
?x0 wdt:P27 wd:Q145 .
?x0 wdt:P26 wd:Q137808 .
?x0 wdt:P26 wd:Q241019 .
?x0 wdt:P26 wd:Q32337 .
?x0 wdt:P26 wd:Q95050 .
FILTER ( ?x0 != wd:Q137808 ) .
FILTER ( ?x0 != wd:Q241019 ) .
FILTER ( ?x0 != wd:Q32337 ) .
FILTER ( ?x0 != wd:Q95050 )
} |
mcwq-131137 | What British film director produced Kick-Ass3 | [
"Matthew Vaughn"
] | {
"entities": [
"Q1758468",
"Q145",
"Q2526255",
"Q2593"
],
"relations": [
"P272",
"P106",
"P27"
],
"adjacency": [
[
3,
1,
2
],
[
0,
0,
3
],
[
3,
2,
1
]
],
"entity_labels": [
"Kick-Ass 2",
"United Kingdom",
"film director",
"Matthew Vaughn"
],
"relation_labels": [
"production company",
"occupation",
"country of citizenship"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q2526255 .
wd:Q1758468 wdt:P272 ?x0 .
?x0 wdt:P27 wd:Q145
} |
mcwq-131140 | What British film director that directed a film married Antonia Fraser | [
"Harold Pinter"
] | {
"entities": [
"Q145",
"Q5002713",
"Q41042",
"Q242796",
"Q11424"
],
"relations": [
"P27",
"P57",
"P26",
"P31"
],
"adjacency": [
[
1,
1,
2
],
[
2,
0,
0
],
[
2,
2,
3
],
[
1,
3,
4
]
],
"entity_labels": [
"United Kingdom",
"Butley",
"Harold Pinter",
"Antonia Fraser",
"film"
],
"relation_labels": [
"country of citizenship",
"director",
"spouse",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x1 wdt:P57 ?x0 .
?x0 wdt:P27 wd:Q145 .
?x0 wdt:P26 wd:Q242796 .
?x1 wdt:P31 wd:Q11424 .
FILTER ( ?x0 != wd:Q242796 )
} |
mcwq-131141 | What British film director that influenced The Divine Comedy founded Fish People | [
"Kate Bush"
] | {
"entities": [
"Q145",
"Q1543686",
"Q48837547",
"Q2526255",
"Q636"
],
"relations": [
"P106",
"P27",
"P737",
"P112"
],
"adjacency": [
[
4,
0,
3
],
[
1,
2,
4
],
[
2,
3,
4
],
[
4,
1,
0
]
],
"entity_labels": [
"United Kingdom",
"The Divine Comedy",
"Fish People",
"film director",
"Kate Bush"
],
"relation_labels": [
"occupation",
"country of citizenship",
"influenced by",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q2526255 .
wd:Q1543686 wdt:P737 ?x0 .
wd:Q48837547 wdt:P112 ?x0 .
?x0 wdt:P27 wd:Q145
} |
mcwq-131143 | What British film director was a French sibling of Caroline Casadesus | [
"Sebastian Copeland"
] | {
"entities": [
"Q7442390",
"Q145",
"Q142",
"Q2939973",
"Q2526255"
],
"relations": [
"P106",
"P27",
"P3373"
],
"adjacency": [
[
0,
0,
4
],
[
0,
1,
1
],
[
0,
1,
2
],
[
0,
2,
3
]
],
"entity_labels": [
"Sebastian Copeland",
"United Kingdom",
"France",
"Caroline Casadesus",
"film director"
],
"relation_labels": [
"occupation",
"country of citizenship",
"sibling"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q2526255 .
?x0 wdt:P27 wd:Q145 .
?x0 wdt:P27 wd:Q142 .
?x0 wdt:P3373 wd:Q2939973 .
FILTER ( ?x0 != wd:Q2939973 )
} |
mcwq-131145 | What British film director was a male star of Harry Potter and the Chamber of Secrets | [
"Alan Rickman",
"John Cleese",
"Kenneth Branagh"
] | {
"entities": [
"Q102244",
"Q145",
"Q106481",
"Q2526255",
"Q6581097"
],
"relations": [
"P106",
"P27",
"P21",
"P161"
],
"adjacency": [
[
2,
0,
3
],
[
0,
3,
2
],
[
2,
2,
4
],
[
2,
1,
1
]
],
"entity_labels": [
"Harry Potter and the Chamber of Secrets",
"United Kingdom",
"Alan Rickman",
"film director",
"male"
],
"relation_labels": [
"occupation",
"country of citizenship",
"sex or gender",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q2526255 .
wd:Q102244 wdt:P161 ?x0 .
?x0 wdt:P21 wd:Q6581097 .
?x0 wdt:P27 wd:Q145
} |
mcwq-131146 | What British film director was a parent of Irina Brook | [
"Peter Brook"
] | {
"entities": [
"Q49760",
"Q145",
"Q2526255",
"Q3154363"
],
"relations": [
"P106",
"P27",
"P40|wdt:P355"
],
"adjacency": [
[
0,
0,
2
],
[
0,
2,
3
],
[
0,
1,
1
]
],
"entity_labels": [
"Peter Brook",
"United Kingdom",
"film director",
"Irina Brook"
],
"relation_labels": [
"occupation",
"country of citizenship",
"P40|wdt:P355"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q2526255 .
?x0 wdt:P40|wdt:P355 wd:Q3154363 .
?x0 wdt:P27 wd:Q145
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.