id
stringlengths 11
13
| question
stringlengths 11
8.64k
| answers
sequence | subgraph
dict | sparql
stringlengths 49
483
|
---|---|---|---|---|
mcwq-136876 | What actor was a spouse of Jessica Biel | [
"Mr. Peanutbutter",
"Justin Timberlake"
] | {
"entities": [
"Q65022525",
"Q33999",
"Q163249"
],
"relations": [
"P106",
"P26"
],
"adjacency": [
[
0,
0,
1
],
[
0,
1,
2
]
],
"entity_labels": [
"Mr. Peanutbutter",
"actor",
"Jessica Biel"
],
"relation_labels": [
"occupation",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P26 wd:Q163249 .
FILTER ( ?x0 != wd:Q163249 )
} |
mcwq-136877 | What actor was a star of Men in Black and The Blues Brothers | [
"Steven Spielberg"
] | {
"entities": [
"Q51416",
"Q8877",
"Q33999",
"Q109767"
],
"relations": [
"P106",
"P161"
],
"adjacency": [
[
1,
0,
2
],
[
0,
1,
1
],
[
3,
1,
1
]
],
"entity_labels": [
"Men in Black",
"Steven Spielberg",
"actor",
"The Blues Brothers"
],
"relation_labels": [
"occupation",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q51416 wdt:P161 ?x0 .
wd:Q109767 wdt:P161 ?x0
} |
mcwq-136879 | What actor was a writer of Death Row Greatest Hits 's prequel | [
"Dr. Dre",
"Snoop Dogg"
] | {
"entities": [
"Q33999",
"Q5247200",
"Q6078",
"Q3179389"
],
"relations": [
"P106",
"P58",
"P156"
],
"adjacency": [
[
2,
0,
0
],
[
3,
1,
2
],
[
3,
2,
1
]
],
"entity_labels": [
"actor",
"Death Row Greatest Hits",
"Dr. Dre",
"Murder Was the Case"
],
"relation_labels": [
"occupation",
"screenwriter",
"followed by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x1 wdt:P58 ?x0 .
?x1 wdt:P156 wd:Q5247200
} |
mcwq-136880 | What actor was a writer of Magical Mystery Tour | [
"John Lennon",
"George Harrison"
] | {
"entities": [
"Q901203",
"Q1203",
"Q33999"
],
"relations": [
"P106",
"P58"
],
"adjacency": [
[
1,
0,
2
],
[
0,
1,
1
]
],
"entity_labels": [
"Magical Mystery Tour",
"John Lennon",
"actor"
],
"relation_labels": [
"occupation",
"screenwriter"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q901203 wdt:P58 ?x0
} |
mcwq-136881 | What actor was a writer of Modern Times and Shanghaied | [
"Charlie Chaplin"
] | {
"entities": [
"Q921678",
"Q45602",
"Q882",
"Q33999"
],
"relations": [
"P106",
"P58"
],
"adjacency": [
[
2,
0,
3
],
[
0,
1,
2
],
[
1,
1,
2
]
],
"entity_labels": [
"Shanghaied",
"Modern Times",
"Charlie Chaplin",
"actor"
],
"relation_labels": [
"occupation",
"screenwriter"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q921678 wdt:P58 ?x0 .
wd:Q45602 wdt:P58 ?x0
} |
mcwq-136886 | What actor was a Italian cinematographer , editor , and writer of No label defined | [
"Carlo Verdone"
] | {
"entities": [
"Q3906976",
"Q33999",
"Q38",
"Q53046"
],
"relations": [
"P344",
"P58",
"P1040",
"P106",
"P27"
],
"adjacency": [
[
3,
3,
1
],
[
0,
0,
3
],
[
0,
2,
3
],
[
0,
1,
3
],
[
3,
4,
2
]
],
"entity_labels": [
null,
"actor",
"Italy",
"Carlo Verdone"
],
"relation_labels": [
"director of photography",
"screenwriter",
"film editor",
"occupation",
"country of citizenship"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q3906976 wdt:P344 ?x0 .
wd:Q3906976 wdt:P1040 ?x0 .
wd:Q3906976 wdt:P58 ?x0 .
?x0 wdt:P27 wd:Q38
} |
mcwq-136887 | What actor was a Italian employee of Accenture , PricewaterhouseCoopers , Ernst & Young , and Deloitte | [
"Valerio Floriani"
] | {
"entities": [
"Q488048",
"Q338825",
"Q491748",
"Q33999",
"Q489097",
"Q22351234",
"Q38"
],
"relations": [
"P106",
"P27",
"P108"
],
"adjacency": [
[
5,
0,
3
],
[
5,
2,
4
],
[
5,
2,
0
],
[
5,
2,
1
],
[
5,
2,
2
],
[
5,
1,
6
]
],
"entity_labels": [
"PricewaterhouseCoopers",
"Accenture",
"Deloitte",
"actor",
"Ernst & Young",
"Valerio Floriani",
"Italy"
],
"relation_labels": [
"occupation",
"country of citizenship",
"employer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P108 wd:Q489097 .
?x0 wdt:P108 wd:Q488048 .
?x0 wdt:P108 wd:Q338825 .
?x0 wdt:P108 wd:Q491748 .
?x0 wdt:P27 wd:Q38
} |
mcwq-136889 | What actor was a Italian film editor that A Flat for Three and Bianco, rosso e Verdone starred and La Luna , Manuale d'amore , and Grand Hotel Excelsior starred | [
"Carlo Verdone"
] | {
"entities": [
"Q3639429",
"Q924227",
"Q53046",
"Q33999",
"Q7042855",
"Q379319",
"Q612628",
"Q2249212",
"Q38"
],
"relations": [
"P106",
"P27",
"P161"
],
"adjacency": [
[
2,
0,
3
],
[
2,
0,
4
],
[
7,
2,
2
],
[
6,
2,
2
],
[
5,
2,
2
],
[
0,
2,
2
],
[
1,
2,
2
],
[
2,
1,
8
]
],
"entity_labels": [
"Bianco, rosso e Verdone",
"A Flat for Three",
"Carlo Verdone",
"actor",
"film editor",
"Grand Hotel Excelsior",
"La Luna",
"Manuale d'amore",
"Italy"
],
"relation_labels": [
"occupation",
"country of citizenship",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P106 wd:Q7042855 .
wd:Q2249212 wdt:P161 ?x0 .
wd:Q612628 wdt:P161 ?x0 .
wd:Q379319 wdt:P161 ?x0 .
wd:Q3639429 wdt:P161 ?x0 .
wd:Q924227 wdt:P161 ?x0 .
?x0 wdt:P27 wd:Q38
} |
mcwq-136890 | What actor was a Italian film editor that wrote Quiet Chaos and edited I Am Self Sufficient | [
"Nanni Moretti"
] | {
"entities": [
"Q521792",
"Q33999",
"Q7042855",
"Q25100",
"Q262803",
"Q38"
],
"relations": [
"P106",
"P27",
"P58",
"P1040"
],
"adjacency": [
[
3,
0,
1
],
[
3,
0,
2
],
[
0,
3,
3
],
[
4,
2,
3
],
[
3,
1,
5
]
],
"entity_labels": [
"I Am Self Sufficient",
"actor",
"film editor",
"Nanni Moretti",
"Quiet Chaos",
"Italy"
],
"relation_labels": [
"occupation",
"country of citizenship",
"screenwriter",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P106 wd:Q7042855 .
wd:Q521792 wdt:P1040 ?x0 .
wd:Q262803 wdt:P58 ?x0 .
?x0 wdt:P27 wd:Q38
} |
mcwq-136894 | What actor was a Italian sibling of Ruggero Mastroianni | [
"Marcello Mastroianni"
] | {
"entities": [
"Q33999",
"Q38",
"Q55469",
"Q166318"
],
"relations": [
"P106",
"P27",
"P3373"
],
"adjacency": [
[
2,
0,
0
],
[
2,
1,
1
],
[
2,
2,
3
]
],
"entity_labels": [
"actor",
"Italy",
"Marcello Mastroianni",
"Ruggero Mastroianni"
],
"relation_labels": [
"occupation",
"country of citizenship",
"sibling"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P27 wd:Q38 .
?x0 wdt:P3373 wd:Q166318 .
FILTER ( ?x0 != wd:Q166318 )
} |
mcwq-136898 | What actor was a composer influenced by Stevie Wonder and Sly and the Family Stone | [
"Lenny Kravitz",
"Prince"
] | {
"entities": [
"Q36834",
"Q33999",
"Q714",
"Q1133807",
"Q7542"
],
"relations": [
"P106",
"P737"
],
"adjacency": [
[
4,
0,
1
],
[
4,
0,
0
],
[
4,
1,
2
],
[
4,
1,
3
]
],
"entity_labels": [
"composer",
"actor",
"Stevie Wonder",
"Sly and the Family Stone",
"Prince"
],
"relation_labels": [
"occupation",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P106 wd:Q36834 .
?x0 wdt:P737 wd:Q714 .
?x0 wdt:P737 wd:Q1133807
} |
mcwq-136900 | What actor was a composer that The Great Dictator was written by | [
"Charlie Chaplin"
] | {
"entities": [
"Q882",
"Q33999",
"Q109116",
"Q36834"
],
"relations": [
"P106",
"P58"
],
"adjacency": [
[
0,
0,
1
],
[
0,
0,
3
],
[
2,
1,
0
]
],
"entity_labels": [
"Charlie Chaplin",
"actor",
"The Great Dictator",
"composer"
],
"relation_labels": [
"occupation",
"screenwriter"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P106 wd:Q36834 .
wd:Q109116 wdt:P58 ?x0
} |
mcwq-136901 | What actor was a composer that The Beatles and Sinéad O'Connor were influenced by | [
"Bob Dylan"
] | {
"entities": [
"Q36834",
"Q193982",
"Q33999",
"Q392",
"Q1299"
],
"relations": [
"P106",
"P737"
],
"adjacency": [
[
3,
0,
2
],
[
3,
0,
0
],
[
1,
1,
3
],
[
4,
1,
3
]
],
"entity_labels": [
"composer",
"Sinéad O'Connor",
"actor",
"Bob Dylan",
"The Beatles"
],
"relation_labels": [
"occupation",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P106 wd:Q36834 .
wd:Q193982 wdt:P737 ?x0 .
wd:Q1299 wdt:P737 ?x0
} |
mcwq-136905 | What actor was a editor of The Floorwalker and Modern Times | [
"Charlie Chaplin"
] | {
"entities": [
"Q166739",
"Q45602",
"Q882",
"Q33999"
],
"relations": [
"P106",
"P1040"
],
"adjacency": [
[
2,
0,
3
],
[
1,
1,
2
],
[
0,
1,
2
]
],
"entity_labels": [
"The Floorwalker",
"Modern Times",
"Charlie Chaplin",
"actor"
],
"relation_labels": [
"occupation",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q45602 wdt:P1040 ?x0 .
wd:Q166739 wdt:P1040 ?x0
} |
mcwq-136906 | What actor was a editor of The Masquerader , The Floorwalker , City Lights , The Gold Rush , and Modern Times | [
"Charlie Chaplin"
] | {
"entities": [
"Q45602",
"Q33999",
"Q214723",
"Q166739",
"Q238211",
"Q2345559",
"Q882"
],
"relations": [
"P106",
"P1040"
],
"adjacency": [
[
6,
0,
1
],
[
5,
1,
6
],
[
3,
1,
6
],
[
0,
1,
6
],
[
4,
1,
6
],
[
2,
1,
6
]
],
"entity_labels": [
"Modern Times",
"actor",
"The Gold Rush",
"The Floorwalker",
"City Lights",
"The Masquerader",
"Charlie Chaplin"
],
"relation_labels": [
"occupation",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q2345559 wdt:P1040 ?x0 .
wd:Q166739 wdt:P1040 ?x0 .
wd:Q45602 wdt:P1040 ?x0 .
wd:Q238211 wdt:P1040 ?x0 .
wd:Q214723 wdt:P1040 ?x0
} |
mcwq-136907 | What actor was a editor of The Floorwalker | [
"Charlie Chaplin"
] | {
"entities": [
"Q166739",
"Q882",
"Q33999"
],
"relations": [
"P106",
"P1040"
],
"adjacency": [
[
1,
0,
2
],
[
0,
1,
1
]
],
"entity_labels": [
"The Floorwalker",
"Charlie Chaplin",
"actor"
],
"relation_labels": [
"occupation",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q166739 wdt:P1040 ?x0
} |
mcwq-136911 | What actor was a executive producer of A Good Day to Die Hard | [
"Bruce Willis"
] | {
"entities": [
"Q2680",
"Q33999",
"Q72276"
],
"relations": [
"P106",
"P1431"
],
"adjacency": [
[
0,
0,
1
],
[
2,
1,
0
]
],
"entity_labels": [
"Bruce Willis",
"actor",
"A Good Day to Die Hard"
],
"relation_labels": [
"occupation",
"executive producer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q72276 wdt:P1431 ?x0
} |
mcwq-136914 | What actor was employed by Archimède le clochard 's writer | [
"Jo Peignot"
] | {
"entities": [
"Q23842",
"Q33999",
"Q2860192",
"Q15069871"
],
"relations": [
"P106",
"P108",
"P58"
],
"adjacency": [
[
3,
0,
1
],
[
3,
1,
0
],
[
2,
2,
0
]
],
"entity_labels": [
"Jean Gabin",
"actor",
"Archimède le clochard",
"Jo Peignot"
],
"relation_labels": [
"occupation",
"employer",
"screenwriter"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P108 ?x1 .
wd:Q2860192 wdt:P58 ?x1
} |
mcwq-136917 | What actor was employed by Universal Music Group and Epic Records | [
"Shakira"
] | {
"entities": [
"Q216364",
"Q33999",
"Q34424",
"Q38903"
],
"relations": [
"P106",
"P108"
],
"adjacency": [
[
2,
0,
1
],
[
2,
1,
3
],
[
2,
1,
0
]
],
"entity_labels": [
"Epic Records",
"actor",
"Shakira",
"Universal Music Group"
],
"relation_labels": [
"occupation",
"employer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P108 wd:Q38903 .
?x0 wdt:P108 wd:Q216364
} |
mcwq-136920 | What actor was employed by East Village Eye , Nan Goldin , and John Waters and was employed by a film producer | [
"Cookie Mueller"
] | {
"entities": [
"Q3282637",
"Q5167087",
"Q20979239",
"Q33999",
"Q314926",
"Q234279"
],
"relations": [
"P106",
"P108"
],
"adjacency": [
[
1,
0,
3
],
[
1,
1,
4
],
[
1,
1,
5
],
[
1,
1,
4
],
[
1,
1,
2
],
[
4,
0,
0
]
],
"entity_labels": [
"film producer",
"Cookie Mueller",
"East Village Eye",
"actor",
"John Waters",
"Nan Goldin"
],
"relation_labels": [
"occupation",
"employer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P108 ?x1 .
?x0 wdt:P108 wd:Q234279 .
?x0 wdt:P108 wd:Q314926 .
?x0 wdt:P108 wd:Q20979239 .
?x1 wdt:P106 wd:Q3282637 } |
mcwq-136921 | What actor was employed by If 's producer | [
"Drew Barrymore",
"Barbara Hendricks",
"Maria Rosaria Omaggio",
"Julien Clerc",
"Sidney Poitier",
"Michael Douglas",
"Roger Moore",
"Manisha Koirala",
"Paulo Coelho",
"Pelé",
"Norodom Sihamoni",
"Vijay Amritraj",
"Keiko Kishi",
"Joke Silva"
] | {
"entities": [
"Q78644",
"Q56875931",
"Q33999",
"Q1065"
],
"relations": [
"P272",
"P106",
"P108"
],
"adjacency": [
[
0,
1,
2
],
[
0,
2,
3
],
[
1,
0,
3
]
],
"entity_labels": [
"Waris Dirie",
"If",
"actor",
"United Nations"
],
"relation_labels": [
"production company",
"occupation",
"employer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P108 ?x1 .
wd:Q56875931 wdt:P272 ?x1
} |
mcwq-136924 | What actor was employed by New York University and California Institute of the Arts and employed by a costume designer 's employer | [
"James Franco"
] | {
"entities": [
"Q1026827",
"Q1382331",
"Q1323191",
"Q33999",
"Q49210",
"Q306403"
],
"relations": [
"P106",
"P108"
],
"adjacency": [
[
5,
0,
3
],
[
5,
1,
0
],
[
5,
1,
4
],
[
5,
1,
0
],
[
1,
1,
0
],
[
1,
0,
2
]
],
"entity_labels": [
"California Institute of the Arts",
"Jacqueline Humbert",
"costume designer",
"actor",
"New York University",
"James Franco"
],
"relation_labels": [
"occupation",
"employer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P108 ?x1 .
?x0 wdt:P108 wd:Q49210 .
?x0 wdt:P108 wd:Q1026827 .
?x2 wdt:P108 ?x1 .
?x2 wdt:P106 wd:Q1323191 } |
mcwq-136925 | What actor was employed by Universal Music Group and Sony Music , employed by Freixenet and Roc Nation , and employed by Live Nation and PepsiCo | [
"Shakira"
] | {
"entities": [
"Q34424",
"Q56760250",
"Q33999",
"Q16960819",
"Q1427663",
"Q1194456",
"Q334800",
"Q38903"
],
"relations": [
"P106",
"P108"
],
"adjacency": [
[
0,
0,
2
],
[
0,
1,
7
],
[
0,
1,
6
],
[
0,
1,
3
],
[
0,
1,
5
],
[
0,
1,
4
],
[
0,
1,
1
]
],
"entity_labels": [
"Shakira",
"Sony Music",
"actor",
"Live Nation",
"Freixenet",
"Roc Nation",
"PepsiCo",
"Universal Music Group"
],
"relation_labels": [
"occupation",
"employer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P108 wd:Q38903 .
?x0 wdt:P108 wd:Q334800 .
?x0 wdt:P108 wd:Q16960819 .
?x0 wdt:P108 wd:Q1194456 .
?x0 wdt:P108 wd:Q1427663 .
?x0 wdt:P108 wd:Q56760250
} |
mcwq-136927 | What actor was employed by WVOL , founded Harpo Productions and Oxygen , and founded a production company | [
"Oprah Winfrey"
] | {
"entities": [
"Q7956946",
"Q33999",
"Q15628",
"Q2012913",
"Q55800",
"Q1762059"
],
"relations": [
"P106",
"P108",
"P31",
"P112"
],
"adjacency": [
[
4,
0,
1
],
[
3,
3,
4
],
[
2,
3,
4
],
[
3,
3,
4
],
[
4,
1,
0
],
[
3,
2,
5
]
],
"entity_labels": [
"WVOL",
"actor",
"Oxygen",
"Harpo Productions",
"Oprah Winfrey",
"film production company"
],
"relation_labels": [
"occupation",
"employer",
"instance of",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x1 wdt:P112 ?x0 .
wd:Q15628 wdt:P112 ?x0 .
wd:Q2012913 wdt:P112 ?x0 .
?x0 wdt:P108 wd:Q7956946 .
?x1 wdt:P31 wd:Q1762059 } |
mcwq-136929 | What actor was employed by WWE and Impact Wrestling and was employed by a company | [
"Rhyno"
] | {
"entities": [
"Q35339",
"Q4830453",
"Q471865",
"Q131728",
"Q33999"
],
"relations": [
"P106",
"P108",
"P31"
],
"adjacency": [
[
2,
0,
4
],
[
2,
1,
3
],
[
2,
1,
0
],
[
2,
1,
3
],
[
3,
2,
1
]
],
"entity_labels": [
"WWE",
"business",
"Rhyno",
"Impact Wrestling",
"actor"
],
"relation_labels": [
"occupation",
"employer",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P108 ?x1 .
?x0 wdt:P108 wd:Q35339 .
?x0 wdt:P108 wd:Q131728 .
?x1 wdt:P31 wd:Q4830453 } |
mcwq-136930 | What actor was employed by RecordTV and TV Globo , was employed by Presença de Anita 's distributor , and was employed by Editora Abril S/A | [
"Ana Maria Braga"
] | {
"entities": [
"Q2556363",
"Q3587",
"Q727061",
"Q1789267",
"Q33999",
"Q1458581"
],
"relations": [
"P106",
"P108",
"P750"
],
"adjacency": [
[
3,
0,
4
],
[
3,
1,
1
],
[
3,
1,
0
],
[
3,
1,
5
],
[
3,
1,
1
],
[
2,
2,
1
]
],
"entity_labels": [
"Editora Abril S/A",
"TV Globo",
"Presença de Anita",
"Ana Maria Braga",
"actor",
"RecordTV"
],
"relation_labels": [
"occupation",
"employer",
"distributed by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P108 ?x1 .
?x0 wdt:P108 wd:Q2556363 .
?x0 wdt:P108 wd:Q1458581 .
?x0 wdt:P108 wd:Q3587 .
wd:Q727061 wdt:P750 ?x1
} |
mcwq-136931 | What actor was employed by Courage the Cowardly Dog 's distributor and founded a production company | [
"Seth MacFarlane"
] | {
"entities": [
"Q188492",
"Q858803",
"Q33999",
"Q641486",
"Q1475707",
"Q1762059"
],
"relations": [
"P31",
"P106",
"P108",
"P112",
"P750"
],
"adjacency": [
[
0,
1,
2
],
[
4,
3,
0
],
[
0,
2,
1
],
[
4,
0,
5
],
[
3,
4,
1
]
],
"entity_labels": [
"Seth MacFarlane",
"Cartoon Network Studios",
"actor",
"Courage the Cowardly Dog",
"Fuzzy Door Productions",
"film production company"
],
"relation_labels": [
"instance of",
"occupation",
"employer",
"founded by",
"distributed by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x1 wdt:P112 ?x0 .
?x0 wdt:P108 ?x2 .
?x1 wdt:P31 wd:Q1762059 .
wd:Q641486 wdt:P750 ?x2
} |
mcwq-136933 | What actor was employed by Freixenet , Sony Music , Universal Music Group , and Roc Nation | [
"Shakira"
] | {
"entities": [
"Q34424",
"Q56760250",
"Q33999",
"Q1427663",
"Q1194456",
"Q38903"
],
"relations": [
"P106",
"P108"
],
"adjacency": [
[
0,
0,
2
],
[
0,
1,
4
],
[
0,
1,
3
],
[
0,
1,
1
],
[
0,
1,
5
]
],
"entity_labels": [
"Shakira",
"Sony Music",
"actor",
"Freixenet",
"Roc Nation",
"Universal Music Group"
],
"relation_labels": [
"occupation",
"employer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P108 wd:Q1194456 .
?x0 wdt:P108 wd:Q1427663 .
?x0 wdt:P108 wd:Q56760250 .
?x0 wdt:P108 wd:Q38903
} |
mcwq-136934 | What actor was employed by MacBook 's producer and was employed by Dr. Dre 's employer | [
"Ellen Feiss",
"Dr. Dre"
] | {
"entities": [
"Q19850130",
"Q33999",
"Q312",
"Q6078"
],
"relations": [
"P272",
"P106",
"P108"
],
"adjacency": [
[
3,
1,
1
],
[
3,
2,
2
],
[
3,
2,
2
],
[
0,
0,
2
],
[
3,
2,
2
]
],
"entity_labels": [
"MacBook",
"actor",
"Apple",
"Dr. Dre"
],
"relation_labels": [
"production company",
"occupation",
"employer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P108 ?x1 .
?x0 wdt:P108 ?x2 .
wd:Q19850130 wdt:P272 ?x1 .
wd:Q6078 wdt:P108 ?x2
} |
mcwq-136935 | What actor was employed by Freixenet , Epic Records , and Sony Music | [
"Shakira"
] | {
"entities": [
"Q34424",
"Q216364",
"Q56760250",
"Q33999",
"Q1427663"
],
"relations": [
"P106",
"P108"
],
"adjacency": [
[
0,
0,
3
],
[
0,
1,
1
],
[
0,
1,
4
],
[
0,
1,
2
]
],
"entity_labels": [
"Shakira",
"Epic Records",
"Sony Music",
"actor",
"Freixenet"
],
"relation_labels": [
"occupation",
"employer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P108 wd:Q216364 .
?x0 wdt:P108 wd:Q1427663 .
?x0 wdt:P108 wd:Q56760250
} |
mcwq-136936 | What actor was employed by Universal Music Group and Live Nation , was employed by Freixenet and Sony Music , and founded Pies Descalzos Foundation | [
"Shakira"
] | {
"entities": [
"Q34424",
"Q56760250",
"Q33999",
"Q16960819",
"Q1427663",
"Q38903",
"Q1474082"
],
"relations": [
"P106",
"P108",
"P112"
],
"adjacency": [
[
0,
0,
2
],
[
6,
2,
0
],
[
0,
1,
3
],
[
0,
1,
4
],
[
0,
1,
1
],
[
0,
1,
5
]
],
"entity_labels": [
"Shakira",
"Sony Music",
"actor",
"Live Nation",
"Freixenet",
"Universal Music Group",
"Pies Descalzos Foundation"
],
"relation_labels": [
"occupation",
"employer",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q1474082 wdt:P112 ?x0 .
?x0 wdt:P108 wd:Q16960819 .
?x0 wdt:P108 wd:Q1427663 .
?x0 wdt:P108 wd:Q56760250 .
?x0 wdt:P108 wd:Q38903
} |
mcwq-136937 | What actor was employed by PepsiCo , employed by Freixenet , employed by Live Nation , and employed by Universal Music Group and Sony Music | [
"Shakira"
] | {
"entities": [
"Q34424",
"Q56760250",
"Q33999",
"Q16960819",
"Q1427663",
"Q334800",
"Q38903"
],
"relations": [
"P106",
"P108"
],
"adjacency": [
[
0,
0,
2
],
[
0,
1,
5
],
[
0,
1,
4
],
[
0,
1,
1
],
[
0,
1,
6
],
[
0,
1,
3
]
],
"entity_labels": [
"Shakira",
"Sony Music",
"actor",
"Live Nation",
"Freixenet",
"PepsiCo",
"Universal Music Group"
],
"relation_labels": [
"occupation",
"employer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P108 wd:Q334800 .
?x0 wdt:P108 wd:Q1427663 .
?x0 wdt:P108 wd:Q56760250 .
?x0 wdt:P108 wd:Q38903 .
?x0 wdt:P108 wd:Q16960819
} |
mcwq-136938 | What actor was employed by Roc Nation , Universal Music Group , Sony Music , and Epic Records , was employed by Freixenet , and founded Pies Descalzos Foundation | [
"Shakira"
] | {
"entities": [
"Q34424",
"Q56760250",
"Q216364",
"Q33999",
"Q1474082",
"Q1427663",
"Q1194456",
"Q38903"
],
"relations": [
"P106",
"P108",
"P112"
],
"adjacency": [
[
0,
0,
3
],
[
4,
2,
0
],
[
0,
1,
7
],
[
0,
1,
5
],
[
0,
1,
1
],
[
0,
1,
6
],
[
0,
1,
2
]
],
"entity_labels": [
"Shakira",
"Sony Music",
"Epic Records",
"actor",
"Pies Descalzos Foundation",
"Freixenet",
"Roc Nation",
"Universal Music Group"
],
"relation_labels": [
"occupation",
"employer",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q1474082 wdt:P112 ?x0 .
?x0 wdt:P108 wd:Q38903 .
?x0 wdt:P108 wd:Q1427663 .
?x0 wdt:P108 wd:Q56760250 .
?x0 wdt:P108 wd:Q1194456 .
?x0 wdt:P108 wd:Q216364
} |
mcwq-136939 | What actor was employed by Sony Music , founded Pies Descalzos Foundation , was employed by PepsiCo , and was employed by Live Nation | [
"Shakira"
] | {
"entities": [
"Q34424",
"Q56760250",
"Q33999",
"Q16960819",
"Q334800",
"Q1474082"
],
"relations": [
"P106",
"P108",
"P112"
],
"adjacency": [
[
0,
0,
2
],
[
5,
2,
0
],
[
0,
1,
4
],
[
0,
1,
3
],
[
0,
1,
1
]
],
"entity_labels": [
"Shakira",
"Sony Music",
"actor",
"Live Nation",
"PepsiCo",
"Pies Descalzos Foundation"
],
"relation_labels": [
"occupation",
"employer",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q1474082 wdt:P112 ?x0 .
?x0 wdt:P108 wd:Q334800 .
?x0 wdt:P108 wd:Q16960819 .
?x0 wdt:P108 wd:Q56760250
} |
mcwq-136940 | What actor was employed by Live Nation , Roc Nation , Freixenet , Sony Music , Universal Music Group , and PepsiCo | [
"Shakira"
] | {
"entities": [
"Q34424",
"Q56760250",
"Q33999",
"Q16960819",
"Q1427663",
"Q1194456",
"Q334800",
"Q38903"
],
"relations": [
"P106",
"P108"
],
"adjacency": [
[
0,
0,
2
],
[
0,
1,
7
],
[
0,
1,
6
],
[
0,
1,
3
],
[
0,
1,
5
],
[
0,
1,
4
],
[
0,
1,
1
]
],
"entity_labels": [
"Shakira",
"Sony Music",
"actor",
"Live Nation",
"Freixenet",
"Roc Nation",
"PepsiCo",
"Universal Music Group"
],
"relation_labels": [
"occupation",
"employer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P108 wd:Q38903 .
?x0 wdt:P108 wd:Q334800 .
?x0 wdt:P108 wd:Q16960819 .
?x0 wdt:P108 wd:Q1194456 .
?x0 wdt:P108 wd:Q1427663 .
?x0 wdt:P108 wd:Q56760250
} |
mcwq-136943 | What actor was employed by Apple Inc. , founded Aftermath Entertainment , Beats Electronics , and Death Row Records , and was employed by Spy Mouse 's distributor | [
"Dr. Dre"
] | {
"entities": [
"Q1961036",
"Q4558597",
"Q33999",
"Q312",
"Q6078",
"Q389284",
"Q847018"
],
"relations": [
"P106",
"P108",
"P750",
"P112"
],
"adjacency": [
[
4,
0,
2
],
[
0,
3,
4
],
[
5,
3,
4
],
[
6,
3,
4
],
[
4,
1,
3
],
[
4,
1,
3
],
[
1,
2,
3
]
],
"entity_labels": [
"Beats Electronics",
"Spy Mouse",
"actor",
"Apple",
"Dr. Dre",
"Aftermath Entertainment",
"Death Row Records"
],
"relation_labels": [
"occupation",
"employer",
"distributed by",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q1961036 wdt:P112 ?x0 .
wd:Q389284 wdt:P112 ?x0 .
wd:Q847018 wdt:P112 ?x0 .
?x0 wdt:P108 ?x1 .
?x0 wdt:P108 wd:Q312 .
wd:Q4558597 wdt:P750 ?x1
} |
mcwq-136944 | What actor was employed by a Canadian film producer 's employer and employed by National Film Board of Canada | [
"Charles Binamé",
"Denys Arcand",
"Alison Snowden",
"Alanis Obomsawin",
"Christopher Hinton",
"Bernard Gosselin",
"Claude Jutra",
"Don Owen",
"Donald Brittain",
"Guy L. Coté",
"Jacques Leduc",
"Jean Pierre Lefebvre",
"Monique Simard",
"Pierre Hébert",
"Robin Spry",
"Roger Blais",
"Stanley Jackson",
"Stefan Wodoslawsky"
] | {
"entities": [
"Q1530721",
"Q439651",
"Q3282637",
"Q950542",
"Q33999",
"Q16"
],
"relations": [
"P106",
"P27",
"P108"
],
"adjacency": [
[
1,
0,
4
],
[
1,
2,
0
],
[
1,
2,
0
],
[
3,
2,
0
],
[
3,
0,
2
],
[
3,
1,
5
]
],
"entity_labels": [
"National Film Board of Canada",
"Alison Snowden",
"film producer",
"Gilles Carle",
"actor",
"Canada"
],
"relation_labels": [
"occupation",
"country of citizenship",
"employer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P108 ?x1 .
?x0 wdt:P108 wd:Q1530721 .
?x2 wdt:P108 ?x1 .
?x2 wdt:P106 wd:Q3282637 .
?x2 wdt:P27 wd:Q16
} |
mcwq-136948 | What actor was employed by a film producer and employed by John Waters , East Village Eye , and Nan Goldin | [
"Cookie Mueller"
] | {
"entities": [
"Q3282637",
"Q5167087",
"Q20979239",
"Q33999",
"Q314926",
"Q234279"
],
"relations": [
"P106",
"P108"
],
"adjacency": [
[
1,
0,
3
],
[
1,
1,
4
],
[
1,
1,
5
],
[
1,
1,
4
],
[
1,
1,
2
],
[
4,
0,
0
]
],
"entity_labels": [
"film producer",
"Cookie Mueller",
"East Village Eye",
"actor",
"John Waters",
"Nan Goldin"
],
"relation_labels": [
"occupation",
"employer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P108 ?x1 .
?x0 wdt:P108 wd:Q234279 .
?x0 wdt:P108 wd:Q314926 .
?x0 wdt:P108 wd:Q20979239 .
?x1 wdt:P106 wd:Q3282637 } |
mcwq-136949 | What actor was employed by a film producer , employed by Nan Goldin , and employed by John Waters and East Village Eye | [
"Cookie Mueller"
] | {
"entities": [
"Q3282637",
"Q5167087",
"Q20979239",
"Q33999",
"Q314926",
"Q234279"
],
"relations": [
"P106",
"P108"
],
"adjacency": [
[
1,
0,
3
],
[
1,
1,
4
],
[
1,
1,
5
],
[
1,
1,
4
],
[
1,
1,
2
],
[
4,
0,
0
]
],
"entity_labels": [
"film producer",
"Cookie Mueller",
"East Village Eye",
"actor",
"John Waters",
"Nan Goldin"
],
"relation_labels": [
"occupation",
"employer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P108 ?x1 .
?x0 wdt:P108 wd:Q234279 .
?x0 wdt:P108 wd:Q314926 .
?x0 wdt:P108 wd:Q20979239 .
?x1 wdt:P106 wd:Q3282637 } |
mcwq-136950 | What actor was employed by a production company , employed by Hobart Bosworth Productions and Fox Film , and employed by Hartford Public Library | [
"Hettie Gray Baker"
] | {
"entities": [
"Q5674510",
"Q2644123",
"Q33999",
"Q63793681",
"Q1762059",
"Q15998926"
],
"relations": [
"P106",
"P108",
"P31"
],
"adjacency": [
[
5,
0,
2
],
[
5,
1,
1
],
[
5,
1,
1
],
[
5,
1,
3
],
[
5,
1,
0
],
[
1,
2,
4
]
],
"entity_labels": [
"Hartford Public Library",
"Fox Film Corporation",
"actor",
"Hobart Bosworth Productions",
"film production company",
"Hettie Gray Baker"
],
"relation_labels": [
"occupation",
"employer",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P108 ?x1 .
?x0 wdt:P108 wd:Q2644123 .
?x0 wdt:P108 wd:Q63793681 .
?x0 wdt:P108 wd:Q5674510 .
?x1 wdt:P31 wd:Q1762059 } |
mcwq-136951 | What actor was employed by a employer of Dr. Dre , Steve Jobs , and Jef Raskin | [
"Ellen Feiss",
"Dr. Dre"
] | {
"entities": [
"Q92740",
"Q33999",
"Q19837",
"Q312",
"Q6078"
],
"relations": [
"P106",
"P108"
],
"adjacency": [
[
4,
0,
1
],
[
4,
1,
3
],
[
0,
1,
3
],
[
4,
1,
3
],
[
2,
1,
3
]
],
"entity_labels": [
"Jef Raskin",
"actor",
"Steve Jobs",
"Apple",
"Dr. Dre"
],
"relation_labels": [
"occupation",
"employer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P108 ?x1 .
wd:Q92740 wdt:P108 ?x1 .
wd:Q6078 wdt:P108 ?x1 .
wd:Q19837 wdt:P108 ?x1
} |
mcwq-136952 | What actor was employed by and founded Evangelion: 1.0 You Are (Not) Alone 's producer and distributor | [
"Hideaki Anno"
] | {
"entities": [
"Q1203676",
"Q579209",
"Q23261",
"Q33999"
],
"relations": [
"P272",
"P106",
"P108",
"P112",
"P750"
],
"adjacency": [
[
2,
1,
3
],
[
0,
3,
2
],
[
2,
2,
0
],
[
1,
4,
0
],
[
1,
0,
0
]
],
"entity_labels": [
"Khara",
"Evangelion: 1.0 You Are (Not) Alone",
"Hideaki Anno",
"actor"
],
"relation_labels": [
"production company",
"occupation",
"employer",
"founded by",
"distributed by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x1 wdt:P112 ?x0 .
?x0 wdt:P108 ?x1 .
wd:Q579209 wdt:P750 ?x1 .
wd:Q579209 wdt:P272 ?x1
} |
mcwq-136953 | What actor was influenced by Sunnyside 's director and editor and was influenced by Sam Cooke , Charlie Chaplin , and Sly Stone | [
"Michael Jackson"
] | {
"entities": [
"Q295919",
"Q33999",
"Q2831",
"Q759443",
"Q882",
"Q713829"
],
"relations": [
"P106",
"P57",
"P737",
"P1040"
],
"adjacency": [
[
2,
0,
1
],
[
2,
2,
4
],
[
2,
2,
0
],
[
2,
2,
5
],
[
2,
2,
4
],
[
3,
1,
4
],
[
3,
3,
4
]
],
"entity_labels": [
"Sam Cooke",
"actor",
"Michael Jackson",
"Sunnyside",
"Charlie Chaplin",
"Sly Stone"
],
"relation_labels": [
"occupation",
"director",
"influenced by",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P737 ?x1 .
?x0 wdt:P737 wd:Q295919 .
?x0 wdt:P737 wd:Q713829 .
?x0 wdt:P737 wd:Q882 .
wd:Q759443 wdt:P57 ?x1 .
wd:Q759443 wdt:P1040 ?x1
} |
mcwq-136955 | What actor was influenced by Sign o' the Times 's composer , director , and writer and influenced by Prince and John Lennon | [
"Lenny Kravitz",
"Shakira"
] | {
"entities": [
"Q34424",
"Q33999",
"Q1203",
"Q1164224",
"Q7542"
],
"relations": [
"P57",
"P58",
"P106",
"P737",
"P86"
],
"adjacency": [
[
0,
2,
1
],
[
0,
3,
4
],
[
0,
3,
2
],
[
0,
3,
4
],
[
3,
0,
4
],
[
3,
4,
4
],
[
3,
1,
4
]
],
"entity_labels": [
"Shakira",
"actor",
"John Lennon",
"Sign o' the Times",
"Prince"
],
"relation_labels": [
"director",
"screenwriter",
"occupation",
"influenced by",
"composer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P737 ?x1 .
?x0 wdt:P737 wd:Q1203 .
?x0 wdt:P737 wd:Q7542 .
wd:Q1164224 wdt:P57 ?x1 .
wd:Q1164224 wdt:P86 ?x1 .
wd:Q1164224 wdt:P58 ?x1
} |
mcwq-136956 | What actor was influenced by The Great Dictator 's writer and composer | [
"Harold Lloyd",
"Marcel Marceau",
"Benny Hill",
"Murilo Benício",
"Irwin Corey",
"Michael Jackson"
] | {
"entities": [
"Q6075016",
"Q882",
"Q33999",
"Q109116"
],
"relations": [
"P106",
"P737",
"P86",
"P58"
],
"adjacency": [
[
0,
0,
2
],
[
0,
1,
1
],
[
3,
2,
1
],
[
3,
3,
1
]
],
"entity_labels": [
"Irwin Corey",
"Charlie Chaplin",
"actor",
"The Great Dictator"
],
"relation_labels": [
"occupation",
"influenced by",
"composer",
"screenwriter"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P737 ?x1 .
wd:Q109116 wdt:P86 ?x1 .
wd:Q109116 wdt:P58 ?x1
} |
mcwq-136961 | What actor was influenced by 2001: A Space Odyssey 's male director and married Susan Schneider and Marsha Garces | [
"Robin Williams"
] | {
"entities": [
"Q17505003",
"Q1902714",
"Q83338",
"Q2001",
"Q33999",
"Q6581097",
"Q103474"
],
"relations": [
"P57",
"P106",
"P26",
"P737",
"P21"
],
"adjacency": [
[
2,
1,
4
],
[
2,
3,
3
],
[
2,
2,
1
],
[
2,
2,
0
],
[
6,
0,
3
],
[
3,
4,
5
]
],
"entity_labels": [
"Susan Schneider",
"Marsha Garces",
"Robin Williams",
"Stanley Kubrick",
"actor",
"male",
"2001: A Space Odyssey"
],
"relation_labels": [
"director",
"occupation",
"spouse",
"influenced by",
"sex or gender"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P737 ?x1 .
?x0 wdt:P26 wd:Q1902714 .
?x0 wdt:P26 wd:Q17505003 .
wd:Q103474 wdt:P57 ?x1 .
?x1 wdt:P21 wd:Q6581097 .
FILTER ( ?x0 != wd:Q1902714 ) .
FILTER ( ?x0 != wd:Q17505003 )
} |
mcwq-136962 | What actor was influenced by Star Wars: Episode I – The Phantom Menace 's executive producer | [
"Marcus Orelias",
"Christopher Nolan"
] | {
"entities": [
"Q165713",
"Q38222",
"Q33999",
"Q52306598"
],
"relations": [
"P106",
"P737",
"P1431"
],
"adjacency": [
[
3,
0,
2
],
[
3,
1,
1
],
[
0,
2,
1
]
],
"entity_labels": [
"Star Wars: Episode I – The Phantom Menace",
"George Lucas",
"actor",
"Marcus Orelias"
],
"relation_labels": [
"occupation",
"influenced by",
"executive producer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P737 ?x1 .
wd:Q165713 wdt:P1431 ?x1
} |
mcwq-136963 | What actor was influenced by Mae West , Chrissie Hynde , David Bowie , and Martha Graham , influenced by Debbie Harry , and influenced by a costume designer | [
"Madonna"
] | {
"entities": [
"Q202878",
"Q1744",
"Q1323191",
"Q5383",
"Q33999",
"Q239202",
"Q487604",
"Q215026"
],
"relations": [
"P106",
"P737"
],
"adjacency": [
[
1,
0,
4
],
[
1,
1,
6
],
[
1,
1,
3
],
[
1,
1,
0
],
[
1,
1,
7
],
[
1,
1,
6
],
[
1,
1,
5
],
[
6,
0,
2
]
],
"entity_labels": [
"Mae West",
"Madonna",
"costume designer",
"David Bowie",
"actor",
"Chrissie Hynde",
"Martha Graham",
"Debbie Harry"
],
"relation_labels": [
"occupation",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P737 ?x1 .
?x0 wdt:P737 wd:Q5383 .
?x0 wdt:P737 wd:Q202878 .
?x0 wdt:P737 wd:Q215026 .
?x0 wdt:P737 wd:Q487604 .
?x0 wdt:P737 wd:Q239202 .
?x1 wdt:P106 wd:Q1323191 } |
mcwq-136964 | What actor was influenced by Trucks 's producer and influenced by a composer | [
"Clive Barker"
] | {
"entities": [
"Q36834",
"Q298761",
"Q83158",
"Q33999",
"Q2082466",
"Q39829"
],
"relations": [
"P272",
"P106",
"P737"
],
"adjacency": [
[
1,
1,
3
],
[
1,
2,
5
],
[
1,
2,
2
],
[
4,
0,
5
],
[
2,
1,
0
]
],
"entity_labels": [
"composer",
"Clive Barker",
"Jean Cocteau",
"actor",
"Trucks",
"Stephen King"
],
"relation_labels": [
"production company",
"occupation",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P737 ?x1 .
?x0 wdt:P737 ?x2 .
wd:Q2082466 wdt:P272 ?x1 .
?x2 wdt:P106 wd:Q36834 } |
mcwq-136965 | What actor was influenced by William Shakespeare , influenced by a person , and influenced by Champagne 's editor and writer | [
"Jacques Rivette"
] | {
"entities": [
"Q33999",
"Q19504",
"Q7374",
"Q5",
"Q692",
"Q1061079",
"Q167475"
],
"relations": [
"P58",
"P31",
"P1040",
"P106",
"P737"
],
"adjacency": [
[
6,
3,
0
],
[
6,
4,
1
],
[
6,
4,
2
],
[
6,
4,
4
],
[
1,
1,
3
],
[
5,
2,
2
],
[
5,
0,
2
]
],
"entity_labels": [
"actor",
"Fritz Lang",
"Alfred Hitchcock",
"human",
"William Shakespeare",
"Champagne",
"Jacques Rivette"
],
"relation_labels": [
"screenwriter",
"instance of",
"film editor",
"occupation",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P737 ?x1 .
?x0 wdt:P737 ?x2 .
?x0 wdt:P737 wd:Q692 .
?x1 wdt:P31 wd:Q5 .
wd:Q1061079 wdt:P1040 ?x2 .
wd:Q1061079 wdt:P58 ?x2
} |
mcwq-136966 | What actor was influenced by Pink Floyd , influenced Lady Gaga , influenced No label defined 's costume designer , and influenced KT Tunstall | [
"David Bowie"
] | {
"entities": [
"Q2306",
"Q57507598",
"Q5383",
"Q33999",
"Q1396462",
"Q19848",
"Q230601"
],
"relations": [
"P106",
"P737",
"P2515"
],
"adjacency": [
[
2,
0,
3
],
[
4,
1,
2
],
[
6,
1,
2
],
[
5,
1,
2
],
[
2,
1,
0
],
[
1,
2,
4
]
],
"entity_labels": [
"Pink Floyd",
null,
"David Bowie",
"actor",
"Walter Van Beirendonck",
"Lady Gaga",
"KT Tunstall"
],
"relation_labels": [
"occupation",
"influenced by",
"costume designer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x1 wdt:P737 ?x0 .
wd:Q230601 wdt:P737 ?x0 .
wd:Q19848 wdt:P737 ?x0 .
?x0 wdt:P737 wd:Q2306 .
wd:Q57507598 wdt:P2515 ?x1
} |
mcwq-136967 | What actor was influenced by Émile Zola | [
"André Antoine"
] | {
"entities": [
"Q504",
"Q33999",
"Q529001"
],
"relations": [
"P106",
"P737"
],
"adjacency": [
[
2,
0,
1
],
[
2,
1,
0
]
],
"entity_labels": [
"Émile Zola",
"actor",
"André Antoine"
],
"relation_labels": [
"occupation",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P737 wd:Q504
} |
mcwq-136968 | What actor was influenced by Woody Guthrie , influenced The Beatles , was influenced by Allen Ginsberg , and married Sara Dylan | [
"Bob Dylan"
] | {
"entities": [
"Q4061",
"Q6711",
"Q33999",
"Q392",
"Q457433",
"Q1299"
],
"relations": [
"P106",
"P26",
"P737"
],
"adjacency": [
[
3,
0,
2
],
[
5,
2,
3
],
[
3,
2,
0
],
[
3,
2,
1
],
[
3,
1,
4
]
],
"entity_labels": [
"Woody Guthrie",
"Allen Ginsberg",
"actor",
"Bob Dylan",
"Sara Dylan",
"The Beatles"
],
"relation_labels": [
"occupation",
"spouse",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q1299 wdt:P737 ?x0 .
?x0 wdt:P737 wd:Q4061 .
?x0 wdt:P737 wd:Q6711 .
?x0 wdt:P26 wd:Q457433 .
FILTER ( ?x0 != wd:Q457433 )
} |
mcwq-136969 | What actor was influenced by Madonna , OneRepublic , Elvis Presley , and Luisito Comunica | [
"Miley Cyrus"
] | {
"entities": [
"Q1744",
"Q62372907",
"Q33999",
"Q4235",
"Q303",
"Q1438730"
],
"relations": [
"P106",
"P737"
],
"adjacency": [
[
3,
0,
2
],
[
3,
1,
4
],
[
3,
1,
5
],
[
3,
1,
1
],
[
3,
1,
0
]
],
"entity_labels": [
"Madonna",
"Luisito Comunica",
"actor",
"Miley Cyrus",
"Elvis Presley",
"OneRepublic"
],
"relation_labels": [
"occupation",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P737 wd:Q303 .
?x0 wdt:P737 wd:Q1438730 .
?x0 wdt:P737 wd:Q62372907 .
?x0 wdt:P737 wd:Q1744
} |
mcwq-136970 | What actor was influenced by Woody Guthrie , influenced a composer , and was influenced by Allen Ginsberg | [
"Bob Dylan"
] | {
"entities": [
"Q4061",
"Q774617",
"Q36834",
"Q6711",
"Q33999",
"Q392"
],
"relations": [
"P106",
"P737"
],
"adjacency": [
[
5,
0,
4
],
[
1,
1,
5
],
[
5,
1,
0
],
[
5,
1,
3
],
[
1,
0,
2
]
],
"entity_labels": [
"Woody Guthrie",
"Edoardo Bennato",
"composer",
"Allen Ginsberg",
"actor",
"Bob Dylan"
],
"relation_labels": [
"occupation",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x1 wdt:P737 ?x0 .
?x0 wdt:P737 wd:Q4061 .
?x0 wdt:P737 wd:Q6711 .
?x1 wdt:P106 wd:Q36834 } |
mcwq-136972 | What actor was influenced by Hayao Miyazaki and Eiji Tsuburaya , was influenced by Ponyo on the Cliff by the Sea 's executive producer and editor , and married Moyoco Anno | [
"Hideaki Anno"
] | {
"entities": [
"Q236728",
"Q23261",
"Q33999",
"Q2466933",
"Q38842",
"Q55400"
],
"relations": [
"P1431",
"P1040",
"P106",
"P26",
"P737"
],
"adjacency": [
[
1,
2,
2
],
[
1,
4,
5
],
[
1,
4,
5
],
[
1,
4,
3
],
[
1,
3,
4
],
[
0,
1,
5
],
[
0,
0,
5
]
],
"entity_labels": [
"Ponyo on the Cliff by the Sea",
"Hideaki Anno",
"actor",
"Eiji Tsuburaya",
"Moyoco Anno",
"Hayao Miyazaki"
],
"relation_labels": [
"executive producer",
"film editor",
"occupation",
"spouse",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P737 ?x1 .
?x0 wdt:P737 wd:Q55400 .
?x0 wdt:P737 wd:Q2466933 .
?x0 wdt:P26 wd:Q38842 .
wd:Q236728 wdt:P1040 ?x1 .
wd:Q236728 wdt:P1431 ?x1 .
FILTER ( ?x0 != wd:Q38842 )
} |
mcwq-136973 | What actor was influenced by Polly Adams 's British parent and was influenced by Charles Darwin | [
"Richard Dawkins"
] | {
"entities": [
"Q145",
"Q33999",
"Q1035",
"Q42",
"Q14623683",
"Q44461"
],
"relations": [
"P106",
"P27",
"P737",
"P40|wdt:P355"
],
"adjacency": [
[
5,
0,
1
],
[
5,
2,
3
],
[
5,
2,
2
],
[
3,
3,
4
],
[
3,
1,
0
]
],
"entity_labels": [
"United Kingdom",
"actor",
"Charles Darwin",
"Douglas Adams",
"Polly Adams",
"Richard Dawkins"
],
"relation_labels": [
"occupation",
"country of citizenship",
"influenced by",
"P40|wdt:P355"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P737 ?x1 .
?x0 wdt:P737 wd:Q1035 .
?x1 wdt:P40|wdt:P355 wd:Q14623683 .
?x1 wdt:P27 wd:Q145
} |
mcwq-136974 | What actor was influenced by Ronald Fisher , Niko Tinbergen , Daniel Dennett , Douglas Adams , and Charles Darwin | [
"Richard Dawkins"
] | {
"entities": [
"Q215263",
"Q153890",
"Q33999",
"Q42",
"Q216723",
"Q1035",
"Q44461"
],
"relations": [
"P106",
"P737"
],
"adjacency": [
[
6,
0,
2
],
[
6,
1,
3
],
[
6,
1,
1
],
[
6,
1,
4
],
[
6,
1,
0
],
[
6,
1,
5
]
],
"entity_labels": [
"Daniel Dennett",
"Niko Tinbergen",
"actor",
"Douglas Adams",
"Ronald Fisher",
"Charles Darwin",
"Richard Dawkins"
],
"relation_labels": [
"occupation",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P737 wd:Q42 .
?x0 wdt:P737 wd:Q153890 .
?x0 wdt:P737 wd:Q216723 .
?x0 wdt:P737 wd:Q215263 .
?x0 wdt:P737 wd:Q1035
} |
mcwq-136975 | What actor was influenced by The Digital Village 's employee and founder and was influenced by Charles Darwin and Niko Tinbergen | [
"Richard Dawkins"
] | {
"entities": [
"Q153890",
"Q33999",
"Q42",
"Q3520623",
"Q1035",
"Q44461"
],
"relations": [
"P108",
"P106",
"P737",
"P112"
],
"adjacency": [
[
5,
1,
1
],
[
5,
2,
2
],
[
5,
2,
4
],
[
5,
2,
0
],
[
3,
3,
2
],
[
2,
0,
3
]
],
"entity_labels": [
"Niko Tinbergen",
"actor",
"Douglas Adams",
"The Digital Village",
"Charles Darwin",
"Richard Dawkins"
],
"relation_labels": [
"employer",
"occupation",
"influenced by",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P737 ?x1 .
?x0 wdt:P737 wd:Q1035 .
?x0 wdt:P737 wd:Q153890 .
wd:Q3520623 wdt:P112 ?x1 .
?x1 wdt:P108 wd:Q3520623
} |
mcwq-136976 | What actor was influenced by Timbaland and Dolly Parton and influenced by a American sibling of Jessie Garon Presley | [
"Miley Cyrus"
] | {
"entities": [
"Q180453",
"Q16408125",
"Q30",
"Q33999",
"Q4235",
"Q303",
"Q179257"
],
"relations": [
"P106",
"P27",
"P737",
"P3373"
],
"adjacency": [
[
4,
0,
3
],
[
4,
2,
5
],
[
4,
2,
0
],
[
4,
2,
6
],
[
5,
1,
2
],
[
5,
3,
1
]
],
"entity_labels": [
"Dolly Parton",
"Jessie Garon Presley",
"United States of America",
"actor",
"Miley Cyrus",
"Elvis Presley",
"Timbaland"
],
"relation_labels": [
"occupation",
"country of citizenship",
"influenced by",
"sibling"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P737 ?x1 .
?x0 wdt:P737 wd:Q180453 .
?x0 wdt:P737 wd:Q179257 .
?x1 wdt:P27 wd:Q30 .
?x1 wdt:P3373 wd:Q16408125 .
FILTER ( ?x1 != wd:Q16408125 )
} |
mcwq-136977 | What actor was influenced by OneRepublic , Elvis Presley , and Madonna | [
"Miley Cyrus"
] | {
"entities": [
"Q1744",
"Q33999",
"Q4235",
"Q303",
"Q1438730"
],
"relations": [
"P106",
"P737"
],
"adjacency": [
[
2,
0,
1
],
[
2,
1,
3
],
[
2,
1,
4
],
[
2,
1,
0
]
],
"entity_labels": [
"Madonna",
"actor",
"Miley Cyrus",
"Elvis Presley",
"OneRepublic"
],
"relation_labels": [
"occupation",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P737 wd:Q303 .
?x0 wdt:P737 wd:Q1438730 .
?x0 wdt:P737 wd:Q1744
} |
mcwq-136980 | What actor was influenced by Stevie Wonder , influenced by Shadows and Light 's Canadian director , and influenced by The Beatles | [
"Prince"
] | {
"entities": [
"Q33999",
"Q714",
"Q11307710",
"Q1299",
"Q205721",
"Q7542",
"Q16"
],
"relations": [
"P27",
"P106",
"P57",
"P737"
],
"adjacency": [
[
5,
1,
0
],
[
5,
3,
4
],
[
5,
3,
1
],
[
5,
3,
3
],
[
2,
2,
4
],
[
4,
0,
6
]
],
"entity_labels": [
"actor",
"Stevie Wonder",
"Shadows and Light",
"The Beatles",
"Joni Mitchell",
"Prince",
"Canada"
],
"relation_labels": [
"country of citizenship",
"occupation",
"director",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P737 ?x1 .
?x0 wdt:P737 wd:Q714 .
?x0 wdt:P737 wd:Q1299 .
wd:Q11307710 wdt:P57 ?x1 .
?x1 wdt:P27 wd:Q16
} |
mcwq-136983 | What actor was influenced by Susan Adams 's sibling | [
"Richard Dawkins"
] | {
"entities": [
"Q14623673",
"Q33999",
"Q42",
"Q44461"
],
"relations": [
"P106",
"P3373",
"P737"
],
"adjacency": [
[
3,
0,
1
],
[
3,
2,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"Susan Adams",
"actor",
"Douglas Adams",
"Richard Dawkins"
],
"relation_labels": [
"occupation",
"sibling",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P737 ?x1 .
?x1 wdt:P3373 wd:Q14623673 .
FILTER ( ?x1 != wd:Q14623673 )
} |
mcwq-136984 | What actor was influenced by Fyodor Dostoyevsky , Marcel Proust , and James Thomas Farrell and influenced by The Three-Cornered Hat 's Spanish costume designer | [
"Norman Mailer"
] | {
"entities": [
"Q1371154",
"Q7199",
"Q29",
"Q33999",
"Q1193029",
"Q5593",
"Q180962",
"Q991"
],
"relations": [
"P106",
"P27",
"P737",
"P2515"
],
"adjacency": [
[
6,
0,
3
],
[
6,
2,
5
],
[
6,
2,
0
],
[
6,
2,
7
],
[
6,
2,
1
],
[
4,
3,
5
],
[
5,
1,
2
]
],
"entity_labels": [
"James Thomas Farrell",
"Marcel Proust",
"Spain",
"actor",
"The Three-Cornered Hat",
"Pablo Picasso",
"Norman Mailer",
"Fyodor Dostoyevsky"
],
"relation_labels": [
"occupation",
"country of citizenship",
"influenced by",
"costume designer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P737 ?x1 .
?x0 wdt:P737 wd:Q1371154 .
?x0 wdt:P737 wd:Q991 .
?x0 wdt:P737 wd:Q7199 .
wd:Q1193029 wdt:P2515 ?x1 .
?x1 wdt:P27 wd:Q29
} |
mcwq-136986 | What actor was influenced by Madonna , influenced by a actor , and influenced by Timbaland and Elvis Presley | [
"Miley Cyrus"
] | {
"entities": [
"Q1744",
"Q11975",
"Q33999",
"Q4235",
"Q303",
"Q179257"
],
"relations": [
"P106",
"P737"
],
"adjacency": [
[
3,
0,
2
],
[
3,
1,
1
],
[
3,
1,
5
],
[
3,
1,
4
],
[
3,
1,
0
],
[
1,
0,
2
]
],
"entity_labels": [
"Madonna",
"Britney Spears",
"actor",
"Miley Cyrus",
"Elvis Presley",
"Timbaland"
],
"relation_labels": [
"occupation",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P737 ?x1 .
?x0 wdt:P737 wd:Q179257 .
?x0 wdt:P737 wd:Q303 .
?x0 wdt:P737 wd:Q1744 .
?x1 wdt:P106 wd:Q33999 } |
mcwq-136989 | What actor was influenced by Little Richard , James Brown , and Stevie Wonder and influenced a actor | [
"Prince"
] | {
"entities": [
"Q82222",
"Q34424",
"Q33999",
"Q714",
"Q5950",
"Q7542"
],
"relations": [
"P106",
"P737"
],
"adjacency": [
[
5,
0,
2
],
[
1,
1,
5
],
[
5,
1,
0
],
[
5,
1,
4
],
[
5,
1,
3
],
[
1,
0,
2
]
],
"entity_labels": [
"Little Richard",
"Shakira",
"actor",
"Stevie Wonder",
"James Brown",
"Prince"
],
"relation_labels": [
"occupation",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x1 wdt:P737 ?x0 .
?x0 wdt:P737 wd:Q82222 .
?x0 wdt:P737 wd:Q5950 .
?x0 wdt:P737 wd:Q714 .
?x1 wdt:P106 wd:Q33999 } |
mcwq-136994 | What actor was influenced by The Line, the Cross and the Curve 's director | [
"Tina Arena",
"Big Boi",
"Sarah Slean",
"Nicola Roberts",
"Ellie Goulding"
] | {
"entities": [
"Q458364",
"Q3521591",
"Q636",
"Q33999"
],
"relations": [
"P106",
"P57",
"P737"
],
"adjacency": [
[
0,
0,
3
],
[
0,
2,
2
],
[
1,
1,
2
]
],
"entity_labels": [
"Sarah Slean",
"The Line, the Cross and the Curve",
"Kate Bush",
"actor"
],
"relation_labels": [
"occupation",
"director",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P737 ?x1 .
wd:Q3521591 wdt:P57 ?x1
} |
mcwq-136997 | What actor was influenced by Douglas Adams and Niko Tinbergen | [
"Richard Dawkins"
] | {
"entities": [
"Q153890",
"Q33999",
"Q42",
"Q44461"
],
"relations": [
"P106",
"P737"
],
"adjacency": [
[
3,
0,
1
],
[
3,
1,
2
],
[
3,
1,
0
]
],
"entity_labels": [
"Niko Tinbergen",
"actor",
"Douglas Adams",
"Richard Dawkins"
],
"relation_labels": [
"occupation",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P737 wd:Q42 .
?x0 wdt:P737 wd:Q153890
} |
mcwq-136999 | What actor was influenced by Charlie Chaplin , influenced Leycang El Grandioso and Gino Justin Hudson McKoy , and was influenced by Dorothy Arzner 's employer 's founder | [
"Michael Jackson"
] | {
"entities": [
"Q56222322",
"Q33999",
"Q2831",
"Q447847",
"Q882",
"Q67353233",
"Q219400"
],
"relations": [
"P108",
"P106",
"P737",
"P112"
],
"adjacency": [
[
2,
1,
1
],
[
0,
2,
2
],
[
5,
2,
2
],
[
2,
2,
4
],
[
2,
2,
4
],
[
6,
3,
4
],
[
3,
0,
6
]
],
"entity_labels": [
"Gino Justin Hudson McKoy",
"actor",
"Michael Jackson",
"Dorothy Arzner",
"Charlie Chaplin",
"Leycang El Grandioso",
"United Artists Corporation"
],
"relation_labels": [
"employer",
"occupation",
"influenced by",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q56222322 wdt:P737 ?x0 .
wd:Q67353233 wdt:P737 ?x0 .
?x0 wdt:P737 ?x1 .
?x0 wdt:P737 wd:Q882 .
?x2 wdt:P112 ?x1 .
wd:Q447847 wdt:P108 ?x2
} |
mcwq-137000 | What actor was influenced by Douglas Adams , was influenced by Niko Tinbergen , Ronald Fisher , and Daniel Dennett , and married Lalla Ward | [
"Richard Dawkins"
] | {
"entities": [
"Q215263",
"Q439404",
"Q153890",
"Q33999",
"Q42",
"Q216723",
"Q44461"
],
"relations": [
"P106",
"P26",
"P737"
],
"adjacency": [
[
6,
0,
3
],
[
6,
2,
4
],
[
6,
2,
0
],
[
6,
2,
5
],
[
6,
2,
2
],
[
6,
1,
1
]
],
"entity_labels": [
"Daniel Dennett",
"Lalla Ward",
"Niko Tinbergen",
"actor",
"Douglas Adams",
"Ronald Fisher",
"Richard Dawkins"
],
"relation_labels": [
"occupation",
"spouse",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P737 wd:Q42 .
?x0 wdt:P737 wd:Q215263 .
?x0 wdt:P737 wd:Q216723 .
?x0 wdt:P737 wd:Q153890 .
?x0 wdt:P26 wd:Q439404 .
FILTER ( ?x0 != wd:Q439404 )
} |
mcwq-137001 | What actor was influenced by Charlie Chaplin and The Beatles , married Debbie Rowe , and was influenced by Modern Times 's male director | [
"Michael Jackson"
] | {
"entities": [
"Q45602",
"Q33999",
"Q2831",
"Q3078773",
"Q1299",
"Q882",
"Q6581097"
],
"relations": [
"P57",
"P106",
"P26",
"P737",
"P21"
],
"adjacency": [
[
2,
1,
1
],
[
2,
3,
5
],
[
2,
3,
5
],
[
2,
3,
4
],
[
2,
2,
3
],
[
0,
0,
5
],
[
5,
4,
6
]
],
"entity_labels": [
"Modern Times",
"actor",
"Michael Jackson",
"Debbie Rowe",
"The Beatles",
"Charlie Chaplin",
"male"
],
"relation_labels": [
"director",
"occupation",
"spouse",
"influenced by",
"sex or gender"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P737 ?x1 .
?x0 wdt:P737 wd:Q882 .
?x0 wdt:P737 wd:Q1299 .
?x0 wdt:P26 wd:Q3078773 .
wd:Q45602 wdt:P57 ?x1 .
?x1 wdt:P21 wd:Q6581097 .
FILTER ( ?x0 != wd:Q3078773 )
} |
mcwq-137002 | What actor was influenced by The Floorwalker 's editor | [
"Harold Lloyd",
"Marcel Marceau",
"Benny Hill",
"Murilo Benício",
"Irwin Corey",
"Michael Jackson"
] | {
"entities": [
"Q6075016",
"Q882",
"Q166739",
"Q33999"
],
"relations": [
"P106",
"P737",
"P1040"
],
"adjacency": [
[
0,
0,
3
],
[
0,
1,
1
],
[
2,
2,
1
]
],
"entity_labels": [
"Irwin Corey",
"Charlie Chaplin",
"The Floorwalker",
"actor"
],
"relation_labels": [
"occupation",
"influenced by",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P737 ?x1 .
wd:Q166739 wdt:P1040 ?x1
} |
mcwq-137007 | What actor was influenced by University of Michigan Law School 's parent 's Canadian employee and was influenced by Albert Camus | [
"Ali Liebegott"
] | {
"entities": [
"Q2633699",
"Q33999",
"Q4724974",
"Q230492",
"Q911830",
"Q34670",
"Q16"
],
"relations": [
"P40|wdt:P355",
"P106",
"P27",
"P108",
"P737"
],
"adjacency": [
[
2,
1,
1
],
[
2,
4,
0
],
[
2,
4,
5
],
[
0,
3,
3
],
[
0,
2,
6
],
[
3,
0,
4
]
],
"entity_labels": [
"Anne Carson",
"actor",
"Ali Liebegott",
"University of Michigan",
"University of Michigan Law School",
"Albert Camus",
"Canada"
],
"relation_labels": [
"P40|wdt:P355",
"occupation",
"country of citizenship",
"employer",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P737 ?x1 .
?x0 wdt:P737 wd:Q34670 .
?x1 wdt:P108 ?x2 .
?x1 wdt:P27 wd:Q16 .
?x2 wdt:P40|wdt:P355 wd:Q911830
} |
mcwq-137014 | What actor was influenced by a cinematographer 's parent and influenced by Henri Langlois and Honoré de Balzac | [
"Jacques Rivette"
] | {
"entities": [
"Q55381",
"Q9711",
"Q33999",
"Q222344",
"Q289374",
"Q745858",
"Q167475"
],
"relations": [
"P106",
"P737",
"P40|wdt:P355"
],
"adjacency": [
[
6,
0,
2
],
[
6,
1,
0
],
[
6,
1,
1
],
[
6,
1,
5
],
[
0,
2,
4
],
[
4,
0,
3
]
],
"entity_labels": [
"Jacques Becker",
"Honoré de Balzac",
"actor",
"cinematographer",
"Étienne Becker",
"Henri Langlois",
"Jacques Rivette"
],
"relation_labels": [
"occupation",
"influenced by",
"P40|wdt:P355"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P737 ?x1 .
?x0 wdt:P737 wd:Q9711 .
?x0 wdt:P737 wd:Q745858 .
?x1 wdt:P40|wdt:P355 ?x2 .
?x2 wdt:P106 wd:Q222344 } |
mcwq-137015 | What actor was influenced by a costume designer of No label defined and was influenced by David Bowie | [
"Madonna"
] | {
"entities": [
"Q1744",
"Q57502753",
"Q5383",
"Q33999",
"Q487604"
],
"relations": [
"P106",
"P737",
"P2515"
],
"adjacency": [
[
0,
0,
3
],
[
0,
1,
4
],
[
0,
1,
2
],
[
1,
2,
4
]
],
"entity_labels": [
"Madonna",
null,
"David Bowie",
"actor",
"Martha Graham"
],
"relation_labels": [
"occupation",
"influenced by",
"costume designer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P737 ?x1 .
?x0 wdt:P737 wd:Q5383 .
wd:Q57502753 wdt:P2515 ?x1
} |
mcwq-137018 | What actor was influenced by a female American executive producer of The Cheetah Girls and The Cheetah Girls 2 | [
"Leona Lewis",
"Jennifer Hudson",
"Christina Aguilera",
"Jolin Tsai"
] | {
"entities": [
"Q261704",
"Q6581072",
"Q587876",
"Q30",
"Q34389",
"Q51101",
"Q33999"
],
"relations": [
"P1431",
"P106",
"P27",
"P737",
"P21"
],
"adjacency": [
[
5,
1,
6
],
[
5,
3,
4
],
[
0,
0,
4
],
[
2,
0,
4
],
[
4,
4,
1
],
[
4,
2,
3
]
],
"entity_labels": [
"The Cheetah Girls",
"female",
"The Cheetah Girls 2",
"United States of America",
"Whitney Houston",
"Jolin Tsai",
"actor"
],
"relation_labels": [
"executive producer",
"occupation",
"country of citizenship",
"influenced by",
"sex or gender"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P737 ?x1 .
wd:Q261704 wdt:P1431 ?x1 .
wd:Q587876 wdt:P1431 ?x1 .
?x1 wdt:P21 wd:Q6581072 .
?x1 wdt:P27 wd:Q30
} |
mcwq-137020 | What actor was influenced by a film editor , married Lisa Marie Presley , and married Debbie Rowe | [
"Michael Jackson"
] | {
"entities": [
"Q33999",
"Q3078773",
"Q2831",
"Q7042855",
"Q882",
"Q237324"
],
"relations": [
"P106",
"P26",
"P737"
],
"adjacency": [
[
2,
0,
0
],
[
2,
2,
4
],
[
2,
1,
5
],
[
2,
1,
1
],
[
4,
0,
3
]
],
"entity_labels": [
"actor",
"Debbie Rowe",
"Michael Jackson",
"film editor",
"Charlie Chaplin",
"Lisa Marie Presley"
],
"relation_labels": [
"occupation",
"spouse",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P737 ?x1 .
?x0 wdt:P26 wd:Q237324 .
?x0 wdt:P26 wd:Q3078773 .
?x1 wdt:P106 wd:Q7042855 .
FILTER ( ?x0 != wd:Q237324 ) .
FILTER ( ?x0 != wd:Q3078773 )
} |
mcwq-137022 | What actor was influenced by a film producer , influenced by Elvis Presley , and influenced by Elvis on Tour 's composer | [
"Miley Cyrus"
] | {
"entities": [
"Q1744",
"Q3282637",
"Q33999",
"Q2460817",
"Q4235",
"Q303"
],
"relations": [
"P106",
"P737",
"P86"
],
"adjacency": [
[
4,
0,
2
],
[
4,
1,
5
],
[
4,
1,
0
],
[
4,
1,
5
],
[
3,
2,
5
],
[
0,
0,
1
]
],
"entity_labels": [
"Madonna",
"film producer",
"actor",
"Elvis on Tour",
"Miley Cyrus",
"Elvis Presley"
],
"relation_labels": [
"occupation",
"influenced by",
"composer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P737 ?x1 .
?x0 wdt:P737 ?x2 .
?x0 wdt:P737 wd:Q303 .
wd:Q2460817 wdt:P86 ?x1 .
?x2 wdt:P106 wd:Q3282637 } |
mcwq-137026 | What actor was influenced by a sibling of Jessie Garon Presley and was influenced by Elvis Presley | [
"Howard Carpendale",
"Jerry Adriani",
"Miley Cyrus",
"Jim Morrison"
] | {
"entities": [
"Q86105",
"Q33999",
"Q16408125",
"Q303"
],
"relations": [
"P106",
"P3373",
"P737"
],
"adjacency": [
[
0,
0,
1
],
[
0,
2,
3
],
[
0,
2,
3
],
[
3,
1,
2
]
],
"entity_labels": [
"Howard Carpendale",
"actor",
"Jessie Garon Presley",
"Elvis Presley"
],
"relation_labels": [
"occupation",
"sibling",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P737 ?x1 .
?x0 wdt:P737 wd:Q303 .
?x1 wdt:P3373 wd:Q16408125 .
FILTER ( ?x1 != wd:Q16408125 )
} |
mcwq-137027 | What actor was influenced by a writer and cinematographer of Full Metal Jacket and was influenced by Mel Brooks and George Carlin | [
"Robin Williams"
] | {
"entities": [
"Q243439",
"Q83338",
"Q2001",
"Q33999",
"Q150651",
"Q104266"
],
"relations": [
"P344",
"P106",
"P737",
"P58"
],
"adjacency": [
[
1,
1,
3
],
[
1,
2,
2
],
[
1,
2,
5
],
[
1,
2,
4
],
[
0,
0,
2
],
[
0,
3,
2
]
],
"entity_labels": [
"Full Metal Jacket",
"Robin Williams",
"Stanley Kubrick",
"actor",
"George Carlin",
"Mel Brooks"
],
"relation_labels": [
"director of photography",
"occupation",
"influenced by",
"screenwriter"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P737 ?x1 .
?x0 wdt:P737 wd:Q104266 .
?x0 wdt:P737 wd:Q150651 .
wd:Q243439 wdt:P344 ?x1 .
wd:Q243439 wdt:P58 ?x1
} |
mcwq-137029 | What actor was influenced by a American editor and star of One Week and The General and influenced by Buster Keaton | [
"Marty Feldman"
] | {
"entities": [
"Q332670",
"Q30",
"Q33999",
"Q103949",
"Q966597",
"Q850159"
],
"relations": [
"P1040",
"P106",
"P27",
"P737",
"P161"
],
"adjacency": [
[
0,
1,
2
],
[
0,
3,
3
],
[
0,
3,
3
],
[
5,
4,
3
],
[
4,
4,
3
],
[
5,
0,
3
],
[
4,
0,
3
],
[
3,
2,
1
]
],
"entity_labels": [
"Marty Feldman",
"United States of America",
"actor",
"Buster Keaton",
"One Week",
"The General"
],
"relation_labels": [
"film editor",
"occupation",
"country of citizenship",
"influenced by",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P737 ?x1 .
?x0 wdt:P737 wd:Q103949 .
wd:Q850159 wdt:P161 ?x1 .
wd:Q966597 wdt:P161 ?x1 .
wd:Q850159 wdt:P1040 ?x1 .
wd:Q966597 wdt:P1040 ?x1 .
?x1 wdt:P27 wd:Q30
} |
mcwq-137033 | What actor was influenced by a actor , influenced by Joan Jett , and influenced by Timbaland , Hanson , Madonna , and Luisito Comunica | [
"Miley Cyrus"
] | {
"entities": [
"Q1744",
"Q11975",
"Q62372907",
"Q33999",
"Q4235",
"Q231106",
"Q179257",
"Q768621"
],
"relations": [
"P106",
"P737"
],
"adjacency": [
[
4,
0,
3
],
[
4,
1,
1
],
[
4,
1,
5
],
[
4,
1,
2
],
[
4,
1,
7
],
[
4,
1,
0
],
[
4,
1,
6
],
[
1,
0,
3
]
],
"entity_labels": [
"Madonna",
"Britney Spears",
"Luisito Comunica",
"actor",
"Miley Cyrus",
"Joan Jett",
"Timbaland",
"Hanson"
],
"relation_labels": [
"occupation",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P737 ?x1 .
?x0 wdt:P737 wd:Q231106 .
?x0 wdt:P737 wd:Q62372907 .
?x0 wdt:P737 wd:Q768621 .
?x0 wdt:P737 wd:Q1744 .
?x0 wdt:P737 wd:Q179257 .
?x1 wdt:P106 wd:Q33999 } |
mcwq-137034 | What actor was influenced by and influenced Daniel Dennett | [
"Richard Dawkins"
] | {
"entities": [
"Q215263",
"Q33999",
"Q44461"
],
"relations": [
"P106",
"P737"
],
"adjacency": [
[
2,
0,
1
],
[
0,
1,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"Daniel Dennett",
"actor",
"Richard Dawkins"
],
"relation_labels": [
"occupation",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q215263 wdt:P737 ?x0 .
?x0 wdt:P737 wd:Q215263
} |
mcwq-137039 | What actor whose Canadian sibling influenced Robert Capron and influenced Matthew Welch was Gas 's star | [
"Peter Aykroyd"
] | {
"entities": [
"Q7172593",
"Q56256814",
"Q1321271",
"Q33999",
"Q105221",
"Q2294411",
"Q16"
],
"relations": [
"P27",
"P106",
"P3373",
"P737",
"P161"
],
"adjacency": [
[
0,
1,
3
],
[
5,
4,
0
],
[
0,
2,
4
],
[
2,
3,
4
],
[
1,
3,
4
],
[
4,
0,
6
]
],
"entity_labels": [
"Peter Aykroyd",
"Matthew Welch",
"Robert Capron",
"actor",
"Dan Aykroyd",
"Gas",
"Canada"
],
"relation_labels": [
"country of citizenship",
"occupation",
"sibling",
"influenced by",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q2294411 wdt:P161 ?x0 .
?x0 wdt:P3373 ?x1 .
wd:Q1321271 wdt:P737 ?x1 .
wd:Q56256814 wdt:P737 ?x1 .
?x1 wdt:P27 wd:Q16 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-137042 | What actor whose employer distributed Dead Birds did Marshall Hawkins and Iddo Bin-Gorion marry | [
"Dorian Leigh"
] | {
"entities": [
"Q6665017",
"Q270426",
"Q30",
"Q33999",
"Q76241998",
"Q1936875"
],
"relations": [
"P106",
"P26",
"P108",
"P750"
],
"adjacency": [
[
1,
0,
3
],
[
1,
2,
2
],
[
1,
1,
0
],
[
1,
1,
4
],
[
5,
3,
2
]
],
"entity_labels": [
"Iddo Bin-Gorion",
"Dorian Leigh",
"United States of America",
"actor",
"Marshall Hawkins",
"Dead Birds"
],
"relation_labels": [
"occupation",
"spouse",
"employer",
"distributed by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P108 ?x1 .
?x0 wdt:P26 wd:Q6665017 .
?x0 wdt:P26 wd:Q76241998 .
wd:Q1936875 wdt:P750 ?x1 .
FILTER ( ?x0 != wd:Q6665017 ) .
FILTER ( ?x0 != wd:Q76241998 )
} |
mcwq-137045 | What actor whose employer was acquired by The Vanguard Group , State Street Global Advisors , and BlackRock was employed by Roc Nation , Live Nation , and Sony Music | [
"Shakira"
] | {
"entities": [
"Q34424",
"Q56760250",
"Q33999",
"Q16960819",
"Q849363",
"Q219635",
"Q7603552",
"Q1194456",
"Q334800"
],
"relations": [
"P106",
"P108",
"P127"
],
"adjacency": [
[
0,
0,
2
],
[
0,
1,
8
],
[
0,
1,
3
],
[
0,
1,
1
],
[
0,
1,
7
],
[
8,
2,
6
],
[
8,
2,
5
],
[
8,
2,
4
]
],
"entity_labels": [
"Shakira",
"Sony Music",
"actor",
"Live Nation",
"The Vanguard Group",
"BlackRock",
"State Street Global Advisors",
"Roc Nation",
"PepsiCo"
],
"relation_labels": [
"occupation",
"employer",
"owned by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P108 ?x1 .
?x0 wdt:P108 wd:Q16960819 .
?x0 wdt:P108 wd:Q56760250 .
?x0 wdt:P108 wd:Q1194456 .
?x1 wdt:P127 wd:Q7603552 .
?x1 wdt:P127 wd:Q219635 .
?x1 wdt:P127 wd:Q849363
} |
mcwq-137046 | What actor whose employer was founded by Denmark , Turkey , and Canada was Further Films 's founder | [
"Michael Douglas"
] | {
"entities": [
"Q119798",
"Q43",
"Q21593055",
"Q33999",
"Q35",
"Q1065",
"Q16"
],
"relations": [
"P106",
"P108",
"P112"
],
"adjacency": [
[
0,
0,
3
],
[
2,
2,
0
],
[
0,
1,
5
],
[
5,
2,
1
],
[
5,
2,
6
],
[
5,
2,
4
]
],
"entity_labels": [
"Michael Douglas",
"Turkey",
"Further Films",
"actor",
"Denmark",
"United Nations",
"Canada"
],
"relation_labels": [
"occupation",
"employer",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q21593055 wdt:P112 ?x0 .
?x0 wdt:P108 ?x1 .
?x1 wdt:P112 wd:Q43 .
?x1 wdt:P112 wd:Q16 .
?x1 wdt:P112 wd:Q35
} |
mcwq-137047 | What actor whose employer was founded by Ludwik Rajchman and was founded by United Nations General Assembly directed and wrote In the Land of Blood and Honey | [
"Angelina Jolie"
] | {
"entities": [
"Q47423",
"Q13909",
"Q1459759",
"Q33999",
"Q4819284",
"Q740308"
],
"relations": [
"P57",
"P58",
"P106",
"P108",
"P112"
],
"adjacency": [
[
1,
2,
3
],
[
2,
0,
1
],
[
2,
1,
1
],
[
1,
3,
5
],
[
5,
4,
0
],
[
5,
4,
4
]
],
"entity_labels": [
"United Nations General Assembly",
"Angelina Jolie",
"In the Land of Blood and Honey",
"actor",
"Franchisco Totti",
"UNICEF"
],
"relation_labels": [
"director",
"screenwriter",
"occupation",
"employer",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q1459759 wdt:P57 ?x0 .
wd:Q1459759 wdt:P58 ?x0 .
?x0 wdt:P108 ?x1 .
?x1 wdt:P112 wd:Q47423 .
?x1 wdt:P112 wd:Q4819284
} |
mcwq-137048 | What actor whose female sibling married David Barry Gray did Criminal Minds and A Thousand Words star | [
"Ariel Winter"
] | {
"entities": [
"Q1103569",
"Q6581072",
"Q202141",
"Q2348600",
"Q33999",
"Q26378",
"Q23640214"
],
"relations": [
"P106",
"P3373",
"P26",
"P161",
"P21"
],
"adjacency": [
[
5,
0,
4
],
[
2,
3,
5
],
[
0,
3,
5
],
[
5,
1,
3
],
[
3,
4,
1
],
[
3,
2,
6
]
],
"entity_labels": [
"A Thousand Words",
"female",
"Criminal Minds",
"Shanelle Workman",
"actor",
"Ariel Winter",
"David Barry Gray"
],
"relation_labels": [
"occupation",
"sibling",
"spouse",
"cast member",
"sex or gender"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q202141 wdt:P161 ?x0 .
wd:Q1103569 wdt:P161 ?x0 .
?x0 wdt:P3373 ?x1 .
?x1 wdt:P21 wd:Q6581072 .
?x1 wdt:P26 wd:Q23640214 .
FILTER ( ?x0 != ?x1 ) .
FILTER ( ?x1 != wd:Q23640214 )
} |
mcwq-137051 | What actor whose sibling directed King, Queen, Joker influenced a male sibling of Tito Jackson and influenced Marcel Marceau | [
"Charlie Chaplin"
] | {
"entities": [
"Q6411158",
"Q33999",
"Q2831",
"Q336222",
"Q6581097",
"Q606780",
"Q882",
"Q157191"
],
"relations": [
"P57",
"P106",
"P3373",
"P737",
"P21"
],
"adjacency": [
[
6,
1,
1
],
[
2,
3,
6
],
[
7,
3,
6
],
[
6,
2,
5
],
[
2,
4,
4
],
[
2,
2,
3
],
[
0,
0,
5
]
],
"entity_labels": [
"King, Queen, Joker",
"actor",
"Michael Jackson",
"Tito Jackson",
"male",
"Sydney Chaplin",
"Charlie Chaplin",
"Marcel Marceau"
],
"relation_labels": [
"director",
"occupation",
"sibling",
"influenced by",
"sex or gender"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x1 wdt:P737 ?x0 .
wd:Q157191 wdt:P737 ?x0 .
?x0 wdt:P3373 ?x2 .
?x1 wdt:P21 wd:Q6581097 .
?x1 wdt:P3373 wd:Q336222 .
wd:Q6411158 wdt:P57 ?x2 .
FILTER ( ?x0 != ?x2 ) .
FILTER ( ?x1 != wd:Q336222 )
} |
mcwq-137053 | What actor whose sibling edited Welcome Home 's prequel was No label defined 's writer | [
"Fernando Trueba"
] | {
"entities": [
"Q381934",
"Q33999",
"Q3281101",
"Q960778",
"Q5728309",
"Q78819050"
],
"relations": [
"P58",
"P1040",
"P106",
"P3373",
"P156"
],
"adjacency": [
[
0,
2,
1
],
[
5,
0,
0
],
[
0,
3,
3
],
[
2,
1,
3
],
[
2,
4,
4
]
],
"entity_labels": [
"Fernando Trueba",
"actor",
"Soldiers of Salamina",
"David Trueba",
"Welcome Home",
null
],
"relation_labels": [
"screenwriter",
"film editor",
"occupation",
"sibling",
"followed by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q78819050 wdt:P58 ?x0 .
?x0 wdt:P3373 ?x1 .
?x2 wdt:P1040 ?x1 .
?x2 wdt:P156 wd:Q5728309 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-137054 | What actor whose sibling executive produced Mamma Mia! married Karen Praxel | [
"Jim Hanks"
] | {
"entities": [
"Q33999",
"Q64702064",
"Q2263",
"Q188850",
"Q725250"
],
"relations": [
"P106",
"P3373",
"P26",
"P1431"
],
"adjacency": [
[
4,
0,
0
],
[
4,
1,
2
],
[
4,
2,
1
],
[
3,
3,
2
]
],
"entity_labels": [
"actor",
"Karen Praxel",
"Tom Hanks",
"Mamma Mia!",
"Jim Hanks"
],
"relation_labels": [
"occupation",
"sibling",
"spouse",
"executive producer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P3373 ?x1 .
?x0 wdt:P26 wd:Q64702064 .
wd:Q188850 wdt:P1431 ?x1 .
FILTER ( ?x0 != ?x1 ) .
FILTER ( ?x0 != wd:Q64702064 )
} |
mcwq-137056 | What actor whose sibling executive produced Silver Linings Playbook and wrote The Burning founded and was employed by The Weinstein Company | [
"Harvey Weinstein"
] | {
"entities": [
"Q888311",
"Q116845",
"Q1138789",
"Q33999",
"Q531599",
"Q909179"
],
"relations": [
"P58",
"P1431",
"P106",
"P3373",
"P108",
"P112"
],
"adjacency": [
[
4,
2,
3
],
[
2,
5,
4
],
[
4,
4,
2
],
[
4,
3,
0
],
[
1,
1,
0
],
[
5,
0,
0
]
],
"entity_labels": [
"Bob Weinstein",
"Silver Linings Playbook",
"The Weinstein Company",
"actor",
"Harvey Weinstein",
"The Burning"
],
"relation_labels": [
"screenwriter",
"executive producer",
"occupation",
"sibling",
"employer",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q1138789 wdt:P112 ?x0 .
?x0 wdt:P108 wd:Q1138789 .
?x0 wdt:P3373 ?x1 .
wd:Q116845 wdt:P1431 ?x1 .
wd:Q909179 wdt:P58 ?x1 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-137062 | What actor whose sibling was employed by and founded Miramax was The Weinstein Company 's employee and founder | [
"Harvey Weinstein"
] | {
"entities": [
"Q888311",
"Q1138789",
"Q33999",
"Q465449",
"Q531599"
],
"relations": [
"P106",
"P3373",
"P108",
"P112"
],
"adjacency": [
[
4,
0,
2
],
[
1,
3,
4
],
[
4,
2,
1
],
[
4,
1,
0
],
[
3,
3,
0
],
[
0,
2,
3
]
],
"entity_labels": [
"Bob Weinstein",
"The Weinstein Company",
"actor",
"Miramax",
"Harvey Weinstein"
],
"relation_labels": [
"occupation",
"sibling",
"employer",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q1138789 wdt:P112 ?x0 .
?x0 wdt:P108 wd:Q1138789 .
?x0 wdt:P3373 ?x1 .
wd:Q465449 wdt:P112 ?x1 .
?x1 wdt:P108 wd:Q465449 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-137067 | What actor whose spouse influenced Harold Lloyd married Erich Maria Remarque | [
"Paulette Goddard"
] | {
"entities": [
"Q104340",
"Q33999",
"Q95050",
"Q47293",
"Q882"
],
"relations": [
"P106",
"P26",
"P737"
],
"adjacency": [
[
2,
0,
1
],
[
2,
1,
4
],
[
2,
1,
3
],
[
0,
2,
4
]
],
"entity_labels": [
"Harold Lloyd",
"actor",
"Paulette Goddard",
"Erich Maria Remarque",
"Charlie Chaplin"
],
"relation_labels": [
"occupation",
"spouse",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P26 ?x1 .
?x0 wdt:P26 wd:Q47293 .
wd:Q104340 wdt:P737 ?x1 .
FILTER ( ?x0 != ?x1 ) .
FILTER ( ?x0 != wd:Q47293 )
} |
mcwq-137069 | What actor whose spouse wrote The Magnificent Ambersons did Dick Haymes , Edward C. Judson , Prince Aly Khan , and James Hill marry | [
"Rita Hayworth"
] | {
"entities": [
"Q962908",
"Q212236",
"Q24829",
"Q33999",
"Q628664",
"Q57558788",
"Q42745",
"Q450229"
],
"relations": [
"P106",
"P26",
"P58"
],
"adjacency": [
[
6,
0,
3
],
[
6,
1,
2
],
[
6,
1,
7
],
[
6,
1,
5
],
[
6,
1,
1
],
[
6,
1,
0
],
[
4,
2,
2
]
],
"entity_labels": [
"Dick Haymes",
"James Hill",
"Orson Welles",
"actor",
"The Magnificent Ambersons",
"Edward C. Judson",
"Rita Hayworth",
"Prince Aly Khan"
],
"relation_labels": [
"occupation",
"spouse",
"screenwriter"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P26 ?x1 .
?x0 wdt:P26 wd:Q450229 .
?x0 wdt:P26 wd:Q57558788 .
?x0 wdt:P26 wd:Q212236 .
?x0 wdt:P26 wd:Q962908 .
wd:Q628664 wdt:P58 ?x1 .
FILTER ( ?x0 != ?x1 ) .
FILTER ( ?x0 != wd:Q450229 ) .
FILTER ( ?x0 != wd:Q57558788 ) .
FILTER ( ?x0 != wd:Q212236 ) .
FILTER ( ?x0 != wd:Q962908 )
} |
mcwq-137071 | What actor whose spouse wrote , directed , and executive produced Filth and Wisdom did Gangster Squad star | [
"Sean Penn"
] | {
"entities": [
"Q1744",
"Q44221",
"Q33999",
"Q946478",
"Q27751"
],
"relations": [
"P57",
"P58",
"P1431",
"P106",
"P26",
"P161"
],
"adjacency": [
[
1,
3,
2
],
[
4,
5,
1
],
[
1,
4,
0
],
[
3,
0,
0
],
[
3,
2,
0
],
[
3,
1,
0
]
],
"entity_labels": [
"Madonna",
"Sean Penn",
"actor",
"Filth and Wisdom",
"Gangster Squad"
],
"relation_labels": [
"director",
"screenwriter",
"executive producer",
"occupation",
"spouse",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q27751 wdt:P161 ?x0 .
?x0 wdt:P26 ?x1 .
wd:Q946478 wdt:P57 ?x1 .
wd:Q946478 wdt:P1431 ?x1 .
wd:Q946478 wdt:P58 ?x1 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-137072 | What actor wrote Magical Mystery Tour | [
"John Lennon",
"George Harrison"
] | {
"entities": [
"Q901203",
"Q1203",
"Q33999"
],
"relations": [
"P106",
"P58"
],
"adjacency": [
[
1,
0,
2
],
[
0,
1,
1
]
],
"entity_labels": [
"Magical Mystery Tour",
"John Lennon",
"actor"
],
"relation_labels": [
"occupation",
"screenwriter"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q901203 wdt:P58 ?x0
} |
mcwq-137073 | What actor wrote Pilot 's sequel | [
"David Lynch"
] | {
"entities": [
"Q2071",
"Q1110652",
"Q5383524",
"Q33999"
],
"relations": [
"P106",
"P155",
"P58"
],
"adjacency": [
[
0,
0,
3
],
[
2,
2,
0
],
[
2,
1,
1
]
],
"entity_labels": [
"David Lynch",
"Pilot",
"Episode 1",
"actor"
],
"relation_labels": [
"occupation",
"follows",
"screenwriter"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x1 wdt:P58 ?x0 .
?x1 wdt:P155 wd:Q1110652
} |
mcwq-137074 | What actor wrote Human Highway and CSNY/Déjà Vu | [
"Neil Young"
] | {
"entities": [
"Q5937209",
"Q33999",
"Q1024400",
"Q633"
],
"relations": [
"P106",
"P58"
],
"adjacency": [
[
3,
0,
1
],
[
2,
1,
3
],
[
0,
1,
3
]
],
"entity_labels": [
"Human Highway",
"actor",
"CSNY/Déjà Vu",
"Neil Young"
],
"relation_labels": [
"occupation",
"screenwriter"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q1024400 wdt:P58 ?x0 .
wd:Q5937209 wdt:P58 ?x0
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.