id
stringlengths 11
13
| question
stringlengths 11
8.64k
| answers
sequence | subgraph
dict | sparql
stringlengths 49
483
|
---|---|---|---|---|
mcwq-137260 | What composer directed and edited Once Upon a Time in Mexico | [
"Robert Rodriguez"
] | {
"entities": [
"Q47284",
"Q93853",
"Q36834"
],
"relations": [
"P106",
"P57",
"P1040"
],
"adjacency": [
[
0,
0,
2
],
[
1,
1,
0
],
[
1,
2,
0
]
],
"entity_labels": [
"Robert Rodriguez",
"Once Upon a Time in Mexico",
"composer"
],
"relation_labels": [
"occupation",
"director",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
wd:Q93853 wdt:P57 ?x0 .
wd:Q93853 wdt:P1040 ?x0
} |
mcwq-137261 | What composer directed and wrote Dune | [
"David Lynch"
] | {
"entities": [
"Q2071",
"Q114819",
"Q36834"
],
"relations": [
"P106",
"P57",
"P58"
],
"adjacency": [
[
0,
0,
2
],
[
1,
1,
0
],
[
1,
2,
0
]
],
"entity_labels": [
"David Lynch",
"Dune",
"composer"
],
"relation_labels": [
"occupation",
"director",
"screenwriter"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
wd:Q114819 wdt:P57 ?x0 .
wd:Q114819 wdt:P58 ?x0
} |
mcwq-137262 | What composer directed , edited , and wrote Sin City 's sequel | [
"Robert Rodriguez"
] | {
"entities": [
"Q47284",
"Q192115",
"Q36834",
"Q1653396"
],
"relations": [
"P155",
"P57",
"P58",
"P1040",
"P106"
],
"adjacency": [
[
0,
4,
2
],
[
3,
1,
0
],
[
3,
3,
0
],
[
3,
2,
0
],
[
3,
0,
1
]
],
"entity_labels": [
"Robert Rodriguez",
"Sin City",
"composer",
"Sin City: A Dame to Kill For"
],
"relation_labels": [
"follows",
"director",
"screenwriter",
"film editor",
"occupation"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
?x1 wdt:P57 ?x0 .
?x1 wdt:P1040 ?x0 .
?x1 wdt:P58 ?x0 .
?x1 wdt:P155 wd:Q192115
} |
mcwq-137264 | What composer edited The Gold Rush , Pay Day , The Tramp , and The Floorwalker | [
"Charlie Chaplin"
] | {
"entities": [
"Q882",
"Q36834",
"Q214723",
"Q166739",
"Q641474",
"Q199039"
],
"relations": [
"P106",
"P1040"
],
"adjacency": [
[
0,
0,
1
],
[
5,
1,
0
],
[
4,
1,
0
],
[
3,
1,
0
],
[
2,
1,
0
]
],
"entity_labels": [
"Charlie Chaplin",
"composer",
"The Gold Rush",
"The Floorwalker",
"The Tramp",
"Pay Day"
],
"relation_labels": [
"occupation",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
wd:Q199039 wdt:P1040 ?x0 .
wd:Q641474 wdt:P1040 ?x0 .
wd:Q166739 wdt:P1040 ?x0 .
wd:Q214723 wdt:P1040 ?x0
} |
mcwq-137265 | What composer edited The Bank , Modern Times , and City Lights | [
"Charlie Chaplin"
] | {
"entities": [
"Q36834",
"Q45602",
"Q238211",
"Q882",
"Q2291409"
],
"relations": [
"P106",
"P1040"
],
"adjacency": [
[
3,
0,
0
],
[
4,
1,
3
],
[
2,
1,
3
],
[
1,
1,
3
]
],
"entity_labels": [
"composer",
"Modern Times",
"City Lights",
"Charlie Chaplin",
"The Bank"
],
"relation_labels": [
"occupation",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
wd:Q2291409 wdt:P1040 ?x0 .
wd:Q238211 wdt:P1040 ?x0 .
wd:Q45602 wdt:P1040 ?x0
} |
mcwq-137266 | What composer edited The Floorwalker and Modern Times | [
"Charlie Chaplin"
] | {
"entities": [
"Q166739",
"Q45602",
"Q882",
"Q36834"
],
"relations": [
"P106",
"P1040"
],
"adjacency": [
[
2,
0,
3
],
[
1,
1,
2
],
[
0,
1,
2
]
],
"entity_labels": [
"The Floorwalker",
"Modern Times",
"Charlie Chaplin",
"composer"
],
"relation_labels": [
"occupation",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
wd:Q45602 wdt:P1040 ?x0 .
wd:Q166739 wdt:P1040 ?x0
} |
mcwq-137267 | What composer edited The Floorwalker , directed Modern Times , and wrote a film | [
"Charlie Chaplin"
] | {
"entities": [
"Q36834",
"Q669929",
"Q45602",
"Q166739",
"Q882",
"Q11424"
],
"relations": [
"P57",
"P58",
"P31",
"P1040",
"P106"
],
"adjacency": [
[
4,
4,
0
],
[
2,
0,
4
],
[
3,
3,
4
],
[
1,
1,
4
],
[
1,
2,
5
]
],
"entity_labels": [
"composer",
"The Circus",
"Modern Times",
"The Floorwalker",
"Charlie Chaplin",
"film"
],
"relation_labels": [
"director",
"screenwriter",
"instance of",
"film editor",
"occupation"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
wd:Q45602 wdt:P57 ?x0 .
wd:Q166739 wdt:P1040 ?x0 .
?x1 wdt:P58 ?x0 .
?x1 wdt:P31 wd:Q11424 } |
mcwq-137268 | What composer edited Sin City 's sequel | [
"Robert Rodriguez"
] | {
"entities": [
"Q47284",
"Q192115",
"Q36834",
"Q1653396"
],
"relations": [
"P106",
"P155",
"P1040"
],
"adjacency": [
[
0,
0,
2
],
[
3,
2,
0
],
[
3,
1,
1
]
],
"entity_labels": [
"Robert Rodriguez",
"Sin City",
"composer",
"Sin City: A Dame to Kill For"
],
"relation_labels": [
"occupation",
"follows",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
?x1 wdt:P1040 ?x0 .
?x1 wdt:P155 wd:Q192115
} |
mcwq-137269 | What composer edited Modern Times , directed a film , and edited Pay Day and The Bank | [
"Charlie Chaplin"
] | {
"entities": [
"Q36834",
"Q45602",
"Q9189117",
"Q882",
"Q11424",
"Q199039",
"Q2291409"
],
"relations": [
"P106",
"P57",
"P31",
"P1040"
],
"adjacency": [
[
3,
0,
0
],
[
2,
1,
3
],
[
6,
3,
3
],
[
5,
3,
3
],
[
1,
3,
3
],
[
2,
2,
4
]
],
"entity_labels": [
"composer",
"Modern Times",
"Charlie Chaplin Festival",
"Charlie Chaplin",
"film",
"Pay Day",
"The Bank"
],
"relation_labels": [
"occupation",
"director",
"instance of",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
?x1 wdt:P57 ?x0 .
wd:Q2291409 wdt:P1040 ?x0 .
wd:Q199039 wdt:P1040 ?x0 .
wd:Q45602 wdt:P1040 ?x0 .
?x1 wdt:P31 wd:Q11424 } |
mcwq-137270 | What composer edited The Floorwalker | [
"Charlie Chaplin"
] | {
"entities": [
"Q166739",
"Q882",
"Q36834"
],
"relations": [
"P106",
"P1040"
],
"adjacency": [
[
1,
0,
2
],
[
0,
1,
1
]
],
"entity_labels": [
"The Floorwalker",
"Charlie Chaplin",
"composer"
],
"relation_labels": [
"occupation",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
wd:Q166739 wdt:P1040 ?x0
} |
mcwq-137271 | What composer edited a film and edited Pay Day and Modern Times | [
"Charlie Chaplin"
] | {
"entities": [
"Q36834",
"Q669929",
"Q45602",
"Q882",
"Q11424",
"Q199039"
],
"relations": [
"P106",
"P31",
"P1040"
],
"adjacency": [
[
3,
0,
0
],
[
1,
2,
3
],
[
2,
2,
3
],
[
5,
2,
3
],
[
1,
1,
4
]
],
"entity_labels": [
"composer",
"The Circus",
"Modern Times",
"Charlie Chaplin",
"film",
"Pay Day"
],
"relation_labels": [
"occupation",
"instance of",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
?x1 wdt:P1040 ?x0 .
wd:Q45602 wdt:P1040 ?x0 .
wd:Q199039 wdt:P1040 ?x0 .
?x1 wdt:P31 wd:Q11424 } |
mcwq-137272 | What composer edited and directed Amores perros | [
"Alejandro González Iñárritu"
] | {
"entities": [
"Q474098",
"Q55215",
"Q36834"
],
"relations": [
"P106",
"P57",
"P1040"
],
"adjacency": [
[
1,
0,
2
],
[
0,
1,
1
],
[
0,
2,
1
]
],
"entity_labels": [
"Amores perros",
"Alejandro González Iñárritu",
"composer"
],
"relation_labels": [
"occupation",
"director",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
wd:Q474098 wdt:P57 ?x0 .
wd:Q474098 wdt:P1040 ?x0
} |
mcwq-137273 | What composer edited and executive produced Brecha | [
"Iván Noel"
] | {
"entities": [
"Q4959991",
"Q36834",
"Q3156378"
],
"relations": [
"P106",
"P1431",
"P1040"
],
"adjacency": [
[
2,
0,
1
],
[
0,
2,
2
],
[
0,
1,
2
]
],
"entity_labels": [
"Brecha",
"composer",
"Iván Noel"
],
"relation_labels": [
"occupation",
"executive producer",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
wd:Q4959991 wdt:P1040 ?x0 .
wd:Q4959991 wdt:P1431 ?x0
} |
mcwq-137274 | What composer edited and wrote The Floorwalker | [
"Charlie Chaplin"
] | {
"entities": [
"Q166739",
"Q882",
"Q36834"
],
"relations": [
"P106",
"P58",
"P1040"
],
"adjacency": [
[
1,
0,
2
],
[
0,
2,
1
],
[
0,
1,
1
]
],
"entity_labels": [
"The Floorwalker",
"Charlie Chaplin",
"composer"
],
"relation_labels": [
"occupation",
"screenwriter",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
wd:Q166739 wdt:P1040 ?x0 .
wd:Q166739 wdt:P58 ?x0
} |
mcwq-137275 | What composer edited and wrote Sin City 's sequel | [
"Robert Rodriguez"
] | {
"entities": [
"Q47284",
"Q192115",
"Q36834",
"Q1653396"
],
"relations": [
"P106",
"P155",
"P58",
"P1040"
],
"adjacency": [
[
0,
0,
2
],
[
3,
3,
0
],
[
3,
2,
0
],
[
3,
1,
1
]
],
"entity_labels": [
"Robert Rodriguez",
"Sin City",
"composer",
"Sin City: A Dame to Kill For"
],
"relation_labels": [
"occupation",
"follows",
"screenwriter",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
?x1 wdt:P1040 ?x0 .
?x1 wdt:P58 ?x0 .
?x1 wdt:P155 wd:Q192115
} |
mcwq-137276 | What composer employed by Johann Ernst III, Duke of Saxe-Weimar , employed by Thomasschule zu Leipzig , and employed by Leopold, Prince of Anhalt-Köthen influenced Wolfgang Amadeus Mozart | [
"Johann Sebastian Bach"
] | {
"entities": [
"Q36834",
"Q61689",
"Q699668",
"Q61972",
"Q254",
"Q1339"
],
"relations": [
"P108",
"P106",
"P737"
],
"adjacency": [
[
5,
1,
0
],
[
4,
2,
5
],
[
5,
0,
3
],
[
5,
0,
2
],
[
5,
0,
1
]
],
"entity_labels": [
"composer",
"Leopold, Prince of Anhalt-Köthen",
"Thomasschule zu Leipzig",
"Johann Ernst III, Duke of Saxe-Weimar",
"Wolfgang Amadeus Mozart",
"Johann Sebastian Bach"
],
"relation_labels": [
"employer",
"occupation",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
wd:Q254 wdt:P737 ?x0 .
?x0 wdt:P108 wd:Q61972 .
?x0 wdt:P108 wd:Q699668 .
?x0 wdt:P108 wd:Q61689
} |
mcwq-137277 | What composer executive produced Evan Almighty , Mamma Mia! , and Game Change | [
"Tom Hanks"
] | {
"entities": [
"Q36834",
"Q655980",
"Q195949",
"Q2263",
"Q188850"
],
"relations": [
"P106",
"P1431"
],
"adjacency": [
[
3,
0,
0
],
[
4,
1,
3
],
[
2,
1,
3
],
[
1,
1,
3
]
],
"entity_labels": [
"composer",
"Game Change",
"Evan Almighty",
"Tom Hanks",
"Mamma Mia!"
],
"relation_labels": [
"occupation",
"executive producer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
wd:Q188850 wdt:P1431 ?x0 .
wd:Q195949 wdt:P1431 ?x0 .
wd:Q655980 wdt:P1431 ?x0
} |
mcwq-137278 | What composer executive produced Evan Almighty , Mamma Mia! , From the Earth to the Moon , and Game Change | [
"Tom Hanks"
] | {
"entities": [
"Q1467607",
"Q36834",
"Q655980",
"Q195949",
"Q2263",
"Q188850"
],
"relations": [
"P106",
"P1431"
],
"adjacency": [
[
4,
0,
1
],
[
3,
1,
4
],
[
2,
1,
4
],
[
5,
1,
4
],
[
0,
1,
4
]
],
"entity_labels": [
"From the Earth to the Moon",
"composer",
"Game Change",
"Evan Almighty",
"Tom Hanks",
"Mamma Mia!"
],
"relation_labels": [
"occupation",
"executive producer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
wd:Q195949 wdt:P1431 ?x0 .
wd:Q655980 wdt:P1431 ?x0 .
wd:Q188850 wdt:P1431 ?x0 .
wd:Q1467607 wdt:P1431 ?x0
} |
mcwq-137279 | What composer executive produced Mamma Mia! | [
"Björn Ulvaeus",
"Benny Andersson",
"Tom Hanks"
] | {
"entities": [
"Q179682",
"Q36834",
"Q188850"
],
"relations": [
"P106",
"P1431"
],
"adjacency": [
[
0,
0,
1
],
[
2,
1,
0
]
],
"entity_labels": [
"Björn Ulvaeus",
"composer",
"Mamma Mia!"
],
"relation_labels": [
"occupation",
"executive producer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
wd:Q188850 wdt:P1431 ?x0
} |
mcwq-137280 | What composer executive produced A Winter Symphony 's sequel | [
"Frank Peterson"
] | {
"entities": [
"Q62896",
"Q2894993",
"Q36834",
"Q11704161"
],
"relations": [
"P106",
"P155",
"P1431"
],
"adjacency": [
[
0,
0,
2
],
[
3,
2,
0
],
[
3,
1,
1
]
],
"entity_labels": [
"Frank Peterson",
"A Winter Symphony",
"composer",
"Symphony: Live in Vienna"
],
"relation_labels": [
"occupation",
"follows",
"executive producer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
?x1 wdt:P1431 ?x0 .
?x1 wdt:P155 wd:Q2894993
} |
mcwq-137282 | What composer executive produced Twin Peaks: Fire Walk with Me 's prequel | [
"David Lynch"
] | {
"entities": [
"Q2085",
"Q2071",
"Q1140578",
"Q36834"
],
"relations": [
"P106",
"P1431",
"P156"
],
"adjacency": [
[
1,
0,
3
],
[
0,
1,
1
],
[
0,
2,
2
]
],
"entity_labels": [
"Twin Peaks",
"David Lynch",
"Twin Peaks: Fire Walk with Me",
"composer"
],
"relation_labels": [
"occupation",
"executive producer",
"followed by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
?x1 wdt:P1431 ?x0 .
?x1 wdt:P156 wd:Q1140578
} |
mcwq-137283 | What composer executive produced Twin Peaks and Twin Peaks: Fire Walk with Me | [
"David Lynch"
] | {
"entities": [
"Q2085",
"Q2071",
"Q1140578",
"Q36834"
],
"relations": [
"P106",
"P1431"
],
"adjacency": [
[
1,
0,
3
],
[
0,
1,
1
],
[
2,
1,
1
]
],
"entity_labels": [
"Twin Peaks",
"David Lynch",
"Twin Peaks: Fire Walk with Me",
"composer"
],
"relation_labels": [
"occupation",
"executive producer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
wd:Q2085 wdt:P1431 ?x0 .
wd:Q1140578 wdt:P1431 ?x0
} |
mcwq-137285 | What composer founded Charles Chaplin Film Corporation and United Artists Corporation | [
"Charlie Chaplin"
] | {
"entities": [
"Q882",
"Q17335591",
"Q36834",
"Q219400"
],
"relations": [
"P106",
"P112"
],
"adjacency": [
[
0,
0,
2
],
[
3,
1,
0
],
[
1,
1,
0
]
],
"entity_labels": [
"Charlie Chaplin",
"Charles Chaplin Film Corporation",
"composer",
"United Artists Corporation"
],
"relation_labels": [
"occupation",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
wd:Q219400 wdt:P112 ?x0 .
wd:Q17335591 wdt:P112 ?x0
} |
mcwq-137286 | What composer founded Pies Descalzos Foundation , was employed by Live Nation , Freixenet , and Universal Music Group , and was employed by Sony Music | [
"Shakira"
] | {
"entities": [
"Q36834",
"Q34424",
"Q56760250",
"Q16960819",
"Q1427663",
"Q38903",
"Q1474082"
],
"relations": [
"P106",
"P108",
"P112"
],
"adjacency": [
[
1,
0,
0
],
[
6,
2,
1
],
[
1,
1,
3
],
[
1,
1,
4
],
[
1,
1,
2
],
[
1,
1,
5
]
],
"entity_labels": [
"composer",
"Shakira",
"Sony Music",
"Live Nation",
"Freixenet",
"Universal Music Group",
"Pies Descalzos Foundation"
],
"relation_labels": [
"occupation",
"employer",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
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-137287 | What composer founded Pies Descalzos Foundation , was employed by Sony Music , was employed by PepsiCo , and was employed by Live Nation | [
"Shakira"
] | {
"entities": [
"Q36834",
"Q34424",
"Q56760250",
"Q16960819",
"Q334800",
"Q1474082"
],
"relations": [
"P106",
"P108",
"P112"
],
"adjacency": [
[
1,
0,
0
],
[
5,
2,
1
],
[
1,
1,
4
],
[
1,
1,
3
],
[
1,
1,
2
]
],
"entity_labels": [
"composer",
"Shakira",
"Sony Music",
"Live Nation",
"PepsiCo",
"Pies Descalzos Foundation"
],
"relation_labels": [
"occupation",
"employer",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
wd:Q1474082 wdt:P112 ?x0 .
?x0 wdt:P108 wd:Q334800 .
?x0 wdt:P108 wd:Q16960819 .
?x0 wdt:P108 wd:Q56760250
} |
mcwq-137288 | What composer founded United Artists Corporation | [
"Charlie Chaplin"
] | {
"entities": [
"Q882",
"Q36834",
"Q219400"
],
"relations": [
"P106",
"P112"
],
"adjacency": [
[
0,
0,
1
],
[
2,
1,
0
]
],
"entity_labels": [
"Charlie Chaplin",
"composer",
"United Artists Corporation"
],
"relation_labels": [
"occupation",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
wd:Q219400 wdt:P112 ?x0
} |
mcwq-137289 | What composer founded Dorothy Arzner 's employer | [
"Charlie Chaplin"
] | {
"entities": [
"Q447847",
"Q882",
"Q36834",
"Q219400"
],
"relations": [
"P106",
"P108",
"P112"
],
"adjacency": [
[
1,
0,
2
],
[
3,
2,
1
],
[
0,
1,
3
]
],
"entity_labels": [
"Dorothy Arzner",
"Charlie Chaplin",
"composer",
"United Artists Corporation"
],
"relation_labels": [
"occupation",
"employer",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
?x1 wdt:P112 ?x0 .
wd:Q447847 wdt:P108 ?x1
} |
mcwq-137290 | What composer founded Metro-Goldwyn-Mayer 's child | [
"Charlie Chaplin"
] | {
"entities": [
"Q179200",
"Q882",
"Q36834",
"Q219400"
],
"relations": [
"P749",
"P106",
"P112"
],
"adjacency": [
[
1,
1,
2
],
[
3,
2,
1
],
[
3,
0,
0
]
],
"entity_labels": [
"Metro-Goldwyn-Mayer",
"Charlie Chaplin",
"composer",
"United Artists Corporation"
],
"relation_labels": [
"parent organization",
"occupation",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
?x1 wdt:P112 ?x0 .
?x1 wdt:P749 wd:Q179200
} |
mcwq-137291 | What composer founded Natun Bari and Visva-Bharati University and founded a parent of Visva-Bharati Granthana Vibhaga | [
"Rabindranath Tagore"
] | {
"entities": [
"Q36834",
"Q7241",
"Q1575044",
"Q70891759",
"Q51459519"
],
"relations": [
"P106",
"P40|wdt:P355",
"P112"
],
"adjacency": [
[
1,
0,
0
],
[
2,
2,
1
],
[
3,
2,
1
],
[
2,
2,
1
],
[
2,
1,
4
]
],
"entity_labels": [
"composer",
"Rabindranath Tagore",
"Visva-Bharati University",
"Natun Bari",
"Visva-Bharati Granthana Vibhaga"
],
"relation_labels": [
"occupation",
"P40|wdt:P355",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
?x1 wdt:P112 ?x0 .
wd:Q70891759 wdt:P112 ?x0 .
wd:Q1575044 wdt:P112 ?x0 .
?x1 wdt:P40|wdt:P355 wd:Q51459519
} |
mcwq-137292 | What composer founded Bayreuth Festival and founded Hans Günter Nöcker 's employer | [
"Richard Wagner"
] | {
"entities": [
"Q28969243",
"Q1511",
"Q36834",
"Q157596"
],
"relations": [
"P106",
"P108",
"P112"
],
"adjacency": [
[
1,
0,
2
],
[
3,
2,
1
],
[
3,
2,
1
],
[
0,
1,
3
]
],
"entity_labels": [
"Hans Günter Nöcker",
"Richard Wagner",
"composer",
"Bayreuth Festival"
],
"relation_labels": [
"occupation",
"employer",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
?x1 wdt:P112 ?x0 .
wd:Q157596 wdt:P112 ?x0 .
wd:Q28969243 wdt:P108 ?x1
} |
mcwq-137293 | What composer founded No label defined , Charles Chaplin Film Corporation , and United Artists Corporation | [
"Charlie Chaplin"
] | {
"entities": [
"Q36834",
"Q17335591",
"Q18413941",
"Q882",
"Q219400"
],
"relations": [
"P106",
"P112"
],
"adjacency": [
[
3,
0,
0
],
[
1,
1,
3
],
[
2,
1,
3
],
[
4,
1,
3
]
],
"entity_labels": [
"composer",
"Charles Chaplin Film Corporation",
null,
"Charlie Chaplin",
"United Artists Corporation"
],
"relation_labels": [
"occupation",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
wd:Q17335591 wdt:P112 ?x0 .
wd:Q18413941 wdt:P112 ?x0 .
wd:Q219400 wdt:P112 ?x0
} |
mcwq-137294 | What composer founded Eduard Brückner 's parent 's employer | [
"Duke Peter of Oldenburg"
] | {
"entities": [
"Q36834",
"Q62816",
"Q74676",
"Q4200373",
"Q78142"
],
"relations": [
"P106",
"P108",
"P40|wdt:P355",
"P112"
],
"adjacency": [
[
1,
0,
0
],
[
3,
3,
1
],
[
4,
1,
3
],
[
4,
2,
2
]
],
"entity_labels": [
"composer",
"Duke Peter of Oldenburg",
"Eduard Brückner",
"Imperial School of Jurisprudence",
"Alexander Brückner"
],
"relation_labels": [
"occupation",
"employer",
"P40|wdt:P355",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
?x1 wdt:P112 ?x0 .
?x2 wdt:P108 ?x1 .
?x2 wdt:P40|wdt:P355 wd:Q74676
} |
mcwq-137295 | What composer founded Water 's producer | [
"George Harrison"
] | {
"entities": [
"Q1033488",
"Q36834",
"Q2643",
"Q166554"
],
"relations": [
"P272",
"P106",
"P112"
],
"adjacency": [
[
2,
1,
1
],
[
0,
2,
2
],
[
3,
0,
0
]
],
"entity_labels": [
"HandMade Films",
"composer",
"George Harrison",
"Water"
],
"relation_labels": [
"production company",
"occupation",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
?x1 wdt:P112 ?x0 .
wd:Q166554 wdt:P272 ?x1
} |
mcwq-137296 | What composer founded a production company and founded United Artists Corporation and Charles Chaplin Film Corporation | [
"Charlie Chaplin"
] | {
"entities": [
"Q17335591",
"Q36834",
"Q882",
"Q1762059",
"Q219400"
],
"relations": [
"P106",
"P31",
"P112"
],
"adjacency": [
[
2,
0,
1
],
[
4,
2,
2
],
[
4,
2,
2
],
[
0,
2,
2
],
[
4,
1,
3
]
],
"entity_labels": [
"Charles Chaplin Film Corporation",
"composer",
"Charlie Chaplin",
"film production company",
"United Artists Corporation"
],
"relation_labels": [
"occupation",
"instance of",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
?x1 wdt:P112 ?x0 .
wd:Q219400 wdt:P112 ?x0 .
wd:Q17335591 wdt:P112 ?x0 .
?x1 wdt:P31 wd:Q1762059 } |
mcwq-137298 | What composer influenced The Who | [
"Jimi Hendrix",
"James Brown",
"Ludwig van Beethoven"
] | {
"entities": [
"Q255",
"Q36834",
"Q93346"
],
"relations": [
"P106",
"P737"
],
"adjacency": [
[
0,
0,
1
],
[
2,
1,
0
]
],
"entity_labels": [
"Ludwig van Beethoven",
"composer",
"The Who"
],
"relation_labels": [
"occupation",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
wd:Q93346 wdt:P737 ?x0
} |
mcwq-137301 | What composer influenced Blood Ties: The Life and Work of Sally Mann 's composer | [
"Patti Smith"
] | {
"entities": [
"Q134969",
"Q557",
"Q885145",
"Q36834"
],
"relations": [
"P106",
"P737",
"P86"
],
"adjacency": [
[
1,
0,
3
],
[
0,
1,
1
],
[
2,
2,
0
]
],
"entity_labels": [
"R.E.M.",
"Patti Smith",
"Blood Ties: The Life and Work of Sally Mann",
"composer"
],
"relation_labels": [
"occupation",
"influenced by",
"composer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
?x1 wdt:P737 ?x0 .
wd:Q885145 wdt:P86 ?x1
} |
mcwq-137304 | What composer influenced David Gray , Daniel Balavoine , Manfred Steinbrenner , and Wolfgang Ambros | [
"Bob Dylan"
] | {
"entities": [
"Q36834",
"Q320915",
"Q392",
"Q45404",
"Q104886614",
"Q1802"
],
"relations": [
"P106",
"P737"
],
"adjacency": [
[
2,
0,
0
],
[
4,
1,
2
],
[
3,
1,
2
],
[
5,
1,
2
],
[
1,
1,
2
]
],
"entity_labels": [
"composer",
"David Gray",
"Bob Dylan",
"Wolfgang Ambros",
"Manfred Steinbrenner",
"Daniel Balavoine"
],
"relation_labels": [
"occupation",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
wd:Q104886614 wdt:P737 ?x0 .
wd:Q45404 wdt:P737 ?x0 .
wd:Q1802 wdt:P737 ?x0 .
wd:Q320915 wdt:P737 ?x0
} |
mcwq-137306 | What composer influenced Movie Crazy 's male producer | [
"Charlie Chaplin"
] | {
"entities": [
"Q36834",
"Q104340",
"Q3284452",
"Q882",
"Q6581097"
],
"relations": [
"P272",
"P106",
"P737",
"P21"
],
"adjacency": [
[
3,
1,
0
],
[
1,
2,
3
],
[
2,
0,
1
],
[
1,
3,
4
]
],
"entity_labels": [
"composer",
"Harold Lloyd",
"Movie Crazy",
"Charlie Chaplin",
"male"
],
"relation_labels": [
"production company",
"occupation",
"influenced by",
"sex or gender"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
?x1 wdt:P737 ?x0 .
wd:Q3284452 wdt:P272 ?x1 .
?x1 wdt:P21 wd:Q6581097
} |
mcwq-137307 | What composer influenced Apple Records 's founder | [
"Ravi Shankar",
"Bob Dylan",
"Johann Sebastian Bach",
"Chuck Berry",
"Buddy Holly",
"Ludwig van Beethoven"
] | {
"entities": [
"Q1299",
"Q213710",
"Q103774",
"Q36834"
],
"relations": [
"P106",
"P737",
"P112"
],
"adjacency": [
[
2,
0,
3
],
[
0,
1,
2
],
[
1,
2,
0
]
],
"entity_labels": [
"The Beatles",
"Apple Records",
"Ravi Shankar",
"composer"
],
"relation_labels": [
"occupation",
"influenced by",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
?x1 wdt:P737 ?x0 .
wd:Q213710 wdt:P112 ?x1
} |
mcwq-137308 | What composer influenced Art Aia-Creatives / In / Residence 's founder and employee | [
"Jean-Michel Basquiat"
] | {
"entities": [
"Q155407",
"Q36834",
"Q47538364",
"Q47679517"
],
"relations": [
"P108",
"P106",
"P737",
"P112"
],
"adjacency": [
[
0,
1,
1
],
[
2,
2,
0
],
[
3,
3,
2
],
[
2,
0,
3
]
],
"entity_labels": [
"Jean-Michel Basquiat",
"composer",
"Giovanni Morassutti",
"Art Aia-Creatives / In / Residence"
],
"relation_labels": [
"employer",
"occupation",
"influenced by",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
?x1 wdt:P737 ?x0 .
wd:Q47679517 wdt:P112 ?x1 .
?x1 wdt:P108 wd:Q47679517
} |
mcwq-137309 | What composer influenced The Little Bear Movie 's director | [
"Wolfgang Amadeus Mozart"
] | {
"entities": [
"Q314771",
"Q254",
"Q3280982",
"Q36834"
],
"relations": [
"P106",
"P57",
"P737"
],
"adjacency": [
[
1,
0,
3
],
[
0,
2,
1
],
[
2,
1,
0
]
],
"entity_labels": [
"Maurice Sendak",
"Wolfgang Amadeus Mozart",
"The Little Bear Movie",
"composer"
],
"relation_labels": [
"occupation",
"director",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
?x1 wdt:P737 ?x0 .
wd:Q3280982 wdt:P57 ?x1
} |
mcwq-137312 | What composer influenced Hubert-Félix Thiéfaine , was influenced by Woody Guthrie , and influenced Magical Mystery Tour 's writer | [
"Bob Dylan"
] | {
"entities": [
"Q4061",
"Q36834",
"Q901203",
"Q392",
"Q1299",
"Q2382329"
],
"relations": [
"P106",
"P737",
"P58"
],
"adjacency": [
[
3,
0,
1
],
[
4,
1,
3
],
[
5,
1,
3
],
[
3,
1,
0
],
[
2,
2,
4
]
],
"entity_labels": [
"Woody Guthrie",
"composer",
"Magical Mystery Tour",
"Bob Dylan",
"The Beatles",
"Hubert-Félix Thiéfaine"
],
"relation_labels": [
"occupation",
"influenced by",
"screenwriter"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
?x1 wdt:P737 ?x0 .
wd:Q2382329 wdt:P737 ?x0 .
?x0 wdt:P737 wd:Q4061 .
wd:Q901203 wdt:P58 ?x1
} |
mcwq-137317 | What composer influenced Miley Cyrus , married Guy Ritchie and Sean Penn , and was influenced by Iman 's spouse | [
"Madonna"
] | {
"entities": [
"Q192990",
"Q1744",
"Q36834",
"Q44221",
"Q5383",
"Q4235",
"Q256531"
],
"relations": [
"P106",
"P26",
"P737"
],
"adjacency": [
[
1,
0,
2
],
[
5,
2,
1
],
[
1,
2,
4
],
[
1,
1,
3
],
[
1,
1,
0
],
[
4,
1,
6
]
],
"entity_labels": [
"Guy Ritchie",
"Madonna",
"composer",
"Sean Penn",
"David Bowie",
"Miley Cyrus",
"Iman"
],
"relation_labels": [
"occupation",
"spouse",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
wd:Q4235 wdt:P737 ?x0 .
?x0 wdt:P737 ?x1 .
?x0 wdt:P26 wd:Q44221 .
?x0 wdt:P26 wd:Q192990 .
?x1 wdt:P26 wd:Q256531 .
FILTER ( ?x0 != wd:Q44221 ) .
FILTER ( ?x0 != wd:Q192990 ) .
FILTER ( ?x1 != wd:Q256531 )
} |
mcwq-137318 | What composer influenced Wolfgang Ambros and Sinéad O'Connor | [
"Bob Dylan"
] | {
"entities": [
"Q392",
"Q193982",
"Q45404",
"Q36834"
],
"relations": [
"P106",
"P737"
],
"adjacency": [
[
0,
0,
3
],
[
2,
1,
0
],
[
1,
1,
0
]
],
"entity_labels": [
"Bob Dylan",
"Sinéad O'Connor",
"Wolfgang Ambros",
"composer"
],
"relation_labels": [
"occupation",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
wd:Q45404 wdt:P737 ?x0 .
wd:Q193982 wdt:P737 ?x0
} |
mcwq-137320 | What composer influenced I Love You, Daddy 's writer and editor | [
"George Carlin"
] | {
"entities": [
"Q150651",
"Q36951213",
"Q36834",
"Q15079"
],
"relations": [
"P106",
"P737",
"P58",
"P1040"
],
"adjacency": [
[
0,
0,
2
],
[
3,
1,
0
],
[
1,
3,
3
],
[
1,
2,
3
]
],
"entity_labels": [
"George Carlin",
"I Love You, Daddy",
"composer",
"Louis C.K."
],
"relation_labels": [
"occupation",
"influenced by",
"screenwriter",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
?x1 wdt:P737 ?x0 .
wd:Q36951213 wdt:P1040 ?x1 .
wd:Q36951213 wdt:P58 ?x1
} |
mcwq-137321 | What composer influenced Sinéad O'Connor , The Beatles , and Wolfgang Ambros | [
"Bob Dylan"
] | {
"entities": [
"Q36834",
"Q193982",
"Q392",
"Q45404",
"Q1299"
],
"relations": [
"P106",
"P737"
],
"adjacency": [
[
2,
0,
0
],
[
3,
1,
2
],
[
1,
1,
2
],
[
4,
1,
2
]
],
"entity_labels": [
"composer",
"Sinéad O'Connor",
"Bob Dylan",
"Wolfgang Ambros",
"The Beatles"
],
"relation_labels": [
"occupation",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
wd:Q45404 wdt:P737 ?x0 .
wd:Q193982 wdt:P737 ?x0 .
wd:Q1299 wdt:P737 ?x0
} |
mcwq-137322 | What composer influenced Louis Malle , married Cicely Tyson , and influenced a cinematographer | [
"Miles Davis"
] | {
"entities": [
"Q36834",
"Q55392",
"Q222344",
"Q238081",
"Q93341"
],
"relations": [
"P106",
"P26",
"P737"
],
"adjacency": [
[
4,
0,
0
],
[
1,
2,
4
],
[
1,
2,
4
],
[
4,
1,
3
],
[
1,
0,
2
]
],
"entity_labels": [
"composer",
"Louis Malle",
"cinematographer",
"Cicely Tyson",
"Miles Davis"
],
"relation_labels": [
"occupation",
"spouse",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
?x1 wdt:P737 ?x0 .
wd:Q55392 wdt:P737 ?x0 .
?x0 wdt:P26 wd:Q238081 .
?x1 wdt:P106 wd:Q222344 .
FILTER ( ?x0 != wd:Q238081 )
} |
mcwq-137323 | What composer influenced Michael Jackson , influenced Benny Hill , married Oona O'Neill , and married Mildred Harris , Paulette Goddard , and Lita Grey | [
"Charlie Chaplin"
] | {
"entities": [
"Q882",
"Q36834",
"Q95050",
"Q2831",
"Q200228",
"Q137808",
"Q241019",
"Q32337"
],
"relations": [
"P106",
"P26",
"P737"
],
"adjacency": [
[
0,
0,
1
],
[
4,
2,
0
],
[
3,
2,
0
],
[
0,
1,
7
],
[
0,
1,
2
],
[
0,
1,
6
],
[
0,
1,
5
]
],
"entity_labels": [
"Charlie Chaplin",
"composer",
"Paulette Goddard",
"Michael Jackson",
"Benny Hill",
"Oona O'Neill",
"Mildred Harris",
"Lita Grey"
],
"relation_labels": [
"occupation",
"spouse",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
wd:Q200228 wdt:P737 ?x0 .
wd:Q2831 wdt:P737 ?x0 .
?x0 wdt:P26 wd:Q32337 .
?x0 wdt:P26 wd:Q95050 .
?x0 wdt:P26 wd:Q241019 .
?x0 wdt:P26 wd:Q137808 .
FILTER ( ?x0 != wd:Q32337 ) .
FILTER ( ?x0 != wd:Q95050 ) .
FILTER ( ?x0 != wd:Q241019 ) .
FILTER ( ?x0 != wd:Q137808 )
} |
mcwq-137325 | What composer influenced Blanket Jackson 's parent , married Lita Grey , and married Mildred Harris , Oona O'Neill , and Paulette Goddard | [
"Charlie Chaplin"
] | {
"entities": [
"Q882",
"Q36834",
"Q95050",
"Q2831",
"Q137808",
"Q241019",
"Q32337",
"Q16240598"
],
"relations": [
"P106",
"P26",
"P737",
"P40|wdt:P355"
],
"adjacency": [
[
0,
0,
1
],
[
3,
2,
0
],
[
0,
1,
6
],
[
0,
1,
4
],
[
0,
1,
5
],
[
0,
1,
2
],
[
3,
3,
7
]
],
"entity_labels": [
"Charlie Chaplin",
"composer",
"Paulette Goddard",
"Michael Jackson",
"Oona O'Neill",
"Mildred Harris",
"Lita Grey",
"Blanket Jackson"
],
"relation_labels": [
"occupation",
"spouse",
"influenced by",
"P40|wdt:P355"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
?x1 wdt:P737 ?x0 .
?x0 wdt:P26 wd:Q32337 .
?x0 wdt:P26 wd:Q137808 .
?x0 wdt:P26 wd:Q241019 .
?x0 wdt:P26 wd:Q95050 .
?x1 wdt:P40|wdt:P355 wd:Q16240598 .
FILTER ( ?x0 != wd:Q32337 ) .
FILTER ( ?x0 != wd:Q137808 ) .
FILTER ( ?x0 != wd:Q241019 ) .
FILTER ( ?x0 != wd:Q95050 )
} |
mcwq-137328 | What composer influenced Johannes Brahms , The Beatles , and Ezio Bosso and was influenced by a sibling of Anna Mozart | [
"Ludwig van Beethoven"
] | {
"entities": [
"Q7294",
"Q255",
"Q36834",
"Q254",
"Q1299",
"Q3736359",
"Q157928"
],
"relations": [
"P106",
"P3373",
"P737"
],
"adjacency": [
[
1,
0,
2
],
[
4,
2,
1
],
[
5,
2,
1
],
[
0,
2,
1
],
[
1,
2,
3
],
[
3,
1,
6
]
],
"entity_labels": [
"Johannes Brahms",
"Ludwig van Beethoven",
"composer",
"Wolfgang Amadeus Mozart",
"The Beatles",
"Ezio Bosso",
"Anna Mozart"
],
"relation_labels": [
"occupation",
"sibling",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
wd:Q1299 wdt:P737 ?x0 .
wd:Q3736359 wdt:P737 ?x0 .
wd:Q7294 wdt:P737 ?x0 .
?x0 wdt:P737 ?x1 .
?x1 wdt:P3373 wd:Q157928 .
FILTER ( ?x1 != wd:Q157928 )
} |
mcwq-137332 | What composer influenced a film editor , was influenced by William Shakespeare and Ruđer Josip Bošković , and was influenced by Fyodor Dostoyevsky and Stendhal | [
"Friedrich Nietzsche"
] | {
"entities": [
"Q310757",
"Q151164",
"Q36834",
"Q9358",
"Q7042855",
"Q692",
"Q991",
"Q502"
],
"relations": [
"P106",
"P737"
],
"adjacency": [
[
3,
0,
2
],
[
1,
1,
3
],
[
3,
1,
0
],
[
3,
1,
7
],
[
3,
1,
5
],
[
3,
1,
6
],
[
1,
0,
4
]
],
"entity_labels": [
"Ruđer Josip Bošković",
"André Malraux",
"composer",
"Friedrich Nietzsche",
"film editor",
"William Shakespeare",
"Fyodor Dostoyevsky",
"Stendhal"
],
"relation_labels": [
"occupation",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
?x1 wdt:P737 ?x0 .
?x0 wdt:P737 wd:Q310757 .
?x0 wdt:P737 wd:Q502 .
?x0 wdt:P737 wd:Q692 .
?x0 wdt:P737 wd:Q991 .
?x1 wdt:P106 wd:Q7042855 } |
mcwq-137334 | What composer influenced a American male founder of Electric Lady Studios and Band of Gypsys and influenced Jan-Mari Carlotti | [
"Bob Dylan"
] | {
"entities": [
"Q1325913",
"Q36834",
"Q30",
"Q13581327",
"Q392",
"Q12949115",
"Q5928",
"Q6581097"
],
"relations": [
"P106",
"P27",
"P737",
"P112",
"P21"
],
"adjacency": [
[
4,
0,
1
],
[
6,
2,
4
],
[
5,
2,
4
],
[
3,
3,
6
],
[
0,
3,
6
],
[
6,
4,
7
],
[
6,
1,
2
]
],
"entity_labels": [
"Electric Lady Studios",
"composer",
"United States of America",
"Band of Gypsys",
"Bob Dylan",
"Jan-Mari Carlotti",
"Jimi Hendrix",
"male"
],
"relation_labels": [
"occupation",
"country of citizenship",
"influenced by",
"founded by",
"sex or gender"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
?x1 wdt:P737 ?x0 .
wd:Q12949115 wdt:P737 ?x0 .
wd:Q13581327 wdt:P112 ?x1 .
wd:Q1325913 wdt:P112 ?x1 .
?x1 wdt:P21 wd:Q6581097 .
?x1 wdt:P27 wd:Q30
} |
mcwq-137336 | What composer influenced a employee and founder of Art Aia-Creatives / In / Residence | [
"Jean-Michel Basquiat"
] | {
"entities": [
"Q155407",
"Q36834",
"Q47538364",
"Q47679517"
],
"relations": [
"P108",
"P106",
"P737",
"P112"
],
"adjacency": [
[
0,
1,
1
],
[
2,
2,
0
],
[
3,
3,
2
],
[
2,
0,
3
]
],
"entity_labels": [
"Jean-Michel Basquiat",
"composer",
"Giovanni Morassutti",
"Art Aia-Creatives / In / Residence"
],
"relation_labels": [
"employer",
"occupation",
"influenced by",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
?x1 wdt:P737 ?x0 .
wd:Q47679517 wdt:P112 ?x1 .
?x1 wdt:P108 wd:Q47679517
} |
mcwq-137339 | What composer influenced by England and influenced by Italy did Arcangelo Corelli influence and France and Germany influence | [
"George Frideric Handel"
] | {
"entities": [
"Q164475",
"Q36834",
"Q21",
"Q142",
"Q183",
"Q7302",
"Q38"
],
"relations": [
"P106",
"P737"
],
"adjacency": [
[
5,
0,
1
],
[
5,
1,
3
],
[
5,
1,
2
],
[
5,
1,
4
],
[
5,
1,
6
],
[
5,
1,
0
]
],
"entity_labels": [
"Arcangelo Corelli",
"composer",
"England",
"France",
"Germany",
"George Frideric Handel",
"Italy"
],
"relation_labels": [
"occupation",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
?x0 wdt:P737 wd:Q142 .
?x0 wdt:P737 wd:Q21 .
?x0 wdt:P737 wd:Q183 .
?x0 wdt:P737 wd:Q38 .
?x0 wdt:P737 wd:Q164475
} |
mcwq-137345 | What composer married Sibylle of Cleves 's sibling | [
"Henry VIII of England"
] | {
"entities": [
"Q69980",
"Q57126",
"Q38370",
"Q36834"
],
"relations": [
"P106",
"P26",
"P3373"
],
"adjacency": [
[
2,
0,
3
],
[
2,
1,
1
],
[
1,
2,
0
]
],
"entity_labels": [
"Sibylle of Cleves",
"Anne of Cleves",
"Henry VIII of England",
"composer"
],
"relation_labels": [
"occupation",
"spouse",
"sibling"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
?x0 wdt:P26 ?x1 .
?x1 wdt:P3373 wd:Q69980 .
FILTER ( ?x0 != ?x1 ) .
FILTER ( ?x1 != wd:Q69980 )
} |
mcwq-137346 | What composer married The Great Dictator 's star | [
"Charlie Chaplin"
] | {
"entities": [
"Q882",
"Q95050",
"Q109116",
"Q36834"
],
"relations": [
"P106",
"P26",
"P161"
],
"adjacency": [
[
0,
0,
3
],
[
0,
1,
1
],
[
2,
2,
1
]
],
"entity_labels": [
"Charlie Chaplin",
"Paulette Goddard",
"The Great Dictator",
"composer"
],
"relation_labels": [
"occupation",
"spouse",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
?x0 wdt:P26 ?x1 .
wd:Q109116 wdt:P161 ?x1 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-137347 | What composer married Auguste von Harrach | [
"Frederick William III of Prussia"
] | {
"entities": [
"Q66525",
"Q36834",
"Q37134"
],
"relations": [
"P106",
"P26"
],
"adjacency": [
[
2,
0,
1
],
[
2,
1,
0
]
],
"entity_labels": [
"Auguste von Harrach",
"composer",
"Frederick William III of Prussia"
],
"relation_labels": [
"occupation",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
?x0 wdt:P26 wd:Q66525 .
FILTER ( ?x0 != wd:Q66525 )
} |
mcwq-137348 | What composer married Anne of Cleves , Katherine Howard , Anne Boleyn , Jane Seymour , and Catherine Parr | [
"Henry VIII of England"
] | {
"entities": [
"Q36834",
"Q182637",
"Q188926",
"Q80823",
"Q192943",
"Q38370",
"Q57126"
],
"relations": [
"P106",
"P26"
],
"adjacency": [
[
5,
0,
0
],
[
5,
1,
6
],
[
5,
1,
1
],
[
5,
1,
4
],
[
5,
1,
3
],
[
5,
1,
2
]
],
"entity_labels": [
"composer",
"Jane Seymour",
"Catherine Howard",
"Anne Boleyn",
"Catherine Parr",
"Henry VIII of England",
"Anne of Cleves"
],
"relation_labels": [
"occupation",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
?x0 wdt:P26 wd:Q57126 .
?x0 wdt:P26 wd:Q182637 .
?x0 wdt:P26 wd:Q192943 .
?x0 wdt:P26 wd:Q80823 .
?x0 wdt:P26 wd:Q188926 .
FILTER ( ?x0 != wd:Q57126 ) .
FILTER ( ?x0 != wd:Q182637 ) .
FILTER ( ?x0 != wd:Q192943 ) .
FILTER ( ?x0 != wd:Q80823 ) .
FILTER ( ?x0 != wd:Q188926 )
} |
mcwq-137349 | What composer married Jane Seymour , Anne of Cleves , Katherine Howard , Catherine of Aragon , Anne Boleyn , and Catherine Parr | [
"Henry VIII of England"
] | {
"entities": [
"Q36834",
"Q182637",
"Q188926",
"Q80823",
"Q162819",
"Q192943",
"Q38370",
"Q57126"
],
"relations": [
"P106",
"P26"
],
"adjacency": [
[
6,
0,
0
],
[
6,
1,
2
],
[
6,
1,
1
],
[
6,
1,
7
],
[
6,
1,
4
],
[
6,
1,
3
],
[
6,
1,
5
]
],
"entity_labels": [
"composer",
"Jane Seymour",
"Catherine Howard",
"Anne Boleyn",
"Catherine of Aragon",
"Catherine Parr",
"Henry VIII of England",
"Anne of Cleves"
],
"relation_labels": [
"occupation",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
?x0 wdt:P26 wd:Q188926 .
?x0 wdt:P26 wd:Q182637 .
?x0 wdt:P26 wd:Q57126 .
?x0 wdt:P26 wd:Q162819 .
?x0 wdt:P26 wd:Q80823 .
?x0 wdt:P26 wd:Q192943 .
FILTER ( ?x0 != wd:Q188926 ) .
FILTER ( ?x0 != wd:Q182637 ) .
FILTER ( ?x0 != wd:Q57126 ) .
FILTER ( ?x0 != wd:Q162819 ) .
FILTER ( ?x0 != wd:Q80823 ) .
FILTER ( ?x0 != wd:Q192943 )
} |
mcwq-137351 | What composer married Jennifer Lopez , Dayanara Torres , and Shannon de Lima | [
"Marc Anthony"
] | {
"entities": [
"Q40715",
"Q36834",
"Q26625",
"Q6019394",
"Q1530593"
],
"relations": [
"P106",
"P26"
],
"adjacency": [
[
2,
0,
1
],
[
2,
1,
0
],
[
2,
1,
4
],
[
2,
1,
3
]
],
"entity_labels": [
"Jennifer Lopez",
"composer",
"Marc Anthony",
"Shannon de Lima",
"Dayanara Torres"
],
"relation_labels": [
"occupation",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
?x0 wdt:P26 wd:Q40715 .
?x0 wdt:P26 wd:Q1530593 .
?x0 wdt:P26 wd:Q6019394 .
FILTER ( ?x0 != wd:Q40715 ) .
FILTER ( ?x0 != wd:Q1530593 ) .
FILTER ( ?x0 != wd:Q6019394 )
} |
mcwq-137354 | What composer married Lost in Translation 's male star 's sibling | [
"Beck"
] | {
"entities": [
"Q11901",
"Q36834",
"Q107270",
"Q299790",
"Q224081",
"Q6581097"
],
"relations": [
"P106",
"P3373",
"P26",
"P161",
"P21"
],
"adjacency": [
[
0,
0,
1
],
[
0,
2,
3
],
[
3,
1,
4
],
[
2,
3,
4
],
[
4,
4,
5
]
],
"entity_labels": [
"Beck",
"composer",
"Lost in Translation",
"Marissa Ribisi",
"Giovanni Ribisi",
"male"
],
"relation_labels": [
"occupation",
"sibling",
"spouse",
"cast member",
"sex or gender"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
?x0 wdt:P26 ?x1 .
?x1 wdt:P3373 ?x2 .
wd:Q107270 wdt:P161 ?x2 .
?x2 wdt:P21 wd:Q6581097 .
FILTER ( ?x0 != ?x1 ) .
FILTER ( ?x1 != ?x2 )
} |
mcwq-137360 | What composer married Theophano Martiniake , Eudokia Baïana , Zoe Zaoutzaina , and Zoe Karbonopsina | [
"Leo VI the Wise"
] | {
"entities": [
"Q2586963",
"Q36834",
"Q218215",
"Q2426005",
"Q2461901",
"Q41618"
],
"relations": [
"P106",
"P26"
],
"adjacency": [
[
5,
0,
1
],
[
5,
1,
0
],
[
5,
1,
3
],
[
5,
1,
4
],
[
5,
1,
2
]
],
"entity_labels": [
"Eudokia Baïana",
"composer",
"Zoe Karbonopsina",
"Zoe Zaoutzaina",
"Theophano Martiniake",
"Leo VI the Wise"
],
"relation_labels": [
"occupation",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
?x0 wdt:P26 wd:Q2586963 .
?x0 wdt:P26 wd:Q2426005 .
?x0 wdt:P26 wd:Q2461901 .
?x0 wdt:P26 wd:Q218215 .
FILTER ( ?x0 != wd:Q2586963 ) .
FILTER ( ?x0 != wd:Q2426005 ) .
FILTER ( ?x0 != wd:Q2461901 ) .
FILTER ( ?x0 != wd:Q218215 )
} |
mcwq-137366 | What composer married Dayanara Torres and Jennifer Lopez | [
"Marc Anthony"
] | {
"entities": [
"Q1530593",
"Q40715",
"Q36834",
"Q26625"
],
"relations": [
"P106",
"P26"
],
"adjacency": [
[
3,
0,
2
],
[
3,
1,
1
],
[
3,
1,
0
]
],
"entity_labels": [
"Dayanara Torres",
"Jennifer Lopez",
"composer",
"Marc Anthony"
],
"relation_labels": [
"occupation",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
?x0 wdt:P26 wd:Q40715 .
?x0 wdt:P26 wd:Q1530593 .
FILTER ( ?x0 != wd:Q40715 ) .
FILTER ( ?x0 != wd:Q1530593 )
} |
mcwq-137367 | What composer married Bad Taste 's editor | [
"Fran Walsh"
] | {
"entities": [
"Q4465",
"Q116861",
"Q605204",
"Q36834"
],
"relations": [
"P106",
"P26",
"P1040"
],
"adjacency": [
[
1,
0,
3
],
[
1,
1,
0
],
[
2,
2,
0
]
],
"entity_labels": [
"Peter Jackson",
"Fran Walsh",
"Bad Taste",
"composer"
],
"relation_labels": [
"occupation",
"spouse",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
?x0 wdt:P26 ?x1 .
wd:Q605204 wdt:P1040 ?x1 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-137371 | What composer married Chastity 's writer | [
"Cher"
] | {
"entities": [
"Q12003",
"Q179150",
"Q3282886",
"Q36834"
],
"relations": [
"P106",
"P26",
"P58"
],
"adjacency": [
[
0,
0,
3
],
[
0,
1,
1
],
[
2,
2,
1
]
],
"entity_labels": [
"Cher",
"Sonny Bono",
"Chastity",
"composer"
],
"relation_labels": [
"occupation",
"spouse",
"screenwriter"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
?x0 wdt:P26 ?x1 .
wd:Q3282886 wdt:P58 ?x1 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-137373 | What composer married a Chinese person and married Patsy Toh | [
"Fou Ts'ong"
] | {
"entities": [
"Q148",
"Q36834",
"Q5",
"Q1196262",
"Q3370137"
],
"relations": [
"P27",
"P106",
"P26",
"P31"
],
"adjacency": [
[
3,
1,
1
],
[
3,
2,
4
],
[
3,
2,
4
],
[
4,
3,
2
],
[
4,
0,
0
]
],
"entity_labels": [
"People's Republic of China",
"composer",
"human",
"Fou Ts'ong",
"Patsy Toh"
],
"relation_labels": [
"country of citizenship",
"occupation",
"spouse",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
?x0 wdt:P26 ?x1 .
?x0 wdt:P26 wd:Q3370137 .
?x1 wdt:P31 wd:Q5 .
?x1 wdt:P27 wd:Q148 .
FILTER ( ?x0 != ?x1 ) .
FILTER ( ?x0 != wd:Q3370137 )
} |
mcwq-137379 | What composer married a composer of Bang Bang (My Baby Shot Me Down) | [
"Cher"
] | {
"entities": [
"Q12003",
"Q179150",
"Q523052",
"Q36834"
],
"relations": [
"P106",
"P26",
"P86"
],
"adjacency": [
[
0,
0,
3
],
[
0,
1,
1
],
[
2,
2,
1
]
],
"entity_labels": [
"Cher",
"Sonny Bono",
"Bang Bang (My Baby Shot Me Down)",
"composer"
],
"relation_labels": [
"occupation",
"spouse",
"composer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
?x0 wdt:P26 ?x1 .
wd:Q523052 wdt:P86 ?x1 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-137381 | What composer of Slide Away married Liam Hemsworth , was influenced by Elvis Presley , and married Cut Bank 's star | [
"Miley Cyrus"
] | {
"entities": [
"Q66472629",
"Q16249654",
"Q4235",
"Q303",
"Q32045"
],
"relations": [
"P86",
"P26",
"P737",
"P161"
],
"adjacency": [
[
0,
0,
2
],
[
2,
2,
3
],
[
2,
1,
4
],
[
2,
1,
4
],
[
1,
3,
4
]
],
"entity_labels": [
"Slide Away",
"Cut Bank",
"Miley Cyrus",
"Elvis Presley",
"Liam Hemsworth"
],
"relation_labels": [
"composer",
"spouse",
"influenced by",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q66472629 wdt:P86 ?x0 .
?x0 wdt:P737 wd:Q303 .
?x0 wdt:P26 ?x1 .
?x0 wdt:P26 wd:Q32045 .
wd:Q16249654 wdt:P161 ?x1 .
FILTER ( ?x0 != ?x1 ) .
FILTER ( ?x0 != wd:Q32045 )
} |
mcwq-137382 | What composer of Fröken Julie married Frida Uhl , Siri von Essen , and Harriet Bosse and was influenced by Night of the Skull 's writer | [
"August Strindberg"
] | {
"entities": [
"Q16867",
"Q79179",
"Q7724",
"Q1807081",
"Q435209",
"Q178946",
"Q11860142"
],
"relations": [
"P86",
"P26",
"P737",
"P58"
],
"adjacency": [
[
6,
0,
2
],
[
2,
2,
0
],
[
2,
1,
1
],
[
2,
1,
3
],
[
2,
1,
4
],
[
5,
3,
0
]
],
"entity_labels": [
"Edgar Allan Poe",
"Frida Uhl",
"August Strindberg",
"Harriet Bosse",
"Siri von Essen",
"Night of the Skull",
"Fröken Julie"
],
"relation_labels": [
"composer",
"spouse",
"influenced by",
"screenwriter"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q11860142 wdt:P86 ?x0 .
?x0 wdt:P737 ?x1 .
?x0 wdt:P26 wd:Q79179 .
?x0 wdt:P26 wd:Q1807081 .
?x0 wdt:P26 wd:Q435209 .
wd:Q178946 wdt:P58 ?x1 .
FILTER ( ?x0 != wd:Q79179 ) .
FILTER ( ?x0 != wd:Q1807081 ) .
FILTER ( ?x0 != wd:Q435209 )
} |
mcwq-137383 | What composer of Banning was a male Swedish film director 's parent | [
"Quincy Jones"
] | {
"entities": [
"Q218391",
"Q193645",
"Q748538",
"Q34",
"Q2526255",
"Q6581097"
],
"relations": [
"P40|wdt:P355",
"P27",
"P106",
"P86",
"P21"
],
"adjacency": [
[
0,
3,
1
],
[
1,
0,
2
],
[
2,
2,
4
],
[
2,
4,
5
],
[
2,
1,
3
]
],
"entity_labels": [
"Banning",
"Quincy Jones",
"Quincy Jones III",
"Sweden",
"film director",
"male"
],
"relation_labels": [
"P40|wdt:P355",
"country of citizenship",
"occupation",
"composer",
"sex or gender"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q218391 wdt:P86 ?x0 .
?x0 wdt:P40|wdt:P355 ?x1 .
?x1 wdt:P106 wd:Q2526255 .
?x1 wdt:P21 wd:Q6581097 .
?x1 wdt:P27 wd:Q34
} |
mcwq-137385 | What composer of Spy Kids: All the Time in the World 's prequel edited Once Upon a Time in Mexico | [
"Robert Rodriguez"
] | {
"entities": [
"Q550591",
"Q47284",
"Q93853",
"Q550196"
],
"relations": [
"P86",
"P156",
"P1040"
],
"adjacency": [
[
2,
2,
1
],
[
3,
0,
1
],
[
3,
1,
0
]
],
"entity_labels": [
"Spy Kids: All the Time in the World",
"Robert Rodriguez",
"Once Upon a Time in Mexico",
"Spy Kids 3-D: Game Over"
],
"relation_labels": [
"composer",
"followed by",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q93853 wdt:P1040 ?x0 .
?x1 wdt:P86 ?x0 .
?x1 wdt:P156 wd:Q550591
} |
mcwq-137386 | What composer of Con te partirò executive produced Symphony: Live in Vienna | [
"Frank Peterson"
] | {
"entities": [
"Q62896",
"Q153202",
"Q11704161"
],
"relations": [
"P86",
"P1431"
],
"adjacency": [
[
1,
0,
0
],
[
2,
1,
0
]
],
"entity_labels": [
"Frank Peterson",
"Con te partirò",
"Symphony: Live in Vienna"
],
"relation_labels": [
"composer",
"executive producer"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q153202 wdt:P86 ?x0 .
wd:Q11704161 wdt:P1431 ?x0
} |
mcwq-137387 | What composer of Eraserhead was Twin Peaks: Fire Walk with Me 's executive producer | [
"David Lynch"
] | {
"entities": [
"Q11618",
"Q2071",
"Q1140578"
],
"relations": [
"P86",
"P1431"
],
"adjacency": [
[
0,
0,
1
],
[
2,
1,
1
]
],
"entity_labels": [
"Eraserhead",
"David Lynch",
"Twin Peaks: Fire Walk with Me"
],
"relation_labels": [
"composer",
"executive producer"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q11618 wdt:P86 ?x0 .
wd:Q1140578 wdt:P1431 ?x0
} |
mcwq-137388 | What composer of City Lights was a male person that edited The Floorwalker and The Circus | [
"Charlie Chaplin"
] | {
"entities": [
"Q669929",
"Q5",
"Q166739",
"Q238211",
"Q882",
"Q6581097"
],
"relations": [
"P86",
"P21",
"P31",
"P1040"
],
"adjacency": [
[
4,
2,
1
],
[
2,
3,
4
],
[
0,
3,
4
],
[
3,
0,
4
],
[
4,
1,
5
]
],
"entity_labels": [
"The Circus",
"human",
"The Floorwalker",
"City Lights",
"Charlie Chaplin",
"male"
],
"relation_labels": [
"composer",
"sex or gender",
"instance of",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
wd:Q166739 wdt:P1040 ?x0 .
wd:Q669929 wdt:P1040 ?x0 .
wd:Q238211 wdt:P86 ?x0 .
?x0 wdt:P21 wd:Q6581097
} |
mcwq-137389 | What composer of The Way You Make Me Feel was A Dog's Purpose 's costume designer | [
"Michael Jackson"
] | {
"entities": [
"Q21527614",
"Q14651",
"Q2831"
],
"relations": [
"P86",
"P2515"
],
"adjacency": [
[
1,
0,
2
],
[
0,
1,
2
]
],
"entity_labels": [
"A Dog's Purpose",
"The Way You Make Me Feel",
"Michael Jackson"
],
"relation_labels": [
"composer",
"costume designer"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q14651 wdt:P86 ?x0 .
wd:Q21527614 wdt:P2515 ?x0
} |
mcwq-137393 | What composer of Symphony No. 13 influenced Frédéric Chopin | [
"Wolfgang Amadeus Mozart"
] | {
"entities": [
"Q254",
"Q175547",
"Q1268"
],
"relations": [
"P86",
"P737"
],
"adjacency": [
[
1,
0,
0
],
[
2,
1,
0
]
],
"entity_labels": [
"Wolfgang Amadeus Mozart",
"Symphony No. 13",
"Frédéric Chopin"
],
"relation_labels": [
"composer",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q175547 wdt:P86 ?x0 .
wd:Q1268 wdt:P737 ?x0
} |
mcwq-137394 | What composer of No label defined and Symphony No. 9 was influenced by Wolfgang Amadeus Mozart | [
"Ludwig van Beethoven"
] | {
"entities": [
"Q254",
"Q255",
"Q9339478",
"Q11989"
],
"relations": [
"P86",
"P737"
],
"adjacency": [
[
2,
0,
1
],
[
3,
0,
1
],
[
1,
1,
0
]
],
"entity_labels": [
"Wolfgang Amadeus Mozart",
"Ludwig van Beethoven",
null,
"Symphony No. 9"
],
"relation_labels": [
"composer",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q9339478 wdt:P86 ?x0 .
wd:Q11989 wdt:P86 ?x0 .
?x0 wdt:P737 wd:Q254
} |
mcwq-137395 | What composer of Madonna: Truth or Dare was influenced by a costume designer | [
"Madonna"
] | {
"entities": [
"Q1323191",
"Q1744",
"Q187561",
"Q487604"
],
"relations": [
"P86",
"P106",
"P737"
],
"adjacency": [
[
2,
0,
1
],
[
1,
2,
3
],
[
3,
1,
0
]
],
"entity_labels": [
"costume designer",
"Madonna",
"Madonna: Truth or Dare",
"Martha Graham"
],
"relation_labels": [
"composer",
"occupation",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q187561 wdt:P86 ?x0 .
?x0 wdt:P737 ?x1 .
?x1 wdt:P106 wd:Q1323191 } |
mcwq-137396 | What composer of Union Sundown was Eat the Document 's director | [
"Bob Dylan"
] | {
"entities": [
"Q1278397",
"Q392",
"Q16612862"
],
"relations": [
"P86",
"P57"
],
"adjacency": [
[
0,
1,
1
],
[
2,
0,
1
]
],
"entity_labels": [
"Eat the Document",
"Bob Dylan",
"Union Sundown"
],
"relation_labels": [
"composer",
"director"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q1278397 wdt:P57 ?x0 .
wd:Q16612862 wdt:P86 ?x0
} |
mcwq-137397 | What composer of Necromancy , From Here to Eternity , and Riot on Sunset Strip did a production company 's employee marry | [
"Fred Karger"
] | {
"entities": [
"Q95055",
"Q7335456",
"Q96183281",
"Q126399",
"Q3752636",
"Q6985661",
"Q1762059"
],
"relations": [
"P86",
"P26",
"P108",
"P31"
],
"adjacency": [
[
5,
0,
4
],
[
2,
0,
4
],
[
1,
0,
4
],
[
4,
1,
0
],
[
0,
2,
3
],
[
3,
3,
6
]
],
"entity_labels": [
"Jane Wyman",
"Riot on Sunset Strip",
"From Here to Eternity",
"Warner Bros.",
"Fred Karger",
"Necromancy",
"film production company"
],
"relation_labels": [
"composer",
"spouse",
"employer",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q6985661 wdt:P86 ?x0 .
wd:Q96183281 wdt:P86 ?x0 .
wd:Q7335456 wdt:P86 ?x0 .
?x0 wdt:P26 ?x1 .
?x1 wdt:P108 ?x2 .
?x2 wdt:P31 wd:Q1762059 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-137399 | What composer of Hello, Goodbye was a film 's executive producer | [
"Paul McCartney"
] | {
"entities": [
"Q2599",
"Q11424",
"Q281911",
"Q7152308"
],
"relations": [
"P86",
"P31",
"P1431"
],
"adjacency": [
[
2,
0,
0
],
[
3,
2,
0
],
[
3,
1,
1
]
],
"entity_labels": [
"Paul McCartney",
"film",
"Hello, Goodbye",
"Paul McCartney: Music & Animation"
],
"relation_labels": [
"composer",
"instance of",
"executive producer"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q281911 wdt:P86 ?x0 .
?x1 wdt:P1431 ?x0 .
?x1 wdt:P31 wd:Q11424 } |
mcwq-137400 | What composer of The Crystal Ship 's sequel was influenced by Elvis Presley | [
"Jim Morrison"
] | {
"entities": [
"Q1931442",
"Q44301",
"Q2007845",
"Q303"
],
"relations": [
"P86",
"P737",
"P155"
],
"adjacency": [
[
2,
0,
1
],
[
1,
1,
3
],
[
2,
2,
0
]
],
"entity_labels": [
"The Crystal Ship",
"Jim Morrison",
"People Are Strange",
"Elvis Presley"
],
"relation_labels": [
"composer",
"influenced by",
"follows"
]
} | SELECT DISTINCT ?x0 WHERE {
?x1 wdt:P86 ?x0 .
?x0 wdt:P737 wd:Q303 .
?x1 wdt:P155 wd:Q1931442
} |
mcwq-137402 | What composer of Love Me Tender was Blue Hawaii 's star | [
"Elvis Presley"
] | {
"entities": [
"Q303",
"Q1426427",
"Q2075102"
],
"relations": [
"P86",
"P161"
],
"adjacency": [
[
2,
1,
0
],
[
1,
0,
0
]
],
"entity_labels": [
"Elvis Presley",
"Love Me Tender",
"Blue Hawaii"
],
"relation_labels": [
"composer",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q2075102 wdt:P161 ?x0 .
wd:Q1426427 wdt:P86 ?x0
} |
mcwq-137403 | What composer of The Great Dictator directed and edited a film | [
"Charlie Chaplin"
] | {
"entities": [
"Q669929",
"Q882",
"Q11424",
"Q109116"
],
"relations": [
"P86",
"P57",
"P31",
"P1040"
],
"adjacency": [
[
0,
1,
1
],
[
0,
3,
1
],
[
3,
0,
1
],
[
0,
2,
2
]
],
"entity_labels": [
"The Circus",
"Charlie Chaplin",
"film",
"The Great Dictator"
],
"relation_labels": [
"composer",
"director",
"instance of",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
?x1 wdt:P57 ?x0 .
?x1 wdt:P1040 ?x0 .
wd:Q109116 wdt:P86 ?x0 .
?x1 wdt:P31 wd:Q11424 } |
mcwq-137404 | What composer of Waka Waka (This Time for Africa) was employed by Sony Music and Roc Nation , founded Pies Descalzos Foundation , and was employed by Epic Records | [
"Shakira"
] | {
"entities": [
"Q34424",
"Q56760250",
"Q216364",
"Q1194456",
"Q155894",
"Q1474082"
],
"relations": [
"P86",
"P108",
"P112"
],
"adjacency": [
[
4,
0,
0
],
[
5,
2,
0
],
[
0,
1,
1
],
[
0,
1,
3
],
[
0,
1,
2
]
],
"entity_labels": [
"Shakira",
"Sony Music",
"Epic Records",
"Roc Nation",
"Waka Waka (This Time for Africa)",
"Pies Descalzos Foundation"
],
"relation_labels": [
"composer",
"employer",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q155894 wdt:P86 ?x0 .
wd:Q1474082 wdt:P112 ?x0 .
?x0 wdt:P108 wd:Q56760250 .
?x0 wdt:P108 wd:Q1194456 .
?x0 wdt:P108 wd:Q216364
} |
mcwq-137405 | What composer of Waka Waka (This Time for Africa) was employed by Roc Nation , was employed by a company , and was employed by PepsiCo and Epic Records | [
"Shakira"
] | {
"entities": [
"Q34424",
"Q4830453",
"Q216364",
"Q16960819",
"Q1194456",
"Q155894",
"Q334800"
],
"relations": [
"P86",
"P108",
"P31"
],
"adjacency": [
[
5,
0,
0
],
[
0,
1,
3
],
[
0,
1,
6
],
[
0,
1,
4
],
[
0,
1,
2
],
[
3,
2,
1
]
],
"entity_labels": [
"Shakira",
"business",
"Epic Records",
"Live Nation",
"Roc Nation",
"Waka Waka (This Time for Africa)",
"PepsiCo"
],
"relation_labels": [
"composer",
"employer",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q155894 wdt:P86 ?x0 .
?x0 wdt:P108 ?x1 .
?x0 wdt:P108 wd:Q334800 .
?x0 wdt:P108 wd:Q1194456 .
?x0 wdt:P108 wd:Q216364 .
?x1 wdt:P31 wd:Q4830453 } |
mcwq-137406 | What composer of All Set was employed by a film director 's employer and employed by Juilliard School and Princeton University | [
"Milton Babbitt"
] | {
"entities": [
"Q4729615",
"Q98726744",
"Q21578",
"Q503246",
"Q318518",
"Q2526255"
],
"relations": [
"P86",
"P106",
"P108"
],
"adjacency": [
[
0,
0,
4
],
[
4,
2,
2
],
[
4,
2,
2
],
[
4,
2,
3
],
[
1,
2,
2
],
[
1,
1,
5
]
],
"entity_labels": [
"All Set",
"Moon Molson",
"Princeton University",
"Juilliard School",
"Milton Babbitt",
"film director"
],
"relation_labels": [
"composer",
"occupation",
"employer"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q4729615 wdt:P86 ?x0 .
?x0 wdt:P108 ?x1 .
?x0 wdt:P108 wd:Q21578 .
?x0 wdt:P108 wd:Q503246 .
?x2 wdt:P108 ?x1 .
?x2 wdt:P106 wd:Q2526255 } |
mcwq-137408 | What composer of Elvis: That's the Way It Is was Fun in Acapulco 's writer | [
"Elvis Presley"
] | {
"entities": [
"Q337940",
"Q1334372",
"Q303"
],
"relations": [
"P86",
"P58"
],
"adjacency": [
[
1,
0,
2
],
[
0,
1,
2
]
],
"entity_labels": [
"Fun in Acapulco",
"Elvis: That's the Way It Is",
"Elvis Presley"
],
"relation_labels": [
"composer",
"screenwriter"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q1334372 wdt:P86 ?x0 .
wd:Q337940 wdt:P58 ?x0
} |
mcwq-137409 | What composer of Touring Band 2000 did Paradox 's director 's spouse influence | [
"Pearl Jam"
] | {
"entities": [
"Q142701",
"Q633",
"Q1058269",
"Q50803889",
"Q207596"
],
"relations": [
"P86",
"P26",
"P737",
"P57"
],
"adjacency": [
[
2,
0,
0
],
[
0,
2,
1
],
[
1,
1,
4
],
[
3,
3,
4
]
],
"entity_labels": [
"Pearl Jam",
"Neil Young",
"Touring Band 2000",
"Paradox",
"Daryl Hannah"
],
"relation_labels": [
"composer",
"spouse",
"influenced by",
"director"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q1058269 wdt:P86 ?x0 .
?x0 wdt:P737 ?x1 .
?x1 wdt:P26 ?x2 .
wd:Q50803889 wdt:P57 ?x2 .
FILTER ( ?x1 != ?x2 )
} |
mcwq-137410 | What composer of I'm Not There was a composer that a female person was influenced by and Allen Ginsberg influenced | [
"Bob Dylan"
] | {
"entities": [
"Q6581072",
"Q7421768",
"Q6711",
"Q5",
"Q816772",
"Q392"
],
"relations": [
"P86",
"P737",
"P21",
"P31"
],
"adjacency": [
[
4,
0,
5
],
[
1,
1,
5
],
[
5,
1,
2
],
[
1,
3,
3
],
[
1,
2,
0
]
],
"entity_labels": [
"female",
"Sara Shamma",
"Allen Ginsberg",
"human",
"I'm Not There",
"Bob Dylan"
],
"relation_labels": [
"composer",
"influenced by",
"sex or gender",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q816772 wdt:P86 ?x0 .
?x1 wdt:P737 ?x0 .
?x0 wdt:P737 wd:Q6711 .
?x1 wdt:P31 wd:Q5 .
?x1 wdt:P21 wd:Q6581072
} |
mcwq-137411 | What composer of LUMINA EP was influenced by a cinematographer | [
"Gino Justin Hudson McKoy"
] | {
"entities": [
"Q56222322",
"Q25191",
"Q222344",
"Q68113347"
],
"relations": [
"P86",
"P106",
"P737"
],
"adjacency": [
[
3,
0,
0
],
[
0,
2,
1
],
[
1,
1,
2
]
],
"entity_labels": [
"Gino Justin Hudson McKoy",
"Christopher Nolan",
"cinematographer",
"LUMINA EP"
],
"relation_labels": [
"composer",
"occupation",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q68113347 wdt:P86 ?x0 .
?x0 wdt:P737 ?x1 .
?x1 wdt:P106 wd:Q222344 } |
mcwq-137412 | What composer of The Struggle and Broken Blossoms produced One Exciting Night | [
"D. W. Griffith"
] | {
"entities": [
"Q3837896",
"Q905932",
"Q7767084",
"Q51123"
],
"relations": [
"P272",
"P86"
],
"adjacency": [
[
1,
1,
3
],
[
2,
1,
3
],
[
0,
0,
3
]
],
"entity_labels": [
"One Exciting Night",
"Broken Blossoms",
"The Struggle",
"D. W. Griffith"
],
"relation_labels": [
"production company",
"composer"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q905932 wdt:P86 ?x0 .
wd:Q7767084 wdt:P86 ?x0 .
wd:Q3837896 wdt:P272 ?x0
} |
mcwq-137413 | What composer of Madonna: Truth or Dare and Deeper and Deeper was Filth and Wisdom 's female executive producer | [
"Madonna"
] | {
"entities": [
"Q370753",
"Q6581072",
"Q1744",
"Q946478",
"Q187561"
],
"relations": [
"P86",
"P21",
"P1431"
],
"adjacency": [
[
4,
0,
2
],
[
0,
0,
2
],
[
3,
2,
2
],
[
2,
1,
1
]
],
"entity_labels": [
"Deeper and Deeper",
"female",
"Madonna",
"Filth and Wisdom",
"Madonna: Truth or Dare"
],
"relation_labels": [
"composer",
"sex or gender",
"executive producer"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q187561 wdt:P86 ?x0 .
wd:Q370753 wdt:P86 ?x0 .
wd:Q946478 wdt:P1431 ?x0 .
?x0 wdt:P21 wd:Q6581072
} |
mcwq-137414 | What composer of Gigue in G Major, K. 574 married Constanze Mozart | [
"Wolfgang Amadeus Mozart"
] | {
"entities": [
"Q40492",
"Q254",
"Q84464"
],
"relations": [
"P86",
"P26"
],
"adjacency": [
[
0,
0,
1
],
[
1,
1,
2
]
],
"entity_labels": [
"Gigue in G Major, K. 574",
"Wolfgang Amadeus Mozart",
"Constanze Mozart"
],
"relation_labels": [
"composer",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q40492 wdt:P86 ?x0 .
?x0 wdt:P26 wd:Q84464 .
FILTER ( ?x0 != wd:Q84464 )
} |
mcwq-137418 | What composer of The Hallow was employed by Jawed Karim 's employer and employed by Pocket Planes 's distributor | [
"James Gosling"
] | {
"entities": [
"Q92622",
"Q95",
"Q76694",
"Q4653948",
"Q19365765"
],
"relations": [
"P86",
"P108",
"P750"
],
"adjacency": [
[
4,
0,
0
],
[
0,
1,
1
],
[
0,
1,
1
],
[
2,
1,
1
],
[
3,
2,
1
]
],
"entity_labels": [
"James Gosling",
"Google Inc.",
"Jawed Karim",
"Pocket Planes",
"The Hallow"
],
"relation_labels": [
"composer",
"employer",
"distributed by"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q19365765 wdt:P86 ?x0 .
?x0 wdt:P108 ?x1 .
?x0 wdt:P108 ?x2 .
wd:Q76694 wdt:P108 ?x1 .
wd:Q4653948 wdt:P750 ?x2
} |
mcwq-137419 | What composer of Meet the Flintstones produced Yogi's Gang 's prequel | [
"Joseph Barbera",
"William Hanna"
] | {
"entities": [
"Q18663697",
"Q190373",
"Q3818118",
"Q2572460"
],
"relations": [
"P272",
"P86",
"P156"
],
"adjacency": [
[
0,
1,
1
],
[
2,
0,
1
],
[
2,
2,
3
]
],
"entity_labels": [
"Meet the Flintstones",
"Joseph Barbera",
"The Yogi Bear Show",
"Yogi's Gang"
],
"relation_labels": [
"production company",
"composer",
"followed by"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q18663697 wdt:P86 ?x0 .
?x1 wdt:P272 ?x0 .
?x1 wdt:P156 wd:Q2572460
} |
mcwq-137421 | What composer of Modern Times was The Floorwalker 's editor | [
"Charlie Chaplin"
] | {
"entities": [
"Q166739",
"Q45602",
"Q882"
],
"relations": [
"P86",
"P1040"
],
"adjacency": [
[
0,
1,
2
],
[
1,
0,
2
]
],
"entity_labels": [
"The Floorwalker",
"Modern Times",
"Charlie Chaplin"
],
"relation_labels": [
"composer",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q166739 wdt:P1040 ?x0 .
wd:Q45602 wdt:P86 ?x0
} |
mcwq-137423 | What composer of Continental Circus was Taito Corporation 's child | [
"Zuntata"
] | {
"entities": [
"Q1128764",
"Q5354160",
"Q1054844"
],
"relations": [
"P749",
"P86"
],
"adjacency": [
[
0,
1,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"Continental Circus",
"Zuntata",
"Taito"
],
"relation_labels": [
"parent organization",
"composer"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q1128764 wdt:P86 ?x0 .
?x0 wdt:P749 wd:Q1054844
} |
mcwq-137424 | What composer of Evergreen (Love Theme from A Star Is Born) was Nuts 's female American composer | [
"Barbra Streisand"
] | {
"entities": [
"Q6581072",
"Q30",
"Q943300",
"Q5417167",
"Q4636"
],
"relations": [
"P86",
"P27",
"P21"
],
"adjacency": [
[
2,
0,
4
],
[
3,
0,
4
],
[
4,
2,
0
],
[
4,
1,
1
]
],
"entity_labels": [
"female",
"United States of America",
"Nuts",
"Evergreen (Love Theme from A Star Is Born)",
"Barbra Streisand"
],
"relation_labels": [
"composer",
"country of citizenship",
"sex or gender"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q943300 wdt:P86 ?x0 .
wd:Q5417167 wdt:P86 ?x0 .
?x0 wdt:P21 wd:Q6581072 .
?x0 wdt:P27 wd:Q30
} |
mcwq-137426 | What composer of Murder Most Foul directed Eat the Document | [
"Bob Dylan"
] | {
"entities": [
"Q1278397",
"Q88821562",
"Q392"
],
"relations": [
"P86",
"P57"
],
"adjacency": [
[
0,
1,
2
],
[
1,
0,
2
]
],
"entity_labels": [
"Eat the Document",
"Murder Most Foul",
"Bob Dylan"
],
"relation_labels": [
"composer",
"director"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q1278397 wdt:P57 ?x0 .
wd:Q88821562 wdt:P86 ?x0
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.