id
stringlengths 11
13
| question
stringlengths 11
8.64k
| answers
sequence | subgraph
dict | sparql
stringlengths 49
483
|
---|---|---|---|---|
mcwq-232483 | Who was a sibling of Glasgow Caledonian University 's British employee | [
"Andrew Brown"
] | {
"entities": [
"Q145",
"Q5",
"Q10648",
"Q4756445",
"Q1353139"
],
"relations": [
"P27",
"P3373",
"P108",
"P31"
],
"adjacency": [
[
3,
3,
1
],
[
3,
1,
2
],
[
2,
2,
4
],
[
2,
0,
0
]
],
"entity_labels": [
"United Kingdom",
"human",
"Gordon Brown",
"Andrew Brown",
"Glasgow Caledonian University"
],
"relation_labels": [
"country of citizenship",
"sibling",
"employer",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P3373 ?x1 .
?x1 wdt:P108 wd:Q1353139 .
?x1 wdt:P27 wd:Q145 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-232484 | Who was a sibling of The Digital Village 's founder and employee | [
"Susan Adams"
] | {
"entities": [
"Q14623673",
"Q5",
"Q3520623",
"Q42"
],
"relations": [
"P3373",
"P108",
"P31",
"P112"
],
"adjacency": [
[
0,
2,
1
],
[
0,
0,
3
],
[
2,
3,
3
],
[
3,
1,
2
]
],
"entity_labels": [
"Susan Adams",
"human",
"The Digital Village",
"Douglas Adams"
],
"relation_labels": [
"sibling",
"employer",
"instance of",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P3373 ?x1 .
wd:Q3520623 wdt:P112 ?x1 .
?x1 wdt:P108 wd:Q3520623 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-232485 | Who was a sibling of Liu Shaoqi 's Chinese spouse | [
"Wang Guangying",
"Wang Guangfu",
"Wang Shiguang"
] | {
"entities": [
"Q272307",
"Q148",
"Q16988",
"Q5",
"Q9064696"
],
"relations": [
"P27",
"P3373",
"P26",
"P31"
],
"adjacency": [
[
4,
3,
3
],
[
4,
1,
0
],
[
0,
0,
1
],
[
0,
2,
2
]
],
"entity_labels": [
"Wang Guangmei",
"People's Republic of China",
"Liu Shaoqi",
"human",
"Wang Guangying"
],
"relation_labels": [
"country of citizenship",
"sibling",
"spouse",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P3373 ?x1 .
?x1 wdt:P27 wd:Q148 .
?x1 wdt:P26 wd:Q16988 .
FILTER ( ?x0 != ?x1 ) .
FILTER ( ?x1 != wd:Q16988 )
} |
mcwq-232486 | Who was a sibling of a Chinese writer of Let the Bullets Fly | [
"Jiang Wu"
] | {
"entities": [
"Q148",
"Q716069",
"Q5",
"Q2633399",
"Q6191594"
],
"relations": [
"P27",
"P3373",
"P58",
"P31"
],
"adjacency": [
[
4,
3,
2
],
[
4,
1,
1
],
[
3,
2,
1
],
[
1,
0,
0
]
],
"entity_labels": [
"People's Republic of China",
"Jiang Wen",
"human",
"Let the Bullets Fly",
"Jiang Wu"
],
"relation_labels": [
"country of citizenship",
"sibling",
"screenwriter",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P3373 ?x1 .
wd:Q2633399 wdt:P58 ?x1 .
?x1 wdt:P27 wd:Q148 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-232487 | Who was a sibling of a cinematographer and director of Suzanne's Career | [
"René Schérer"
] | {
"entities": [
"Q50764",
"Q374654",
"Q5",
"Q1213752"
],
"relations": [
"P344",
"P3373",
"P31",
"P57"
],
"adjacency": [
[
1,
2,
2
],
[
1,
1,
0
],
[
3,
0,
0
],
[
3,
3,
0
]
],
"entity_labels": [
"Éric Rohmer",
"René Schérer",
"human",
"Suzanne's Career"
],
"relation_labels": [
"director of photography",
"sibling",
"instance of",
"director"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P3373 ?x1 .
wd:Q1213752 wdt:P344 ?x1 .
wd:Q1213752 wdt:P57 ?x1 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-232490 | Who was a sibling of a costume designer of No label defined and No label defined | [
"Manon von Gerkan"
] | {
"entities": [
"Q57513595",
"Q109172",
"Q98113",
"Q5",
"Q57511331"
],
"relations": [
"P2515",
"P3373",
"P31"
],
"adjacency": [
[
2,
2,
3
],
[
2,
1,
1
],
[
4,
0,
1
],
[
0,
0,
1
]
],
"entity_labels": [
null,
"Florence von Gerkan",
"Manon von Gerkan",
"human",
null
],
"relation_labels": [
"costume designer",
"sibling",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P3373 ?x1 .
wd:Q57511331 wdt:P2515 ?x1 .
wd:Q57513595 wdt:P2515 ?x1 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-232491 | Who was a sibling of a costume designer of The Little Hut , Indiscreet , and Stage Fright | [
"Catherine Dior"
] | {
"entities": [
"Q159694",
"Q20639759",
"Q1462145",
"Q5",
"Q1218719",
"Q502530"
],
"relations": [
"P2515",
"P3373",
"P31"
],
"adjacency": [
[
1,
2,
3
],
[
1,
1,
0
],
[
4,
0,
0
],
[
2,
0,
0
],
[
5,
0,
0
]
],
"entity_labels": [
"Christian Dior",
"Catherine Dior",
"Indiscreet",
"human",
"The Little Hut",
"Stage Fright"
],
"relation_labels": [
"costume designer",
"sibling",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P3373 ?x1 .
wd:Q1218719 wdt:P2515 ?x1 .
wd:Q1462145 wdt:P2515 ?x1 .
wd:Q502530 wdt:P2515 ?x1 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-232492 | Who was a sibling of a director of What Did Jack Do? and Dune | [
"John Lynch",
"Martha Lynch Levacy"
] | {
"entities": [
"Q104373781",
"Q114819",
"Q5",
"Q83365219",
"Q2071"
],
"relations": [
"P3373",
"P31",
"P57"
],
"adjacency": [
[
0,
1,
2
],
[
0,
0,
4
],
[
3,
2,
4
],
[
1,
2,
4
]
],
"entity_labels": [
"John Lynch",
"Dune",
"human",
"What Did Jack Do?",
"David Lynch"
],
"relation_labels": [
"sibling",
"instance of",
"director"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P3373 ?x1 .
wd:Q83365219 wdt:P57 ?x1 .
wd:Q114819 wdt:P57 ?x1 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-232493 | Who was a sibling of a director of Anemic Cinema | [
"Suzanne Duchamp",
"Jacques Villon",
"Raymond Duchamp-Villon"
] | {
"entities": [
"Q5912",
"Q3620529",
"Q5",
"Q705282"
],
"relations": [
"P3373",
"P31",
"P57"
],
"adjacency": [
[
3,
1,
2
],
[
3,
0,
0
],
[
1,
2,
0
]
],
"entity_labels": [
"Marcel Duchamp",
"Anemic Cinema",
"human",
"Raymond Duchamp-Villon"
],
"relation_labels": [
"sibling",
"instance of",
"director"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P3373 ?x1 .
wd:Q3620529 wdt:P57 ?x1 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-232494 | Who was a sibling of a director , costume designer , and star of The Holy Mountain and El Topo | [
"Raquel Jodorowsky"
] | {
"entities": [
"Q5",
"Q1640076",
"Q477782",
"Q18418771",
"Q263730"
],
"relations": [
"P57",
"P31",
"P2515",
"P3373",
"P161"
],
"adjacency": [
[
3,
1,
0
],
[
3,
3,
4
],
[
2,
4,
4
],
[
1,
4,
4
],
[
2,
0,
4
],
[
1,
0,
4
],
[
2,
2,
4
],
[
1,
2,
4
]
],
"entity_labels": [
"human",
"The Holy Mountain",
"El Topo",
"Raquel Jodorowsky",
"Alejandro Jodorowsky"
],
"relation_labels": [
"director",
"instance of",
"costume designer",
"sibling",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P3373 ?x1 .
wd:Q477782 wdt:P161 ?x1 .
wd:Q1640076 wdt:P161 ?x1 .
wd:Q477782 wdt:P57 ?x1 .
wd:Q1640076 wdt:P57 ?x1 .
wd:Q477782 wdt:P2515 ?x1 .
wd:Q1640076 wdt:P2515 ?x1 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-232497 | Who was a sibling of a director , writer , and executive producer of 2012 | [
"Ute Emmerich"
] | {
"entities": [
"Q60100",
"Q2390812",
"Q5",
"Q184605"
],
"relations": [
"P57",
"P58",
"P1431",
"P31",
"P3373"
],
"adjacency": [
[
1,
3,
2
],
[
1,
4,
0
],
[
3,
0,
0
],
[
3,
2,
0
],
[
3,
1,
0
]
],
"entity_labels": [
"Roland Emmerich",
"Ute Emmerich",
"human",
"2012"
],
"relation_labels": [
"director",
"screenwriter",
"executive producer",
"instance of",
"sibling"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P3373 ?x1 .
wd:Q184605 wdt:P57 ?x1 .
wd:Q184605 wdt:P1431 ?x1 .
wd:Q184605 wdt:P58 ?x1 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-232500 | Who was a sibling of a female cinematographer of Disease of the Third Power | [
"Lucia Piussi"
] | {
"entities": [
"Q6581072",
"Q13537456",
"Q5",
"Q1085852",
"Q84116"
],
"relations": [
"P344",
"P3373",
"P21",
"P31"
],
"adjacency": [
[
3,
3,
2
],
[
3,
1,
4
],
[
1,
0,
4
],
[
4,
2,
0
]
],
"entity_labels": [
"female",
"Disease of the Third Power",
"human",
"Lucia Piussi",
"Zuzana Piussi"
],
"relation_labels": [
"director of photography",
"sibling",
"sex or gender",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P3373 ?x1 .
wd:Q13537456 wdt:P344 ?x1 .
?x1 wdt:P21 wd:Q6581072 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-232501 | Who was a sibling of a female director and cinematographer of Disease of the Third Power | [
"Lucia Piussi"
] | {
"entities": [
"Q6581072",
"Q13537456",
"Q5",
"Q1085852",
"Q84116"
],
"relations": [
"P344",
"P57",
"P31",
"P3373",
"P21"
],
"adjacency": [
[
3,
2,
2
],
[
3,
3,
4
],
[
1,
0,
4
],
[
1,
1,
4
],
[
4,
4,
0
]
],
"entity_labels": [
"female",
"Disease of the Third Power",
"human",
"Lucia Piussi",
"Zuzana Piussi"
],
"relation_labels": [
"director of photography",
"director",
"instance of",
"sibling",
"sex or gender"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P3373 ?x1 .
wd:Q13537456 wdt:P344 ?x1 .
wd:Q13537456 wdt:P57 ?x1 .
?x1 wdt:P21 wd:Q6581072 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-232502 | Who was a sibling of a female editor of No label defined and Factory | [
"Anna Leszczyńska"
] | {
"entities": [
"Q6581072",
"Q9127782",
"Q5",
"Q231674",
"Q3738141",
"Q289039"
],
"relations": [
"P3373",
"P21",
"P31",
"P1040"
],
"adjacency": [
[
5,
2,
2
],
[
5,
0,
3
],
[
4,
3,
3
],
[
1,
3,
3
],
[
3,
1,
0
]
],
"entity_labels": [
"female",
null,
"human",
"Marie Leszczyńska",
"Factory",
"Anna Leszczyńska"
],
"relation_labels": [
"sibling",
"sex or gender",
"instance of",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P3373 ?x1 .
wd:Q3738141 wdt:P1040 ?x1 .
wd:Q9127782 wdt:P1040 ?x1 .
?x1 wdt:P21 wd:Q6581072 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-232503 | Who was a sibling of a female spouse of Ptolemy XIII Theos Philopator | [
"Ptolemy XIII Theos Philopator",
"Arsinoe IV of Egypt",
"Ptolemy XIV of Egypt",
"Berenice IV of Egypt"
] | {
"entities": [
"Q6581072",
"Q635",
"Q40017",
"Q5",
"Q39938"
],
"relations": [
"P26",
"P3373",
"P21",
"P31"
],
"adjacency": [
[
2,
3,
3
],
[
2,
1,
1
],
[
1,
2,
0
],
[
1,
0,
4
]
],
"entity_labels": [
"female",
"Cleopatra",
"Ptolemy XIV of Egypt",
"human",
"Ptolemy XIII Theos Philopator"
],
"relation_labels": [
"spouse",
"sibling",
"sex or gender",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P3373 ?x1 .
?x1 wdt:P21 wd:Q6581072 .
?x1 wdt:P26 wd:Q39938 .
FILTER ( ?x0 != ?x1 ) .
FILTER ( ?x1 != wd:Q39938 )
} |
mcwq-232506 | Who was a sibling of a founder of Bloomberg Philanthropies and Bloomberg L.P. | [
"Marjorie Tiven"
] | {
"entities": [
"Q22339052",
"Q5",
"Q16987920",
"Q13977",
"Q607"
],
"relations": [
"P3373",
"P31",
"P112"
],
"adjacency": [
[
0,
1,
1
],
[
0,
0,
4
],
[
3,
2,
4
],
[
2,
2,
4
]
],
"entity_labels": [
"Marjorie Tiven",
"human",
"Bloomberg Philanthropies",
"Bloomberg L.P.",
"Michael Bloomberg"
],
"relation_labels": [
"sibling",
"instance of",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P3373 ?x1 .
wd:Q13977 wdt:P112 ?x1 .
wd:Q16987920 wdt:P112 ?x1 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-232507 | Who was a sibling of a founder of h2g2 | [
"Susan Adams"
] | {
"entities": [
"Q285194",
"Q14623673",
"Q5",
"Q42"
],
"relations": [
"P3373",
"P31",
"P112"
],
"adjacency": [
[
1,
1,
2
],
[
1,
0,
3
],
[
0,
2,
3
]
],
"entity_labels": [
"h2g2",
"Susan Adams",
"human",
"Douglas Adams"
],
"relation_labels": [
"sibling",
"instance of",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P3373 ?x1 .
wd:Q285194 wdt:P112 ?x1 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-232510 | Who was a sibling of a male founder of Culper Ring and Pittsburgh | [
"Betty Washington Lewis",
"Lawrence Washington",
"Augustine Washington Jr.",
"Charles Washington",
"John Augustine Washington",
"Samuel Washington",
"Mildred Washington",
"Butler Washington",
"Jane Washington"
] | {
"entities": [
"Q5",
"Q6581097",
"Q969817",
"Q23",
"Q1342",
"Q1143497"
],
"relations": [
"P3373",
"P21",
"P31",
"P112"
],
"adjacency": [
[
2,
2,
0
],
[
2,
0,
3
],
[
4,
3,
3
],
[
5,
3,
3
],
[
3,
1,
1
]
],
"entity_labels": [
"human",
"male",
"Lawrence Washington",
"George Washington",
"Pittsburgh",
"Culper Ring"
],
"relation_labels": [
"sibling",
"sex or gender",
"instance of",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P3373 ?x1 .
wd:Q1342 wdt:P112 ?x1 .
wd:Q1143497 wdt:P112 ?x1 .
?x1 wdt:P21 wd:Q6581097 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-232512 | Who was a sibling of a spouse of Xiaosanqian | [
"Yelü Zhongyuan",
"Yelü Yange",
"Yelü Gou'er",
"Yelü Wuge",
"Yelü Biegute",
"Yelü Cuiba",
"Yelü Changshou",
"Yelü Fobaonu",
"Yelü Dianni",
"Yelü Jiuge",
"Yelü Boshi",
"Yelü Shige",
"Yelü Saige",
"Yelü Taige",
"Yelü Taoge",
"Yelü Xingge",
"Yelü Shuogu",
"Yelü Yanmujin",
"Yelü Zongyuan",
"Yelü Bage"
] | {
"entities": [
"Q30941684",
"Q5005",
"Q8253326",
"Q5"
],
"relations": [
"P3373",
"P26",
"P31"
],
"adjacency": [
[
0,
2,
3
],
[
0,
0,
1
],
[
1,
1,
2
]
],
"entity_labels": [
"Yelü Bage",
"Emperor Xingzong of Liao",
"Xiaosanqian",
"human"
],
"relation_labels": [
"sibling",
"spouse",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P3373 ?x1 .
?x1 wdt:P26 wd:Q8253326 .
FILTER ( ?x0 != ?x1 ) .
FILTER ( ?x1 != wd:Q8253326 )
} |
mcwq-232513 | Who was a sibling of a star , director , and composer of The Great Dictator | [
"Sydney Chaplin",
"Wheeler Dryden"
] | {
"entities": [
"Q882",
"Q606780",
"Q109116",
"Q5"
],
"relations": [
"P57",
"P31",
"P3373",
"P161",
"P86"
],
"adjacency": [
[
1,
1,
3
],
[
1,
2,
0
],
[
2,
3,
0
],
[
2,
0,
0
],
[
2,
4,
0
]
],
"entity_labels": [
"Charlie Chaplin",
"Sydney Chaplin",
"The Great Dictator",
"human"
],
"relation_labels": [
"director",
"instance of",
"sibling",
"cast member",
"composer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P3373 ?x1 .
wd:Q109116 wdt:P161 ?x1 .
wd:Q109116 wdt:P57 ?x1 .
wd:Q109116 wdt:P86 ?x1 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-232514 | Who was a sibling of a writer of Head of State and Moonwalker | [
"Janet Jackson",
"La Toya Jackson",
"Rebbie Jackson",
"Jermaine Jackson",
"Marlon Jackson",
"Tito Jackson",
"Randy Jackson",
"Brandon Jackson",
"Jackie Jackson"
] | {
"entities": [
"Q44855",
"Q5",
"Q2831",
"Q1592282",
"Q44396"
],
"relations": [
"P3373",
"P58",
"P31"
],
"adjacency": [
[
0,
2,
1
],
[
0,
0,
2
],
[
4,
1,
2
],
[
3,
1,
2
]
],
"entity_labels": [
"Jackie Jackson",
"human",
"Michael Jackson",
"Head of State",
"Moonwalker"
],
"relation_labels": [
"sibling",
"screenwriter",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P3373 ?x1 .
wd:Q44396 wdt:P58 ?x1 .
wd:Q1592282 wdt:P58 ?x1 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-232518 | Who was a sibling of a composer of Ascanio in Alba and The Magic Flute | [
"Anna Mozart"
] | {
"entities": [
"Q5",
"Q254",
"Q721575",
"Q5064",
"Q157928"
],
"relations": [
"P86",
"P3373",
"P31"
],
"adjacency": [
[
4,
2,
0
],
[
4,
1,
1
],
[
2,
0,
1
],
[
3,
0,
1
]
],
"entity_labels": [
"human",
"Wolfgang Amadeus Mozart",
"Ascanio in Alba",
"The Magic Flute",
"Anna Mozart"
],
"relation_labels": [
"composer",
"sibling",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P3373 ?x1 .
wd:Q721575 wdt:P86 ?x1 .
wd:Q5064 wdt:P86 ?x1 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-232519 | Who was a sibling of a composer of Land der Berge, Land am Strome | [
"Anna Mozart"
] | {
"entities": [
"Q254",
"Q5",
"Q126658",
"Q157928"
],
"relations": [
"P86",
"P3373",
"P31"
],
"adjacency": [
[
3,
2,
1
],
[
3,
1,
0
],
[
2,
0,
0
]
],
"entity_labels": [
"Wolfgang Amadeus Mozart",
"human",
"Land der Berge, Land am Strome",
"Anna Mozart"
],
"relation_labels": [
"composer",
"sibling",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P3373 ?x1 .
wd:Q126658 wdt:P86 ?x1 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-232520 | Who was a sibling of a composer whose sibling married Nelma Sibelius | [
"Christian Sibelius"
] | {
"entities": [
"Q36834",
"Q11884174",
"Q45682",
"Q5",
"Q6175344"
],
"relations": [
"P106",
"P3373",
"P26",
"P31"
],
"adjacency": [
[
4,
3,
3
],
[
4,
1,
2
],
[
2,
0,
0
],
[
2,
1,
4
],
[
4,
2,
1
]
],
"entity_labels": [
"composer",
"Nelma Sibelius",
"Jean Sibelius",
"human",
"Christian Sibelius"
],
"relation_labels": [
"occupation",
"sibling",
"spouse",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P3373 ?x1 .
?x1 wdt:P106 wd:Q36834 .
?x1 wdt:P3373 ?x2 .
?x2 wdt:P26 wd:Q11884174 .
FILTER ( ?x0 != ?x1 ) .
FILTER ( ?x1 != ?x2 ) .
FILTER ( ?x2 != wd:Q11884174 )
} |
mcwq-232523 | Who was a sibling of a employee of Joseph II, Holy Roman Emperor | [
"Anna Mozart"
] | {
"entities": [
"Q254",
"Q5",
"Q76555",
"Q157928"
],
"relations": [
"P3373",
"P108",
"P31"
],
"adjacency": [
[
3,
2,
1
],
[
3,
0,
0
],
[
0,
1,
2
]
],
"entity_labels": [
"Wolfgang Amadeus Mozart",
"human",
"Joseph II, Holy Roman Emperor",
"Anna Mozart"
],
"relation_labels": [
"sibling",
"employer",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P3373 ?x1 .
?x1 wdt:P108 wd:Q76555 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-232531 | Who was a spouse and sibling of Cleopatra | [
"Ptolemy XIII Theos Philopator",
"Ptolemy XIV of Egypt"
] | {
"entities": [
"Q635",
"Q40017",
"Q5"
],
"relations": [
"P3373",
"P26",
"P31"
],
"adjacency": [
[
1,
2,
2
],
[
1,
0,
0
],
[
1,
1,
0
]
],
"entity_labels": [
"Cleopatra",
"Ptolemy XIV of Egypt",
"human"
],
"relation_labels": [
"sibling",
"spouse",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P3373 wd:Q635 .
?x0 wdt:P26 wd:Q635 .
FILTER ( ?x0 != wd:Q635 ) .
FILTER ( ?x0 != wd:Q635 )
} |
mcwq-232532 | Who was a spouse and sibling of Laodice III 's spouse | [
"Laodice III"
] | {
"entities": [
"Q237642",
"Q5",
"Q3365"
],
"relations": [
"P3373",
"P26",
"P31"
],
"adjacency": [
[
0,
2,
1
],
[
0,
0,
2
],
[
0,
1,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"Laodice III",
"human",
"Antiochus III the Great"
],
"relation_labels": [
"sibling",
"spouse",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P3373 ?x1 .
?x0 wdt:P26 ?x1 .
?x1 wdt:P26 wd:Q237642 .
FILTER ( ?x0 != ?x1 ) .
FILTER ( ?x0 != ?x1 ) .
FILTER ( ?x1 != wd:Q237642 )
} |
mcwq-232533 | Who was a spouse and sibling of Bintanath 's spouse and parent | [
"Henutmire"
] | {
"entities": [
"Q1523",
"Q443473",
"Q261213",
"Q5"
],
"relations": [
"P40|wdt:P355",
"P3373",
"P26",
"P31"
],
"adjacency": [
[
1,
3,
3
],
[
1,
1,
0
],
[
1,
2,
0
],
[
0,
0,
2
],
[
0,
2,
2
]
],
"entity_labels": [
"Ramesses II",
"Henutmire",
"Bintanath",
"human"
],
"relation_labels": [
"P40|wdt:P355",
"sibling",
"spouse",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P3373 ?x1 .
?x0 wdt:P26 ?x1 .
?x1 wdt:P40|wdt:P355 wd:Q261213 .
?x1 wdt:P26 wd:Q261213 .
FILTER ( ?x0 != ?x1 ) .
FILTER ( ?x0 != ?x1 ) .
FILTER ( ?x1 != wd:Q261213 )
} |
mcwq-232535 | Who was a spouse and sibling of Ptolemy XIII Theos Philopator 's sibling | [
"Cleopatra",
"Ptolemy XIII Theos Philopator",
"Ptolemy XIV of Egypt"
] | {
"entities": [
"Q635",
"Q39938",
"Q40017",
"Q5"
],
"relations": [
"P3373",
"P26",
"P31"
],
"adjacency": [
[
2,
2,
3
],
[
2,
0,
0
],
[
2,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"Cleopatra",
"Ptolemy XIII Theos Philopator",
"Ptolemy XIV of Egypt",
"human"
],
"relation_labels": [
"sibling",
"spouse",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P3373 ?x1 .
?x0 wdt:P26 ?x1 .
?x1 wdt:P3373 wd:Q39938 .
FILTER ( ?x0 != ?x1 ) .
FILTER ( ?x0 != ?x1 ) .
FILTER ( ?x1 != wd:Q39938 )
} |
mcwq-232536 | Who was a spouse and sibling of Great Hypostyle Hall 's founder | [
"Henutmire"
] | {
"entities": [
"Q1523",
"Q443473",
"Q5",
"Q3775633"
],
"relations": [
"P3373",
"P26",
"P31",
"P112"
],
"adjacency": [
[
1,
2,
2
],
[
1,
0,
0
],
[
1,
1,
0
],
[
3,
3,
0
]
],
"entity_labels": [
"Ramesses II",
"Henutmire",
"human",
"Great Hypostyle Hall"
],
"relation_labels": [
"sibling",
"spouse",
"instance of",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P3373 ?x1 .
?x0 wdt:P26 ?x1 .
wd:Q3775633 wdt:P112 ?x1 .
FILTER ( ?x0 != ?x1 ) .
FILTER ( ?x0 != ?x1 )
} |
mcwq-232541 | Who was a spouse and sibling of a spouse of Ptolemy XIII Theos Philopator | [
"Ptolemy XIII Theos Philopator",
"Ptolemy XIV of Egypt"
] | {
"entities": [
"Q635",
"Q39938",
"Q40017",
"Q5"
],
"relations": [
"P3373",
"P26",
"P31"
],
"adjacency": [
[
2,
2,
3
],
[
2,
0,
0
],
[
2,
1,
0
],
[
0,
1,
1
]
],
"entity_labels": [
"Cleopatra",
"Ptolemy XIII Theos Philopator",
"Ptolemy XIV of Egypt",
"human"
],
"relation_labels": [
"sibling",
"spouse",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P3373 ?x1 .
?x0 wdt:P26 ?x1 .
?x1 wdt:P26 wd:Q39938 .
FILTER ( ?x0 != ?x1 ) .
FILTER ( ?x0 != ?x1 ) .
FILTER ( ?x1 != wd:Q39938 )
} |
mcwq-232543 | Who was a spouse of The President's Mystery 's writer 's male employee | [
"Anna Wilmarth Ickes",
"Jane Dahlman"
] | {
"entities": [
"Q1400386",
"Q31854559",
"Q5",
"Q7758076",
"Q8007",
"Q6581097"
],
"relations": [
"P58",
"P31",
"P26",
"P108",
"P21"
],
"adjacency": [
[
1,
1,
2
],
[
1,
2,
0
],
[
0,
3,
4
],
[
0,
4,
5
],
[
3,
0,
4
]
],
"entity_labels": [
"Harold L. Ickes",
"Anna Wilmarth Ickes",
"human",
"The President's Mystery",
"Franklin Delano Roosevelt",
"male"
],
"relation_labels": [
"screenwriter",
"instance of",
"spouse",
"employer",
"sex or gender"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P26 ?x1 .
?x1 wdt:P108 ?x2 .
?x1 wdt:P21 wd:Q6581097 .
wd:Q7758076 wdt:P58 ?x2 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-232544 | Who was a spouse of Stimulantia 's cinematographer 's sibling | [
"Paul Britten Austin",
"Bogga Bergström"
] | {
"entities": [
"Q222633",
"Q7546",
"Q5",
"Q5586737",
"Q4938582"
],
"relations": [
"P344",
"P26",
"P31",
"P3373"
],
"adjacency": [
[
3,
2,
2
],
[
3,
1,
4
],
[
4,
3,
1
],
[
0,
0,
1
]
],
"entity_labels": [
"Stimulantia",
"Ingmar Bergman",
"human",
"Paul Britten Austin",
"Margareta Bergman"
],
"relation_labels": [
"director of photography",
"spouse",
"instance of",
"sibling"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P26 ?x1 .
?x1 wdt:P3373 ?x2 .
wd:Q222633 wdt:P344 ?x2 .
FILTER ( ?x0 != ?x1 ) .
FILTER ( ?x1 != ?x2 )
} |
mcwq-232545 | Who was a spouse of No label defined 's writer , costume designer , and cinematographer | [
"Iga Cembrzyńska"
] | {
"entities": [
"Q8220387",
"Q515077",
"Q5",
"Q9165155"
],
"relations": [
"P344",
"P58",
"P31",
"P2515",
"P26"
],
"adjacency": [
[
0,
2,
2
],
[
0,
4,
1
],
[
3,
0,
1
],
[
3,
3,
1
],
[
3,
1,
1
]
],
"entity_labels": [
"Iga Cembrzyńska",
"Andrzej Kondratiuk",
"human",
null
],
"relation_labels": [
"director of photography",
"screenwriter",
"instance of",
"costume designer",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P26 ?x1 .
wd:Q9165155 wdt:P344 ?x1 .
wd:Q9165155 wdt:P2515 ?x1 .
wd:Q9165155 wdt:P58 ?x1 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-232547 | Who was a spouse of Inland Empire 's cinematographer and composer | [
"Mary Sweeney",
"Peggy Reavey",
"Mary Fisk",
"Emily Stofle"
] | {
"entities": [
"Q2071",
"Q862058",
"Q5",
"Q62929023"
],
"relations": [
"P344",
"P86",
"P26",
"P31"
],
"adjacency": [
[
3,
3,
2
],
[
3,
2,
0
],
[
1,
0,
0
],
[
1,
1,
0
]
],
"entity_labels": [
"David Lynch",
"Inland Empire",
"human",
"Peggy Reavey"
],
"relation_labels": [
"director of photography",
"composer",
"spouse",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P26 ?x1 .
wd:Q862058 wdt:P344 ?x1 .
wd:Q862058 wdt:P86 ?x1 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-232548 | Who was a spouse of Théâtre de George Sand 's female founder | [
"Casimir Dudevant"
] | {
"entities": [
"Q6581072",
"Q46698216",
"Q5",
"Q3816",
"Q1047458"
],
"relations": [
"P26",
"P21",
"P31",
"P112"
],
"adjacency": [
[
4,
2,
2
],
[
4,
0,
3
],
[
1,
3,
3
],
[
3,
1,
0
]
],
"entity_labels": [
"female",
"Théâtre de George Sand",
"human",
"George Sand",
"Casimir Dudevant"
],
"relation_labels": [
"spouse",
"sex or gender",
"instance of",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P26 ?x1 .
wd:Q46698216 wdt:P112 ?x1 .
?x1 wdt:P21 wd:Q6581072 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-232550 | Who was a spouse of Doug Ford 's Canadian sibling | [
"Renata Ford"
] | {
"entities": [
"Q169303",
"Q39503985",
"Q5",
"Q5300478",
"Q16"
],
"relations": [
"P27",
"P26",
"P31",
"P3373"
],
"adjacency": [
[
1,
2,
2
],
[
1,
1,
0
],
[
0,
0,
4
],
[
0,
3,
3
]
],
"entity_labels": [
"Rob Ford",
"Renata Ford",
"human",
"Doug Ford",
"Canada"
],
"relation_labels": [
"country of citizenship",
"spouse",
"instance of",
"sibling"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P26 ?x1 .
?x1 wdt:P27 wd:Q16 .
?x1 wdt:P3373 wd:Q5300478 .
FILTER ( ?x0 != ?x1 ) .
FILTER ( ?x1 != wd:Q5300478 )
} |
mcwq-232551 | Who was a spouse of Bintanath 's parent and spouse | [
"Nefertari",
"Maathorneferure",
"Isetnofret",
"Meritamen",
"Bintanath",
"Henutmire",
"Nebettawy"
] | {
"entities": [
"Q1523",
"Q261213",
"Q460946",
"Q5"
],
"relations": [
"P26",
"P40|wdt:P355",
"P31"
],
"adjacency": [
[
2,
2,
3
],
[
2,
0,
0
],
[
0,
1,
1
],
[
0,
0,
1
]
],
"entity_labels": [
"Ramesses II",
"Bintanath",
"Nebettawy",
"human"
],
"relation_labels": [
"spouse",
"P40|wdt:P355",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P26 ?x1 .
?x1 wdt:P40|wdt:P355 wd:Q261213 .
?x1 wdt:P26 wd:Q261213 .
FILTER ( ?x0 != ?x1 ) .
FILTER ( ?x1 != wd:Q261213 )
} |
mcwq-232552 | Who was a spouse of Cruel, Cruel Love 's male writer | [
"Paulette Goddard",
"Oona O'Neill",
"Mildred Harris",
"Lita Grey"
] | {
"entities": [
"Q762380",
"Q95050",
"Q5",
"Q882",
"Q6581097"
],
"relations": [
"P26",
"P58",
"P31",
"P21"
],
"adjacency": [
[
1,
2,
2
],
[
1,
0,
3
],
[
0,
1,
3
],
[
3,
3,
4
]
],
"entity_labels": [
"Cruel, Cruel Love",
"Paulette Goddard",
"human",
"Charlie Chaplin",
"male"
],
"relation_labels": [
"spouse",
"screenwriter",
"instance of",
"sex or gender"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P26 ?x1 .
wd:Q762380 wdt:P58 ?x1 .
?x1 wdt:P21 wd:Q6581097 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-232553 | Who was a spouse of The Three-Cornered Hat 's male costume designer | [
"Jacqueline Roque",
"Olga Khokhlova",
"Françoise Gilot"
] | {
"entities": [
"Q5",
"Q1193029",
"Q5593",
"Q540665",
"Q6581097"
],
"relations": [
"P2515",
"P26",
"P21",
"P31"
],
"adjacency": [
[
3,
3,
0
],
[
3,
1,
2
],
[
1,
0,
2
],
[
2,
2,
4
]
],
"entity_labels": [
"human",
"The Three-Cornered Hat",
"Pablo Picasso",
"Françoise Gilot",
"male"
],
"relation_labels": [
"costume designer",
"spouse",
"sex or gender",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P26 ?x1 .
wd:Q1193029 wdt:P2515 ?x1 .
?x1 wdt:P21 wd:Q6581097 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-232554 | Who was a spouse of David Cecil, 6th Marquess of Exeter 's male sibling | [
"Edith Csanady de Telegd",
"Lillian Johnson"
] | {
"entities": [
"Q75357392",
"Q5",
"Q1628",
"Q6775132",
"Q6581097"
],
"relations": [
"P26",
"P21",
"P31",
"P3373"
],
"adjacency": [
[
0,
2,
1
],
[
0,
0,
3
],
[
3,
1,
4
],
[
3,
3,
2
]
],
"entity_labels": [
"Edith Csanady de Telegd",
"human",
"David Cecil, 6th Marquess of Exeter",
"Martin Cecil, 7th Marquess of Exeter",
"male"
],
"relation_labels": [
"spouse",
"sex or gender",
"instance of",
"sibling"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P26 ?x1 .
?x1 wdt:P21 wd:Q6581097 .
?x1 wdt:P3373 wd:Q1628 .
FILTER ( ?x0 != ?x1 ) .
FILTER ( ?x1 != wd:Q1628 )
} |
mcwq-232555 | Who was a spouse of Killer Joe 's male cinematographer | [
"Mary Jo Deschanel"
] | {
"entities": [
"Q49020",
"Q5",
"Q74643",
"Q1290421",
"Q6581097"
],
"relations": [
"P344",
"P26",
"P21",
"P31"
],
"adjacency": [
[
3,
3,
1
],
[
3,
1,
0
],
[
2,
0,
0
],
[
0,
2,
4
]
],
"entity_labels": [
"Caleb Deschanel",
"human",
"Killer Joe",
"Mary Jo Deschanel",
"male"
],
"relation_labels": [
"director of photography",
"spouse",
"sex or gender",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P26 ?x1 .
wd:Q74643 wdt:P344 ?x1 .
?x1 wdt:P21 wd:Q6581097 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-232559 | Who was a spouse of Culper Ring 's founder | [
"Martha Washington",
"Mary Floyd Tallmadge",
"Maria Hallett Tallmadge"
] | {
"entities": [
"Q23",
"Q5",
"Q1143497",
"Q191789"
],
"relations": [
"P26",
"P31",
"P112"
],
"adjacency": [
[
3,
1,
1
],
[
3,
0,
0
],
[
2,
2,
0
]
],
"entity_labels": [
"George Washington",
"human",
"Culper Ring",
"Martha Washington"
],
"relation_labels": [
"spouse",
"instance of",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P26 ?x1 .
wd:Q1143497 wdt:P112 ?x1 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-232560 | Who was a spouse of Elizabeth Smith-Stanley, Countess of Derby 's sibling | [
"Harriet Esten",
"Elizabeth Hamilton"
] | {
"entities": [
"Q1252199",
"Q18810759",
"Q5",
"Q4725"
],
"relations": [
"P26",
"P31",
"P3373"
],
"adjacency": [
[
1,
1,
2
],
[
1,
0,
0
],
[
0,
2,
3
]
],
"entity_labels": [
"Douglas Hamilton, 8th Duke of Hamilton",
"Harriet Esten",
"human",
"Elizabeth Smith-Stanley, Countess of Derby"
],
"relation_labels": [
"spouse",
"instance of",
"sibling"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P26 ?x1 .
?x1 wdt:P3373 wd:Q4725 .
FILTER ( ?x0 != ?x1 ) .
FILTER ( ?x1 != wd:Q4725 )
} |
mcwq-232562 | Who was a spouse of Ramesses II 's sibling and spouse | [
"Ramesses II"
] | {
"entities": [
"Q1523",
"Q443473",
"Q5"
],
"relations": [
"P26",
"P31",
"P3373"
],
"adjacency": [
[
0,
1,
2
],
[
0,
0,
1
],
[
1,
2,
0
],
[
1,
0,
0
]
],
"entity_labels": [
"Ramesses II",
"Henutmire",
"human"
],
"relation_labels": [
"spouse",
"instance of",
"sibling"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P26 ?x1 .
?x1 wdt:P3373 wd:Q1523 .
?x1 wdt:P26 wd:Q1523 .
FILTER ( ?x0 != ?x1 ) .
FILTER ( ?x1 != wd:Q1523 ) .
FILTER ( ?x1 != wd:Q1523 )
} |
mcwq-232563 | Who was a spouse of Hero 's Japanese costume designer | [
"Ben Wada",
"Ben Wada"
] | {
"entities": [
"Q95336045",
"Q260379",
"Q440027",
"Q5",
"Q17"
],
"relations": [
"P27",
"P2515",
"P26",
"P31"
],
"adjacency": [
[
0,
3,
3
],
[
0,
2,
2
],
[
1,
1,
2
],
[
2,
0,
4
]
],
"entity_labels": [
"Ben Wada",
"Hero",
"Emi Wada",
"human",
"Japan"
],
"relation_labels": [
"country of citizenship",
"costume designer",
"spouse",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P26 ?x1 .
wd:Q260379 wdt:P2515 ?x1 .
?x1 wdt:P27 wd:Q17 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-232565 | Who was a spouse of The Good Son 's prequel 's male cinematographer | [
"Helga Ballhaus",
"Sherry Hormann"
] | {
"entities": [
"Q2278451",
"Q62547",
"Q589713",
"Q5",
"Q1125442",
"Q6581097"
],
"relations": [
"P344",
"P31",
"P156",
"P26",
"P21"
],
"adjacency": [
[
0,
1,
3
],
[
0,
3,
1
],
[
4,
0,
1
],
[
1,
4,
5
],
[
4,
2,
2
]
],
"entity_labels": [
"Sherry Hormann",
"Michael Ballhaus",
"The Good Son",
"human",
"The Age of Innocence",
"male"
],
"relation_labels": [
"director of photography",
"instance of",
"followed by",
"spouse",
"sex or gender"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P26 ?x1 .
?x2 wdt:P344 ?x1 .
?x1 wdt:P21 wd:Q6581097 .
?x2 wdt:P156 wd:Q589713 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-232566 | Who was a spouse of Culper Ring 's male founder | [
"Martha Washington",
"Mary Floyd Tallmadge",
"Maria Hallett Tallmadge"
] | {
"entities": [
"Q1143497",
"Q5",
"Q23",
"Q6581097",
"Q191789"
],
"relations": [
"P26",
"P21",
"P31",
"P112"
],
"adjacency": [
[
4,
2,
1
],
[
4,
0,
2
],
[
0,
3,
2
],
[
2,
1,
3
]
],
"entity_labels": [
"Culper Ring",
"human",
"George Washington",
"male",
"Martha Washington"
],
"relation_labels": [
"spouse",
"sex or gender",
"instance of",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P26 ?x1 .
wd:Q1143497 wdt:P112 ?x1 .
?x1 wdt:P21 wd:Q6581097 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-232567 | Who was a spouse of Don't Look Now 's cinematographer and director | [
"Theresa Russell",
"Susan Stephen",
"Harriet Harper"
] | {
"entities": [
"Q660245",
"Q7648424",
"Q5",
"Q51541"
],
"relations": [
"P344",
"P26",
"P31",
"P57"
],
"adjacency": [
[
1,
2,
2
],
[
1,
1,
3
],
[
0,
0,
3
],
[
0,
3,
3
]
],
"entity_labels": [
"Don't Look Now",
"Susan Stephen",
"human",
"Nicolas Roeg"
],
"relation_labels": [
"director of photography",
"spouse",
"instance of",
"director"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P26 ?x1 .
wd:Q660245 wdt:P344 ?x1 .
wd:Q660245 wdt:P57 ?x1 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-232570 | Who was a spouse of Call Me Claus 's female producer | [
"Lyle Trachtenberg",
"David Claessen",
"Alvin Martin"
] | {
"entities": [
"Q49001",
"Q6581072",
"Q20966040",
"Q5",
"Q2238556"
],
"relations": [
"P272",
"P26",
"P21",
"P31"
],
"adjacency": [
[
2,
3,
3
],
[
2,
1,
0
],
[
4,
0,
0
],
[
0,
2,
1
]
],
"entity_labels": [
"Whoopi Goldberg",
"female",
"Lyle Trachtenberg",
"human",
"Call Me Claus"
],
"relation_labels": [
"production company",
"spouse",
"sex or gender",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P26 ?x1 .
wd:Q2238556 wdt:P272 ?x1 .
?x1 wdt:P21 wd:Q6581072 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-232573 | Who was a spouse of Franca Rame 's male spouse | [
"Franca Rame"
] | {
"entities": [
"Q444509",
"Q6581097",
"Q765",
"Q5"
],
"relations": [
"P26",
"P21",
"P31"
],
"adjacency": [
[
0,
2,
3
],
[
0,
0,
2
],
[
2,
1,
1
],
[
2,
0,
0
]
],
"entity_labels": [
"Franca Rame",
"male",
"Dario Fo",
"human"
],
"relation_labels": [
"spouse",
"sex or gender",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P26 ?x1 .
?x1 wdt:P21 wd:Q6581097 .
?x1 wdt:P26 wd:Q444509 .
FILTER ( ?x0 != ?x1 ) .
FILTER ( ?x1 != wd:Q444509 )
} |
mcwq-232576 | Who was a spouse of Killer Joe 's cinematographer | [
"Mary Jo Deschanel"
] | {
"entities": [
"Q1290421",
"Q49020",
"Q5",
"Q74643"
],
"relations": [
"P344",
"P26",
"P31"
],
"adjacency": [
[
0,
2,
2
],
[
0,
1,
1
],
[
3,
0,
1
]
],
"entity_labels": [
"Mary Jo Deschanel",
"Caleb Deschanel",
"human",
"Killer Joe"
],
"relation_labels": [
"director of photography",
"spouse",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P26 ?x1 .
wd:Q74643 wdt:P344 ?x1 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-232577 | Who was a spouse of The Whispers 's executive producer | [
"Kate Capshaw"
] | {
"entities": [
"Q40162",
"Q8877",
"Q5",
"Q16872886"
],
"relations": [
"P26",
"P1431",
"P31"
],
"adjacency": [
[
0,
2,
2
],
[
0,
0,
1
],
[
3,
1,
1
]
],
"entity_labels": [
"Kate Capshaw",
"Steven Spielberg",
"human",
"The Whispers"
],
"relation_labels": [
"spouse",
"executive producer",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P26 ?x1 .
wd:Q16872886 wdt:P1431 ?x1 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-232578 | Who was a spouse of Charles Ferdinand, Duke of Berry 's French Spanish parent | [
"Princess Maria Theresa of Savoy"
] | {
"entities": [
"Q233798",
"Q29",
"Q5",
"Q142",
"Q464657",
"Q7758"
],
"relations": [
"P27",
"P26",
"P40|wdt:P355",
"P31"
],
"adjacency": [
[
0,
3,
2
],
[
0,
1,
5
],
[
5,
2,
4
],
[
5,
0,
1
],
[
5,
0,
3
]
],
"entity_labels": [
"Princess Maria Theresa of Savoy",
"Spain",
"human",
"France",
"Prince Charles Ferdinand, Duke of Berry",
"Charles X of France"
],
"relation_labels": [
"country of citizenship",
"spouse",
"P40|wdt:P355",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P26 ?x1 .
?x1 wdt:P40|wdt:P355 wd:Q464657 .
?x1 wdt:P27 wd:Q29 .
?x1 wdt:P27 wd:Q142 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-232579 | Who was a spouse of Chinese Zodiac 's director , cinematographer , executive producer , and writer | [
"Lin Feng-jiao"
] | {
"entities": [
"Q717669",
"Q36970",
"Q391143",
"Q5"
],
"relations": [
"P344",
"P57",
"P58",
"P1431",
"P31",
"P26"
],
"adjacency": [
[
0,
4,
3
],
[
0,
5,
1
],
[
2,
0,
1
],
[
2,
1,
1
],
[
2,
3,
1
],
[
2,
2,
1
]
],
"entity_labels": [
"Lin Feng-jiao",
"Jackie Chan",
"Chinese Zodiac",
"human"
],
"relation_labels": [
"director of photography",
"director",
"screenwriter",
"executive producer",
"instance of",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P26 ?x1 .
wd:Q391143 wdt:P344 ?x1 .
wd:Q391143 wdt:P57 ?x1 .
wd:Q391143 wdt:P1431 ?x1 .
wd:Q391143 wdt:P58 ?x1 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-232580 | Who was a spouse of Ponyo on the Cliff by the Sea 's executive producer , editor , director , and writer | [
"Akemi Ōta"
] | {
"entities": [
"Q236728",
"Q55400",
"Q2828975",
"Q5"
],
"relations": [
"P57",
"P58",
"P1431",
"P1040",
"P31",
"P26"
],
"adjacency": [
[
2,
4,
3
],
[
2,
5,
1
],
[
0,
0,
1
],
[
0,
3,
1
],
[
0,
2,
1
],
[
0,
1,
1
]
],
"entity_labels": [
"Ponyo on the Cliff by the Sea",
"Hayao Miyazaki",
"Akemi Ōta",
"human"
],
"relation_labels": [
"director",
"screenwriter",
"executive producer",
"film editor",
"instance of",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P26 ?x1 .
wd:Q236728 wdt:P57 ?x1 .
wd:Q236728 wdt:P1040 ?x1 .
wd:Q236728 wdt:P1431 ?x1 .
wd:Q236728 wdt:P58 ?x1 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-232582 | Who was a spouse of El Topo 's costume designer and composer | [
"Pascale Montandon-Jodorowsky",
"Valérie Tremblay",
"Bernardette Landru"
] | {
"entities": [
"Q108748844",
"Q263730",
"Q5",
"Q477782"
],
"relations": [
"P86",
"P26",
"P2515",
"P31"
],
"adjacency": [
[
0,
3,
2
],
[
0,
1,
1
],
[
3,
0,
1
],
[
3,
2,
1
]
],
"entity_labels": [
"Pascale Montandon-Jodorowsky",
"Alejandro Jodorowsky",
"human",
"El Topo"
],
"relation_labels": [
"composer",
"spouse",
"costume designer",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P26 ?x1 .
wd:Q477782 wdt:P86 ?x1 .
wd:Q477782 wdt:P2515 ?x1 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-232583 | Who was a spouse of Filth and Wisdom 's female executive producer | [
"Sean Penn"
] | {
"entities": [
"Q6581072",
"Q1744",
"Q44221",
"Q5",
"Q946478"
],
"relations": [
"P26",
"P1431",
"P31",
"P21"
],
"adjacency": [
[
2,
2,
3
],
[
2,
0,
1
],
[
4,
1,
1
],
[
1,
3,
0
]
],
"entity_labels": [
"female",
"Madonna",
"Sean Penn",
"human",
"Filth and Wisdom"
],
"relation_labels": [
"spouse",
"executive producer",
"instance of",
"sex or gender"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P26 ?x1 .
wd:Q946478 wdt:P1431 ?x1 .
?x1 wdt:P21 wd:Q6581072 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-232584 | Who was a spouse of Vertigo 's costume designer | [
"Wiard Ihnen"
] | {
"entities": [
"Q234961",
"Q202548",
"Q5",
"Q261615"
],
"relations": [
"P2515",
"P26",
"P31"
],
"adjacency": [
[
3,
2,
2
],
[
3,
1,
0
],
[
1,
0,
0
]
],
"entity_labels": [
"Edith Head",
"Vertigo",
"human",
"Wiard Ihnen"
],
"relation_labels": [
"costume designer",
"spouse",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P26 ?x1 .
wd:Q202548 wdt:P2515 ?x1 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-232586 | Who was a spouse of Cleopatra 's spouse and sibling | [
"Cleopatra"
] | {
"entities": [
"Q635",
"Q40017",
"Q5"
],
"relations": [
"P26",
"P31",
"P3373"
],
"adjacency": [
[
0,
1,
2
],
[
0,
0,
1
],
[
1,
2,
0
],
[
1,
0,
0
]
],
"entity_labels": [
"Cleopatra",
"Ptolemy XIV of Egypt",
"human"
],
"relation_labels": [
"spouse",
"instance of",
"sibling"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P26 ?x1 .
?x1 wdt:P3373 wd:Q635 .
?x1 wdt:P26 wd:Q635 .
FILTER ( ?x0 != ?x1 ) .
FILTER ( ?x1 != wd:Q635 ) .
FILTER ( ?x1 != wd:Q635 )
} |
mcwq-232588 | Who was a spouse of Come, Sweet Death 's Japanese composer | [
"Moyoco Anno"
] | {
"entities": [
"Q11687329",
"Q23261",
"Q5",
"Q38842",
"Q17"
],
"relations": [
"P27",
"P86",
"P26",
"P31"
],
"adjacency": [
[
3,
3,
2
],
[
3,
2,
1
],
[
0,
1,
1
],
[
1,
0,
4
]
],
"entity_labels": [
"Come, Sweet Death",
"Hideaki Anno",
"human",
"Moyoco Anno",
"Japan"
],
"relation_labels": [
"country of citizenship",
"composer",
"spouse",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P26 ?x1 .
wd:Q11687329 wdt:P86 ?x1 .
?x1 wdt:P27 wd:Q17 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-232589 | Who was a spouse of Evangelion: 1.0 You Are (Not) Alone 's distributor 's employee and founder | [
"Moyoco Anno"
] | {
"entities": [
"Q23261",
"Q5",
"Q38842",
"Q1203676",
"Q579209"
],
"relations": [
"P31",
"P26",
"P108",
"P112",
"P750"
],
"adjacency": [
[
2,
0,
1
],
[
2,
1,
0
],
[
3,
3,
0
],
[
0,
2,
3
],
[
4,
4,
3
]
],
"entity_labels": [
"Hideaki Anno",
"human",
"Moyoco Anno",
"Khara",
"Evangelion: 1.0 You Are (Not) Alone"
],
"relation_labels": [
"instance of",
"spouse",
"employer",
"founded by",
"distributed by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P26 ?x1 .
?x2 wdt:P112 ?x1 .
?x1 wdt:P108 ?x2 .
wd:Q579209 wdt:P750 ?x2 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-232590 | Who was a spouse of Coco Austin | [
"Ice-T"
] | {
"entities": [
"Q814",
"Q309941",
"Q5"
],
"relations": [
"P26",
"P31"
],
"adjacency": [
[
1,
1,
2
],
[
1,
0,
0
]
],
"entity_labels": [
"Coco Austin",
"Ice-T",
"human"
],
"relation_labels": [
"spouse",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P26 wd:Q814 .
FILTER ( ?x0 != wd:Q814 )
} |
mcwq-232591 | Who was a spouse of George Orwell 's female sibling | [
"Humphrey Burns Dakin",
"William Dunn"
] | {
"entities": [
"Q6581072",
"Q5",
"Q3335",
"Q96085757",
"Q96085758"
],
"relations": [
"P26",
"P21",
"P31",
"P3373"
],
"adjacency": [
[
4,
2,
1
],
[
4,
0,
3
],
[
3,
1,
0
],
[
3,
3,
2
]
],
"entity_labels": [
"female",
"human",
"George Orwell",
"Marjorie Frances Blair",
"Humphrey Burns Dakin"
],
"relation_labels": [
"spouse",
"sex or gender",
"instance of",
"sibling"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P26 ?x1 .
?x1 wdt:P21 wd:Q6581072 .
?x1 wdt:P3373 wd:Q3335 .
FILTER ( ?x0 != ?x1 ) .
FILTER ( ?x1 != wd:Q3335 )
} |
mcwq-232596 | Who was a spouse of Way of the Dragon 's director 's sibling | [
"Mary Cheung",
"Eunice Lam",
"Sylvia Lai"
] | {
"entities": [
"Q7346798",
"Q462409",
"Q16397",
"Q5",
"Q11117136"
],
"relations": [
"P57",
"P26",
"P31",
"P3373"
],
"adjacency": [
[
4,
2,
3
],
[
4,
1,
0
],
[
0,
3,
2
],
[
1,
0,
2
]
],
"entity_labels": [
"Robert Lee",
"Way of the Dragon",
"Bruce Lee",
"human",
"Sylvia Lai"
],
"relation_labels": [
"director",
"spouse",
"instance of",
"sibling"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P26 ?x1 .
?x1 wdt:P3373 ?x2 .
wd:Q462409 wdt:P57 ?x2 .
FILTER ( ?x0 != ?x1 ) .
FILTER ( ?x1 != ?x2 )
} |
mcwq-232597 | Who was a spouse of Day of the Fight 's cinematographer and editor | [
"Christiane Kubrick",
"Ruth Sobotka"
] | {
"entities": [
"Q2001",
"Q450030",
"Q426628",
"Q5"
],
"relations": [
"P344",
"P26",
"P31",
"P1040"
],
"adjacency": [
[
1,
2,
3
],
[
1,
1,
0
],
[
2,
0,
0
],
[
2,
3,
0
]
],
"entity_labels": [
"Stanley Kubrick",
"Christiane Kubrick",
"Day of the Fight",
"human"
],
"relation_labels": [
"director of photography",
"spouse",
"instance of",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P26 ?x1 .
wd:Q426628 wdt:P344 ?x1 .
wd:Q426628 wdt:P1040 ?x1 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-232598 | Who was a spouse of Inland Empire 's cinematographer , composer , editor , and director | [
"Mary Sweeney",
"Peggy Reavey",
"Mary Fisk",
"Emily Stofle"
] | {
"entities": [
"Q2071",
"Q862058",
"Q5",
"Q62929023"
],
"relations": [
"P344",
"P57",
"P31",
"P1040",
"P26",
"P86"
],
"adjacency": [
[
3,
2,
2
],
[
3,
4,
0
],
[
1,
0,
0
],
[
1,
1,
0
],
[
1,
3,
0
],
[
1,
5,
0
]
],
"entity_labels": [
"David Lynch",
"Inland Empire",
"human",
"Peggy Reavey"
],
"relation_labels": [
"director of photography",
"director",
"instance of",
"film editor",
"spouse",
"composer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P26 ?x1 .
wd:Q862058 wdt:P344 ?x1 .
wd:Q862058 wdt:P57 ?x1 .
wd:Q862058 wdt:P1040 ?x1 .
wd:Q862058 wdt:P86 ?x1 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-232599 | Who was a spouse of Normandie - Niémen 's female writer | [
"Louis Aragon"
] | {
"entities": [
"Q6581072",
"Q4137",
"Q4128",
"Q5",
"Q1582584"
],
"relations": [
"P26",
"P58",
"P31",
"P21"
],
"adjacency": [
[
2,
2,
3
],
[
2,
0,
1
],
[
4,
1,
1
],
[
1,
3,
0
]
],
"entity_labels": [
"female",
"Elsa Triolet",
"Louis Aragon",
"human",
"Normandie - Niémen"
],
"relation_labels": [
"spouse",
"screenwriter",
"instance of",
"sex or gender"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P26 ?x1 .
wd:Q1582584 wdt:P58 ?x1 .
?x1 wdt:P21 wd:Q6581072 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-232600 | Who was a spouse of Cruel, Cruel Love 's writer | [
"Paulette Goddard",
"Oona O'Neill",
"Mildred Harris",
"Lita Grey"
] | {
"entities": [
"Q762380",
"Q95050",
"Q5",
"Q882"
],
"relations": [
"P26",
"P58",
"P31"
],
"adjacency": [
[
1,
2,
2
],
[
1,
0,
3
],
[
0,
1,
3
]
],
"entity_labels": [
"Cruel, Cruel Love",
"Paulette Goddard",
"human",
"Charlie Chaplin"
],
"relation_labels": [
"spouse",
"screenwriter",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P26 ?x1 .
wd:Q762380 wdt:P58 ?x1 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-232601 | Who was a spouse of Song of the Thin Man 's prequel 's female costume designer | [
"F. Richard Jones"
] | {
"entities": [
"Q6581072",
"Q145245",
"Q120626",
"Q5",
"Q1198499",
"Q3062967"
],
"relations": [
"P31",
"P2515",
"P156",
"P26",
"P21"
],
"adjacency": [
[
5,
0,
3
],
[
5,
3,
1
],
[
4,
1,
1
],
[
1,
4,
0
],
[
4,
2,
2
]
],
"entity_labels": [
"female",
"Irene Lentz",
"Song of the Thin Man",
"human",
"The Thin Man Goes Home",
"F. Richard Jones"
],
"relation_labels": [
"instance of",
"costume designer",
"followed by",
"spouse",
"sex or gender"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P26 ?x1 .
?x2 wdt:P2515 ?x1 .
?x1 wdt:P21 wd:Q6581072 .
?x2 wdt:P156 wd:Q120626 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-232605 | Who was a spouse of The Floorwalker 's editor | [
"Paulette Goddard",
"Oona O'Neill",
"Mildred Harris",
"Lita Grey"
] | {
"entities": [
"Q166739",
"Q882",
"Q95050",
"Q5"
],
"relations": [
"P26",
"P31",
"P1040"
],
"adjacency": [
[
2,
1,
3
],
[
2,
0,
1
],
[
0,
2,
1
]
],
"entity_labels": [
"The Floorwalker",
"Charlie Chaplin",
"Paulette Goddard",
"human"
],
"relation_labels": [
"spouse",
"instance of",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P26 ?x1 .
wd:Q166739 wdt:P1040 ?x1 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-232609 | Who was a spouse of a Spanish director of Revista de Tropas Coloniales | [
"María del Carmen Polo Martínez-Valdés",
"Genoveva Martí Tovar"
] | {
"entities": [
"Q29",
"Q5",
"Q943785",
"Q29179",
"Q29908568"
],
"relations": [
"P27",
"P26",
"P31",
"P57"
],
"adjacency": [
[
2,
2,
1
],
[
2,
1,
3
],
[
4,
3,
3
],
[
3,
0,
0
]
],
"entity_labels": [
"Spain",
"human",
"María del Carmen Polo Martínez-Valdés",
"Francisco Franco",
"Revista de Tropas Coloniales"
],
"relation_labels": [
"country of citizenship",
"spouse",
"instance of",
"director"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P26 ?x1 .
wd:Q29908568 wdt:P57 ?x1 .
?x1 wdt:P27 wd:Q29 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-232612 | Who was a spouse of a cinematographer and star of The Battle of San Pietro | [
"Evelyn Keyes",
"Enrica Soma",
"Celeste Shane",
"Lesley Black",
"Dorothy Harvey"
] | {
"entities": [
"Q51575",
"Q1216011",
"Q5",
"Q75579557"
],
"relations": [
"P344",
"P26",
"P31",
"P161"
],
"adjacency": [
[
3,
2,
2
],
[
3,
1,
0
],
[
1,
3,
0
],
[
1,
0,
0
]
],
"entity_labels": [
"John Huston",
"The Battle of San Pietro",
"human",
"Celeste Shane"
],
"relation_labels": [
"director of photography",
"spouse",
"instance of",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P26 ?x1 .
wd:Q1216011 wdt:P161 ?x1 .
wd:Q1216011 wdt:P344 ?x1 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-232613 | Who was a spouse of a cinematographer of Jack Reacher and The Patriot | [
"Mary Jo Deschanel"
] | {
"entities": [
"Q646633",
"Q49020",
"Q5",
"Q1290421",
"Q590252"
],
"relations": [
"P344",
"P26",
"P31"
],
"adjacency": [
[
3,
2,
2
],
[
3,
1,
1
],
[
4,
0,
1
],
[
0,
0,
1
]
],
"entity_labels": [
"The Patriot",
"Caleb Deschanel",
"human",
"Mary Jo Deschanel",
"Jack Reacher"
],
"relation_labels": [
"director of photography",
"spouse",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P26 ?x1 .
wd:Q590252 wdt:P344 ?x1 .
wd:Q646633 wdt:P344 ?x1 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-232614 | Who was a spouse of a cinematographer , director , writer , and composer of Once Upon a Time in Mexico | [
"Elizabeth Avellán Ochoa"
] | {
"entities": [
"Q47284",
"Q93853",
"Q465517",
"Q5"
],
"relations": [
"P344",
"P57",
"P58",
"P31",
"P26",
"P86"
],
"adjacency": [
[
2,
3,
3
],
[
2,
4,
0
],
[
1,
0,
0
],
[
1,
1,
0
],
[
1,
5,
0
],
[
1,
2,
0
]
],
"entity_labels": [
"Robert Rodriguez",
"Once Upon a Time in Mexico",
"Elizabeth Avellán Ochoa",
"human"
],
"relation_labels": [
"director of photography",
"director",
"screenwriter",
"instance of",
"spouse",
"composer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P26 ?x1 .
wd:Q93853 wdt:P344 ?x1 .
wd:Q93853 wdt:P57 ?x1 .
wd:Q93853 wdt:P86 ?x1 .
wd:Q93853 wdt:P58 ?x1 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-232615 | Who was a spouse of a costume designer of Vertigo | [
"Wiard Ihnen"
] | {
"entities": [
"Q234961",
"Q202548",
"Q5",
"Q261615"
],
"relations": [
"P2515",
"P26",
"P31"
],
"adjacency": [
[
3,
2,
2
],
[
3,
1,
0
],
[
1,
0,
0
]
],
"entity_labels": [
"Edith Head",
"Vertigo",
"human",
"Wiard Ihnen"
],
"relation_labels": [
"costume designer",
"spouse",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P26 ?x1 .
wd:Q202548 wdt:P2515 ?x1 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-232618 | Who was a spouse of a founder and employee of The Digital Village | [
"Jane Belson"
] | {
"entities": [
"Q42",
"Q5",
"Q3520623",
"Q14623681"
],
"relations": [
"P26",
"P108",
"P31",
"P112"
],
"adjacency": [
[
3,
2,
1
],
[
3,
0,
0
],
[
2,
3,
0
],
[
0,
1,
2
]
],
"entity_labels": [
"Douglas Adams",
"human",
"The Digital Village",
"Jane Belson"
],
"relation_labels": [
"spouse",
"employer",
"instance of",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P26 ?x1 .
wd:Q3520623 wdt:P112 ?x1 .
?x1 wdt:P108 wd:Q3520623 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-232619 | Who was a spouse of a founder and employee of Fandom and Bomis | [
"Kate Garvey",
"Pamela Green",
"Christine Rohan"
] | {
"entities": [
"Q21476704",
"Q935818",
"Q17459",
"Q5",
"Q181"
],
"relations": [
"P26",
"P108",
"P31",
"P112"
],
"adjacency": [
[
0,
2,
3
],
[
0,
0,
4
],
[
1,
3,
4
],
[
2,
3,
4
],
[
4,
1,
1
],
[
4,
1,
2
]
],
"entity_labels": [
"Christine Rohan",
"Bomis",
"Fandom",
"human",
"Jimmy Wales"
],
"relation_labels": [
"spouse",
"employer",
"instance of",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P26 ?x1 .
wd:Q935818 wdt:P112 ?x1 .
wd:Q17459 wdt:P112 ?x1 .
?x1 wdt:P108 wd:Q935818 .
?x1 wdt:P108 wd:Q17459 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-232620 | Who was a spouse of a founder of Dirección de Inteligencia Nacional | [
"Lucía Hiriart"
] | {
"entities": [
"Q2287542",
"Q545054",
"Q5",
"Q368"
],
"relations": [
"P26",
"P31",
"P112"
],
"adjacency": [
[
0,
1,
2
],
[
0,
0,
3
],
[
1,
2,
3
]
],
"entity_labels": [
"Lucía Hiriart",
"Dirección de Inteligencia Nacional",
"human",
"Augusto Pinochet"
],
"relation_labels": [
"spouse",
"instance of",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P26 ?x1 .
wd:Q545054 wdt:P112 ?x1 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-232621 | Who was a spouse of a male founder of The Digital Village and h2g2 | [
"Jane Belson"
] | {
"entities": [
"Q285194",
"Q5",
"Q42",
"Q3520623",
"Q6581097",
"Q14623681"
],
"relations": [
"P26",
"P21",
"P31",
"P112"
],
"adjacency": [
[
5,
2,
1
],
[
5,
0,
2
],
[
0,
3,
2
],
[
3,
3,
2
],
[
2,
1,
4
]
],
"entity_labels": [
"h2g2",
"human",
"Douglas Adams",
"The Digital Village",
"male",
"Jane Belson"
],
"relation_labels": [
"spouse",
"sex or gender",
"instance of",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P26 ?x1 .
wd:Q285194 wdt:P112 ?x1 .
wd:Q3520623 wdt:P112 ?x1 .
?x1 wdt:P21 wd:Q6581097 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-232622 | Who was a spouse of a male sibling of Band of Brothers 's director | [
"Karen Praxel"
] | {
"entities": [
"Q5",
"Q64702064",
"Q2263",
"Q725250",
"Q208048",
"Q6581097"
],
"relations": [
"P57",
"P31",
"P3373",
"P26",
"P21"
],
"adjacency": [
[
1,
1,
0
],
[
1,
3,
3
],
[
3,
4,
5
],
[
3,
2,
2
],
[
4,
0,
2
]
],
"entity_labels": [
"human",
"Karen Praxel",
"Tom Hanks",
"Jim Hanks",
"Band of Brothers",
"male"
],
"relation_labels": [
"director",
"instance of",
"sibling",
"spouse",
"sex or gender"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P26 ?x1 .
?x1 wdt:P21 wd:Q6581097 .
?x1 wdt:P3373 ?x2 .
wd:Q208048 wdt:P57 ?x2 .
FILTER ( ?x0 != ?x1 ) .
FILTER ( ?x1 != ?x2 )
} |
mcwq-232623 | Who was a spouse of a sibling and spouse of Cleopatra | [
"Cleopatra"
] | {
"entities": [
"Q635",
"Q40017",
"Q5"
],
"relations": [
"P26",
"P31",
"P3373"
],
"adjacency": [
[
0,
1,
2
],
[
0,
0,
1
],
[
1,
2,
0
],
[
1,
0,
0
]
],
"entity_labels": [
"Cleopatra",
"Ptolemy XIV of Egypt",
"human"
],
"relation_labels": [
"spouse",
"instance of",
"sibling"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P26 ?x1 .
?x1 wdt:P3373 wd:Q635 .
?x1 wdt:P26 wd:Q635 .
FILTER ( ?x0 != ?x1 ) .
FILTER ( ?x1 != wd:Q635 ) .
FILTER ( ?x1 != wd:Q635 )
} |
mcwq-232624 | Who was a spouse of a sibling of David Cecil, 6th Marquess of Exeter | [
"Edith Csanady de Telegd",
"Lillian Johnson"
] | {
"entities": [
"Q75357392",
"Q1628",
"Q6775132",
"Q5"
],
"relations": [
"P26",
"P31",
"P3373"
],
"adjacency": [
[
0,
1,
3
],
[
0,
0,
2
],
[
2,
2,
1
]
],
"entity_labels": [
"Edith Csanady de Telegd",
"David Cecil, 6th Marquess of Exeter",
"Martin Cecil, 7th Marquess of Exeter",
"human"
],
"relation_labels": [
"spouse",
"instance of",
"sibling"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P26 ?x1 .
?x1 wdt:P3373 wd:Q1628 .
FILTER ( ?x0 != ?x1 ) .
FILTER ( ?x1 != wd:Q1628 )
} |
mcwq-232625 | Who was a spouse of a sibling of Edith Tolkien 's spouse | [
"Magdalen Matthews"
] | {
"entities": [
"Q76335497",
"Q82052",
"Q10295543",
"Q892",
"Q5"
],
"relations": [
"P26",
"P31",
"P3373"
],
"adjacency": [
[
0,
1,
4
],
[
0,
0,
2
],
[
2,
2,
3
],
[
3,
0,
1
]
],
"entity_labels": [
"Magdalen Matthews",
"Edith Tolkien",
"Hilary Arthur Reuel Tolkien",
"J. R. R. Tolkien",
"human"
],
"relation_labels": [
"spouse",
"instance of",
"sibling"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P26 ?x1 .
?x1 wdt:P3373 ?x2 .
?x2 wdt:P26 wd:Q82052 .
FILTER ( ?x0 != ?x1 ) .
FILTER ( ?x1 != ?x2 ) .
FILTER ( ?x2 != wd:Q82052 )
} |
mcwq-232626 | Who was a spouse of a spouse of Xiaosanqian | [
"Xiaosanqian",
"Xiao Tali",
"Xiao Shi"
] | {
"entities": [
"Q8254121",
"Q5005",
"Q8253326",
"Q5"
],
"relations": [
"P26",
"P31"
],
"adjacency": [
[
0,
1,
3
],
[
0,
0,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"Xiao Tali",
"Emperor Xingzong of Liao",
"Xiaosanqian",
"human"
],
"relation_labels": [
"spouse",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P26 ?x1 .
?x1 wdt:P26 wd:Q8253326 .
FILTER ( ?x0 != ?x1 ) .
FILTER ( ?x1 != wd:Q8253326 )
} |
mcwq-232627 | Who was a spouse of a writer of Cruel, Cruel Love | [
"Paulette Goddard",
"Oona O'Neill",
"Mildred Harris",
"Lita Grey"
] | {
"entities": [
"Q762380",
"Q95050",
"Q5",
"Q882"
],
"relations": [
"P26",
"P58",
"P31"
],
"adjacency": [
[
1,
2,
2
],
[
1,
0,
3
],
[
0,
1,
3
]
],
"entity_labels": [
"Cruel, Cruel Love",
"Paulette Goddard",
"human",
"Charlie Chaplin"
],
"relation_labels": [
"spouse",
"screenwriter",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P26 ?x1 .
wd:Q762380 wdt:P58 ?x1 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-232628 | Who was a spouse of a writer of Modern Times and Shanghaied | [
"Paulette Goddard",
"Oona O'Neill",
"Mildred Harris",
"Lita Grey"
] | {
"entities": [
"Q921678",
"Q45602",
"Q95050",
"Q5",
"Q882"
],
"relations": [
"P26",
"P58",
"P31"
],
"adjacency": [
[
2,
2,
3
],
[
2,
0,
4
],
[
0,
1,
4
],
[
1,
1,
4
]
],
"entity_labels": [
"Shanghaied",
"Modern Times",
"Paulette Goddard",
"human",
"Charlie Chaplin"
],
"relation_labels": [
"spouse",
"screenwriter",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P26 ?x1 .
wd:Q921678 wdt:P58 ?x1 .
wd:Q45602 wdt:P58 ?x1 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-232631 | Who was a spouse of a American cinematographer and director of The Battle of Midway | [
"Mary McBride Smith"
] | {
"entities": [
"Q51114",
"Q30",
"Q5",
"Q1795389",
"Q108709353"
],
"relations": [
"P344",
"P57",
"P31",
"P27",
"P26"
],
"adjacency": [
[
4,
2,
2
],
[
4,
4,
0
],
[
3,
0,
0
],
[
3,
1,
0
],
[
0,
3,
1
]
],
"entity_labels": [
"John Ford",
"United States of America",
"human",
"The Battle of Midway",
"Mary McBride Smith"
],
"relation_labels": [
"director of photography",
"director",
"instance of",
"country of citizenship",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P26 ?x1 .
wd:Q1795389 wdt:P344 ?x1 .
wd:Q1795389 wdt:P57 ?x1 .
?x1 wdt:P27 wd:Q30 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-232634 | Who was a spouse of a composer , director , and producer of Nostra Signora dei Turchi | [
"Raffaella Baracchi"
] | {
"entities": [
"Q982519",
"Q3878627",
"Q5",
"Q748116"
],
"relations": [
"P272",
"P57",
"P31",
"P26",
"P86"
],
"adjacency": [
[
3,
2,
2
],
[
3,
3,
0
],
[
1,
1,
0
],
[
1,
4,
0
],
[
1,
0,
0
]
],
"entity_labels": [
"Carmelo Bene",
"Nostra Signora dei Turchi",
"human",
"Raffaella Baracchi"
],
"relation_labels": [
"production company",
"director",
"instance of",
"spouse",
"composer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P26 ?x1 .
wd:Q3878627 wdt:P57 ?x1 .
wd:Q3878627 wdt:P86 ?x1 .
wd:Q3878627 wdt:P272 ?x1 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-232635 | Who was a spouse of a editor and cinematographer of Once Upon a Time in Mexico and Spy Kids 2: The Island of Lost Dreams | [
"Elizabeth Avellán Ochoa"
] | {
"entities": [
"Q465517",
"Q5",
"Q93853",
"Q47284",
"Q549908"
],
"relations": [
"P344",
"P26",
"P31",
"P1040"
],
"adjacency": [
[
0,
2,
1
],
[
0,
1,
3
],
[
2,
0,
3
],
[
4,
0,
3
],
[
2,
3,
3
],
[
4,
3,
3
]
],
"entity_labels": [
"Elizabeth Avellán Ochoa",
"human",
"Once Upon a Time in Mexico",
"Robert Rodriguez",
"Spy Kids 2: The Island of Lost Dreams"
],
"relation_labels": [
"director of photography",
"spouse",
"instance of",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P26 ?x1 .
wd:Q93853 wdt:P344 ?x1 .
wd:Q549908 wdt:P344 ?x1 .
wd:Q93853 wdt:P1040 ?x1 .
wd:Q549908 wdt:P1040 ?x1 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-232636 | Who was a spouse of a editor of The Floorwalker | [
"Paulette Goddard",
"Oona O'Neill",
"Mildred Harris",
"Lita Grey"
] | {
"entities": [
"Q166739",
"Q882",
"Q95050",
"Q5"
],
"relations": [
"P26",
"P31",
"P1040"
],
"adjacency": [
[
2,
1,
3
],
[
2,
0,
1
],
[
0,
2,
1
]
],
"entity_labels": [
"The Floorwalker",
"Charlie Chaplin",
"Paulette Goddard",
"human"
],
"relation_labels": [
"spouse",
"instance of",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P26 ?x1 .
wd:Q166739 wdt:P1040 ?x1 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-232637 | Who was a spouse of a employee and founder of The Digital Village | [
"Jane Belson"
] | {
"entities": [
"Q42",
"Q5",
"Q3520623",
"Q14623681"
],
"relations": [
"P26",
"P108",
"P31",
"P112"
],
"adjacency": [
[
3,
2,
1
],
[
3,
0,
0
],
[
2,
3,
0
],
[
0,
1,
2
]
],
"entity_labels": [
"Douglas Adams",
"human",
"The Digital Village",
"Jane Belson"
],
"relation_labels": [
"spouse",
"employer",
"instance of",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P26 ?x1 .
wd:Q3520623 wdt:P112 ?x1 .
?x1 wdt:P108 wd:Q3520623 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-232638 | Who was a spouse of a employee of Collegium Musicum | [
"Anna Magdalena Bach",
"Maria Barbara Bach"
] | {
"entities": [
"Q1339",
"Q5",
"Q117540",
"Q57212"
],
"relations": [
"P26",
"P108",
"P31"
],
"adjacency": [
[
3,
2,
1
],
[
3,
0,
0
],
[
0,
1,
2
]
],
"entity_labels": [
"Johann Sebastian Bach",
"human",
"Collegium Musicum",
"Anna Magdalena Bach"
],
"relation_labels": [
"spouse",
"employer",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P26 ?x1 .
?x1 wdt:P108 wd:Q117540 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-232639 | Who was a spouse of a employee of Charles University , Bern , ETH Zürich , and Humboldt University of Berlin | [
"Elsa Einstein",
"Mileva Marić"
] | {
"entities": [
"Q31519",
"Q152087",
"Q5",
"Q11942",
"Q76346",
"Q70",
"Q937"
],
"relations": [
"P26",
"P108",
"P31"
],
"adjacency": [
[
4,
2,
2
],
[
4,
0,
6
],
[
6,
1,
0
],
[
6,
1,
1
],
[
6,
1,
5
],
[
6,
1,
3
]
],
"entity_labels": [
"Charles University",
"Humboldt University of Berlin",
"human",
"ETH Zürich",
"Mileva Marić",
"Bern",
"Albert Einstein"
],
"relation_labels": [
"spouse",
"employer",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P26 ?x1 .
?x1 wdt:P108 wd:Q31519 .
?x1 wdt:P108 wd:Q152087 .
?x1 wdt:P108 wd:Q70 .
?x1 wdt:P108 wd:Q11942 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-232640 | Who was a star and composer of Magical Mystery Tour | [
"John Lennon"
] | {
"entities": [
"Q901203",
"Q1203",
"Q5"
],
"relations": [
"P86",
"P31",
"P161"
],
"adjacency": [
[
1,
1,
2
],
[
0,
2,
1
],
[
0,
0,
1
]
],
"entity_labels": [
"Magical Mystery Tour",
"John Lennon",
"human"
],
"relation_labels": [
"composer",
"instance of",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
wd:Q901203 wdt:P161 ?x0 .
wd:Q901203 wdt:P86 ?x0
} |
mcwq-232641 | Who was a star and composer of Year of the Horse and Paradox | [
"Neil Young"
] | {
"entities": [
"Q1753426",
"Q50803889",
"Q5",
"Q633"
],
"relations": [
"P86",
"P31",
"P161"
],
"adjacency": [
[
3,
1,
2
],
[
1,
2,
3
],
[
0,
2,
3
],
[
1,
0,
3
],
[
0,
0,
3
]
],
"entity_labels": [
"Year of the Horse",
"Paradox",
"human",
"Neil Young"
],
"relation_labels": [
"composer",
"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
} |
mcwq-232642 | Who was a star and cinematographer of Full Metal Jacket and Day of the Fight | [
"Stanley Kubrick"
] | {
"entities": [
"Q426628",
"Q243439",
"Q2001",
"Q5"
],
"relations": [
"P344",
"P31",
"P161"
],
"adjacency": [
[
2,
1,
3
],
[
1,
2,
2
],
[
0,
2,
2
],
[
1,
0,
2
],
[
0,
0,
2
]
],
"entity_labels": [
"Day of the Fight",
"Full Metal Jacket",
"Stanley Kubrick",
"human"
],
"relation_labels": [
"director of photography",
"instance of",
"cast member"
]
} | 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
} |
mcwq-232643 | Who was a star and cinematographer of Chinese Zodiac | [
"Jackie Chan"
] | {
"entities": [
"Q36970",
"Q391143",
"Q5"
],
"relations": [
"P344",
"P31",
"P161"
],
"adjacency": [
[
0,
1,
2
],
[
1,
2,
0
],
[
1,
0,
0
]
],
"entity_labels": [
"Jackie Chan",
"Chinese Zodiac",
"human"
],
"relation_labels": [
"director of photography",
"instance of",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
wd:Q391143 wdt:P161 ?x0 .
wd:Q391143 wdt:P344 ?x0
} |
mcwq-232644 | Who was a star and cinematographer of Sin City , The Adventures of Sharkboy and Lavagirl in 3-D , and Planet Terror | [
"Robert Rodriguez"
] | {
"entities": [
"Q1165050",
"Q656357",
"Q5",
"Q192115",
"Q47284"
],
"relations": [
"P344",
"P31",
"P161"
],
"adjacency": [
[
4,
1,
2
],
[
1,
2,
4
],
[
3,
2,
4
],
[
0,
2,
4
],
[
1,
0,
4
],
[
3,
0,
4
],
[
0,
0,
4
]
],
"entity_labels": [
"Planet Terror",
"The Adventures of Sharkboy and Lavagirl in 3-D",
"human",
"Sin City",
"Robert Rodriguez"
],
"relation_labels": [
"director of photography",
"instance of",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
wd:Q656357 wdt:P161 ?x0 .
wd:Q192115 wdt:P161 ?x0 .
wd:Q1165050 wdt:P161 ?x0 .
wd:Q656357 wdt:P344 ?x0 .
wd:Q192115 wdt:P344 ?x0 .
wd:Q1165050 wdt:P344 ?x0
} |
mcwq-232646 | Who was a star and costume designer of Going Up and Broadway After Dark | [
"Mervyn LeRoy"
] | {
"entities": [
"Q30898855",
"Q103788",
"Q2313774",
"Q5"
],
"relations": [
"P2515",
"P31",
"P161"
],
"adjacency": [
[
1,
1,
3
],
[
2,
2,
1
],
[
0,
2,
1
],
[
2,
0,
1
],
[
0,
0,
1
]
],
"entity_labels": [
"Going Up",
"Mervyn LeRoy",
"Broadway After Dark",
"human"
],
"relation_labels": [
"costume designer",
"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
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.