id
stringlengths 11
13
| question
stringlengths 11
8.64k
| answers
sequence | subgraph
dict | sparql
stringlengths 49
483
|
---|---|---|---|---|
mcwq-231859 | Who was a male sibling of a employee and founder of Open Data Institute | [
"Mike Berners-Lee"
] | {
"entities": [
"Q80",
"Q60677509",
"Q7095994",
"Q5",
"Q6581097"
],
"relations": [
"P31",
"P3373",
"P108",
"P112",
"P21"
],
"adjacency": [
[
1,
0,
3
],
[
1,
4,
4
],
[
1,
1,
0
],
[
2,
3,
0
],
[
0,
2,
2
]
],
"entity_labels": [
"Tim Berners-Lee",
"Mike Berners-Lee",
"Open Data Institute",
"human",
"male"
],
"relation_labels": [
"instance of",
"sibling",
"employer",
"founded by",
"sex or gender"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P21 wd:Q6581097 .
?x0 wdt:P3373 ?x1 .
wd:Q7095994 wdt:P112 ?x1 .
?x1 wdt:P108 wd:Q7095994 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-231860 | Who was a male sibling of a employee of University of Chicago and Sidley Austin | [
"Malik Obama",
"Mark Okoth Obama Ndesandjo",
"David Ndesandjo",
"Bernard Obama",
"Abo Obama",
"George Hussein Onyango Obama"
] | {
"entities": [
"Q131252",
"Q15982167",
"Q5",
"Q3483312",
"Q76",
"Q6581097"
],
"relations": [
"P3373",
"P108",
"P21",
"P31"
],
"adjacency": [
[
1,
3,
2
],
[
1,
2,
5
],
[
1,
0,
4
],
[
4,
1,
0
],
[
4,
1,
3
]
],
"entity_labels": [
"University of Chicago",
"Malik Obama",
"human",
"Sidley Austin",
"Barack Obama",
"male"
],
"relation_labels": [
"sibling",
"employer",
"sex or gender",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P21 wd:Q6581097 .
?x0 wdt:P3373 ?x1 .
?x1 wdt:P108 wd:Q131252 .
?x1 wdt:P108 wd:Q3483312 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-231862 | Who was a male sibling of a executive producer of In the Days of Buffalo Bill and 20,000 Leagues Under the Sea | [
"Siegfried Lämmle"
] | {
"entities": [
"Q520521",
"Q111655",
"Q5",
"Q61074",
"Q6581097",
"Q94937026"
],
"relations": [
"P1431",
"P3373",
"P21",
"P31"
],
"adjacency": [
[
5,
3,
2
],
[
5,
2,
4
],
[
5,
1,
3
],
[
1,
0,
3
],
[
0,
0,
3
]
],
"entity_labels": [
"In the Days of Buffalo Bill",
"20,000 Leagues Under the Sea",
"human",
"Carl Laemmle",
"male",
"Siegfried Lämmle"
],
"relation_labels": [
"executive producer",
"sibling",
"sex or gender",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P21 wd:Q6581097 .
?x0 wdt:P3373 ?x1 .
wd:Q111655 wdt:P1431 ?x1 .
wd:Q520521 wdt:P1431 ?x1 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-231863 | Who was a male spouse and sibling of Cleopatra | [
"Ptolemy XIII Theos Philopator",
"Ptolemy XIV of Egypt"
] | {
"entities": [
"Q635",
"Q40017",
"Q5",
"Q6581097"
],
"relations": [
"P26",
"P3373",
"P21",
"P31"
],
"adjacency": [
[
1,
3,
2
],
[
1,
2,
3
],
[
1,
1,
0
],
[
1,
0,
0
]
],
"entity_labels": [
"Cleopatra",
"Ptolemy XIV of Egypt",
"human",
"male"
],
"relation_labels": [
"spouse",
"sibling",
"sex or gender",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P21 wd:Q6581097 .
?x0 wdt:P3373 wd:Q635 .
?x0 wdt:P26 wd:Q635 .
FILTER ( ?x0 != wd:Q635 ) .
FILTER ( ?x0 != wd:Q635 )
} |
mcwq-231865 | Who was a male spouse of Que Caramba Es La Vida 's cinematographer | [
"Helge Weindler"
] | {
"entities": [
"Q16320681",
"Q5",
"Q77734",
"Q6581097",
"Q1602408"
],
"relations": [
"P344",
"P26",
"P21",
"P31"
],
"adjacency": [
[
4,
3,
1
],
[
4,
2,
3
],
[
4,
1,
2
],
[
0,
0,
2
]
],
"entity_labels": [
"Que Caramba Es La Vida",
"human",
"Doris Dörrie",
"male",
"Helge Weindler"
],
"relation_labels": [
"director of photography",
"spouse",
"sex or gender",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P21 wd:Q6581097 .
?x0 wdt:P26 ?x1 .
wd:Q16320681 wdt:P344 ?x1 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-231866 | Who was a male spouse of The Quiet Duel 's male writer | [
"Yōko Mizuki"
] | {
"entities": [
"Q27351",
"Q11548763",
"Q2005033",
"Q5",
"Q6581097"
],
"relations": [
"P26",
"P58",
"P21",
"P31"
],
"adjacency": [
[
1,
3,
3
],
[
1,
2,
4
],
[
1,
0,
0
],
[
2,
1,
0
],
[
0,
2,
4
]
],
"entity_labels": [
"Senkichi Taniguchi",
"Yōko Mizuki",
"The Quiet Duel",
"human",
"male"
],
"relation_labels": [
"spouse",
"screenwriter",
"sex or gender",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P21 wd:Q6581097 .
?x0 wdt:P26 ?x1 .
wd:Q2005033 wdt:P58 ?x1 .
?x1 wdt:P21 wd:Q6581097 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-231867 | Who was a male spouse of Juvenalia 's male founder | [
"Sporus",
"Pythagoras"
] | {
"entities": [
"Q1413",
"Q1975250",
"Q5",
"Q2329627",
"Q6581097"
],
"relations": [
"P26",
"P21",
"P31",
"P112"
],
"adjacency": [
[
3,
2,
2
],
[
3,
1,
4
],
[
3,
0,
0
],
[
1,
3,
0
],
[
0,
1,
4
]
],
"entity_labels": [
"Nero",
"Juvenalia",
"human",
"Sporus",
"male"
],
"relation_labels": [
"spouse",
"sex or gender",
"instance of",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P21 wd:Q6581097 .
?x0 wdt:P26 ?x1 .
wd:Q1975250 wdt:P112 ?x1 .
?x1 wdt:P21 wd:Q6581097 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-231868 | Who was a male spouse of Patti Smith: Dream of Life 's composer | [
"Fred Smith"
] | {
"entities": [
"Q7148553",
"Q5",
"Q2615615",
"Q557",
"Q6581097"
],
"relations": [
"P86",
"P26",
"P21",
"P31"
],
"adjacency": [
[
2,
3,
1
],
[
2,
2,
4
],
[
2,
1,
3
],
[
0,
0,
3
]
],
"entity_labels": [
"Patti Smith: Dream of Life",
"human",
"Fred Smith",
"Patti Smith",
"male"
],
"relation_labels": [
"composer",
"spouse",
"sex or gender",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P21 wd:Q6581097 .
?x0 wdt:P26 ?x1 .
wd:Q7148553 wdt:P86 ?x1 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-231869 | Who was a male spouse of Bonjour tristesse 's writer | [
"Guy Schoeller",
"Robert Westhoff"
] | {
"entities": [
"Q5",
"Q1646",
"Q511332",
"Q3122139",
"Q6581097"
],
"relations": [
"P26",
"P58",
"P21",
"P31"
],
"adjacency": [
[
3,
3,
0
],
[
3,
2,
4
],
[
3,
0,
1
],
[
2,
1,
1
]
],
"entity_labels": [
"human",
"Françoise Sagan",
"Bonjour tristesse",
"Guy Schoeller",
"male"
],
"relation_labels": [
"spouse",
"screenwriter",
"sex or gender",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P21 wd:Q6581097 .
?x0 wdt:P26 ?x1 .
wd:Q511332 wdt:P58 ?x1 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-231870 | Who was a male spouse of Gnomeo & Juliet 's executive producer | [
"David Furnish"
] | {
"entities": [
"Q2808",
"Q5",
"Q753677",
"Q1174489",
"Q6581097"
],
"relations": [
"P1431",
"P26",
"P21",
"P31"
],
"adjacency": [
[
3,
3,
1
],
[
3,
2,
4
],
[
3,
1,
0
],
[
2,
0,
0
]
],
"entity_labels": [
"Elton John",
"human",
"Gnomeo & Juliet",
"David Furnish",
"male"
],
"relation_labels": [
"executive producer",
"spouse",
"sex or gender",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P21 wd:Q6581097 .
?x0 wdt:P26 ?x1 .
wd:Q753677 wdt:P1431 ?x1 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-231871 | Who was a male spouse of Gordian II 's sibling | [
"Junius Licinius Balbus"
] | {
"entities": [
"Q443278",
"Q5",
"Q12299551",
"Q1803",
"Q6581097"
],
"relations": [
"P26",
"P21",
"P31",
"P3373"
],
"adjacency": [
[
2,
2,
1
],
[
2,
1,
4
],
[
2,
0,
0
],
[
0,
3,
3
]
],
"entity_labels": [
"Maecia Faustina",
"human",
"Junius Licinius Balbus",
"Gordian II",
"male"
],
"relation_labels": [
"spouse",
"sex or gender",
"instance of",
"sibling"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P21 wd:Q6581097 .
?x0 wdt:P26 ?x1 .
?x1 wdt:P3373 wd:Q1803 .
FILTER ( ?x0 != ?x1 ) .
FILTER ( ?x1 != wd:Q1803 )
} |
mcwq-231872 | Who was a male spouse of Yentl 's director and writer | [
"Elliott Gould",
"James Brolin"
] | {
"entities": [
"Q780469",
"Q5",
"Q315051",
"Q4636",
"Q6581097"
],
"relations": [
"P57",
"P58",
"P31",
"P26",
"P21"
],
"adjacency": [
[
2,
2,
1
],
[
2,
4,
4
],
[
2,
3,
3
],
[
0,
0,
3
],
[
0,
1,
3
]
],
"entity_labels": [
"Yentl",
"human",
"James Brolin",
"Barbra Streisand",
"male"
],
"relation_labels": [
"director",
"screenwriter",
"instance of",
"spouse",
"sex or gender"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P21 wd:Q6581097 .
?x0 wdt:P26 ?x1 .
wd:Q780469 wdt:P57 ?x1 .
wd:Q780469 wdt:P58 ?x1 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-231875 | Who was a male spouse of Song of the Thin Man 's costume designer | [
"F. Richard Jones"
] | {
"entities": [
"Q3062967",
"Q145245",
"Q120626",
"Q5",
"Q6581097"
],
"relations": [
"P2515",
"P26",
"P21",
"P31"
],
"adjacency": [
[
0,
3,
3
],
[
0,
2,
4
],
[
0,
1,
1
],
[
2,
0,
1
]
],
"entity_labels": [
"F. Richard Jones",
"Irene Lentz",
"Song of the Thin Man",
"human",
"male"
],
"relation_labels": [
"costume designer",
"spouse",
"sex or gender",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P21 wd:Q6581097 .
?x0 wdt:P26 ?x1 .
wd:Q120626 wdt:P2515 ?x1 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-231876 | Who was a male spouse of A Trip to the Moon 's star and costume designer | [
"Georges Méliès"
] | {
"entities": [
"Q151126",
"Q244971",
"Q5",
"Q152272",
"Q6581097"
],
"relations": [
"P31",
"P2515",
"P26",
"P161",
"P21"
],
"adjacency": [
[
3,
0,
2
],
[
3,
4,
4
],
[
3,
2,
0
],
[
1,
3,
0
],
[
1,
1,
0
]
],
"entity_labels": [
"Jehanne d'Alcy",
"A Trip to the Moon",
"human",
"Georges Méliès",
"male"
],
"relation_labels": [
"instance of",
"costume designer",
"spouse",
"cast member",
"sex or gender"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P21 wd:Q6581097 .
?x0 wdt:P26 ?x1 .
wd:Q244971 wdt:P161 ?x1 .
wd:Q244971 wdt:P2515 ?x1 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-231877 | Who was a male spouse of Patti Smith: Dream of Life 's composer and star | [
"Fred Smith"
] | {
"entities": [
"Q7148553",
"Q5",
"Q2615615",
"Q557",
"Q6581097"
],
"relations": [
"P31",
"P26",
"P161",
"P86",
"P21"
],
"adjacency": [
[
2,
0,
1
],
[
2,
4,
4
],
[
2,
1,
3
],
[
0,
2,
3
],
[
0,
3,
3
]
],
"entity_labels": [
"Patti Smith: Dream of Life",
"human",
"Fred Smith",
"Patti Smith",
"male"
],
"relation_labels": [
"instance of",
"spouse",
"cast member",
"composer",
"sex or gender"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P21 wd:Q6581097 .
?x0 wdt:P26 ?x1 .
wd:Q7148553 wdt:P161 ?x1 .
wd:Q7148553 wdt:P86 ?x1 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-231879 | Who was a male spouse of A delicate balance 's costume designer and director | [
"Lefteris Papadopoulos"
] | {
"entities": [
"Q105611672",
"Q5",
"Q63919340",
"Q3567184",
"Q6581097"
],
"relations": [
"P57",
"P31",
"P2515",
"P26",
"P21"
],
"adjacency": [
[
3,
1,
1
],
[
3,
4,
4
],
[
3,
3,
2
],
[
0,
0,
2
],
[
0,
2,
2
]
],
"entity_labels": [
"A delicate balance",
"human",
"Raea Mouzenidou",
"Lefteris Papadopoulos",
"male"
],
"relation_labels": [
"director",
"instance of",
"costume designer",
"spouse",
"sex or gender"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P21 wd:Q6581097 .
?x0 wdt:P26 ?x1 .
wd:Q105611672 wdt:P57 ?x1 .
wd:Q105611672 wdt:P2515 ?x1 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-231880 | Who was a male spouse of Ice-T 's female spouse | [
"Ice-T"
] | {
"entities": [
"Q6581072",
"Q5",
"Q814",
"Q309941",
"Q6581097"
],
"relations": [
"P26",
"P21",
"P31"
],
"adjacency": [
[
3,
2,
1
],
[
3,
1,
4
],
[
3,
0,
2
],
[
2,
1,
0
],
[
2,
0,
3
]
],
"entity_labels": [
"female",
"human",
"Coco Austin",
"Ice-T",
"male"
],
"relation_labels": [
"spouse",
"sex or gender",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P21 wd:Q6581097 .
?x0 wdt:P26 ?x1 .
?x1 wdt:P21 wd:Q6581072 .
?x1 wdt:P26 wd:Q309941 .
FILTER ( ?x0 != ?x1 ) .
FILTER ( ?x1 != wd:Q309941 )
} |
mcwq-231881 | Who was a male spouse of Nero | [
"Sporus",
"Pythagoras"
] | {
"entities": [
"Q6581097",
"Q1413",
"Q5",
"Q2329627"
],
"relations": [
"P26",
"P21",
"P31"
],
"adjacency": [
[
3,
2,
2
],
[
3,
1,
0
],
[
3,
0,
1
]
],
"entity_labels": [
"male",
"Nero",
"human",
"Sporus"
],
"relation_labels": [
"spouse",
"sex or gender",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P21 wd:Q6581097 .
?x0 wdt:P26 wd:Q1413 .
FILTER ( ?x0 != wd:Q1413 )
} |
mcwq-231885 | Who was a male spouse of Ice-T 's spouse | [
"Ice-T"
] | {
"entities": [
"Q6581097",
"Q814",
"Q309941",
"Q5"
],
"relations": [
"P26",
"P21",
"P31"
],
"adjacency": [
[
2,
2,
3
],
[
2,
1,
0
],
[
2,
0,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"male",
"Coco Austin",
"Ice-T",
"human"
],
"relation_labels": [
"spouse",
"sex or gender",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P21 wd:Q6581097 .
?x0 wdt:P26 ?x1 .
?x1 wdt:P26 wd:Q309941 .
FILTER ( ?x0 != ?x1 ) .
FILTER ( ?x1 != wd:Q309941 )
} |
mcwq-231888 | Who was a male spouse of Call Me Claus 's producer | [
"Lyle Trachtenberg",
"David Claessen",
"Alvin Martin"
] | {
"entities": [
"Q49001",
"Q20966040",
"Q5",
"Q6581097",
"Q2238556"
],
"relations": [
"P272",
"P26",
"P21",
"P31"
],
"adjacency": [
[
1,
3,
2
],
[
1,
2,
3
],
[
1,
1,
0
],
[
4,
0,
0
]
],
"entity_labels": [
"Whoopi Goldberg",
"Lyle Trachtenberg",
"human",
"male",
"Call Me Claus"
],
"relation_labels": [
"production company",
"spouse",
"sex or gender",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P21 wd:Q6581097 .
?x0 wdt:P26 ?x1 .
wd:Q2238556 wdt:P272 ?x1 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-231890 | Who was a male spouse of Lemony Snicket's A Series of Unfortunate Events 's star | [
"Bo Welch",
"Don Gummer"
] | {
"entities": [
"Q233365",
"Q5",
"Q116905",
"Q484864",
"Q6581097"
],
"relations": [
"P26",
"P21",
"P31",
"P161"
],
"adjacency": [
[
3,
2,
1
],
[
3,
1,
4
],
[
3,
0,
0
],
[
2,
3,
0
]
],
"entity_labels": [
"Catherine O'Hara",
"human",
"Lemony Snicket's A Series of Unfortunate Events",
"Bo Welch",
"male"
],
"relation_labels": [
"spouse",
"sex or gender",
"instance of",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P21 wd:Q6581097 .
?x0 wdt:P26 ?x1 .
wd:Q116905 wdt:P161 ?x1 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-231894 | Who was a male spouse of Erin Brockovich 's editor | [
"Douglas Hickox"
] | {
"entities": [
"Q220955",
"Q5",
"Q1252342",
"Q31294",
"Q6581097"
],
"relations": [
"P26",
"P21",
"P31",
"P1040"
],
"adjacency": [
[
2,
2,
1
],
[
2,
1,
4
],
[
2,
0,
3
],
[
0,
3,
3
]
],
"entity_labels": [
"Erin Brockovich",
"human",
"Douglas Hickox",
"Anne V. Coates",
"male"
],
"relation_labels": [
"spouse",
"sex or gender",
"instance of",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P21 wd:Q6581097 .
?x0 wdt:P26 ?x1 .
wd:Q220955 wdt:P1040 ?x1 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-231896 | Who was a male spouse of a cinematographer of Que Caramba Es La Vida | [
"Helge Weindler"
] | {
"entities": [
"Q16320681",
"Q5",
"Q77734",
"Q6581097",
"Q1602408"
],
"relations": [
"P344",
"P26",
"P21",
"P31"
],
"adjacency": [
[
4,
3,
1
],
[
4,
2,
3
],
[
4,
1,
2
],
[
0,
0,
2
]
],
"entity_labels": [
"Que Caramba Es La Vida",
"human",
"Doris Dörrie",
"male",
"Helge Weindler"
],
"relation_labels": [
"director of photography",
"spouse",
"sex or gender",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P21 wd:Q6581097 .
?x0 wdt:P26 ?x1 .
wd:Q16320681 wdt:P344 ?x1 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-231898 | Who was a male spouse of a female producer of Doña Juana and Fräulein Else | [
"Paul Czinner"
] | {
"entities": [
"Q6581072",
"Q215036",
"Q5",
"Q93711",
"Q5506649",
"Q5303845",
"Q6581097"
],
"relations": [
"P272",
"P26",
"P21",
"P31"
],
"adjacency": [
[
1,
3,
2
],
[
1,
2,
6
],
[
1,
1,
3
],
[
5,
0,
3
],
[
4,
0,
3
],
[
3,
2,
0
]
],
"entity_labels": [
"female",
"Paul Czinner",
"human",
"Elisabeth Bergner",
"Fräulein Else",
"Doña Juana",
"male"
],
"relation_labels": [
"production company",
"spouse",
"sex or gender",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P21 wd:Q6581097 .
?x0 wdt:P26 ?x1 .
wd:Q5303845 wdt:P272 ?x1 .
wd:Q5506649 wdt:P272 ?x1 .
?x1 wdt:P21 wd:Q6581072 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-231899 | Who was a male spouse of a female star of Lemony Snicket's A Series of Unfortunate Events | [
"Bo Welch",
"Don Gummer"
] | {
"entities": [
"Q6581072",
"Q233365",
"Q5",
"Q116905",
"Q484864",
"Q6581097"
],
"relations": [
"P26",
"P21",
"P31",
"P161"
],
"adjacency": [
[
4,
2,
2
],
[
4,
1,
5
],
[
4,
0,
1
],
[
3,
3,
1
],
[
1,
1,
0
]
],
"entity_labels": [
"female",
"Catherine O'Hara",
"human",
"Lemony Snicket's A Series of Unfortunate Events",
"Bo Welch",
"male"
],
"relation_labels": [
"spouse",
"sex or gender",
"instance of",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P21 wd:Q6581097 .
?x0 wdt:P26 ?x1 .
wd:Q116905 wdt:P161 ?x1 .
?x1 wdt:P21 wd:Q6581072 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-231900 | Who was a male spouse of a female writer of Bonjour tristesse and Bluebeard | [
"Guy Schoeller",
"Robert Westhoff"
] | {
"entities": [
"Q6581072",
"Q1193534",
"Q5",
"Q1646",
"Q511332",
"Q3122139",
"Q6581097"
],
"relations": [
"P26",
"P58",
"P21",
"P31"
],
"adjacency": [
[
5,
3,
2
],
[
5,
2,
6
],
[
5,
0,
3
],
[
4,
1,
3
],
[
1,
1,
3
],
[
3,
2,
0
]
],
"entity_labels": [
"female",
"Bluebeard",
"human",
"Françoise Sagan",
"Bonjour tristesse",
"Guy Schoeller",
"male"
],
"relation_labels": [
"spouse",
"screenwriter",
"sex or gender",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P21 wd:Q6581097 .
?x0 wdt:P26 ?x1 .
wd:Q511332 wdt:P58 ?x1 .
wd:Q1193534 wdt:P58 ?x1 .
?x1 wdt:P21 wd:Q6581072 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-231901 | Who was a male spouse of a founder of Arkansas Advocates for Children and Families and Office on Violence Against Women | [
"Bill Clinton"
] | {
"entities": [
"Q6294",
"Q5",
"Q7079431",
"Q4791728",
"Q6581097",
"Q1124"
],
"relations": [
"P26",
"P21",
"P31",
"P112"
],
"adjacency": [
[
5,
2,
1
],
[
5,
1,
4
],
[
5,
0,
0
],
[
3,
3,
0
],
[
2,
3,
0
]
],
"entity_labels": [
"Hillary Clinton",
"human",
"Office on Violence Against Women",
"Arkansas Advocates for Children and Families",
"male",
"Bill Clinton"
],
"relation_labels": [
"spouse",
"sex or gender",
"instance of",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P21 wd:Q6581097 .
?x0 wdt:P26 ?x1 .
wd:Q4791728 wdt:P112 ?x1 .
wd:Q7079431 wdt:P112 ?x1 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-231906 | Who was a male spouse of a spouse of Poppaea Sabina | [
"Sporus",
"Pythagoras"
] | {
"entities": [
"Q1413",
"Q5",
"Q230716",
"Q2329627",
"Q6581097"
],
"relations": [
"P26",
"P21",
"P31"
],
"adjacency": [
[
3,
2,
1
],
[
3,
1,
4
],
[
3,
0,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"Nero",
"human",
"Poppaea Sabina",
"Sporus",
"male"
],
"relation_labels": [
"spouse",
"sex or gender",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P21 wd:Q6581097 .
?x0 wdt:P26 ?x1 .
?x1 wdt:P26 wd:Q230716 .
FILTER ( ?x0 != ?x1 ) .
FILTER ( ?x1 != wd:Q230716 )
} |
mcwq-231907 | Who was a male spouse of a writer and editor of Vagabond | [
"Jacques Demy"
] | {
"entities": [
"Q229990",
"Q5",
"Q312258",
"Q2298257",
"Q6581097"
],
"relations": [
"P58",
"P31",
"P1040",
"P26",
"P21"
],
"adjacency": [
[
2,
1,
1
],
[
2,
4,
4
],
[
2,
3,
0
],
[
3,
2,
0
],
[
3,
0,
0
]
],
"entity_labels": [
"Agnès Varda",
"human",
"Jacques Demy",
"Vagabond",
"male"
],
"relation_labels": [
"screenwriter",
"instance of",
"film editor",
"spouse",
"sex or gender"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P21 wd:Q6581097 .
?x0 wdt:P26 ?x1 .
wd:Q2298257 wdt:P1040 ?x1 .
wd:Q2298257 wdt:P58 ?x1 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-231908 | Who was a male spouse of a writer of Bonjour tristesse , Bluebeard , and La Chamade | [
"Guy Schoeller",
"Robert Westhoff"
] | {
"entities": [
"Q1193534",
"Q1579358",
"Q5",
"Q511332",
"Q1646",
"Q3122139",
"Q6581097"
],
"relations": [
"P26",
"P58",
"P21",
"P31"
],
"adjacency": [
[
5,
3,
2
],
[
5,
2,
6
],
[
5,
0,
4
],
[
3,
1,
4
],
[
0,
1,
4
],
[
1,
1,
4
]
],
"entity_labels": [
"Bluebeard",
"La Chamade",
"human",
"Bonjour tristesse",
"Françoise Sagan",
"Guy Schoeller",
"male"
],
"relation_labels": [
"spouse",
"screenwriter",
"sex or gender",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P21 wd:Q6581097 .
?x0 wdt:P26 ?x1 .
wd:Q511332 wdt:P58 ?x1 .
wd:Q1193534 wdt:P58 ?x1 .
wd:Q1579358 wdt:P58 ?x1 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-231909 | Who was a male spouse of a American executive producer of World of Dance , Feelin' So Good , and The Fosters | [
"Cris Judd",
"Ojani Noa",
"Marc Anthony"
] | {
"entities": [
"Q40715",
"Q30",
"Q1065013",
"Q744785",
"Q5",
"Q7734937",
"Q30608536",
"Q6581097"
],
"relations": [
"P1431",
"P31",
"P27",
"P26",
"P21"
],
"adjacency": [
[
3,
1,
4
],
[
3,
4,
7
],
[
3,
3,
0
],
[
2,
0,
0
],
[
5,
0,
0
],
[
6,
0,
0
],
[
0,
2,
1
]
],
"entity_labels": [
"Jennifer Lopez",
"United States of America",
"Feelin' So Good",
"Cris Judd",
"human",
"The Fosters",
"World of Dance",
"male"
],
"relation_labels": [
"executive producer",
"instance of",
"country of citizenship",
"spouse",
"sex or gender"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P21 wd:Q6581097 .
?x0 wdt:P26 ?x1 .
wd:Q1065013 wdt:P1431 ?x1 .
wd:Q7734937 wdt:P1431 ?x1 .
wd:Q30608536 wdt:P1431 ?x1 .
?x1 wdt:P27 wd:Q30 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-231911 | Who was a male spouse of a composer of Patti Smith: Dream of Life | [
"Fred Smith"
] | {
"entities": [
"Q7148553",
"Q5",
"Q2615615",
"Q557",
"Q6581097"
],
"relations": [
"P86",
"P26",
"P21",
"P31"
],
"adjacency": [
[
2,
3,
1
],
[
2,
2,
4
],
[
2,
1,
3
],
[
0,
0,
3
]
],
"entity_labels": [
"Patti Smith: Dream of Life",
"human",
"Fred Smith",
"Patti Smith",
"male"
],
"relation_labels": [
"composer",
"spouse",
"sex or gender",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P21 wd:Q6581097 .
?x0 wdt:P26 ?x1 .
wd:Q7148553 wdt:P86 ?x1 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-231912 | Who was a male spouse of a employee and founder of HTC Corporation and VIA Technologies | [
"Chen Wen-Chi"
] | {
"entities": [
"Q700913",
"Q5",
"Q186012",
"Q633839",
"Q5090925",
"Q6581097"
],
"relations": [
"P31",
"P26",
"P108",
"P112",
"P21"
],
"adjacency": [
[
4,
0,
1
],
[
4,
4,
5
],
[
4,
1,
0
],
[
2,
3,
0
],
[
3,
3,
0
],
[
0,
2,
2
],
[
0,
2,
3
]
],
"entity_labels": [
"Cher Wang",
"human",
"HTC Corporation",
"VIA Technologies",
"Chen Wen-Chi",
"male"
],
"relation_labels": [
"instance of",
"spouse",
"employer",
"founded by",
"sex or gender"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P21 wd:Q6581097 .
?x0 wdt:P26 ?x1 .
wd:Q186012 wdt:P112 ?x1 .
wd:Q633839 wdt:P112 ?x1 .
?x1 wdt:P108 wd:Q186012 .
?x1 wdt:P108 wd:Q633839 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-231913 | Who was a male spouse of a executive producer of One for the Money | [
"Josh Kelley"
] | {
"entities": [
"Q574885",
"Q5",
"Q602501",
"Q189554",
"Q6581097"
],
"relations": [
"P1431",
"P26",
"P21",
"P31"
],
"adjacency": [
[
0,
3,
1
],
[
0,
2,
4
],
[
0,
1,
3
],
[
2,
0,
3
]
],
"entity_labels": [
"Josh Kelley",
"human",
"One for the Money",
"Katherine Heigl",
"male"
],
"relation_labels": [
"executive producer",
"spouse",
"sex or gender",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P21 wd:Q6581097 .
?x0 wdt:P26 ?x1 .
wd:Q602501 wdt:P1431 ?x1 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-231915 | Who was a male star and composer of Paradox and Year of the Horse | [
"Neil Young"
] | {
"entities": [
"Q1753426",
"Q633",
"Q5",
"Q50803889",
"Q6581097"
],
"relations": [
"P86",
"P21",
"P31",
"P161"
],
"adjacency": [
[
1,
2,
2
],
[
3,
3,
1
],
[
0,
3,
1
],
[
3,
0,
1
],
[
0,
0,
1
],
[
1,
1,
4
]
],
"entity_labels": [
"Year of the Horse",
"Neil Young",
"human",
"Paradox",
"male"
],
"relation_labels": [
"composer",
"sex or gender",
"instance of",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
wd:Q50803889 wdt:P161 ?x0 .
wd:Q1753426 wdt:P161 ?x0 .
wd:Q50803889 wdt:P86 ?x0 .
wd:Q1753426 wdt:P86 ?x0 .
?x0 wdt:P21 wd:Q6581097
} |
mcwq-231916 | Who was a male star and cinematographer of Planet Terror , The Adventures of Sharkboy and Lavagirl in 3-D , and Sin City: A Dame to Kill For | [
"Robert Rodriguez"
] | {
"entities": [
"Q1165050",
"Q656357",
"Q5",
"Q1653396",
"Q47284",
"Q6581097"
],
"relations": [
"P344",
"P21",
"P31",
"P161"
],
"adjacency": [
[
4,
2,
2
],
[
0,
3,
4
],
[
3,
3,
4
],
[
1,
3,
4
],
[
0,
0,
4
],
[
3,
0,
4
],
[
1,
0,
4
],
[
4,
1,
5
]
],
"entity_labels": [
"Planet Terror",
"The Adventures of Sharkboy and Lavagirl in 3-D",
"human",
"Sin City: A Dame to Kill For",
"Robert Rodriguez",
"male"
],
"relation_labels": [
"director of photography",
"sex or gender",
"instance of",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
wd:Q1165050 wdt:P161 ?x0 .
wd:Q1653396 wdt:P161 ?x0 .
wd:Q656357 wdt:P161 ?x0 .
wd:Q1165050 wdt:P344 ?x0 .
wd:Q1653396 wdt:P344 ?x0 .
wd:Q656357 wdt:P344 ?x0 .
?x0 wdt:P21 wd:Q6581097
} |
mcwq-231917 | Who was a male star and cinematographer of Night of the Living Dead | [
"George A. Romero"
] | {
"entities": [
"Q51511",
"Q623051",
"Q5",
"Q6581097"
],
"relations": [
"P344",
"P21",
"P31",
"P161"
],
"adjacency": [
[
0,
2,
2
],
[
1,
3,
0
],
[
1,
0,
0
],
[
0,
1,
3
]
],
"entity_labels": [
"George A. Romero",
"Night of the Living Dead",
"human",
"male"
],
"relation_labels": [
"director of photography",
"sex or gender",
"instance of",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
wd:Q623051 wdt:P161 ?x0 .
wd:Q623051 wdt:P344 ?x0 .
?x0 wdt:P21 wd:Q6581097
} |
mcwq-231919 | Who was a male star and costume designer of Broadway After Dark and Going Up | [
"Mervyn LeRoy"
] | {
"entities": [
"Q103788",
"Q2313774",
"Q30898855",
"Q5",
"Q6581097"
],
"relations": [
"P2515",
"P21",
"P31",
"P161"
],
"adjacency": [
[
0,
2,
3
],
[
1,
3,
0
],
[
2,
3,
0
],
[
1,
0,
0
],
[
2,
0,
0
],
[
0,
1,
4
]
],
"entity_labels": [
"Mervyn LeRoy",
"Broadway After Dark",
"Going Up",
"human",
"male"
],
"relation_labels": [
"costume designer",
"sex or gender",
"instance of",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
wd:Q2313774 wdt:P161 ?x0 .
wd:Q30898855 wdt:P161 ?x0 .
wd:Q2313774 wdt:P2515 ?x0 .
wd:Q30898855 wdt:P2515 ?x0 .
?x0 wdt:P21 wd:Q6581097
} |
mcwq-231921 | Who was a male star and director of Rope | [
"Alfred Hitchcock"
] | {
"entities": [
"Q7374",
"Q109564",
"Q5",
"Q6581097"
],
"relations": [
"P57",
"P21",
"P31",
"P161"
],
"adjacency": [
[
0,
2,
2
],
[
1,
3,
0
],
[
1,
0,
0
],
[
0,
1,
3
]
],
"entity_labels": [
"Alfred Hitchcock",
"Rope",
"human",
"male"
],
"relation_labels": [
"director",
"sex or gender",
"instance of",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
wd:Q109564 wdt:P161 ?x0 .
wd:Q109564 wdt:P57 ?x0 .
?x0 wdt:P21 wd:Q6581097
} |
mcwq-231922 | Who was a male star and director of CSNY/Déjà Vu and Human Highway | [
"Neil Young"
] | {
"entities": [
"Q5937209",
"Q1024400",
"Q633",
"Q5",
"Q6581097"
],
"relations": [
"P57",
"P21",
"P31",
"P161"
],
"adjacency": [
[
2,
2,
3
],
[
1,
3,
2
],
[
0,
3,
2
],
[
1,
0,
2
],
[
0,
0,
2
],
[
2,
1,
4
]
],
"entity_labels": [
"Human Highway",
"CSNY/Déjà Vu",
"Neil Young",
"human",
"male"
],
"relation_labels": [
"director",
"sex or gender",
"instance of",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
wd:Q1024400 wdt:P161 ?x0 .
wd:Q5937209 wdt:P161 ?x0 .
wd:Q1024400 wdt:P57 ?x0 .
wd:Q5937209 wdt:P57 ?x0 .
?x0 wdt:P21 wd:Q6581097
} |
mcwq-231923 | Who was a male star and editor of The Bank , Modern Times , and The Floorwalker | [
"Charlie Chaplin"
] | {
"entities": [
"Q45602",
"Q5",
"Q166739",
"Q882",
"Q2291409",
"Q6581097"
],
"relations": [
"P1040",
"P21",
"P31",
"P161"
],
"adjacency": [
[
3,
2,
1
],
[
4,
3,
3
],
[
0,
3,
3
],
[
2,
3,
3
],
[
4,
0,
3
],
[
0,
0,
3
],
[
2,
0,
3
],
[
3,
1,
5
]
],
"entity_labels": [
"Modern Times",
"human",
"The Floorwalker",
"Charlie Chaplin",
"The Bank",
"male"
],
"relation_labels": [
"film editor",
"sex or gender",
"instance of",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
wd:Q2291409 wdt:P161 ?x0 .
wd:Q45602 wdt:P161 ?x0 .
wd:Q166739 wdt:P161 ?x0 .
wd:Q2291409 wdt:P1040 ?x0 .
wd:Q45602 wdt:P1040 ?x0 .
wd:Q166739 wdt:P1040 ?x0 .
?x0 wdt:P21 wd:Q6581097
} |
mcwq-231924 | Who was a male star and executive producer of Gremlins 2: The New Batch 's prequel | [
"Steven Spielberg"
] | {
"entities": [
"Q8877",
"Q5",
"Q505712",
"Q241958",
"Q6581097"
],
"relations": [
"P1431",
"P31",
"P156",
"P161",
"P21"
],
"adjacency": [
[
0,
1,
1
],
[
3,
3,
0
],
[
3,
0,
0
],
[
0,
4,
4
],
[
3,
2,
2
]
],
"entity_labels": [
"Steven Spielberg",
"human",
"Gremlins 2: The New Batch",
"Gremlins",
"male"
],
"relation_labels": [
"executive producer",
"instance of",
"followed by",
"cast member",
"sex or gender"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x1 wdt:P161 ?x0 .
?x1 wdt:P1431 ?x0 .
?x0 wdt:P21 wd:Q6581097 .
?x1 wdt:P156 wd:Q505712
} |
mcwq-231925 | Who was a male star and executive producer of Braveheart | [
"Mel Gibson"
] | {
"entities": [
"Q162729",
"Q42229",
"Q5",
"Q6581097"
],
"relations": [
"P21",
"P1431",
"P31",
"P161"
],
"adjacency": [
[
1,
2,
2
],
[
0,
3,
1
],
[
0,
1,
1
],
[
1,
0,
3
]
],
"entity_labels": [
"Braveheart",
"Mel Gibson",
"human",
"male"
],
"relation_labels": [
"sex or gender",
"executive producer",
"instance of",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
wd:Q162729 wdt:P161 ?x0 .
wd:Q162729 wdt:P1431 ?x0 .
?x0 wdt:P21 wd:Q6581097
} |
mcwq-231926 | Who was a male star and executive producer of Forced Vengeance , Good Guys Wear Black , and Sidekicks | [
"Chuck Norris"
] | {
"entities": [
"Q2528596",
"Q647814",
"Q5",
"Q2673",
"Q1360398",
"Q6581097"
],
"relations": [
"P21",
"P1431",
"P31",
"P161"
],
"adjacency": [
[
3,
2,
2
],
[
4,
3,
3
],
[
0,
3,
3
],
[
1,
3,
3
],
[
4,
1,
3
],
[
0,
1,
3
],
[
1,
1,
3
],
[
3,
0,
5
]
],
"entity_labels": [
"Forced Vengeance",
"Good Guys Wear Black",
"human",
"Chuck Norris",
"Sidekicks",
"male"
],
"relation_labels": [
"sex or gender",
"executive producer",
"instance of",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
wd:Q1360398 wdt:P161 ?x0 .
wd:Q2528596 wdt:P161 ?x0 .
wd:Q647814 wdt:P161 ?x0 .
wd:Q1360398 wdt:P1431 ?x0 .
wd:Q2528596 wdt:P1431 ?x0 .
wd:Q647814 wdt:P1431 ?x0 .
?x0 wdt:P21 wd:Q6581097
} |
mcwq-231927 | Who was a male star and executive producer of Twin Peaks: Fire Walk with Me and Twin Peaks | [
"David Lynch"
] | {
"entities": [
"Q1140578",
"Q5",
"Q2085",
"Q2071",
"Q6581097"
],
"relations": [
"P21",
"P1431",
"P31",
"P161"
],
"adjacency": [
[
3,
2,
1
],
[
2,
3,
3
],
[
0,
3,
3
],
[
2,
1,
3
],
[
0,
1,
3
],
[
3,
0,
4
]
],
"entity_labels": [
"Twin Peaks: Fire Walk with Me",
"human",
"Twin Peaks",
"David Lynch",
"male"
],
"relation_labels": [
"sex or gender",
"executive producer",
"instance of",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
wd:Q2085 wdt:P161 ?x0 .
wd:Q1140578 wdt:P161 ?x0 .
wd:Q2085 wdt:P1431 ?x0 .
wd:Q1140578 wdt:P1431 ?x0 .
?x0 wdt:P21 wd:Q6581097
} |
mcwq-231928 | Who was a male star and writer of CSNY/Déjà Vu and Human Highway | [
"Neil Young"
] | {
"entities": [
"Q5937209",
"Q1024400",
"Q633",
"Q5",
"Q6581097"
],
"relations": [
"P21",
"P58",
"P31",
"P161"
],
"adjacency": [
[
2,
2,
3
],
[
1,
3,
2
],
[
0,
3,
2
],
[
1,
1,
2
],
[
0,
1,
2
],
[
2,
0,
4
]
],
"entity_labels": [
"Human Highway",
"CSNY/Déjà Vu",
"Neil Young",
"human",
"male"
],
"relation_labels": [
"sex or gender",
"screenwriter",
"instance of",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
wd:Q1024400 wdt:P161 ?x0 .
wd:Q5937209 wdt:P161 ?x0 .
wd:Q1024400 wdt:P58 ?x0 .
wd:Q5937209 wdt:P58 ?x0 .
?x0 wdt:P21 wd:Q6581097
} |
mcwq-231929 | Who was a male star and writer of The Floorwalker , The Great Dictator , Modern Times , The Gold Rush , The Professor , and Burlesque on Carmen | [
"Charlie Chaplin"
] | {
"entities": [
"Q45602",
"Q2718259",
"Q5",
"Q214723",
"Q166739",
"Q109116",
"Q268879",
"Q882",
"Q6581097"
],
"relations": [
"P21",
"P58",
"P31",
"P161"
],
"adjacency": [
[
7,
2,
2
],
[
1,
3,
7
],
[
5,
3,
7
],
[
0,
3,
7
],
[
3,
3,
7
],
[
4,
3,
7
],
[
6,
3,
7
],
[
1,
1,
7
],
[
5,
1,
7
],
[
0,
1,
7
],
[
3,
1,
7
],
[
4,
1,
7
],
[
6,
1,
7
],
[
7,
0,
8
]
],
"entity_labels": [
"Modern Times",
"The Professor",
"human",
"The Gold Rush",
"The Floorwalker",
"The Great Dictator",
"Burlesque on Carmen",
"Charlie Chaplin",
"male"
],
"relation_labels": [
"sex or gender",
"screenwriter",
"instance of",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
wd:Q2718259 wdt:P161 ?x0 .
wd:Q109116 wdt:P161 ?x0 .
wd:Q45602 wdt:P161 ?x0 .
wd:Q214723 wdt:P161 ?x0 .
wd:Q166739 wdt:P161 ?x0 .
wd:Q268879 wdt:P161 ?x0 .
wd:Q2718259 wdt:P58 ?x0 .
wd:Q109116 wdt:P58 ?x0 .
wd:Q45602 wdt:P58 ?x0 .
wd:Q214723 wdt:P58 ?x0 .
wd:Q166739 wdt:P58 ?x0 .
wd:Q268879 wdt:P58 ?x0 .
?x0 wdt:P21 wd:Q6581097
} |
mcwq-231930 | Who was a male star and writer of Magical Mystery Tour | [
"John Lennon",
"Ringo Starr",
"George Harrison"
] | {
"entities": [
"Q6581097",
"Q901203",
"Q1203",
"Q5"
],
"relations": [
"P21",
"P58",
"P31",
"P161"
],
"adjacency": [
[
2,
2,
3
],
[
1,
3,
2
],
[
1,
1,
2
],
[
2,
0,
0
]
],
"entity_labels": [
"male",
"Magical Mystery Tour",
"John Lennon",
"human"
],
"relation_labels": [
"sex or gender",
"screenwriter",
"instance of",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
wd:Q901203 wdt:P161 ?x0 .
wd:Q901203 wdt:P58 ?x0 .
?x0 wdt:P21 wd:Q6581097
} |
mcwq-231931 | Who was a male star of Bowling for Columbine | [
"Charlton Heston",
"Michael Moore",
"Marilyn Manson",
"Dick Clark",
"Augusto Pinochet",
"Salvador Allende",
"Bill Clinton",
"George H. W. Bush",
"George W. Bush",
"Heinrich Himmler",
"Matt Stone"
] | {
"entities": [
"Q165394",
"Q5",
"Q6581097",
"Q1124"
],
"relations": [
"P21",
"P31",
"P161"
],
"adjacency": [
[
3,
1,
1
],
[
0,
2,
3
],
[
3,
0,
2
]
],
"entity_labels": [
"Bowling for Columbine",
"human",
"male",
"Bill Clinton"
],
"relation_labels": [
"sex or gender",
"instance of",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
wd:Q165394 wdt:P161 ?x0 .
?x0 wdt:P21 wd:Q6581097
} |
mcwq-231932 | Who was a male star of The 13th , The Dictator , and This Must Be the Place | [
"Barack Obama"
] | {
"entities": [
"Q26824229",
"Q5",
"Q76",
"Q511347",
"Q464964",
"Q6581097"
],
"relations": [
"P21",
"P31",
"P161"
],
"adjacency": [
[
2,
1,
1
],
[
0,
2,
2
],
[
4,
2,
2
],
[
3,
2,
2
],
[
2,
0,
5
]
],
"entity_labels": [
"The 13th",
"human",
"Barack Obama",
"This Must Be the Place",
"The Dictator",
"male"
],
"relation_labels": [
"sex or gender",
"instance of",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
wd:Q26824229 wdt:P161 ?x0 .
wd:Q464964 wdt:P161 ?x0 .
wd:Q511347 wdt:P161 ?x0 .
?x0 wdt:P21 wd:Q6581097
} |
mcwq-231933 | Who was a male star of Flaming Star and Charro! | [
"Elvis Presley"
] | {
"entities": [
"Q429520",
"Q5",
"Q303",
"Q6581097",
"Q250252"
],
"relations": [
"P21",
"P31",
"P161"
],
"adjacency": [
[
2,
1,
1
],
[
4,
2,
2
],
[
0,
2,
2
],
[
2,
0,
3
]
],
"entity_labels": [
"Charro!",
"human",
"Elvis Presley",
"male",
"Flaming Star"
],
"relation_labels": [
"sex or gender",
"instance of",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
wd:Q250252 wdt:P161 ?x0 .
wd:Q429520 wdt:P161 ?x0 .
?x0 wdt:P21 wd:Q6581097
} |
mcwq-231934 | Who was a male star , composer , and cinematographer of Inland Empire | [
"David Lynch"
] | {
"entities": [
"Q862058",
"Q2071",
"Q5",
"Q6581097"
],
"relations": [
"P344",
"P31",
"P161",
"P86",
"P21"
],
"adjacency": [
[
1,
1,
2
],
[
0,
2,
1
],
[
0,
0,
1
],
[
0,
3,
1
],
[
1,
4,
3
]
],
"entity_labels": [
"Inland Empire",
"David Lynch",
"human",
"male"
],
"relation_labels": [
"director of photography",
"instance of",
"cast member",
"composer",
"sex or gender"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
wd:Q862058 wdt:P161 ?x0 .
wd:Q862058 wdt:P344 ?x0 .
wd:Q862058 wdt:P86 ?x0 .
?x0 wdt:P21 wd:Q6581097
} |
mcwq-231935 | Who was a male star , composer , and director of Human Highway and Rust Never Sleeps | [
"Neil Young"
] | {
"entities": [
"Q5937209",
"Q633",
"Q5",
"Q59587231",
"Q6581097"
],
"relations": [
"P57",
"P31",
"P161",
"P86",
"P21"
],
"adjacency": [
[
1,
1,
2
],
[
3,
2,
1
],
[
0,
2,
1
],
[
3,
0,
1
],
[
0,
0,
1
],
[
3,
3,
1
],
[
0,
3,
1
],
[
1,
4,
4
]
],
"entity_labels": [
"Human Highway",
"Neil Young",
"human",
"Rust Never Sleeps",
"male"
],
"relation_labels": [
"director",
"instance of",
"cast member",
"composer",
"sex or gender"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
wd:Q59587231 wdt:P161 ?x0 .
wd:Q5937209 wdt:P161 ?x0 .
wd:Q59587231 wdt:P57 ?x0 .
wd:Q5937209 wdt:P57 ?x0 .
wd:Q59587231 wdt:P86 ?x0 .
wd:Q5937209 wdt:P86 ?x0 .
?x0 wdt:P21 wd:Q6581097
} |
mcwq-231936 | Who was a male star , composer , cinematographer , and director of Planet Terror | [
"Robert Rodriguez"
] | {
"entities": [
"Q47284",
"Q1165050",
"Q5",
"Q6581097"
],
"relations": [
"P344",
"P57",
"P31",
"P161",
"P86",
"P21"
],
"adjacency": [
[
0,
2,
2
],
[
1,
3,
0
],
[
1,
0,
0
],
[
1,
1,
0
],
[
1,
4,
0
],
[
0,
5,
3
]
],
"entity_labels": [
"Robert Rodriguez",
"Planet Terror",
"human",
"male"
],
"relation_labels": [
"director of photography",
"director",
"instance of",
"cast member",
"composer",
"sex or gender"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
wd:Q1165050 wdt:P161 ?x0 .
wd:Q1165050 wdt:P344 ?x0 .
wd:Q1165050 wdt:P57 ?x0 .
wd:Q1165050 wdt:P86 ?x0 .
?x0 wdt:P21 wd:Q6581097
} |
mcwq-231942 | Who was a male star , director , and executive producer of 1911 , Chinese Zodiac , and Thunderbolt | [
"Jackie Chan"
] | {
"entities": [
"Q5",
"Q6581097",
"Q391143",
"Q1198110",
"Q36970",
"Q206182"
],
"relations": [
"P57",
"P1431",
"P31",
"P161",
"P21"
],
"adjacency": [
[
4,
2,
0
],
[
5,
3,
4
],
[
2,
3,
4
],
[
3,
3,
4
],
[
5,
0,
4
],
[
2,
0,
4
],
[
3,
0,
4
],
[
5,
1,
4
],
[
2,
1,
4
],
[
3,
1,
4
],
[
4,
4,
1
]
],
"entity_labels": [
"human",
"male",
"Chinese Zodiac",
"Thunderbolt",
"Jackie Chan",
"1911"
],
"relation_labels": [
"director",
"executive producer",
"instance of",
"cast member",
"sex or gender"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
wd:Q206182 wdt:P161 ?x0 .
wd:Q391143 wdt:P161 ?x0 .
wd:Q1198110 wdt:P161 ?x0 .
wd:Q206182 wdt:P57 ?x0 .
wd:Q391143 wdt:P57 ?x0 .
wd:Q1198110 wdt:P57 ?x0 .
wd:Q206182 wdt:P1431 ?x0 .
wd:Q391143 wdt:P1431 ?x0 .
wd:Q1198110 wdt:P1431 ?x0 .
?x0 wdt:P21 wd:Q6581097
} |
mcwq-231943 | Who was a male star , director , editor , and composer of The Gold Rush and Modern Times | [
"Charlie Chaplin"
] | {
"entities": [
"Q45602",
"Q5",
"Q214723",
"Q882",
"Q6581097"
],
"relations": [
"P57",
"P31",
"P1040",
"P161",
"P86",
"P21"
],
"adjacency": [
[
3,
1,
1
],
[
0,
3,
3
],
[
2,
3,
3
],
[
0,
0,
3
],
[
2,
0,
3
],
[
0,
2,
3
],
[
2,
2,
3
],
[
0,
4,
3
],
[
2,
4,
3
],
[
3,
5,
4
]
],
"entity_labels": [
"Modern Times",
"human",
"The Gold Rush",
"Charlie Chaplin",
"male"
],
"relation_labels": [
"director",
"instance of",
"film editor",
"cast member",
"composer",
"sex or gender"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
wd:Q45602 wdt:P161 ?x0 .
wd:Q214723 wdt:P161 ?x0 .
wd:Q45602 wdt:P57 ?x0 .
wd:Q214723 wdt:P57 ?x0 .
wd:Q45602 wdt:P1040 ?x0 .
wd:Q214723 wdt:P1040 ?x0 .
wd:Q45602 wdt:P86 ?x0 .
wd:Q214723 wdt:P86 ?x0 .
?x0 wdt:P21 wd:Q6581097
} |
mcwq-231944 | Who was a male star , director , writer , composer , and editor of Modern Times and The Gold Rush | [
"Charlie Chaplin"
] | {
"entities": [
"Q45602",
"Q5",
"Q214723",
"Q882",
"Q6581097"
],
"relations": [
"P57",
"P58",
"P31",
"P1040",
"P161",
"P86",
"P21"
],
"adjacency": [
[
3,
2,
1
],
[
0,
4,
3
],
[
2,
4,
3
],
[
0,
0,
3
],
[
2,
0,
3
],
[
0,
3,
3
],
[
2,
3,
3
],
[
0,
5,
3
],
[
2,
5,
3
],
[
0,
1,
3
],
[
2,
1,
3
],
[
3,
6,
4
]
],
"entity_labels": [
"Modern Times",
"human",
"The Gold Rush",
"Charlie Chaplin",
"male"
],
"relation_labels": [
"director",
"screenwriter",
"instance of",
"film editor",
"cast member",
"composer",
"sex or gender"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
wd:Q45602 wdt:P161 ?x0 .
wd:Q214723 wdt:P161 ?x0 .
wd:Q45602 wdt:P57 ?x0 .
wd:Q214723 wdt:P57 ?x0 .
wd:Q45602 wdt:P1040 ?x0 .
wd:Q214723 wdt:P1040 ?x0 .
wd:Q45602 wdt:P86 ?x0 .
wd:Q214723 wdt:P86 ?x0 .
wd:Q45602 wdt:P58 ?x0 .
wd:Q214723 wdt:P58 ?x0 .
?x0 wdt:P21 wd:Q6581097
} |
mcwq-231949 | Who was a male star , writer , and costume designer of On Our Own Vesna | [
"Franci Kek"
] | {
"entities": [
"Q12797195",
"Q5242495",
"Q5",
"Q6581097"
],
"relations": [
"P58",
"P31",
"P2515",
"P161",
"P21"
],
"adjacency": [
[
1,
1,
2
],
[
0,
3,
1
],
[
0,
2,
1
],
[
0,
0,
1
],
[
1,
4,
3
]
],
"entity_labels": [
"On Our Own Vesna",
"Franci Kek",
"human",
"male"
],
"relation_labels": [
"screenwriter",
"instance of",
"costume designer",
"cast member",
"sex or gender"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
wd:Q12797195 wdt:P161 ?x0 .
wd:Q12797195 wdt:P2515 ?x0 .
wd:Q12797195 wdt:P58 ?x0 .
?x0 wdt:P21 wd:Q6581097
} |
mcwq-231950 | Who was a male star , writer , and editor of Modern Times and The Floorwalker | [
"Charlie Chaplin"
] | {
"entities": [
"Q45602",
"Q5",
"Q166739",
"Q882",
"Q6581097"
],
"relations": [
"P58",
"P31",
"P1040",
"P161",
"P21"
],
"adjacency": [
[
3,
1,
1
],
[
0,
3,
3
],
[
2,
3,
3
],
[
0,
2,
3
],
[
2,
2,
3
],
[
0,
0,
3
],
[
2,
0,
3
],
[
3,
4,
4
]
],
"entity_labels": [
"Modern Times",
"human",
"The Floorwalker",
"Charlie Chaplin",
"male"
],
"relation_labels": [
"screenwriter",
"instance of",
"film editor",
"cast member",
"sex or gender"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
wd:Q45602 wdt:P161 ?x0 .
wd:Q166739 wdt:P161 ?x0 .
wd:Q45602 wdt:P1040 ?x0 .
wd:Q166739 wdt:P1040 ?x0 .
wd:Q45602 wdt:P58 ?x0 .
wd:Q166739 wdt:P58 ?x0 .
?x0 wdt:P21 wd:Q6581097
} |
mcwq-231951 | Who was a male star , writer , director , cinematographer , and executive producer of Chinese Zodiac | [
"Jackie Chan"
] | {
"entities": [
"Q36970",
"Q6581097",
"Q391143",
"Q5"
],
"relations": [
"P344",
"P57",
"P58",
"P1431",
"P31",
"P161",
"P21"
],
"adjacency": [
[
0,
4,
3
],
[
2,
5,
0
],
[
2,
0,
0
],
[
2,
1,
0
],
[
2,
3,
0
],
[
2,
2,
0
],
[
0,
6,
1
]
],
"entity_labels": [
"Jackie Chan",
"male",
"Chinese Zodiac",
"human"
],
"relation_labels": [
"director of photography",
"director",
"screenwriter",
"executive producer",
"instance of",
"cast member",
"sex or gender"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
wd:Q391143 wdt:P161 ?x0 .
wd:Q391143 wdt:P344 ?x0 .
wd:Q391143 wdt:P57 ?x0 .
wd:Q391143 wdt:P1431 ?x0 .
wd:Q391143 wdt:P58 ?x0 .
?x0 wdt:P21 wd:Q6581097
} |
mcwq-231952 | Who was a male writer and composer of Industrial Symphony No. 1 and Eraserhead | [
"David Lynch"
] | {
"entities": [
"Q5",
"Q1080141",
"Q11618",
"Q2071",
"Q6581097"
],
"relations": [
"P86",
"P58",
"P31",
"P21"
],
"adjacency": [
[
3,
2,
0
],
[
2,
0,
3
],
[
1,
0,
3
],
[
2,
1,
3
],
[
1,
1,
3
],
[
3,
3,
4
]
],
"entity_labels": [
"human",
"Industrial Symphony No. 1",
"Eraserhead",
"David Lynch",
"male"
],
"relation_labels": [
"composer",
"screenwriter",
"instance of",
"sex or gender"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
wd:Q11618 wdt:P86 ?x0 .
wd:Q1080141 wdt:P86 ?x0 .
wd:Q11618 wdt:P58 ?x0 .
wd:Q1080141 wdt:P58 ?x0 .
?x0 wdt:P21 wd:Q6581097
} |
mcwq-231953 | Who was a male writer and composer of Magical Mystery Tour | [
"John Lennon"
] | {
"entities": [
"Q6581097",
"Q901203",
"Q1203",
"Q5"
],
"relations": [
"P86",
"P58",
"P31",
"P21"
],
"adjacency": [
[
2,
2,
3
],
[
1,
0,
2
],
[
1,
1,
2
],
[
2,
3,
0
]
],
"entity_labels": [
"male",
"Magical Mystery Tour",
"John Lennon",
"human"
],
"relation_labels": [
"composer",
"screenwriter",
"instance of",
"sex or gender"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
wd:Q901203 wdt:P86 ?x0 .
wd:Q901203 wdt:P58 ?x0 .
?x0 wdt:P21 wd:Q6581097
} |
mcwq-231954 | Who was a male writer and cinematographer of Hatchet for the Honeymoon , The Girl Who Knew Too Much , and Lisa and the Devil | [
"Mario Bava"
] | {
"entities": [
"Q55438",
"Q677636",
"Q5",
"Q283699",
"Q944015",
"Q6581097"
],
"relations": [
"P344",
"P58",
"P31",
"P21"
],
"adjacency": [
[
0,
2,
2
],
[
3,
0,
0
],
[
4,
0,
0
],
[
1,
0,
0
],
[
3,
1,
0
],
[
4,
1,
0
],
[
1,
1,
0
],
[
0,
3,
5
]
],
"entity_labels": [
"Mario Bava",
"Lisa and the Devil",
"human",
"Hatchet for the Honeymoon",
"The Girl Who Knew Too Much",
"male"
],
"relation_labels": [
"director of photography",
"screenwriter",
"instance of",
"sex or gender"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
wd:Q283699 wdt:P344 ?x0 .
wd:Q944015 wdt:P344 ?x0 .
wd:Q677636 wdt:P344 ?x0 .
wd:Q283699 wdt:P58 ?x0 .
wd:Q944015 wdt:P58 ?x0 .
wd:Q677636 wdt:P58 ?x0 .
?x0 wdt:P21 wd:Q6581097
} |
mcwq-231955 | Who was a male writer and cinematographer of Killer's Kiss , Full Metal Jacket , Fear and Desire , and Day of the Fight | [
"Stanley Kubrick"
] | {
"entities": [
"Q426628",
"Q936477",
"Q243439",
"Q2001",
"Q5",
"Q929157",
"Q6581097"
],
"relations": [
"P344",
"P58",
"P31",
"P21"
],
"adjacency": [
[
3,
2,
4
],
[
5,
0,
3
],
[
2,
0,
3
],
[
1,
0,
3
],
[
0,
0,
3
],
[
5,
1,
3
],
[
2,
1,
3
],
[
1,
1,
3
],
[
0,
1,
3
],
[
3,
3,
6
]
],
"entity_labels": [
"Day of the Fight",
"Killer's Kiss",
"Full Metal Jacket",
"Stanley Kubrick",
"human",
"Fear and Desire",
"male"
],
"relation_labels": [
"director of photography",
"screenwriter",
"instance of",
"sex or gender"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
wd:Q929157 wdt:P344 ?x0 .
wd:Q243439 wdt:P344 ?x0 .
wd:Q936477 wdt:P344 ?x0 .
wd:Q426628 wdt:P344 ?x0 .
wd:Q929157 wdt:P58 ?x0 .
wd:Q243439 wdt:P58 ?x0 .
wd:Q936477 wdt:P58 ?x0 .
wd:Q426628 wdt:P58 ?x0 .
?x0 wdt:P21 wd:Q6581097
} |
mcwq-231956 | Who was a male writer and cinematographer of Day of the Fight and Full Metal Jacket | [
"Stanley Kubrick"
] | {
"entities": [
"Q426628",
"Q243439",
"Q2001",
"Q5",
"Q6581097"
],
"relations": [
"P344",
"P58",
"P31",
"P21"
],
"adjacency": [
[
2,
2,
3
],
[
1,
0,
2
],
[
0,
0,
2
],
[
1,
1,
2
],
[
0,
1,
2
],
[
2,
3,
4
]
],
"entity_labels": [
"Day of the Fight",
"Full Metal Jacket",
"Stanley Kubrick",
"human",
"male"
],
"relation_labels": [
"director of photography",
"screenwriter",
"instance of",
"sex or gender"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
wd:Q243439 wdt:P344 ?x0 .
wd:Q426628 wdt:P344 ?x0 .
wd:Q243439 wdt:P58 ?x0 .
wd:Q426628 wdt:P58 ?x0 .
?x0 wdt:P21 wd:Q6581097
} |
mcwq-231957 | Who was a male writer and cinematographer of a prequel of Spy Kids 3-D: Game Over | [
"Robert Rodriguez"
] | {
"entities": [
"Q5",
"Q47284",
"Q549908",
"Q6581097",
"Q550196"
],
"relations": [
"P344",
"P58",
"P31",
"P156",
"P21"
],
"adjacency": [
[
1,
2,
0
],
[
2,
0,
1
],
[
2,
1,
1
],
[
1,
4,
3
],
[
2,
3,
4
]
],
"entity_labels": [
"human",
"Robert Rodriguez",
"Spy Kids 2: The Island of Lost Dreams",
"male",
"Spy Kids 3-D: Game Over"
],
"relation_labels": [
"director of photography",
"screenwriter",
"instance of",
"followed by",
"sex or gender"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x1 wdt:P344 ?x0 .
?x1 wdt:P58 ?x0 .
?x0 wdt:P21 wd:Q6581097 .
?x1 wdt:P156 wd:Q550196
} |
mcwq-231958 | Who was a male writer and costume designer of El Topo and The Holy Mountain | [
"Alejandro Jodorowsky"
] | {
"entities": [
"Q5",
"Q1640076",
"Q477782",
"Q263730",
"Q6581097"
],
"relations": [
"P2515",
"P58",
"P31",
"P21"
],
"adjacency": [
[
3,
2,
0
],
[
2,
0,
3
],
[
1,
0,
3
],
[
2,
1,
3
],
[
1,
1,
3
],
[
3,
3,
4
]
],
"entity_labels": [
"human",
"The Holy Mountain",
"El Topo",
"Alejandro Jodorowsky",
"male"
],
"relation_labels": [
"costume designer",
"screenwriter",
"instance of",
"sex or gender"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
wd:Q477782 wdt:P2515 ?x0 .
wd:Q1640076 wdt:P2515 ?x0 .
wd:Q477782 wdt:P58 ?x0 .
wd:Q1640076 wdt:P58 ?x0 .
?x0 wdt:P21 wd:Q6581097
} |
mcwq-231959 | Who was a male writer and costume designer of No label defined | [
"Maurice Béjart"
] | {
"entities": [
"Q217764",
"Q57933792",
"Q5",
"Q6581097"
],
"relations": [
"P2515",
"P58",
"P31",
"P21"
],
"adjacency": [
[
0,
2,
2
],
[
1,
0,
0
],
[
1,
1,
0
],
[
0,
3,
3
]
],
"entity_labels": [
"Maurice Béjart",
null,
"human",
"male"
],
"relation_labels": [
"costume designer",
"screenwriter",
"instance of",
"sex or gender"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
wd:Q57933792 wdt:P2515 ?x0 .
wd:Q57933792 wdt:P58 ?x0 .
?x0 wdt:P21 wd:Q6581097
} |
mcwq-231960 | Who was a male writer and director of The Shining , Eyes Wide Shut , and 2001: A Space Odyssey | [
"Stanley Kubrick"
] | {
"entities": [
"Q186341",
"Q2001",
"Q5",
"Q209481",
"Q6581097",
"Q103474"
],
"relations": [
"P57",
"P58",
"P31",
"P21"
],
"adjacency": [
[
1,
2,
2
],
[
5,
0,
1
],
[
3,
0,
1
],
[
0,
0,
1
],
[
5,
1,
1
],
[
3,
1,
1
],
[
0,
1,
1
],
[
1,
3,
4
]
],
"entity_labels": [
"The Shining",
"Stanley Kubrick",
"human",
"Eyes Wide Shut",
"male",
"2001: A Space Odyssey"
],
"relation_labels": [
"director",
"screenwriter",
"instance of",
"sex or gender"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
wd:Q103474 wdt:P57 ?x0 .
wd:Q209481 wdt:P57 ?x0 .
wd:Q186341 wdt:P57 ?x0 .
wd:Q103474 wdt:P58 ?x0 .
wd:Q209481 wdt:P58 ?x0 .
wd:Q186341 wdt:P58 ?x0 .
?x0 wdt:P21 wd:Q6581097
} |
mcwq-231961 | Who was a male writer and director of The Great Dictator | [
"Charlie Chaplin"
] | {
"entities": [
"Q6581097",
"Q882",
"Q109116",
"Q5"
],
"relations": [
"P57",
"P58",
"P31",
"P21"
],
"adjacency": [
[
1,
2,
3
],
[
2,
0,
1
],
[
2,
1,
1
],
[
1,
3,
0
]
],
"entity_labels": [
"male",
"Charlie Chaplin",
"The Great Dictator",
"human"
],
"relation_labels": [
"director",
"screenwriter",
"instance of",
"sex or gender"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
wd:Q109116 wdt:P57 ?x0 .
wd:Q109116 wdt:P58 ?x0 .
?x0 wdt:P21 wd:Q6581097
} |
mcwq-231962 | Who was a male writer and director of Burlesque on Carmen , Modern Times , The Great Dictator , and One A.M. | [
"Charlie Chaplin"
] | {
"entities": [
"Q45602",
"Q5",
"Q109116",
"Q1152833",
"Q268879",
"Q882",
"Q6581097"
],
"relations": [
"P57",
"P58",
"P31",
"P21"
],
"adjacency": [
[
5,
2,
1
],
[
3,
0,
5
],
[
0,
0,
5
],
[
2,
0,
5
],
[
4,
0,
5
],
[
3,
1,
5
],
[
0,
1,
5
],
[
2,
1,
5
],
[
4,
1,
5
],
[
5,
3,
6
]
],
"entity_labels": [
"Modern Times",
"human",
"The Great Dictator",
"One A.M.",
"Burlesque on Carmen",
"Charlie Chaplin",
"male"
],
"relation_labels": [
"director",
"screenwriter",
"instance of",
"sex or gender"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
wd:Q1152833 wdt:P57 ?x0 .
wd:Q45602 wdt:P57 ?x0 .
wd:Q109116 wdt:P57 ?x0 .
wd:Q268879 wdt:P57 ?x0 .
wd:Q1152833 wdt:P58 ?x0 .
wd:Q45602 wdt:P58 ?x0 .
wd:Q109116 wdt:P58 ?x0 .
wd:Q268879 wdt:P58 ?x0 .
?x0 wdt:P21 wd:Q6581097
} |
mcwq-231963 | Who was a male writer and editor of Alexander Nevsky | [
"Sergei Eisenstein"
] | {
"entities": [
"Q6581097",
"Q8003",
"Q118976",
"Q5"
],
"relations": [
"P21",
"P58",
"P31",
"P1040"
],
"adjacency": [
[
1,
2,
3
],
[
2,
3,
1
],
[
2,
1,
1
],
[
1,
0,
0
]
],
"entity_labels": [
"male",
"Sergei Eisenstein",
"Alexander Nevsky",
"human"
],
"relation_labels": [
"sex or gender",
"screenwriter",
"instance of",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
wd:Q118976 wdt:P1040 ?x0 .
wd:Q118976 wdt:P58 ?x0 .
?x0 wdt:P21 wd:Q6581097
} |
mcwq-231964 | Who was a male writer and editor of Kagemusha and Yojimbo | [
"Akira Kurosawa"
] | {
"entities": [
"Q854990",
"Q8006",
"Q5",
"Q20475",
"Q6581097"
],
"relations": [
"P21",
"P58",
"P31",
"P1040"
],
"adjacency": [
[
1,
2,
2
],
[
0,
3,
1
],
[
3,
3,
1
],
[
0,
1,
1
],
[
3,
1,
1
],
[
1,
0,
4
]
],
"entity_labels": [
"Kagemusha",
"Akira Kurosawa",
"human",
"Yojimbo",
"male"
],
"relation_labels": [
"sex or gender",
"screenwriter",
"instance of",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
wd:Q854990 wdt:P1040 ?x0 .
wd:Q20475 wdt:P1040 ?x0 .
wd:Q854990 wdt:P58 ?x0 .
wd:Q20475 wdt:P58 ?x0 .
?x0 wdt:P21 wd:Q6581097
} |
mcwq-231965 | Who was a male writer and executive producer of A Clockwork Orange | [
"Stanley Kubrick"
] | {
"entities": [
"Q181086",
"Q2001",
"Q5",
"Q6581097"
],
"relations": [
"P58",
"P1431",
"P31",
"P21"
],
"adjacency": [
[
1,
2,
2
],
[
0,
1,
1
],
[
0,
0,
1
],
[
1,
3,
3
]
],
"entity_labels": [
"A Clockwork Orange",
"Stanley Kubrick",
"human",
"male"
],
"relation_labels": [
"screenwriter",
"executive producer",
"instance of",
"sex or gender"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
wd:Q181086 wdt:P1431 ?x0 .
wd:Q181086 wdt:P58 ?x0 .
?x0 wdt:P21 wd:Q6581097
} |
mcwq-231966 | Who was a male writer and executive producer of Star Wars: Episode IV – A New Hope and Willow | [
"George Lucas"
] | {
"entities": [
"Q38222",
"Q5",
"Q17738",
"Q515931",
"Q6581097"
],
"relations": [
"P58",
"P1431",
"P31",
"P21"
],
"adjacency": [
[
0,
2,
1
],
[
2,
1,
0
],
[
3,
1,
0
],
[
2,
0,
0
],
[
3,
0,
0
],
[
0,
3,
4
]
],
"entity_labels": [
"George Lucas",
"human",
"Star Wars: Episode IV – A New Hope",
"Willow",
"male"
],
"relation_labels": [
"screenwriter",
"executive producer",
"instance of",
"sex or gender"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
wd:Q17738 wdt:P1431 ?x0 .
wd:Q515931 wdt:P1431 ?x0 .
wd:Q17738 wdt:P58 ?x0 .
wd:Q515931 wdt:P58 ?x0 .
?x0 wdt:P21 wd:Q6581097
} |
mcwq-231967 | Who was a male writer and executive producer of Star Whores , Star Wars: Episode I – The Phantom Menace , Star Wars: Episode IV – A New Hope , and Star Wars: Episode VI – Return of the Jedi | [
"George Lucas"
] | {
"entities": [
"Q3968346",
"Q38222",
"Q181803",
"Q5",
"Q17738",
"Q165713",
"Q6581097"
],
"relations": [
"P58",
"P1431",
"P31",
"P21"
],
"adjacency": [
[
1,
2,
3
],
[
0,
1,
1
],
[
2,
1,
1
],
[
5,
1,
1
],
[
4,
1,
1
],
[
0,
0,
1
],
[
2,
0,
1
],
[
5,
0,
1
],
[
4,
0,
1
],
[
1,
3,
6
]
],
"entity_labels": [
"Star Whores",
"George Lucas",
"Star Wars: Episode VI – Return of the Jedi",
"human",
"Star Wars: Episode IV – A New Hope",
"Star Wars: Episode I – The Phantom Menace",
"male"
],
"relation_labels": [
"screenwriter",
"executive producer",
"instance of",
"sex or gender"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
wd:Q3968346 wdt:P1431 ?x0 .
wd:Q181803 wdt:P1431 ?x0 .
wd:Q165713 wdt:P1431 ?x0 .
wd:Q17738 wdt:P1431 ?x0 .
wd:Q3968346 wdt:P58 ?x0 .
wd:Q181803 wdt:P58 ?x0 .
wd:Q165713 wdt:P58 ?x0 .
wd:Q17738 wdt:P58 ?x0 .
?x0 wdt:P21 wd:Q6581097
} |
mcwq-231968 | Who was a male writer and executive producer of Ponyo on the Cliff by the Sea , Howl's Moving Castle , and Boro The Caterpillar | [
"Hayao Miyazaki"
] | {
"entities": [
"Q236728",
"Q29982423",
"Q5",
"Q55400",
"Q29011",
"Q6581097"
],
"relations": [
"P58",
"P1431",
"P31",
"P21"
],
"adjacency": [
[
3,
2,
2
],
[
1,
1,
3
],
[
0,
1,
3
],
[
4,
1,
3
],
[
1,
0,
3
],
[
0,
0,
3
],
[
4,
0,
3
],
[
3,
3,
5
]
],
"entity_labels": [
"Ponyo on the Cliff by the Sea",
"Boro The Caterpillar",
"human",
"Hayao Miyazaki",
"Howl's Moving Castle",
"male"
],
"relation_labels": [
"screenwriter",
"executive producer",
"instance of",
"sex or gender"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
wd:Q29982423 wdt:P1431 ?x0 .
wd:Q236728 wdt:P1431 ?x0 .
wd:Q29011 wdt:P1431 ?x0 .
wd:Q29982423 wdt:P58 ?x0 .
wd:Q236728 wdt:P58 ?x0 .
wd:Q29011 wdt:P58 ?x0 .
?x0 wdt:P21 wd:Q6581097
} |
mcwq-231970 | Who was a male writer and star of Magical Mystery Tour | [
"John Lennon",
"Ringo Starr",
"George Harrison"
] | {
"entities": [
"Q6581097",
"Q901203",
"Q1203",
"Q5"
],
"relations": [
"P21",
"P58",
"P31",
"P161"
],
"adjacency": [
[
2,
2,
3
],
[
1,
3,
2
],
[
1,
1,
2
],
[
2,
0,
0
]
],
"entity_labels": [
"male",
"Magical Mystery Tour",
"John Lennon",
"human"
],
"relation_labels": [
"sex or gender",
"screenwriter",
"instance of",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
wd:Q901203 wdt:P161 ?x0 .
wd:Q901203 wdt:P58 ?x0 .
?x0 wdt:P21 wd:Q6581097
} |
mcwq-231971 | Who was a male writer of Wilder Napalm , Pulse , Hancock , Home Fries , Breaking Bad , and Peekaboo | [
"Vince Gilligan"
] | {
"entities": [
"Q220376",
"Q1079",
"Q20020608",
"Q5",
"Q4375342",
"Q1485299",
"Q4500",
"Q744911",
"Q6581097"
],
"relations": [
"P58",
"P31",
"P21"
],
"adjacency": [
[
6,
1,
3
],
[
2,
0,
6
],
[
1,
0,
6
],
[
5,
0,
6
],
[
0,
0,
6
],
[
7,
0,
6
],
[
4,
0,
6
],
[
6,
2,
8
]
],
"entity_labels": [
"Hancock",
"Breaking Bad",
"Peekaboo",
"human",
"Wilder Napalm",
"Home Fries",
"Vince Gilligan",
"Pulse",
"male"
],
"relation_labels": [
"screenwriter",
"instance of",
"sex or gender"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
wd:Q20020608 wdt:P58 ?x0 .
wd:Q1079 wdt:P58 ?x0 .
wd:Q1485299 wdt:P58 ?x0 .
wd:Q220376 wdt:P58 ?x0 .
wd:Q744911 wdt:P58 ?x0 .
wd:Q4375342 wdt:P58 ?x0 .
?x0 wdt:P21 wd:Q6581097
} |
mcwq-231972 | Who was a male writer of The Hobbit: The Desolation of Smaug 's sequel | [
"Guillermo del Toro",
"Peter Jackson"
] | {
"entities": [
"Q919649",
"Q5",
"Q219124",
"Q6581097",
"Q719915"
],
"relations": [
"P155",
"P58",
"P31",
"P21"
],
"adjacency": [
[
2,
2,
1
],
[
0,
1,
2
],
[
2,
3,
3
],
[
0,
0,
4
]
],
"entity_labels": [
"The Hobbit: The Battle of the Five Armies",
"human",
"Guillermo del Toro",
"male",
"The Hobbit: The Desolation of Smaug"
],
"relation_labels": [
"follows",
"screenwriter",
"instance of",
"sex or gender"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x1 wdt:P58 ?x0 .
?x0 wdt:P21 wd:Q6581097 .
?x1 wdt:P155 wd:Q719915
} |
mcwq-231973 | Who was a male writer of The Stones of Blood 's prequel | [
"Douglas Adams"
] | {
"entities": [
"Q5",
"Q42",
"Q513589",
"Q5507073",
"Q6581097"
],
"relations": [
"P156",
"P58",
"P31",
"P21"
],
"adjacency": [
[
1,
2,
0
],
[
2,
1,
1
],
[
1,
3,
4
],
[
2,
0,
3
]
],
"entity_labels": [
"human",
"Douglas Adams",
"The Pirate Planet",
"The Stones of Blood",
"male"
],
"relation_labels": [
"followed by",
"screenwriter",
"instance of",
"sex or gender"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x1 wdt:P58 ?x0 .
?x0 wdt:P21 wd:Q6581097 .
?x1 wdt:P156 wd:Q5507073
} |
mcwq-231978 | Who was a male writer , cinematographer , and star of Day of the Fight and Full Metal Jacket | [
"Stanley Kubrick"
] | {
"entities": [
"Q426628",
"Q243439",
"Q2001",
"Q5",
"Q6581097"
],
"relations": [
"P344",
"P58",
"P31",
"P161",
"P21"
],
"adjacency": [
[
2,
2,
3
],
[
1,
3,
2
],
[
0,
3,
2
],
[
1,
0,
2
],
[
0,
0,
2
],
[
1,
1,
2
],
[
0,
1,
2
],
[
2,
4,
4
]
],
"entity_labels": [
"Day of the Fight",
"Full Metal Jacket",
"Stanley Kubrick",
"human",
"male"
],
"relation_labels": [
"director of photography",
"screenwriter",
"instance of",
"cast member",
"sex or gender"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
wd:Q243439 wdt:P161 ?x0 .
wd:Q426628 wdt:P161 ?x0 .
wd:Q243439 wdt:P344 ?x0 .
wd:Q426628 wdt:P344 ?x0 .
wd:Q243439 wdt:P58 ?x0 .
wd:Q426628 wdt:P58 ?x0 .
?x0 wdt:P21 wd:Q6581097
} |
mcwq-231981 | Who was a male writer , cinematographer , director , star , and composer of Planet Terror | [
"Robert Rodriguez"
] | {
"entities": [
"Q47284",
"Q1165050",
"Q5",
"Q6581097"
],
"relations": [
"P344",
"P57",
"P58",
"P31",
"P161",
"P86",
"P21"
],
"adjacency": [
[
0,
3,
2
],
[
1,
4,
0
],
[
1,
0,
0
],
[
1,
1,
0
],
[
1,
5,
0
],
[
1,
2,
0
],
[
0,
6,
3
]
],
"entity_labels": [
"Robert Rodriguez",
"Planet Terror",
"human",
"male"
],
"relation_labels": [
"director of photography",
"director",
"screenwriter",
"instance of",
"cast member",
"composer",
"sex or gender"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
wd:Q1165050 wdt:P161 ?x0 .
wd:Q1165050 wdt:P344 ?x0 .
wd:Q1165050 wdt:P57 ?x0 .
wd:Q1165050 wdt:P86 ?x0 .
wd:Q1165050 wdt:P58 ?x0 .
?x0 wdt:P21 wd:Q6581097
} |
mcwq-231983 | Who was a male writer , costume designer , and star of El Topo | [
"Alejandro Jodorowsky"
] | {
"entities": [
"Q263730",
"Q5",
"Q6581097",
"Q477782"
],
"relations": [
"P58",
"P31",
"P2515",
"P161",
"P21"
],
"adjacency": [
[
0,
1,
1
],
[
3,
3,
0
],
[
3,
2,
0
],
[
3,
0,
0
],
[
0,
4,
2
]
],
"entity_labels": [
"Alejandro Jodorowsky",
"human",
"male",
"El Topo"
],
"relation_labels": [
"screenwriter",
"instance of",
"costume designer",
"cast member",
"sex or gender"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
wd:Q477782 wdt:P161 ?x0 .
wd:Q477782 wdt:P2515 ?x0 .
wd:Q477782 wdt:P58 ?x0 .
?x0 wdt:P21 wd:Q6581097
} |
mcwq-231984 | Who was a male writer , costume designer , and star of The Holy Mountain and El Topo | [
"Alejandro Jodorowsky"
] | {
"entities": [
"Q5",
"Q1640076",
"Q477782",
"Q263730",
"Q6581097"
],
"relations": [
"P58",
"P31",
"P2515",
"P161",
"P21"
],
"adjacency": [
[
3,
1,
0
],
[
2,
3,
3
],
[
1,
3,
3
],
[
2,
2,
3
],
[
1,
2,
3
],
[
2,
0,
3
],
[
1,
0,
3
],
[
3,
4,
4
]
],
"entity_labels": [
"human",
"The Holy Mountain",
"El Topo",
"Alejandro Jodorowsky",
"male"
],
"relation_labels": [
"screenwriter",
"instance of",
"costume designer",
"cast member",
"sex or gender"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
wd:Q477782 wdt:P161 ?x0 .
wd:Q1640076 wdt:P161 ?x0 .
wd:Q477782 wdt:P2515 ?x0 .
wd:Q1640076 wdt:P2515 ?x0 .
wd:Q477782 wdt:P58 ?x0 .
wd:Q1640076 wdt:P58 ?x0 .
?x0 wdt:P21 wd:Q6581097
} |
mcwq-231988 | Who was a male writer , director , and composer of Inland Empire and Eraserhead | [
"David Lynch"
] | {
"entities": [
"Q862058",
"Q5",
"Q11618",
"Q2071",
"Q6581097"
],
"relations": [
"P57",
"P58",
"P31",
"P86",
"P21"
],
"adjacency": [
[
3,
2,
1
],
[
2,
0,
3
],
[
0,
0,
3
],
[
2,
3,
3
],
[
0,
3,
3
],
[
2,
1,
3
],
[
0,
1,
3
],
[
3,
4,
4
]
],
"entity_labels": [
"Inland Empire",
"human",
"Eraserhead",
"David Lynch",
"male"
],
"relation_labels": [
"director",
"screenwriter",
"instance of",
"composer",
"sex or gender"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
wd:Q11618 wdt:P57 ?x0 .
wd:Q862058 wdt:P57 ?x0 .
wd:Q11618 wdt:P86 ?x0 .
wd:Q862058 wdt:P86 ?x0 .
wd:Q11618 wdt:P58 ?x0 .
wd:Q862058 wdt:P58 ?x0 .
?x0 wdt:P21 wd:Q6581097
} |
mcwq-231992 | Who was a male writer , editor , cinematographer , executive producer , and star of The Waiting Room | [
"Zeki Demirkubuz"
] | {
"entities": [
"Q6084069",
"Q5",
"Q6581097",
"Q187261"
],
"relations": [
"P344",
"P58",
"P1431",
"P1040",
"P31",
"P161",
"P21"
],
"adjacency": [
[
3,
4,
1
],
[
0,
5,
3
],
[
0,
0,
3
],
[
0,
3,
3
],
[
0,
2,
3
],
[
0,
1,
3
],
[
3,
6,
2
]
],
"entity_labels": [
"The Waiting Room",
"human",
"male",
"Zeki Demirkubuz"
],
"relation_labels": [
"director of photography",
"screenwriter",
"executive producer",
"film editor",
"instance of",
"cast member",
"sex or gender"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
wd:Q6084069 wdt:P161 ?x0 .
wd:Q6084069 wdt:P344 ?x0 .
wd:Q6084069 wdt:P1040 ?x0 .
wd:Q6084069 wdt:P1431 ?x0 .
wd:Q6084069 wdt:P58 ?x0 .
?x0 wdt:P21 wd:Q6581097
} |
mcwq-231993 | Who was a male writer , editor , director , star , and costume designer of The Holy Mountain | [
"Alejandro Jodorowsky"
] | {
"entities": [
"Q6581097",
"Q263730",
"Q5",
"Q1640076"
],
"relations": [
"P57",
"P58",
"P31",
"P1040",
"P2515",
"P161",
"P21"
],
"adjacency": [
[
1,
2,
2
],
[
3,
5,
1
],
[
3,
0,
1
],
[
3,
3,
1
],
[
3,
4,
1
],
[
3,
1,
1
],
[
1,
6,
0
]
],
"entity_labels": [
"male",
"Alejandro Jodorowsky",
"human",
"The Holy Mountain"
],
"relation_labels": [
"director",
"screenwriter",
"instance of",
"film editor",
"costume designer",
"cast member",
"sex or gender"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
wd:Q1640076 wdt:P161 ?x0 .
wd:Q1640076 wdt:P57 ?x0 .
wd:Q1640076 wdt:P1040 ?x0 .
wd:Q1640076 wdt:P2515 ?x0 .
wd:Q1640076 wdt:P58 ?x0 .
?x0 wdt:P21 wd:Q6581097
} |
mcwq-231997 | Who was a male writer , executive producer , star , and cinematographer of Chinese Zodiac | [
"Jackie Chan"
] | {
"entities": [
"Q36970",
"Q6581097",
"Q391143",
"Q5"
],
"relations": [
"P344",
"P58",
"P1431",
"P31",
"P161",
"P21"
],
"adjacency": [
[
0,
3,
3
],
[
2,
4,
0
],
[
2,
0,
0
],
[
2,
2,
0
],
[
2,
1,
0
],
[
0,
5,
1
]
],
"entity_labels": [
"Jackie Chan",
"male",
"Chinese Zodiac",
"human"
],
"relation_labels": [
"director of photography",
"screenwriter",
"executive producer",
"instance of",
"cast member",
"sex or gender"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
wd:Q391143 wdt:P161 ?x0 .
wd:Q391143 wdt:P344 ?x0 .
wd:Q391143 wdt:P1431 ?x0 .
wd:Q391143 wdt:P58 ?x0 .
?x0 wdt:P21 wd:Q6581097
} |
mcwq-231999 | Who was a male writer , star , cinematographer , executive producer , and director of Chinese Zodiac | [
"Jackie Chan"
] | {
"entities": [
"Q36970",
"Q6581097",
"Q391143",
"Q5"
],
"relations": [
"P344",
"P57",
"P58",
"P1431",
"P31",
"P161",
"P21"
],
"adjacency": [
[
0,
4,
3
],
[
2,
5,
0
],
[
2,
0,
0
],
[
2,
1,
0
],
[
2,
3,
0
],
[
2,
2,
0
],
[
0,
6,
1
]
],
"entity_labels": [
"Jackie Chan",
"male",
"Chinese Zodiac",
"human"
],
"relation_labels": [
"director of photography",
"director",
"screenwriter",
"executive producer",
"instance of",
"cast member",
"sex or gender"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
wd:Q391143 wdt:P161 ?x0 .
wd:Q391143 wdt:P344 ?x0 .
wd:Q391143 wdt:P57 ?x0 .
wd:Q391143 wdt:P1431 ?x0 .
wd:Q391143 wdt:P58 ?x0 .
?x0 wdt:P21 wd:Q6581097
} |
mcwq-232000 | Who was a male writer , star , director , and costume designer of Hermitage | [
"Carmelo Bene"
] | {
"entities": [
"Q6581097",
"Q3785268",
"Q5",
"Q982519"
],
"relations": [
"P57",
"P58",
"P31",
"P2515",
"P161",
"P21"
],
"adjacency": [
[
3,
2,
2
],
[
1,
4,
3
],
[
1,
0,
3
],
[
1,
3,
3
],
[
1,
1,
3
],
[
3,
5,
0
]
],
"entity_labels": [
"male",
"Hermitage",
"human",
"Carmelo Bene"
],
"relation_labels": [
"director",
"screenwriter",
"instance of",
"costume designer",
"cast member",
"sex or gender"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
wd:Q3785268 wdt:P161 ?x0 .
wd:Q3785268 wdt:P57 ?x0 .
wd:Q3785268 wdt:P2515 ?x0 .
wd:Q3785268 wdt:P58 ?x0 .
?x0 wdt:P21 wd:Q6581097
} |
mcwq-232009 | Who was a parent of The Wind Rises 's Japanese cinematographer | [
"Katsuji Miyazaki"
] | {
"entities": [
"Q6378109",
"Q888131",
"Q5",
"Q55400",
"Q17"
],
"relations": [
"P344",
"P27",
"P40|wdt:P355",
"P31"
],
"adjacency": [
[
0,
3,
2
],
[
0,
2,
3
],
[
1,
0,
3
],
[
3,
1,
4
]
],
"entity_labels": [
"Katsuji Miyazaki",
"The Wind Rises",
"human",
"Hayao Miyazaki",
"Japan"
],
"relation_labels": [
"director of photography",
"country of citizenship",
"P40|wdt:P355",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P40|wdt:P355 ?x1 .
wd:Q888131 wdt:P344 ?x1 .
?x1 wdt:P27 wd:Q17
} |
mcwq-232010 | Who was a parent of The Rite 's Swedish star | [
"Karin Bergman",
"Karin Ek",
"Erik Bergman",
"Sverker Ek"
] | {
"entities": [
"Q1187530",
"Q5",
"Q490887",
"Q34",
"Q5629311"
],
"relations": [
"P27",
"P40|wdt:P355",
"P31",
"P161"
],
"adjacency": [
[
4,
2,
1
],
[
4,
1,
2
],
[
0,
3,
2
],
[
2,
0,
3
]
],
"entity_labels": [
"The Rite",
"human",
"Anders Ek",
"Sweden",
"Sverker Ek"
],
"relation_labels": [
"country of citizenship",
"P40|wdt:P355",
"instance of",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P40|wdt:P355 ?x1 .
wd:Q1187530 wdt:P161 ?x1 .
?x1 wdt:P27 wd:Q34
} |
mcwq-232011 | Who was a parent of Crazy - Completely Mad 's Dutch star | [
"André Carrell"
] | {
"entities": [
"Q29999",
"Q126035",
"Q5",
"Q15861027",
"Q1139278"
],
"relations": [
"P27",
"P40|wdt:P355",
"P31",
"P161"
],
"adjacency": [
[
3,
2,
2
],
[
3,
1,
1
],
[
4,
3,
1
],
[
1,
0,
0
]
],
"entity_labels": [
"Kingdom of the Netherlands",
"Rudi Carrell",
"human",
"André Carrell",
"Crazy - Completely Mad"
],
"relation_labels": [
"country of citizenship",
"P40|wdt:P355",
"instance of",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P40|wdt:P355 ?x1 .
wd:Q1139278 wdt:P161 ?x1 .
?x1 wdt:P27 wd:Q29999
} |
mcwq-232012 | Who was a parent of Studio Ghibli 's Japanese employee | [
"Katsuji Miyazaki"
] | {
"entities": [
"Q6378109",
"Q5",
"Q55400",
"Q17",
"Q182950"
],
"relations": [
"P27",
"P108",
"P40|wdt:P355",
"P31"
],
"adjacency": [
[
0,
3,
1
],
[
0,
2,
2
],
[
2,
1,
4
],
[
2,
0,
3
]
],
"entity_labels": [
"Katsuji Miyazaki",
"human",
"Hayao Miyazaki",
"Japan",
"Studio Ghibli"
],
"relation_labels": [
"country of citizenship",
"employer",
"P40|wdt:P355",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P40|wdt:P355 ?x1 .
?x1 wdt:P108 wd:Q182950 .
?x1 wdt:P27 wd:Q17
} |
mcwq-232014 | Who was a parent of A Flat for Three 's Italian writer | [
"Mario Verdone"
] | {
"entities": [
"Q924227",
"Q3849223",
"Q53046",
"Q5",
"Q38"
],
"relations": [
"P27",
"P58",
"P40|wdt:P355",
"P31"
],
"adjacency": [
[
1,
3,
3
],
[
1,
2,
2
],
[
0,
1,
2
],
[
2,
0,
4
]
],
"entity_labels": [
"A Flat for Three",
"Mario Verdone",
"Carlo Verdone",
"human",
"Italy"
],
"relation_labels": [
"country of citizenship",
"screenwriter",
"P40|wdt:P355",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P40|wdt:P355 ?x1 .
wd:Q924227 wdt:P58 ?x1 .
?x1 wdt:P27 wd:Q38
} |
mcwq-232015 | Who was a parent of Goal III: Taking on the World 's Mexican star | [
"Rafael Márquez Esqueda"
] | {
"entities": [
"Q186330",
"Q96",
"Q5",
"Q132134",
"Q2944324"
],
"relations": [
"P27",
"P40|wdt:P355",
"P31",
"P161"
],
"adjacency": [
[
4,
2,
2
],
[
4,
1,
0
],
[
3,
3,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"Rafael Márquez",
"Mexico",
"human",
"Goal III: Taking on the World",
"Rafael Márquez Esqueda"
],
"relation_labels": [
"country of citizenship",
"P40|wdt:P355",
"instance of",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P40|wdt:P355 ?x1 .
wd:Q132134 wdt:P161 ?x1 .
?x1 wdt:P27 wd:Q96
} |
mcwq-232018 | Who was a parent of a Japanese parent of Naruhito | [
"Kōjun",
"Hidesaburō Shōda",
"Fumiko Shōda",
"ETO"
] | {
"entities": [
"Q5",
"Q87610",
"Q217096",
"Q17",
"Q54779334"
],
"relations": [
"P27",
"P40|wdt:P355",
"P31"
],
"adjacency": [
[
4,
2,
0
],
[
4,
1,
1
],
[
1,
1,
2
],
[
1,
0,
3
]
],
"entity_labels": [
"human",
"Michiko",
"Naruhito",
"Japan",
"Fumiko Shōda"
],
"relation_labels": [
"country of citizenship",
"P40|wdt:P355",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P40|wdt:P355 ?x1 .
?x1 wdt:P40|wdt:P355 wd:Q217096 .
?x1 wdt:P27 wd:Q17
} |
mcwq-232046 | Who was a producer and composer of Nostra Signora dei Turchi | [
"Carmelo Bene"
] | {
"entities": [
"Q3878627",
"Q5",
"Q982519"
],
"relations": [
"P272",
"P86",
"P31"
],
"adjacency": [
[
2,
2,
1
],
[
0,
1,
2
],
[
0,
0,
2
]
],
"entity_labels": [
"Nostra Signora dei Turchi",
"human",
"Carmelo Bene"
],
"relation_labels": [
"production company",
"composer",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
wd:Q3878627 wdt:P86 ?x0 .
wd:Q3878627 wdt:P272 ?x0
} |
mcwq-232047 | Who was a producer and cinematographer of The Beastmaster | [
"Don Coscarelli"
] | {
"entities": [
"Q720360",
"Q813050",
"Q5"
],
"relations": [
"P272",
"P344",
"P31"
],
"adjacency": [
[
0,
2,
2
],
[
1,
1,
0
],
[
1,
0,
0
]
],
"entity_labels": [
"Don Coscarelli",
"The Beastmaster",
"human"
],
"relation_labels": [
"production company",
"director of photography",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
wd:Q813050 wdt:P344 ?x0 .
wd:Q813050 wdt:P272 ?x0
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.