id
stringlengths 11
13
| question
stringlengths 11
8.64k
| answers
sequence | subgraph
dict | sparql
stringlengths 49
483
|
---|---|---|---|---|
mcwq-132363 | What Dutch actor was Thelma 's composer | [
"Keren Ann"
] | {
"entities": [
"Q775207",
"Q29999",
"Q262294",
"Q33999"
],
"relations": [
"P106",
"P27",
"P86"
],
"adjacency": [
[
2,
0,
3
],
[
0,
2,
2
],
[
2,
1,
1
]
],
"entity_labels": [
"Thelma",
"Kingdom of the Netherlands",
"Keren Ann",
"actor"
],
"relation_labels": [
"occupation",
"country of citizenship",
"composer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q775207 wdt:P86 ?x0 .
?x0 wdt:P27 wd:Q29999
} |
mcwq-132368 | What Dutch actor was a star and editor of New Kids Turbo | [
"Flip van der Kuil"
] | {
"entities": [
"Q29999",
"Q1964614",
"Q33999",
"Q1428901"
],
"relations": [
"P106",
"P27",
"P1040",
"P161"
],
"adjacency": [
[
3,
0,
2
],
[
1,
3,
3
],
[
1,
2,
3
],
[
3,
1,
0
]
],
"entity_labels": [
"Kingdom of the Netherlands",
"New Kids Turbo",
"actor",
"Flip van der Kuil"
],
"relation_labels": [
"occupation",
"country of citizenship",
"film editor",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q1964614 wdt:P161 ?x0 .
wd:Q1964614 wdt:P1040 ?x0 .
?x0 wdt:P27 wd:Q29999
} |
mcwq-132369 | What Dutch actor was employed by RTL | [
"Sylvie Meis",
"Linda de Mol",
"Tooske Ragas"
] | {
"entities": [
"Q546836",
"Q29999",
"Q33999",
"Q155702"
],
"relations": [
"P106",
"P27",
"P108"
],
"adjacency": [
[
0,
0,
2
],
[
0,
2,
3
],
[
0,
1,
1
]
],
"entity_labels": [
"Tooske Ragas",
"Kingdom of the Netherlands",
"actor",
"RTL"
],
"relation_labels": [
"occupation",
"country of citizenship",
"employer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P108 wd:Q155702 .
?x0 wdt:P27 wd:Q29999
} |
mcwq-132372 | What Dutch actor whose child directed No label defined and Wij, Alexander was Rimko Haanstra 's parent | [
"Bert Haanstra"
] | {
"entities": [
"Q29999",
"Q33999",
"Q13571203",
"Q2526305",
"Q827371",
"Q2009208"
],
"relations": [
"P106",
"P27",
"P40|wdt:P355",
"P57"
],
"adjacency": [
[
4,
0,
1
],
[
4,
2,
3
],
[
4,
2,
3
],
[
4,
1,
0
],
[
2,
3,
3
],
[
5,
3,
3
]
],
"entity_labels": [
"Kingdom of the Netherlands",
"actor",
null,
"Rimko Haanstra",
"Bert Haanstra",
"Wij, Alexander"
],
"relation_labels": [
"occupation",
"country of citizenship",
"P40|wdt:P355",
"director"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P40|wdt:P355 ?x1 .
?x0 wdt:P40|wdt:P355 wd:Q2526305 .
?x0 wdt:P27 wd:Q29999 .
wd:Q13571203 wdt:P57 ?x1 .
wd:Q2009208 wdt:P57 ?x1
} |
mcwq-132373 | What Dutch actor wrote Splitting up | [
"Herman van Veen"
] | {
"entities": [
"Q20991424",
"Q29999",
"Q33999",
"Q503717"
],
"relations": [
"P106",
"P27",
"P58"
],
"adjacency": [
[
3,
0,
2
],
[
0,
2,
3
],
[
3,
1,
1
]
],
"entity_labels": [
"Splitting up",
"Kingdom of the Netherlands",
"actor",
"Herman van Veen"
],
"relation_labels": [
"occupation",
"country of citizenship",
"screenwriter"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q20991424 wdt:P58 ?x0 .
?x0 wdt:P27 wd:Q29999
} |
mcwq-132374 | What Dutch actor wrote and directed AmnesiA , Winter in Wartime , and Brimstone | [
"Martin Koolhoven"
] | {
"entities": [
"Q29999",
"Q33999",
"Q19571121",
"Q794431",
"Q461191",
"Q2120324"
],
"relations": [
"P27",
"P106",
"P57",
"P58"
],
"adjacency": [
[
4,
1,
1
],
[
3,
2,
4
],
[
5,
2,
4
],
[
2,
2,
4
],
[
3,
3,
4
],
[
5,
3,
4
],
[
2,
3,
4
],
[
4,
0,
0
]
],
"entity_labels": [
"Kingdom of the Netherlands",
"actor",
"Brimstone",
"Winter in Wartime",
"Martin Koolhoven",
"AmnesiA"
],
"relation_labels": [
"country of citizenship",
"occupation",
"director",
"screenwriter"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q794431 wdt:P57 ?x0 .
wd:Q2120324 wdt:P57 ?x0 .
wd:Q19571121 wdt:P57 ?x0 .
wd:Q794431 wdt:P58 ?x0 .
wd:Q2120324 wdt:P58 ?x0 .
wd:Q19571121 wdt:P58 ?x0 .
?x0 wdt:P27 wd:Q29999
} |
mcwq-132375 | What Dutch composer did No label defined star | [
"Armin van Buuren"
] | {
"entities": [
"Q29999",
"Q2454505",
"Q36834",
"Q62617"
],
"relations": [
"P106",
"P27",
"P161"
],
"adjacency": [
[
3,
0,
2
],
[
1,
2,
3
],
[
3,
1,
0
]
],
"entity_labels": [
"Kingdom of the Netherlands",
null,
"composer",
"Armin van Buuren"
],
"relation_labels": [
"occupation",
"country of citizenship",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
wd:Q2454505 wdt:P161 ?x0 .
?x0 wdt:P27 wd:Q29999
} |
mcwq-132376 | What Dutch composer did Remon Stotijn marry | [
"Anouk"
] | {
"entities": [
"Q29999",
"Q46087",
"Q36834",
"Q385704"
],
"relations": [
"P106",
"P27",
"P26"
],
"adjacency": [
[
1,
0,
2
],
[
1,
1,
0
],
[
1,
2,
3
]
],
"entity_labels": [
"Kingdom of the Netherlands",
"Anouk",
"composer",
"Remon Stotijn"
],
"relation_labels": [
"occupation",
"country of citizenship",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
?x0 wdt:P27 wd:Q29999 .
?x0 wdt:P26 wd:Q385704 .
FILTER ( ?x0 != wd:Q385704 )
} |
mcwq-132379 | What Dutch composer executive produced De Lift | [
"Dick Maas"
] | {
"entities": [
"Q1209738",
"Q29999",
"Q36834",
"Q116426"
],
"relations": [
"P106",
"P27",
"P1431"
],
"adjacency": [
[
0,
0,
2
],
[
3,
2,
0
],
[
0,
1,
1
]
],
"entity_labels": [
"Dick Maas",
"Kingdom of the Netherlands",
"composer",
"De Lift"
],
"relation_labels": [
"occupation",
"country of citizenship",
"executive producer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
wd:Q116426 wdt:P1431 ?x0 .
?x0 wdt:P27 wd:Q29999
} |
mcwq-132380 | What Dutch composer married Remon Stotijn | [
"Anouk"
] | {
"entities": [
"Q29999",
"Q46087",
"Q36834",
"Q385704"
],
"relations": [
"P106",
"P27",
"P26"
],
"adjacency": [
[
1,
0,
2
],
[
1,
1,
0
],
[
1,
2,
3
]
],
"entity_labels": [
"Kingdom of the Netherlands",
"Anouk",
"composer",
"Remon Stotijn"
],
"relation_labels": [
"occupation",
"country of citizenship",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
?x0 wdt:P27 wd:Q29999 .
?x0 wdt:P26 wd:Q385704 .
FILTER ( ?x0 != wd:Q385704 )
} |
mcwq-132381 | What Dutch composer of Both Ends Burning was a film 's editor | [
"Edwin Brienen"
] | {
"entities": [
"Q29999",
"Q320567",
"Q1797302",
"Q11424",
"Q894704"
],
"relations": [
"P86",
"P27",
"P31",
"P1040"
],
"adjacency": [
[
2,
3,
1
],
[
4,
0,
1
],
[
1,
1,
0
],
[
2,
2,
3
]
],
"entity_labels": [
"Kingdom of the Netherlands",
"Edwin Brienen",
null,
"film",
"Both Ends Burning"
],
"relation_labels": [
"composer",
"country of citizenship",
"instance of",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
?x1 wdt:P1040 ?x0 .
wd:Q894704 wdt:P86 ?x0 .
?x0 wdt:P27 wd:Q29999 .
?x1 wdt:P31 wd:Q11424 } |
mcwq-132383 | What Dutch composer wrote Splitting up | [
"Herman van Veen"
] | {
"entities": [
"Q20991424",
"Q29999",
"Q503717",
"Q36834"
],
"relations": [
"P106",
"P27",
"P58"
],
"adjacency": [
[
2,
0,
3
],
[
0,
2,
2
],
[
2,
1,
1
]
],
"entity_labels": [
"Splitting up",
"Kingdom of the Netherlands",
"Herman van Veen",
"composer"
],
"relation_labels": [
"occupation",
"country of citizenship",
"screenwriter"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
wd:Q20991424 wdt:P58 ?x0 .
?x0 wdt:P27 wd:Q29999
} |
mcwq-132385 | What Dutch cinematographer did Monique van de Ven marry | [
"Jan de Bont"
] | {
"entities": [
"Q29999",
"Q468259",
"Q376107",
"Q222344"
],
"relations": [
"P106",
"P27",
"P26"
],
"adjacency": [
[
2,
0,
3
],
[
2,
1,
0
],
[
2,
2,
1
]
],
"entity_labels": [
"Kingdom of the Netherlands",
"Monique van de Ven",
"Jan de Bont",
"cinematographer"
],
"relation_labels": [
"occupation",
"country of citizenship",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q222344 .
?x0 wdt:P27 wd:Q29999 .
?x0 wdt:P26 wd:Q468259 .
FILTER ( ?x0 != wd:Q468259 )
} |
mcwq-132386 | What Dutch cinematographer directed Death Race 2 | [
"Roel Reiné"
] | {
"entities": [
"Q543733",
"Q29999",
"Q670551",
"Q222344"
],
"relations": [
"P27",
"P106",
"P57"
],
"adjacency": [
[
0,
1,
3
],
[
2,
2,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"Roel Reiné",
"Kingdom of the Netherlands",
"Death Race 2",
"cinematographer"
],
"relation_labels": [
"country of citizenship",
"occupation",
"director"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q222344 .
wd:Q670551 wdt:P57 ?x0 .
?x0 wdt:P27 wd:Q29999
} |
mcwq-132388 | What Dutch cinematographer directed The Haunting , Twister , and Speed | [
"Jan de Bont"
] | {
"entities": [
"Q29999",
"Q222344",
"Q683663",
"Q786019",
"Q376107",
"Q108006"
],
"relations": [
"P27",
"P106",
"P57"
],
"adjacency": [
[
4,
1,
1
],
[
5,
2,
4
],
[
2,
2,
4
],
[
3,
2,
4
],
[
4,
0,
0
]
],
"entity_labels": [
"Kingdom of the Netherlands",
"cinematographer",
"Twister",
"The Haunting",
"Jan de Bont",
"Speed"
],
"relation_labels": [
"country of citizenship",
"occupation",
"director"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q222344 .
wd:Q108006 wdt:P57 ?x0 .
wd:Q683663 wdt:P57 ?x0 .
wd:Q786019 wdt:P57 ?x0 .
?x0 wdt:P27 wd:Q29999
} |
mcwq-132389 | What Dutch cinematographer edited The Family of Chimps | [
"Bert Haanstra"
] | {
"entities": [
"Q2238758",
"Q29999",
"Q827371",
"Q222344"
],
"relations": [
"P106",
"P27",
"P1040"
],
"adjacency": [
[
2,
0,
3
],
[
0,
2,
2
],
[
2,
1,
1
]
],
"entity_labels": [
"The Family of Chimps",
"Kingdom of the Netherlands",
"Bert Haanstra",
"cinematographer"
],
"relation_labels": [
"occupation",
"country of citizenship",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q222344 .
wd:Q2238758 wdt:P1040 ?x0 .
?x0 wdt:P27 wd:Q29999
} |
mcwq-132390 | What Dutch cinematographer edited Rembrandt, painter of man , edited The Family of Chimps , wrote Ape and Super-Ape , and directed Nederland | [
"Bert Haanstra"
] | {
"entities": [
"Q2084316",
"Q29999",
"Q3932402",
"Q222344",
"Q2238758",
"Q1831893",
"Q827371"
],
"relations": [
"P57",
"P58",
"P1040",
"P27",
"P106"
],
"adjacency": [
[
6,
4,
3
],
[
5,
0,
6
],
[
2,
2,
6
],
[
4,
2,
6
],
[
0,
1,
6
],
[
6,
3,
1
]
],
"entity_labels": [
"Ape and Super-Ape",
"Kingdom of the Netherlands",
"Rembrandt, painter of man",
"cinematographer",
"The Family of Chimps",
"Nederland",
"Bert Haanstra"
],
"relation_labels": [
"director",
"screenwriter",
"film editor",
"country of citizenship",
"occupation"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q222344 .
wd:Q1831893 wdt:P57 ?x0 .
wd:Q3932402 wdt:P1040 ?x0 .
wd:Q2238758 wdt:P1040 ?x0 .
wd:Q2084316 wdt:P58 ?x0 .
?x0 wdt:P27 wd:Q29999
} |
mcwq-132391 | What Dutch cinematographer executive produced The Paperboy | [
"Jan de Bont"
] | {
"entities": [
"Q29999",
"Q1026872",
"Q376107",
"Q222344"
],
"relations": [
"P106",
"P27",
"P1431"
],
"adjacency": [
[
2,
0,
3
],
[
1,
2,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"Kingdom of the Netherlands",
"The Paperboy",
"Jan de Bont",
"cinematographer"
],
"relation_labels": [
"occupation",
"country of citizenship",
"executive producer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q222344 .
wd:Q1026872 wdt:P1431 ?x0 .
?x0 wdt:P27 wd:Q29999
} |
mcwq-132394 | What Dutch cinematographer married Yvonne Apol and Nosh van der Lely | [
"Johan van der Keuken"
] | {
"entities": [
"Q29999",
"Q936935",
"Q104304837",
"Q222344",
"Q86000058"
],
"relations": [
"P106",
"P27",
"P26"
],
"adjacency": [
[
1,
0,
3
],
[
1,
1,
0
],
[
1,
2,
4
],
[
1,
2,
2
]
],
"entity_labels": [
"Kingdom of the Netherlands",
"Johan van der Keuken",
"Nosh van der Lely",
"cinematographer",
"Yvonne Apol"
],
"relation_labels": [
"occupation",
"country of citizenship",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q222344 .
?x0 wdt:P27 wd:Q29999 .
?x0 wdt:P26 wd:Q86000058 .
?x0 wdt:P26 wd:Q104304837 .
FILTER ( ?x0 != wd:Q86000058 ) .
FILTER ( ?x0 != wd:Q104304837 )
} |
mcwq-132395 | What Dutch cinematographer married Monique van de Ven | [
"Jan de Bont"
] | {
"entities": [
"Q29999",
"Q468259",
"Q376107",
"Q222344"
],
"relations": [
"P106",
"P27",
"P26"
],
"adjacency": [
[
2,
0,
3
],
[
2,
1,
0
],
[
2,
2,
1
]
],
"entity_labels": [
"Kingdom of the Netherlands",
"Monique van de Ven",
"Jan de Bont",
"cinematographer"
],
"relation_labels": [
"occupation",
"country of citizenship",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q222344 .
?x0 wdt:P27 wd:Q29999 .
?x0 wdt:P26 wd:Q468259 .
FILTER ( ?x0 != wd:Q468259 )
} |
mcwq-132396 | What Dutch cinematographer of No label defined directed and edited I’d Like to Die a Thousand Times | [
"Edwin Brienen"
] | {
"entities": [
"Q1294461",
"Q29999",
"Q1676197",
"Q320567"
],
"relations": [
"P344",
"P27",
"P57",
"P1040"
],
"adjacency": [
[
0,
0,
3
],
[
2,
2,
3
],
[
2,
3,
3
],
[
3,
1,
1
]
],
"entity_labels": [
null,
"Kingdom of the Netherlands",
"I’d Like to Die a Thousand Times",
"Edwin Brienen"
],
"relation_labels": [
"director of photography",
"country of citizenship",
"director",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q1294461 wdt:P344 ?x0 .
wd:Q1676197 wdt:P57 ?x0 .
wd:Q1676197 wdt:P1040 ?x0 .
?x0 wdt:P27 wd:Q29999
} |
mcwq-132402 | What Dutch cinematographer that The Movies That Made Us starred executive produced The Paperboy | [
"Jan de Bont"
] | {
"entities": [
"Q29999",
"Q222344",
"Q376107",
"Q1026872",
"Q77949688"
],
"relations": [
"P106",
"P27",
"P1431",
"P161"
],
"adjacency": [
[
2,
0,
1
],
[
4,
3,
2
],
[
3,
2,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"Kingdom of the Netherlands",
"cinematographer",
"Jan de Bont",
"The Paperboy",
"The Movies That Made Us"
],
"relation_labels": [
"occupation",
"country of citizenship",
"executive producer",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q222344 .
wd:Q77949688 wdt:P161 ?x0 .
wd:Q1026872 wdt:P1431 ?x0 .
?x0 wdt:P27 wd:Q29999
} |
mcwq-132403 | What Dutch cinematographer that directed Death Race 2 and Hard Target 2 wrote Bear | [
"Roel Reiné"
] | {
"entities": [
"Q543733",
"Q29999",
"Q4876343",
"Q222344",
"Q670551",
"Q26684425"
],
"relations": [
"P27",
"P106",
"P57",
"P58"
],
"adjacency": [
[
0,
1,
3
],
[
5,
2,
0
],
[
4,
2,
0
],
[
2,
3,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"Roel Reiné",
"Kingdom of the Netherlands",
"Bear",
"cinematographer",
"Death Race 2",
"Hard Target 2"
],
"relation_labels": [
"country of citizenship",
"occupation",
"director",
"screenwriter"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q222344 .
wd:Q26684425 wdt:P57 ?x0 .
wd:Q670551 wdt:P57 ?x0 .
wd:Q4876343 wdt:P58 ?x0 .
?x0 wdt:P27 wd:Q29999
} |
mcwq-132406 | What Dutch cinematographer was a sibling of Edgar Fernhout | [
"John Fernhout"
] | {
"entities": [
"Q2864683",
"Q29999",
"Q1866991",
"Q222344"
],
"relations": [
"P106",
"P27",
"P3373"
],
"adjacency": [
[
2,
0,
3
],
[
2,
1,
1
],
[
2,
2,
0
]
],
"entity_labels": [
"Edgar Fernhout",
"Kingdom of the Netherlands",
"John Fernhout",
"cinematographer"
],
"relation_labels": [
"occupation",
"country of citizenship",
"sibling"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q222344 .
?x0 wdt:P27 wd:Q29999 .
?x0 wdt:P3373 wd:Q2864683 .
FILTER ( ?x0 != wd:Q2864683 )
} |
mcwq-132407 | What Dutch cinematographer was a spouse of Monique van de Ven | [
"Jan de Bont"
] | {
"entities": [
"Q29999",
"Q468259",
"Q376107",
"Q222344"
],
"relations": [
"P106",
"P27",
"P26"
],
"adjacency": [
[
2,
0,
3
],
[
2,
1,
0
],
[
2,
2,
1
]
],
"entity_labels": [
"Kingdom of the Netherlands",
"Monique van de Ven",
"Jan de Bont",
"cinematographer"
],
"relation_labels": [
"occupation",
"country of citizenship",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q222344 .
?x0 wdt:P27 wd:Q29999 .
?x0 wdt:P26 wd:Q468259 .
FILTER ( ?x0 != wd:Q468259 )
} |
mcwq-132409 | What Dutch costume designer did Voyage of the Damned , Ator l'invincibile , Porno Esotic Love , and Lizard star | [
"Laura Gemser"
] | {
"entities": [
"Q29999",
"Q186281",
"Q284917",
"Q1323191",
"Q2655613",
"Q240527",
"Q472794"
],
"relations": [
"P106",
"P27",
"P161"
],
"adjacency": [
[
5,
0,
3
],
[
4,
2,
5
],
[
6,
2,
5
],
[
1,
2,
5
],
[
2,
2,
5
],
[
5,
1,
0
]
],
"entity_labels": [
"Kingdom of the Netherlands",
"Lizard",
"Voyage of the Damned",
"costume designer",
"Porno Esotic Love",
"Laura Gemser",
"Ator l'invincibile"
],
"relation_labels": [
"occupation",
"country of citizenship",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q1323191 .
wd:Q2655613 wdt:P161 ?x0 .
wd:Q472794 wdt:P161 ?x0 .
wd:Q186281 wdt:P161 ?x0 .
wd:Q284917 wdt:P161 ?x0 .
?x0 wdt:P27 wd:Q29999
} |
mcwq-132416 | What Dutch director and writer of Blind Date and 06/05 edited Submission | [
"Theo van Gogh"
] | {
"entities": [
"Q29999",
"Q1756576",
"Q4926531",
"Q475944",
"Q205456"
],
"relations": [
"P27",
"P57",
"P58",
"P1040"
],
"adjacency": [
[
2,
1,
4
],
[
3,
1,
4
],
[
1,
3,
4
],
[
2,
2,
4
],
[
3,
2,
4
],
[
4,
0,
0
]
],
"entity_labels": [
"Kingdom of the Netherlands",
"Submission",
"Blind Date",
"06/05",
"Theo van Gogh"
],
"relation_labels": [
"country of citizenship",
"director",
"screenwriter",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q4926531 wdt:P57 ?x0 .
wd:Q475944 wdt:P57 ?x0 .
wd:Q1756576 wdt:P1040 ?x0 .
wd:Q4926531 wdt:P58 ?x0 .
wd:Q475944 wdt:P58 ?x0 .
?x0 wdt:P27 wd:Q29999
} |
mcwq-132417 | What Dutch director of No label defined was employed by Maastricht Academy of Dramatic Arts | [
"Johan Simons"
] | {
"entities": [
"Q57500600",
"Q29999",
"Q2602249",
"Q327891"
],
"relations": [
"P27",
"P57",
"P108"
],
"adjacency": [
[
0,
1,
3
],
[
3,
2,
2
],
[
3,
0,
1
]
],
"entity_labels": [
null,
"Kingdom of the Netherlands",
"Maastricht Academy of Dramatic Arts",
"Johan Simons"
],
"relation_labels": [
"country of citizenship",
"director",
"employer"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q57500600 wdt:P57 ?x0 .
?x0 wdt:P108 wd:Q2602249 .
?x0 wdt:P27 wd:Q29999
} |
mcwq-132418 | What Dutch director of The Song of the Rivers , Les Aventures de Till L'Espiègle , and Rain was a cinematographer of De brug and How Yukong Moved the Mountains | [
"Joris Ivens"
] | {
"entities": [
"Q238616",
"Q29999",
"Q2986126",
"Q820640",
"Q1169655",
"Q1057777",
"Q3795184"
],
"relations": [
"P344",
"P27",
"P57"
],
"adjacency": [
[
6,
0,
0
],
[
2,
0,
0
],
[
4,
2,
0
],
[
3,
2,
0
],
[
5,
2,
0
],
[
0,
1,
1
]
],
"entity_labels": [
"Joris Ivens",
"Kingdom of the Netherlands",
"How Yukong Moved the Mountains",
"Les Aventures de Till L'Espiègle",
"The Song of the Rivers",
"Rain",
"De brug"
],
"relation_labels": [
"director of photography",
"country of citizenship",
"director"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q3795184 wdt:P344 ?x0 .
wd:Q2986126 wdt:P344 ?x0 .
wd:Q1169655 wdt:P57 ?x0 .
wd:Q820640 wdt:P57 ?x0 .
wd:Q1057777 wdt:P57 ?x0 .
?x0 wdt:P27 wd:Q29999
} |
mcwq-132419 | What Dutch editor of How Yukong Moved the Mountains and Rain was Aah... Tamara 's star | [
"Joris Ivens"
] | {
"entities": [
"Q15694331",
"Q238616",
"Q29999",
"Q2986126",
"Q1057777"
],
"relations": [
"P27",
"P1040",
"P161"
],
"adjacency": [
[
0,
2,
1
],
[
4,
1,
1
],
[
3,
1,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"Aah... Tamara",
"Joris Ivens",
"Kingdom of the Netherlands",
"How Yukong Moved the Mountains",
"Rain"
],
"relation_labels": [
"country of citizenship",
"film editor",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q15694331 wdt:P161 ?x0 .
wd:Q1057777 wdt:P1040 ?x0 .
wd:Q2986126 wdt:P1040 ?x0 .
?x0 wdt:P27 wd:Q29999
} |
mcwq-132425 | What Dutch employee of University of Music and Performing Arts Vienna , University of Siena , and Conservatorium van Amsterdam was a spouse of Marie Leonhardt | [
"Gustav Leonhardt"
] | {
"entities": [
"Q29999",
"Q1897406",
"Q1245999",
"Q51584",
"Q686522",
"Q1127380"
],
"relations": [
"P27",
"P26",
"P108"
],
"adjacency": [
[
3,
2,
2
],
[
3,
2,
4
],
[
3,
2,
5
],
[
3,
0,
0
],
[
3,
1,
1
]
],
"entity_labels": [
"Kingdom of the Netherlands",
"Marie Leonhardt",
"University of Siena",
"Gustav Leonhardt",
"University of Music and Performing Arts Vienna",
"Conservatorium van Amsterdam"
],
"relation_labels": [
"country of citizenship",
"spouse",
"employer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P108 wd:Q1245999 .
?x0 wdt:P108 wd:Q686522 .
?x0 wdt:P108 wd:Q1127380 .
?x0 wdt:P27 wd:Q29999 .
?x0 wdt:P26 wd:Q1897406 .
FILTER ( ?x0 != wd:Q1897406 )
} |
mcwq-132426 | What Dutch employee of Challenging Jewellery and Design Academy Eindhoven was influenced by Marcel Duchamp | [
"Ted Noten"
] | {
"entities": [
"Q5912",
"Q29999",
"Q2628933",
"Q104529656",
"Q1200661"
],
"relations": [
"P108",
"P27",
"P737"
],
"adjacency": [
[
2,
2,
0
],
[
2,
0,
3
],
[
2,
0,
4
],
[
2,
1,
1
]
],
"entity_labels": [
"Marcel Duchamp",
"Kingdom of the Netherlands",
"Ted Noten",
"Challenging Jewellery",
"Design Academy Eindhoven"
],
"relation_labels": [
"employer",
"country of citizenship",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P737 wd:Q5912 .
?x0 wdt:P108 wd:Q104529656 .
?x0 wdt:P108 wd:Q1200661 .
?x0 wdt:P27 wd:Q29999
} |
mcwq-132427 | What Dutch employee of Nostalgie did The Car Keys , Poltergay , and L'Esprit de famille star | [
"Dave"
] | {
"entities": [
"Q29999",
"Q3203271",
"Q3231596",
"Q377104",
"Q735936",
"Q1936682"
],
"relations": [
"P27",
"P108",
"P161"
],
"adjacency": [
[
5,
2,
3
],
[
1,
2,
3
],
[
2,
2,
3
],
[
3,
1,
4
],
[
3,
0,
0
]
],
"entity_labels": [
"Kingdom of the Netherlands",
"L'Esprit de famille",
"The Car Keys",
"Dave",
"Nostalgie",
"Poltergay"
],
"relation_labels": [
"country of citizenship",
"employer",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q1936682 wdt:P161 ?x0 .
wd:Q3203271 wdt:P161 ?x0 .
wd:Q3231596 wdt:P161 ?x0 .
?x0 wdt:P108 wd:Q735936 .
?x0 wdt:P27 wd:Q29999
} |
mcwq-132428 | What Dutch executive producer of The Paperboy married Monique van de Ven | [
"Jan de Bont"
] | {
"entities": [
"Q29999",
"Q376107",
"Q468259",
"Q1026872"
],
"relations": [
"P27",
"P26",
"P1431"
],
"adjacency": [
[
3,
2,
1
],
[
1,
0,
0
],
[
1,
1,
2
]
],
"entity_labels": [
"Kingdom of the Netherlands",
"Jan de Bont",
"Monique van de Ven",
"The Paperboy"
],
"relation_labels": [
"country of citizenship",
"spouse",
"executive producer"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q1026872 wdt:P1431 ?x0 .
?x0 wdt:P27 wd:Q29999 .
?x0 wdt:P26 wd:Q468259 .
FILTER ( ?x0 != wd:Q468259 )
} |
mcwq-132432 | What Dutch female cinematographer wrote De stad was van ons and No label defined | [
"Netty van Hoorn"
] | {
"entities": [
"Q11250436",
"Q6581072",
"Q29999",
"Q222344",
"Q102425482",
"Q102422911"
],
"relations": [
"P106",
"P27",
"P58",
"P21"
],
"adjacency": [
[
0,
0,
3
],
[
5,
2,
0
],
[
4,
2,
0
],
[
0,
3,
1
],
[
0,
1,
2
]
],
"entity_labels": [
"Netty van Hoorn",
"female",
"Kingdom of the Netherlands",
"cinematographer",
null,
"De stad was van ons"
],
"relation_labels": [
"occupation",
"country of citizenship",
"screenwriter",
"sex or gender"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q222344 .
wd:Q102422911 wdt:P58 ?x0 .
wd:Q102425482 wdt:P58 ?x0 .
?x0 wdt:P21 wd:Q6581072 .
?x0 wdt:P27 wd:Q29999
} |
mcwq-132438 | What Dutch film director directed Basic Instinct | [
"Paul Verhoeven"
] | {
"entities": [
"Q146673",
"Q29999",
"Q129079"
],
"relations": [
"P27",
"P57"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"Basic Instinct",
"Kingdom of the Netherlands",
"Paul Verhoeven"
],
"relation_labels": [
"country of citizenship",
"director"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q146673 wdt:P57 ?x0 .
?x0 wdt:P27 wd:Q29999
} |
mcwq-132440 | What Dutch film director edited Submission | [
"Theo van Gogh"
] | {
"entities": [
"Q29999",
"Q205456",
"Q2526255",
"Q1756576"
],
"relations": [
"P106",
"P27",
"P1040"
],
"adjacency": [
[
1,
0,
2
],
[
3,
2,
1
],
[
1,
1,
0
]
],
"entity_labels": [
"Kingdom of the Netherlands",
"Theo van Gogh",
"film director",
"Submission"
],
"relation_labels": [
"occupation",
"country of citizenship",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q2526255 .
wd:Q1756576 wdt:P1040 ?x0 .
?x0 wdt:P27 wd:Q29999
} |
mcwq-132442 | What Dutch film director edited and wrote Submission | [
"Theo van Gogh"
] | {
"entities": [
"Q29999",
"Q205456",
"Q2526255",
"Q1756576"
],
"relations": [
"P106",
"P27",
"P58",
"P1040"
],
"adjacency": [
[
1,
0,
2
],
[
3,
3,
1
],
[
3,
2,
1
],
[
1,
1,
0
]
],
"entity_labels": [
"Kingdom of the Netherlands",
"Theo van Gogh",
"film director",
"Submission"
],
"relation_labels": [
"occupation",
"country of citizenship",
"screenwriter",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q2526255 .
wd:Q1756576 wdt:P1040 ?x0 .
wd:Q1756576 wdt:P58 ?x0 .
?x0 wdt:P27 wd:Q29999
} |
mcwq-132443 | What Dutch film director executive produced The Paperboy | [
"Jan de Bont"
] | {
"entities": [
"Q29999",
"Q2526255",
"Q1026872",
"Q376107"
],
"relations": [
"P106",
"P27",
"P1431"
],
"adjacency": [
[
3,
0,
1
],
[
2,
2,
3
],
[
3,
1,
0
]
],
"entity_labels": [
"Kingdom of the Netherlands",
"film director",
"The Paperboy",
"Jan de Bont"
],
"relation_labels": [
"occupation",
"country of citizenship",
"executive producer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q2526255 .
wd:Q1026872 wdt:P1431 ?x0 .
?x0 wdt:P27 wd:Q29999
} |
mcwq-132444 | What Dutch film director founded Capi Films | [
"Joris Ivens"
] | {
"entities": [
"Q238616",
"Q29999",
"Q77707203",
"Q2526255"
],
"relations": [
"P106",
"P27",
"P112"
],
"adjacency": [
[
0,
0,
3
],
[
2,
2,
0
],
[
0,
1,
1
]
],
"entity_labels": [
"Joris Ivens",
"Kingdom of the Netherlands",
"Capi Films",
"film director"
],
"relation_labels": [
"occupation",
"country of citizenship",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q2526255 .
wd:Q77707203 wdt:P112 ?x0 .
?x0 wdt:P27 wd:Q29999
} |
mcwq-132446 | What Dutch film director married Germaine Krull and married Marceline Loridan-Ivens | [
"Joris Ivens"
] | {
"entities": [
"Q238616",
"Q29999",
"Q69776",
"Q521115",
"Q2526255"
],
"relations": [
"P106",
"P27",
"P26"
],
"adjacency": [
[
0,
0,
4
],
[
0,
1,
1
],
[
0,
2,
2
],
[
0,
2,
3
]
],
"entity_labels": [
"Joris Ivens",
"Kingdom of the Netherlands",
"Germaine Krull",
"Marceline Loridan-Ivens",
"film director"
],
"relation_labels": [
"occupation",
"country of citizenship",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q2526255 .
?x0 wdt:P27 wd:Q29999 .
?x0 wdt:P26 wd:Q69776 .
?x0 wdt:P26 wd:Q521115 .
FILTER ( ?x0 != wd:Q69776 ) .
FILTER ( ?x0 != wd:Q521115 )
} |
mcwq-132447 | What Dutch film director married Krisztina Wilders | [
"Geert Wilders"
] | {
"entities": [
"Q26721525",
"Q29999",
"Q2526255",
"Q105338"
],
"relations": [
"P106",
"P27",
"P26"
],
"adjacency": [
[
3,
0,
2
],
[
3,
1,
1
],
[
3,
2,
0
]
],
"entity_labels": [
"Krisztina Wilders",
"Kingdom of the Netherlands",
"film director",
"Geert Wilders"
],
"relation_labels": [
"occupation",
"country of citizenship",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q2526255 .
?x0 wdt:P27 wd:Q29999 .
?x0 wdt:P26 wd:Q26721525 .
FILTER ( ?x0 != wd:Q26721525 )
} |
mcwq-132454 | What Dutch film director that wrote Character wrote and directed Alaska | [
"Mike van Diem"
] | {
"entities": [
"Q928545",
"Q29999",
"Q1959382",
"Q82538"
],
"relations": [
"P27",
"P57",
"P58"
],
"adjacency": [
[
2,
1,
3
],
[
0,
2,
3
],
[
2,
2,
3
],
[
3,
0,
1
]
],
"entity_labels": [
"Character",
"Kingdom of the Netherlands",
"Alaska",
"Mike van Diem"
],
"relation_labels": [
"country of citizenship",
"director",
"screenwriter"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q1959382 wdt:P57 ?x0 .
wd:Q928545 wdt:P58 ?x0 .
wd:Q1959382 wdt:P58 ?x0 .
?x0 wdt:P27 wd:Q29999
} |
mcwq-132457 | What Dutch film director was employed by Radio Bremen | [
"Rudi Carrell"
] | {
"entities": [
"Q29999",
"Q694837",
"Q2526255",
"Q126035"
],
"relations": [
"P106",
"P27",
"P108"
],
"adjacency": [
[
3,
0,
2
],
[
3,
2,
1
],
[
3,
1,
0
]
],
"entity_labels": [
"Kingdom of the Netherlands",
"Radio Bremen",
"film director",
"Rudi Carrell"
],
"relation_labels": [
"occupation",
"country of citizenship",
"employer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q2526255 .
?x0 wdt:P108 wd:Q694837 .
?x0 wdt:P27 wd:Q29999
} |
mcwq-132460 | What Dutch film editor did Germaine Krull marry | [
"Joris Ivens"
] | {
"entities": [
"Q238616",
"Q29999",
"Q69776",
"Q7042855"
],
"relations": [
"P106",
"P27",
"P26"
],
"adjacency": [
[
0,
0,
3
],
[
0,
1,
1
],
[
0,
2,
2
]
],
"entity_labels": [
"Joris Ivens",
"Kingdom of the Netherlands",
"Germaine Krull",
"film editor"
],
"relation_labels": [
"occupation",
"country of citizenship",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q7042855 .
?x0 wdt:P27 wd:Q29999 .
?x0 wdt:P26 wd:Q69776 .
FILTER ( ?x0 != wd:Q69776 )
} |
mcwq-132461 | What Dutch film editor did Luger , De Witte Waan , and Religulous star | [
"Theo van Gogh"
] | {
"entities": [
"Q29999",
"Q7042855",
"Q2436436",
"Q2639410",
"Q205456",
"Q591709"
],
"relations": [
"P106",
"P27",
"P161"
],
"adjacency": [
[
4,
0,
1
],
[
5,
2,
4
],
[
2,
2,
4
],
[
3,
2,
4
],
[
4,
1,
0
]
],
"entity_labels": [
"Kingdom of the Netherlands",
"film editor",
"Luger",
"De Witte Waan",
"Theo van Gogh",
"Religulous"
],
"relation_labels": [
"occupation",
"country of citizenship",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q7042855 .
wd:Q591709 wdt:P161 ?x0 .
wd:Q2436436 wdt:P161 ?x0 .
wd:Q2639410 wdt:P161 ?x0 .
?x0 wdt:P27 wd:Q29999
} |
mcwq-132462 | What Dutch film editor did Twin Peaks , Addams Family Values , My Name Is Earl , Men in Black , Sgt. Pepper's Lonely Hearts Club Band , and Cold Case star | [
"Carel Struycken"
] | {
"entities": [
"Q29999",
"Q733960",
"Q2532586",
"Q204725",
"Q7042855",
"Q2085",
"Q34659",
"Q496503",
"Q51416"
],
"relations": [
"P106",
"P27",
"P161"
],
"adjacency": [
[
7,
0,
4
],
[
1,
2,
7
],
[
2,
2,
7
],
[
5,
2,
7
],
[
3,
2,
7
],
[
8,
2,
7
],
[
6,
2,
7
],
[
7,
1,
0
]
],
"entity_labels": [
"Kingdom of the Netherlands",
"Cold Case",
"Sgt. Pepper's Lonely Hearts Club Band",
"Addams Family Values",
"film editor",
"Twin Peaks",
"My Name Is Earl",
"Carel Struycken",
"Men in Black"
],
"relation_labels": [
"occupation",
"country of citizenship",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q7042855 .
wd:Q733960 wdt:P161 ?x0 .
wd:Q2532586 wdt:P161 ?x0 .
wd:Q2085 wdt:P161 ?x0 .
wd:Q204725 wdt:P161 ?x0 .
wd:Q51416 wdt:P161 ?x0 .
wd:Q34659 wdt:P161 ?x0 .
?x0 wdt:P27 wd:Q29999
} |
mcwq-132463 | What Dutch film editor directed 1-900 | [
"Theo van Gogh"
] | {
"entities": [
"Q29999",
"Q205456",
"Q7042855",
"Q161206"
],
"relations": [
"P27",
"P106",
"P57"
],
"adjacency": [
[
1,
1,
2
],
[
3,
2,
1
],
[
1,
0,
0
]
],
"entity_labels": [
"Kingdom of the Netherlands",
"Theo van Gogh",
"film editor",
"1-900"
],
"relation_labels": [
"country of citizenship",
"occupation",
"director"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q7042855 .
wd:Q161206 wdt:P57 ?x0 .
?x0 wdt:P27 wd:Q29999
} |
mcwq-132464 | What Dutch film editor edited Rain | [
"Joris Ivens"
] | {
"entities": [
"Q238616",
"Q1057777",
"Q29999",
"Q7042855"
],
"relations": [
"P106",
"P27",
"P1040"
],
"adjacency": [
[
0,
0,
3
],
[
1,
2,
0
],
[
0,
1,
2
]
],
"entity_labels": [
"Joris Ivens",
"Rain",
"Kingdom of the Netherlands",
"film editor"
],
"relation_labels": [
"occupation",
"country of citizenship",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q7042855 .
wd:Q1057777 wdt:P1040 ?x0 .
?x0 wdt:P27 wd:Q29999
} |
mcwq-132466 | What Dutch film editor married Germaine Krull and Helen van Dongen and married Marceline Loridan-Ivens | [
"Joris Ivens"
] | {
"entities": [
"Q238616",
"Q29999",
"Q69776",
"Q7042855",
"Q521115",
"Q15451709"
],
"relations": [
"P106",
"P27",
"P26"
],
"adjacency": [
[
0,
0,
3
],
[
0,
1,
1
],
[
0,
2,
2
],
[
0,
2,
4
],
[
0,
2,
5
]
],
"entity_labels": [
"Joris Ivens",
"Kingdom of the Netherlands",
"Germaine Krull",
"film editor",
"Marceline Loridan-Ivens",
"Helen van Dongen"
],
"relation_labels": [
"occupation",
"country of citizenship",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q7042855 .
?x0 wdt:P27 wd:Q29999 .
?x0 wdt:P26 wd:Q69776 .
?x0 wdt:P26 wd:Q521115 .
?x0 wdt:P26 wd:Q15451709 .
FILTER ( ?x0 != wd:Q69776 ) .
FILTER ( ?x0 != wd:Q521115 ) .
FILTER ( ?x0 != wd:Q15451709 )
} |
mcwq-132479 | What Dutch film producer did Radio Bremen employ | [
"Rudi Carrell"
] | {
"entities": [
"Q29999",
"Q694837",
"Q3282637",
"Q126035"
],
"relations": [
"P106",
"P27",
"P108"
],
"adjacency": [
[
3,
0,
2
],
[
3,
2,
1
],
[
3,
1,
0
]
],
"entity_labels": [
"Kingdom of the Netherlands",
"Radio Bremen",
"film producer",
"Rudi Carrell"
],
"relation_labels": [
"occupation",
"country of citizenship",
"employer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q3282637 .
?x0 wdt:P108 wd:Q694837 .
?x0 wdt:P27 wd:Q29999
} |
mcwq-132480 | What Dutch film producer did Capi Films 's founder marry | [
"Joris Ivens"
] | {
"entities": [
"Q238616",
"Q29999",
"Q3282637",
"Q521115",
"Q77707203"
],
"relations": [
"P106",
"P27",
"P26",
"P112"
],
"adjacency": [
[
0,
0,
2
],
[
0,
1,
1
],
[
0,
2,
3
],
[
4,
3,
3
]
],
"entity_labels": [
"Joris Ivens",
"Kingdom of the Netherlands",
"film producer",
"Marceline Loridan-Ivens",
"Capi Films"
],
"relation_labels": [
"occupation",
"country of citizenship",
"spouse",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q3282637 .
?x0 wdt:P27 wd:Q29999 .
?x0 wdt:P26 ?x1 .
wd:Q77707203 wdt:P112 ?x1 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-132481 | What Dutch film producer did Germaine Krull marry | [
"Joris Ivens"
] | {
"entities": [
"Q238616",
"Q29999",
"Q69776",
"Q3282637"
],
"relations": [
"P106",
"P27",
"P26"
],
"adjacency": [
[
0,
0,
3
],
[
0,
1,
1
],
[
0,
2,
2
]
],
"entity_labels": [
"Joris Ivens",
"Kingdom of the Netherlands",
"Germaine Krull",
"film producer"
],
"relation_labels": [
"occupation",
"country of citizenship",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q3282637 .
?x0 wdt:P27 wd:Q29999 .
?x0 wdt:P26 wd:Q69776 .
FILTER ( ?x0 != wd:Q69776 )
} |
mcwq-132482 | What Dutch film producer did The Fugitive star | [
"Jeroen Krabbé"
] | {
"entities": [
"Q29999",
"Q156309",
"Q62845",
"Q3282637"
],
"relations": [
"P106",
"P27",
"P161"
],
"adjacency": [
[
2,
0,
3
],
[
1,
2,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"Kingdom of the Netherlands",
"The Fugitive",
"Jeroen Krabbé",
"film producer"
],
"relation_labels": [
"occupation",
"country of citizenship",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q3282637 .
wd:Q156309 wdt:P161 ?x0 .
?x0 wdt:P27 wd:Q29999
} |
mcwq-132483 | What Dutch film producer did The Fugitive and Stalin star | [
"Jeroen Krabbé"
] | {
"entities": [
"Q29999",
"Q3282637",
"Q156309",
"Q62845",
"Q32235"
],
"relations": [
"P106",
"P27",
"P161"
],
"adjacency": [
[
3,
0,
1
],
[
2,
2,
3
],
[
4,
2,
3
],
[
3,
1,
0
]
],
"entity_labels": [
"Kingdom of the Netherlands",
"film producer",
"The Fugitive",
"Jeroen Krabbé",
"Stalin"
],
"relation_labels": [
"occupation",
"country of citizenship",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q3282637 .
wd:Q156309 wdt:P161 ?x0 .
wd:Q32235 wdt:P161 ?x0 .
?x0 wdt:P27 wd:Q29999
} |
mcwq-132484 | What Dutch film producer did a spouse of Joris Ivens marry | [
"Joris Ivens"
] | {
"entities": [
"Q238616",
"Q29999",
"Q69776",
"Q3282637"
],
"relations": [
"P106",
"P27",
"P26"
],
"adjacency": [
[
0,
0,
3
],
[
0,
1,
1
],
[
0,
2,
2
],
[
2,
2,
0
]
],
"entity_labels": [
"Joris Ivens",
"Kingdom of the Netherlands",
"Germaine Krull",
"film producer"
],
"relation_labels": [
"occupation",
"country of citizenship",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q3282637 .
?x0 wdt:P27 wd:Q29999 .
?x0 wdt:P26 ?x1 .
?x1 wdt:P26 wd:Q238616 .
FILTER ( ?x0 != ?x1 ) .
FILTER ( ?x1 != wd:Q238616 )
} |
mcwq-132486 | What Dutch film producer directed Left Luggage | [
"Jeroen Krabbé"
] | {
"entities": [
"Q635802",
"Q29999",
"Q62845",
"Q3282637"
],
"relations": [
"P27",
"P106",
"P57"
],
"adjacency": [
[
2,
1,
3
],
[
0,
2,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"Left Luggage",
"Kingdom of the Netherlands",
"Jeroen Krabbé",
"film producer"
],
"relation_labels": [
"country of citizenship",
"occupation",
"director"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q3282637 .
wd:Q635802 wdt:P57 ?x0 .
?x0 wdt:P27 wd:Q29999
} |
mcwq-132488 | What Dutch film producer edited Rain | [
"Joris Ivens"
] | {
"entities": [
"Q238616",
"Q1057777",
"Q3282637",
"Q29999"
],
"relations": [
"P106",
"P27",
"P1040"
],
"adjacency": [
[
0,
0,
2
],
[
1,
2,
0
],
[
0,
1,
3
]
],
"entity_labels": [
"Joris Ivens",
"Rain",
"film producer",
"Kingdom of the Netherlands"
],
"relation_labels": [
"occupation",
"country of citizenship",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q3282637 .
wd:Q1057777 wdt:P1040 ?x0 .
?x0 wdt:P27 wd:Q29999
} |
mcwq-132492 | What Dutch film producer founded Multifilm, Batavia and founded Filmfabriek Multifilm Haarlem | [
"J.C. Mol"
] | {
"entities": [
"Q29999",
"Q3282637",
"Q14632313",
"Q84322907",
"Q84322891"
],
"relations": [
"P106",
"P27",
"P112"
],
"adjacency": [
[
2,
0,
1
],
[
4,
2,
2
],
[
3,
2,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"Kingdom of the Netherlands",
"film producer",
"J.C. Mol",
"Filmfabriek Multifilm Haarlem",
"Multifilm, Batavia"
],
"relation_labels": [
"occupation",
"country of citizenship",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q3282637 .
wd:Q84322891 wdt:P112 ?x0 .
wd:Q84322907 wdt:P112 ?x0 .
?x0 wdt:P27 wd:Q29999
} |
mcwq-132493 | What Dutch film producer founded Capi Films | [
"Joris Ivens"
] | {
"entities": [
"Q238616",
"Q29999",
"Q77707203",
"Q3282637"
],
"relations": [
"P106",
"P27",
"P112"
],
"adjacency": [
[
0,
0,
3
],
[
2,
2,
0
],
[
0,
1,
1
]
],
"entity_labels": [
"Joris Ivens",
"Kingdom of the Netherlands",
"Capi Films",
"film producer"
],
"relation_labels": [
"occupation",
"country of citizenship",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q3282637 .
wd:Q77707203 wdt:P112 ?x0 .
?x0 wdt:P27 wd:Q29999
} |
mcwq-132495 | What Dutch film producer married Germaine Krull and Marceline Loridan-Ivens | [
"Joris Ivens"
] | {
"entities": [
"Q238616",
"Q29999",
"Q3282637",
"Q69776",
"Q521115"
],
"relations": [
"P106",
"P27",
"P26"
],
"adjacency": [
[
0,
0,
2
],
[
0,
1,
1
],
[
0,
2,
3
],
[
0,
2,
4
]
],
"entity_labels": [
"Joris Ivens",
"Kingdom of the Netherlands",
"film producer",
"Germaine Krull",
"Marceline Loridan-Ivens"
],
"relation_labels": [
"occupation",
"country of citizenship",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q3282637 .
?x0 wdt:P27 wd:Q29999 .
?x0 wdt:P26 wd:Q69776 .
?x0 wdt:P26 wd:Q521115 .
FILTER ( ?x0 != wd:Q69776 ) .
FILTER ( ?x0 != wd:Q521115 )
} |
mcwq-132496 | What Dutch film producer married Germaine Krull | [
"Joris Ivens"
] | {
"entities": [
"Q238616",
"Q29999",
"Q69776",
"Q3282637"
],
"relations": [
"P106",
"P27",
"P26"
],
"adjacency": [
[
0,
0,
3
],
[
0,
1,
1
],
[
0,
2,
2
]
],
"entity_labels": [
"Joris Ivens",
"Kingdom of the Netherlands",
"Germaine Krull",
"film producer"
],
"relation_labels": [
"occupation",
"country of citizenship",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q3282637 .
?x0 wdt:P27 wd:Q29999 .
?x0 wdt:P26 wd:Q69776 .
FILTER ( ?x0 != wd:Q69776 )
} |
mcwq-132497 | What Dutch film producer produced Amphibious | [
"San Fu Maltha"
] | {
"entities": [
"Q29999",
"Q2324859",
"Q3614660",
"Q3282637"
],
"relations": [
"P272",
"P106",
"P27"
],
"adjacency": [
[
1,
1,
3
],
[
2,
0,
1
],
[
1,
2,
0
]
],
"entity_labels": [
"Kingdom of the Netherlands",
"San Fu Maltha",
"Amphibious",
"film producer"
],
"relation_labels": [
"production company",
"occupation",
"country of citizenship"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q3282637 .
wd:Q3614660 wdt:P272 ?x0 .
?x0 wdt:P27 wd:Q29999
} |
mcwq-132500 | What Dutch film producer that A Tale of the Wind was directed by and starred married Marceline Loridan-Ivens and Germaine Krull | [
"Joris Ivens"
] | {
"entities": [
"Q238616",
"Q29999",
"Q3282637",
"Q3801138",
"Q69776",
"Q521115"
],
"relations": [
"P57",
"P27",
"P106",
"P26",
"P161"
],
"adjacency": [
[
0,
2,
2
],
[
3,
4,
0
],
[
3,
0,
0
],
[
0,
1,
1
],
[
0,
3,
4
],
[
0,
3,
5
]
],
"entity_labels": [
"Joris Ivens",
"Kingdom of the Netherlands",
"film producer",
"A Tale of the Wind",
"Germaine Krull",
"Marceline Loridan-Ivens"
],
"relation_labels": [
"director",
"country of citizenship",
"occupation",
"spouse",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q3282637 .
wd:Q3801138 wdt:P161 ?x0 .
wd:Q3801138 wdt:P57 ?x0 .
?x0 wdt:P27 wd:Q29999 .
?x0 wdt:P26 wd:Q69776 .
?x0 wdt:P26 wd:Q521115 .
FILTER ( ?x0 != wd:Q69776 ) .
FILTER ( ?x0 != wd:Q521115 )
} |
mcwq-132503 | What Dutch film producer that directed Die Windrose and wrote Misère au Borinage did Aah... Tamara and A Tale of the Wind star | [
"Joris Ivens"
] | {
"entities": [
"Q15694331",
"Q238616",
"Q3317033",
"Q29999",
"Q3282637",
"Q3801138",
"Q5274464"
],
"relations": [
"P57",
"P58",
"P27",
"P106",
"P161"
],
"adjacency": [
[
1,
3,
4
],
[
0,
4,
1
],
[
5,
4,
1
],
[
6,
0,
1
],
[
2,
1,
1
],
[
1,
2,
3
]
],
"entity_labels": [
"Aah... Tamara",
"Joris Ivens",
"Misère au Borinage",
"Kingdom of the Netherlands",
"film producer",
"A Tale of the Wind",
"Die Windrose"
],
"relation_labels": [
"director",
"screenwriter",
"country of citizenship",
"occupation",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q3282637 .
wd:Q15694331 wdt:P161 ?x0 .
wd:Q3801138 wdt:P161 ?x0 .
wd:Q5274464 wdt:P57 ?x0 .
wd:Q3317033 wdt:P58 ?x0 .
?x0 wdt:P27 wd:Q29999
} |
mcwq-132504 | What Dutch film producer that was employed by VPRO was Last Hijack 's writer | [
"Femke Wolting"
] | {
"entities": [
"Q29999",
"Q3282637",
"Q21258020",
"Q5442907",
"Q1282036"
],
"relations": [
"P106",
"P27",
"P108",
"P58"
],
"adjacency": [
[
3,
0,
1
],
[
2,
3,
3
],
[
3,
2,
4
],
[
3,
1,
0
]
],
"entity_labels": [
"Kingdom of the Netherlands",
"film producer",
"Last Hijack",
"Femke Wolting",
"VPRO"
],
"relation_labels": [
"occupation",
"country of citizenship",
"employer",
"screenwriter"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q3282637 .
wd:Q21258020 wdt:P58 ?x0 .
?x0 wdt:P108 wd:Q1282036 .
?x0 wdt:P27 wd:Q29999
} |
mcwq-132505 | What Dutch film producer was Germaine Krull 's spouse | [
"Joris Ivens"
] | {
"entities": [
"Q238616",
"Q29999",
"Q69776",
"Q3282637"
],
"relations": [
"P106",
"P27",
"P26"
],
"adjacency": [
[
0,
0,
3
],
[
0,
1,
1
],
[
0,
2,
2
]
],
"entity_labels": [
"Joris Ivens",
"Kingdom of the Netherlands",
"Germaine Krull",
"film producer"
],
"relation_labels": [
"occupation",
"country of citizenship",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q3282637 .
?x0 wdt:P27 wd:Q29999 .
?x0 wdt:P26 wd:Q69776 .
FILTER ( ?x0 != wd:Q69776 )
} |
mcwq-132506 | What Dutch film producer was Capi Films 's founder | [
"Joris Ivens"
] | {
"entities": [
"Q238616",
"Q29999",
"Q77707203",
"Q3282637"
],
"relations": [
"P106",
"P27",
"P112"
],
"adjacency": [
[
0,
0,
3
],
[
2,
2,
0
],
[
0,
1,
1
]
],
"entity_labels": [
"Joris Ivens",
"Kingdom of the Netherlands",
"Capi Films",
"film producer"
],
"relation_labels": [
"occupation",
"country of citizenship",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q3282637 .
wd:Q77707203 wdt:P112 ?x0 .
?x0 wdt:P27 wd:Q29999
} |
mcwq-132507 | What Dutch film producer was a female parent of Tessa Schram | [
"Maria Peters"
] | {
"entities": [
"Q29999",
"Q6581072",
"Q3282637",
"Q13815143",
"Q1960298"
],
"relations": [
"P106",
"P27",
"P40|wdt:P355",
"P21"
],
"adjacency": [
[
3,
0,
2
],
[
3,
2,
4
],
[
3,
3,
1
],
[
3,
1,
0
]
],
"entity_labels": [
"Kingdom of the Netherlands",
"female",
"film producer",
"Maria Peters",
"Tessa Schram"
],
"relation_labels": [
"occupation",
"country of citizenship",
"P40|wdt:P355",
"sex or gender"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q3282637 .
?x0 wdt:P40|wdt:P355 wd:Q1960298 .
?x0 wdt:P21 wd:Q6581072 .
?x0 wdt:P27 wd:Q29999
} |
mcwq-132508 | What Dutch film producer wrote The Village on the River | [
"Fons Rademakers"
] | {
"entities": [
"Q29999",
"Q470831",
"Q3282637",
"Q1402422"
],
"relations": [
"P106",
"P27",
"P58"
],
"adjacency": [
[
1,
0,
2
],
[
3,
2,
1
],
[
1,
1,
0
]
],
"entity_labels": [
"Kingdom of the Netherlands",
"Fons Rademakers",
"film producer",
"The Village on the River"
],
"relation_labels": [
"occupation",
"country of citizenship",
"screenwriter"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q3282637 .
wd:Q1402422 wdt:P58 ?x0 .
?x0 wdt:P27 wd:Q29999
} |
mcwq-132509 | What Dutch film producer wrote and directed Soldier of Orange and Black Book | [
"Paul Verhoeven"
] | {
"entities": [
"Q29999",
"Q62746",
"Q3282637",
"Q129079",
"Q163549"
],
"relations": [
"P27",
"P106",
"P57",
"P58"
],
"adjacency": [
[
3,
1,
2
],
[
1,
2,
3
],
[
4,
2,
3
],
[
1,
3,
3
],
[
4,
3,
3
],
[
3,
0,
0
]
],
"entity_labels": [
"Kingdom of the Netherlands",
"Soldier of Orange",
"film producer",
"Paul Verhoeven",
"Black Book"
],
"relation_labels": [
"country of citizenship",
"occupation",
"director",
"screenwriter"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q3282637 .
wd:Q62746 wdt:P57 ?x0 .
wd:Q163549 wdt:P57 ?x0 .
wd:Q62746 wdt:P58 ?x0 .
wd:Q163549 wdt:P58 ?x0 .
?x0 wdt:P27 wd:Q29999
} |
mcwq-132515 | What Dutch founder of Armada , A State of Trance , and Armind did No label defined star | [
"Armin van Buuren"
] | {
"entities": [
"Q29999",
"Q62617",
"Q160732",
"Q2454505",
"Q2090523",
"Q4033154"
],
"relations": [
"P112",
"P27",
"P161"
],
"adjacency": [
[
3,
2,
1
],
[
4,
0,
1
],
[
2,
0,
1
],
[
5,
0,
1
],
[
1,
1,
0
]
],
"entity_labels": [
"Kingdom of the Netherlands",
"Armin van Buuren",
"Armada",
null,
"Armind",
"A State of Trance"
],
"relation_labels": [
"founded by",
"country of citizenship",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q2454505 wdt:P161 ?x0 .
wd:Q2090523 wdt:P112 ?x0 .
wd:Q160732 wdt:P112 ?x0 .
wd:Q4033154 wdt:P112 ?x0 .
?x0 wdt:P27 wd:Q29999
} |
mcwq-132517 | What Dutch male film director did Germaine Krull marry | [
"Joris Ivens"
] | {
"entities": [
"Q238616",
"Q29999",
"Q69776",
"Q2526255",
"Q6581097"
],
"relations": [
"P106",
"P27",
"P26",
"P21"
],
"adjacency": [
[
0,
0,
3
],
[
0,
3,
4
],
[
0,
1,
1
],
[
0,
2,
2
]
],
"entity_labels": [
"Joris Ivens",
"Kingdom of the Netherlands",
"Germaine Krull",
"film director",
"male"
],
"relation_labels": [
"occupation",
"country of citizenship",
"spouse",
"sex or gender"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q2526255 .
?x0 wdt:P21 wd:Q6581097 .
?x0 wdt:P27 wd:Q29999 .
?x0 wdt:P26 wd:Q69776 .
FILTER ( ?x0 != wd:Q69776 )
} |
mcwq-132519 | What Dutch male film editor did Religulous and Interview star | [
"Theo van Gogh"
] | {
"entities": [
"Q591709",
"Q29999",
"Q7042855",
"Q629785",
"Q205456",
"Q6581097"
],
"relations": [
"P106",
"P27",
"P21",
"P161"
],
"adjacency": [
[
4,
0,
2
],
[
0,
3,
4
],
[
3,
3,
4
],
[
4,
2,
5
],
[
4,
1,
1
]
],
"entity_labels": [
"Religulous",
"Kingdom of the Netherlands",
"film editor",
"Interview",
"Theo van Gogh",
"male"
],
"relation_labels": [
"occupation",
"country of citizenship",
"sex or gender",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q7042855 .
wd:Q591709 wdt:P161 ?x0 .
wd:Q629785 wdt:P161 ?x0 .
?x0 wdt:P21 wd:Q6581097 .
?x0 wdt:P27 wd:Q29999
} |
mcwq-132522 | What Dutch parent of Jasper Krabbé was a male film producer | [
"Jeroen Krabbé"
] | {
"entities": [
"Q29999",
"Q3282637",
"Q62845",
"Q6581097",
"Q2670716"
],
"relations": [
"P106",
"P27",
"P40|wdt:P355",
"P21"
],
"adjacency": [
[
2,
0,
1
],
[
2,
2,
4
],
[
2,
3,
3
],
[
2,
1,
0
]
],
"entity_labels": [
"Kingdom of the Netherlands",
"film producer",
"Jeroen Krabbé",
"male",
"Jasper Krabbé"
],
"relation_labels": [
"occupation",
"country of citizenship",
"P40|wdt:P355",
"sex or gender"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q3282637 .
?x0 wdt:P40|wdt:P355 wd:Q2670716 .
?x0 wdt:P21 wd:Q6581097 .
?x0 wdt:P27 wd:Q29999
} |
mcwq-132523 | What Dutch person did Emma of Waldeck and Pyrmont and Queen Sophie of the Netherlands marry and Charles I of Württemberg 's sibling marry | [
"William III of the Netherlands"
] | {
"entities": [
"Q168674",
"Q29999",
"Q57664",
"Q5",
"Q125649",
"Q57440"
],
"relations": [
"P27",
"P26",
"P31",
"P3373"
],
"adjacency": [
[
4,
2,
3
],
[
4,
0,
1
],
[
4,
1,
0
],
[
4,
1,
2
],
[
4,
1,
0
],
[
0,
3,
5
]
],
"entity_labels": [
"Queen Sophie of the Netherlands",
"Kingdom of the Netherlands",
"Princess Emma of Waldeck and Pyrmont",
"human",
"Willem III of the Netherlands",
"Karl I of Württemberg"
],
"relation_labels": [
"country of citizenship",
"spouse",
"instance of",
"sibling"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P27 wd:Q29999 .
?x0 wdt:P26 ?x1 .
?x0 wdt:P26 wd:Q57664 .
?x0 wdt:P26 wd:Q168674 .
?x1 wdt:P3373 wd:Q57440 .
FILTER ( ?x0 != ?x1 ) .
FILTER ( ?x0 != wd:Q57664 ) .
FILTER ( ?x0 != wd:Q168674 ) .
FILTER ( ?x1 != wd:Q57440 )
} |
mcwq-132524 | What Dutch person did Émile Zola influence | [
"Paulus Adrianus Daum"
] | {
"entities": [
"Q504",
"Q29999",
"Q2189580",
"Q5"
],
"relations": [
"P27",
"P737",
"P31"
],
"adjacency": [
[
2,
2,
3
],
[
2,
1,
0
],
[
2,
0,
1
]
],
"entity_labels": [
"Émile Zola",
"Kingdom of the Netherlands",
"Paulus Adrianus Daum",
"human"
],
"relation_labels": [
"country of citizenship",
"influenced by",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P737 wd:Q504 .
?x0 wdt:P27 wd:Q29999
} |
mcwq-132525 | What Dutch person did X-Men star | [
"Famke Janssen"
] | {
"entities": [
"Q190794",
"Q106182",
"Q29999",
"Q5"
],
"relations": [
"P27",
"P31",
"P161"
],
"adjacency": [
[
0,
1,
3
],
[
1,
2,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"Famke Janssen",
"X-Men",
"Kingdom of the Netherlands",
"human"
],
"relation_labels": [
"country of citizenship",
"instance of",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
wd:Q106182 wdt:P161 ?x0 .
?x0 wdt:P27 wd:Q29999
} |
mcwq-132527 | What Dutch person edited Submission | [
"Theo van Gogh"
] | {
"entities": [
"Q29999",
"Q205456",
"Q5",
"Q1756576"
],
"relations": [
"P27",
"P31",
"P1040"
],
"adjacency": [
[
1,
1,
2
],
[
3,
2,
1
],
[
1,
0,
0
]
],
"entity_labels": [
"Kingdom of the Netherlands",
"Theo van Gogh",
"human",
"Submission"
],
"relation_labels": [
"country of citizenship",
"instance of",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
wd:Q1756576 wdt:P1040 ?x0 .
?x0 wdt:P27 wd:Q29999
} |
mcwq-132528 | What Dutch person executive produced The Voice | [
"John de Mol"
] | {
"entities": [
"Q29999",
"Q5",
"Q490743",
"Q470847"
],
"relations": [
"P27",
"P1431",
"P31"
],
"adjacency": [
[
3,
2,
1
],
[
2,
1,
3
],
[
3,
0,
0
]
],
"entity_labels": [
"Kingdom of the Netherlands",
"human",
"The Voice",
"John de Mol"
],
"relation_labels": [
"country of citizenship",
"executive producer",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
wd:Q490743 wdt:P1431 ?x0 .
?x0 wdt:P27 wd:Q29999
} |
mcwq-132529 | What Dutch person founded Cruyff Foundation | [
"Johan Cruyff"
] | {
"entities": [
"Q29999",
"Q23498512",
"Q5",
"Q17163"
],
"relations": [
"P27",
"P31",
"P112"
],
"adjacency": [
[
3,
1,
2
],
[
1,
2,
3
],
[
3,
0,
0
]
],
"entity_labels": [
"Kingdom of the Netherlands",
"Cruyff Foundation",
"human",
"Johan Cruyff"
],
"relation_labels": [
"country of citizenship",
"instance of",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
wd:Q23498512 wdt:P112 ?x0 .
?x0 wdt:P27 wd:Q29999
} |
mcwq-132530 | What Dutch person influenced Israel Tsvaygenbaum | [
"Vincent van Gogh"
] | {
"entities": [
"Q5582",
"Q29999",
"Q211437",
"Q5"
],
"relations": [
"P27",
"P737",
"P31"
],
"adjacency": [
[
0,
2,
3
],
[
2,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"Vincent van Gogh",
"Kingdom of the Netherlands",
"Israel Tsvaygenbaum",
"human"
],
"relation_labels": [
"country of citizenship",
"influenced by",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
wd:Q211437 wdt:P737 ?x0 .
?x0 wdt:P27 wd:Q29999
} |
mcwq-132531 | What Dutch person married Edwin Jansen and married Remon Stotijn | [
"Anouk"
] | {
"entities": [
"Q29999",
"Q5",
"Q385704",
"Q46087",
"Q2010175"
],
"relations": [
"P27",
"P26",
"P31"
],
"adjacency": [
[
3,
2,
1
],
[
3,
0,
0
],
[
3,
1,
2
],
[
3,
1,
4
]
],
"entity_labels": [
"Kingdom of the Netherlands",
"human",
"Remon Stotijn",
"Anouk",
"Edwin Jansen"
],
"relation_labels": [
"country of citizenship",
"spouse",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P27 wd:Q29999 .
?x0 wdt:P26 wd:Q385704 .
?x0 wdt:P26 wd:Q2010175 .
FILTER ( ?x0 != wd:Q385704 ) .
FILTER ( ?x0 != wd:Q2010175 )
} |
mcwq-132532 | What Dutch person married Queen Sophie of the Netherlands | [
"William III of the Netherlands"
] | {
"entities": [
"Q168674",
"Q29999",
"Q125649",
"Q5"
],
"relations": [
"P27",
"P26",
"P31"
],
"adjacency": [
[
2,
2,
3
],
[
2,
0,
1
],
[
2,
1,
0
]
],
"entity_labels": [
"Queen Sophie of the Netherlands",
"Kingdom of the Netherlands",
"Willem III of the Netherlands",
"human"
],
"relation_labels": [
"country of citizenship",
"spouse",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P27 wd:Q29999 .
?x0 wdt:P26 wd:Q168674 .
FILTER ( ?x0 != wd:Q168674 )
} |
mcwq-132538 | What Dutch person that married Marceline Loridan-Ivens and married Helen van Dongen and Germaine Krull edited and directed De brug | [
"Joris Ivens"
] | {
"entities": [
"Q238616",
"Q29999",
"Q69776",
"Q5",
"Q521115",
"Q15451709",
"Q3795184"
],
"relations": [
"P57",
"P31",
"P1040",
"P27",
"P26"
],
"adjacency": [
[
0,
1,
3
],
[
6,
0,
0
],
[
6,
2,
0
],
[
0,
3,
1
],
[
0,
4,
4
],
[
0,
4,
5
],
[
0,
4,
2
]
],
"entity_labels": [
"Joris Ivens",
"Kingdom of the Netherlands",
"Germaine Krull",
"human",
"Marceline Loridan-Ivens",
"Helen van Dongen",
"De brug"
],
"relation_labels": [
"director",
"instance of",
"film editor",
"country of citizenship",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
wd:Q3795184 wdt:P57 ?x0 .
wd:Q3795184 wdt:P1040 ?x0 .
?x0 wdt:P27 wd:Q29999 .
?x0 wdt:P26 wd:Q521115 .
?x0 wdt:P26 wd:Q15451709 .
?x0 wdt:P26 wd:Q69776 .
FILTER ( ?x0 != wd:Q521115 ) .
FILTER ( ?x0 != wd:Q15451709 ) .
FILTER ( ?x0 != wd:Q69776 )
} |
mcwq-132541 | What Dutch person was employed by Radboud University Nijmegen , Eindhoven University of Technology , and University of Texas at Austin and was employed by Burroughs Corporation | [
"Edsger W. Dijkstra"
] | {
"entities": [
"Q49213",
"Q29999",
"Q632004",
"Q5",
"Q256593",
"Q280824",
"Q8556"
],
"relations": [
"P27",
"P108",
"P31"
],
"adjacency": [
[
6,
2,
3
],
[
6,
1,
5
],
[
6,
1,
4
],
[
6,
1,
0
],
[
6,
1,
2
],
[
6,
0,
1
]
],
"entity_labels": [
"University of Texas at Austin",
"Kingdom of the Netherlands",
"Radboud University Nijmegen",
"human",
"Burroughs Corporation",
"Eindhoven University of Technology",
"Edsger W. Dijkstra"
],
"relation_labels": [
"country of citizenship",
"employer",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P108 wd:Q280824 .
?x0 wdt:P108 wd:Q256593 .
?x0 wdt:P108 wd:Q49213 .
?x0 wdt:P108 wd:Q632004 .
?x0 wdt:P27 wd:Q29999
} |
mcwq-132543 | What Dutch person was employed by Humboldt University of Berlin , No label defined , and University of Göttingen and employed by Cornell University | [
"Peter Debye"
] | {
"entities": [
"Q152087",
"Q29999",
"Q48753512",
"Q103835",
"Q49115",
"Q5",
"Q152838"
],
"relations": [
"P27",
"P108",
"P31"
],
"adjacency": [
[
3,
2,
5
],
[
3,
1,
4
],
[
3,
1,
2
],
[
3,
1,
0
],
[
3,
1,
6
],
[
3,
0,
1
]
],
"entity_labels": [
"Humboldt University of Berlin",
"Kingdom of the Netherlands",
null,
"Peter Debye",
"Cornell University",
"human",
"University of Göttingen"
],
"relation_labels": [
"country of citizenship",
"employer",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P108 wd:Q49115 .
?x0 wdt:P108 wd:Q48753512 .
?x0 wdt:P108 wd:Q152087 .
?x0 wdt:P108 wd:Q152838 .
?x0 wdt:P27 wd:Q29999
} |
mcwq-132544 | What Dutch person was influenced by Kate Bush and influenced by The Line, the Cross and the Curve 's writer | [
"Sharon den Adel"
] | {
"entities": [
"Q29999",
"Q207710",
"Q5",
"Q3521591",
"Q636"
],
"relations": [
"P27",
"P737",
"P58",
"P31"
],
"adjacency": [
[
1,
3,
2
],
[
1,
1,
4
],
[
1,
1,
4
],
[
1,
0,
0
],
[
3,
2,
4
]
],
"entity_labels": [
"Kingdom of the Netherlands",
"Sharon den Adel",
"human",
"The Line, the Cross and the Curve",
"Kate Bush"
],
"relation_labels": [
"country of citizenship",
"influenced by",
"screenwriter",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P737 ?x1 .
?x0 wdt:P737 wd:Q636 .
?x0 wdt:P27 wd:Q29999 .
wd:Q3521591 wdt:P58 ?x1
} |
mcwq-132577 | What Dutch sibling of Linda de Mol executive produced The Voice | [
"John de Mol"
] | {
"entities": [
"Q29999",
"Q469514",
"Q490743",
"Q470847"
],
"relations": [
"P27",
"P3373",
"P1431"
],
"adjacency": [
[
2,
2,
3
],
[
3,
0,
0
],
[
3,
1,
1
]
],
"entity_labels": [
"Kingdom of the Netherlands",
"Linda de Mol",
"The Voice",
"John de Mol"
],
"relation_labels": [
"country of citizenship",
"sibling",
"executive producer"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q490743 wdt:P1431 ?x0 .
?x0 wdt:P27 wd:Q29999 .
?x0 wdt:P3373 wd:Q469514 .
FILTER ( ?x0 != wd:Q469514 )
} |
mcwq-132578 | What Dutch sibling of Antoinette Beumer wrote Bringing Up Bobby and directed Bringing Up Bobby | [
"Famke Janssen"
] | {
"entities": [
"Q29999",
"Q2330817",
"Q2082065",
"Q190794",
"Q4968377"
],
"relations": [
"P27",
"P57",
"P58",
"P3373"
],
"adjacency": [
[
4,
1,
3
],
[
2,
2,
3
],
[
3,
0,
0
],
[
3,
3,
1
]
],
"entity_labels": [
"Kingdom of the Netherlands",
"Antoinette Beumer",
"Bringing Up Bobby",
"Famke Janssen",
"Bringing Up Bobby"
],
"relation_labels": [
"country of citizenship",
"director",
"screenwriter",
"sibling"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q4968377 wdt:P57 ?x0 .
wd:Q2082065 wdt:P58 ?x0 .
?x0 wdt:P27 wd:Q29999 .
?x0 wdt:P3373 wd:Q2330817 .
FILTER ( ?x0 != wd:Q2330817 )
} |
mcwq-132580 | What Dutch sibling of Gay van der Meer was employed by Koninklijke Philips NV and employed by CERN | [
"Simon van der Meer"
] | {
"entities": [
"Q29999",
"Q104779",
"Q108744347",
"Q42944",
"Q170416"
],
"relations": [
"P27",
"P3373",
"P108"
],
"adjacency": [
[
1,
2,
3
],
[
1,
2,
4
],
[
1,
0,
0
],
[
1,
1,
2
]
],
"entity_labels": [
"Kingdom of the Netherlands",
"Simon van der Meer",
"Gay van der Meer",
"CERN",
"Koninklijke Philips NV"
],
"relation_labels": [
"country of citizenship",
"sibling",
"employer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P108 wd:Q42944 .
?x0 wdt:P108 wd:Q170416 .
?x0 wdt:P27 wd:Q29999 .
?x0 wdt:P3373 wd:Q108744347 .
FILTER ( ?x0 != wd:Q108744347 )
} |
mcwq-132586 | What Dutch sibling of a film producer directed Loft | [
"Antoinette Beumer"
] | {
"entities": [
"Q29999",
"Q3282637",
"Q1963065",
"Q2330817",
"Q190794"
],
"relations": [
"P27",
"P57",
"P106",
"P3373"
],
"adjacency": [
[
2,
1,
3
],
[
3,
0,
0
],
[
3,
3,
4
],
[
4,
2,
1
]
],
"entity_labels": [
"Kingdom of the Netherlands",
"film producer",
"Loft",
"Antoinette Beumer",
"Famke Janssen"
],
"relation_labels": [
"country of citizenship",
"director",
"occupation",
"sibling"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q1963065 wdt:P57 ?x0 .
?x0 wdt:P27 wd:Q29999 .
?x0 wdt:P3373 ?x1 .
?x1 wdt:P106 wd:Q3282637 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-132587 | What Dutch sibling of a actor did Kip Williams marry | [
"Famke Janssen"
] | {
"entities": [
"Q29999",
"Q3067206",
"Q33999",
"Q64638",
"Q190794"
],
"relations": [
"P27",
"P3373",
"P106",
"P26"
],
"adjacency": [
[
4,
0,
0
],
[
4,
1,
1
],
[
4,
3,
3
],
[
1,
2,
2
]
],
"entity_labels": [
"Kingdom of the Netherlands",
"Marjolein Beumer",
"actor",
"Kip Williams",
"Famke Janssen"
],
"relation_labels": [
"country of citizenship",
"sibling",
"occupation",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P27 wd:Q29999 .
?x0 wdt:P3373 ?x1 .
?x0 wdt:P26 wd:Q64638 .
?x1 wdt:P106 wd:Q33999 .
FILTER ( ?x0 != ?x1 ) .
FILTER ( ?x0 != wd:Q64638 )
} |
mcwq-132588 | What Dutch spouse of Maria Meijers married Helga Helene Bendix and married Sibendiena Marya van den Berg and Nicolette Antonia van Wijk | [
"Sidney J. van den Bergh"
] | {
"entities": [
"Q29999",
"Q2665524",
"Q76257729",
"Q76257724",
"Q76257744",
"Q76257739"
],
"relations": [
"P27",
"P26"
],
"adjacency": [
[
1,
0,
0
],
[
1,
1,
3
],
[
1,
1,
2
],
[
1,
1,
5
],
[
1,
1,
4
]
],
"entity_labels": [
"Kingdom of the Netherlands",
"Sidney J. van den Bergh",
"Maria Meijers",
"Sibendiena Marya van den Berg",
"Nicolette Antonia van Wijk",
"Helga Helene Bendix"
],
"relation_labels": [
"country of citizenship",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P27 wd:Q29999 .
?x0 wdt:P26 wd:Q76257724 .
?x0 wdt:P26 wd:Q76257729 .
?x0 wdt:P26 wd:Q76257739 .
?x0 wdt:P26 wd:Q76257744 .
FILTER ( ?x0 != wd:Q76257724 ) .
FILTER ( ?x0 != wd:Q76257729 ) .
FILTER ( ?x0 != wd:Q76257739 ) .
FILTER ( ?x0 != wd:Q76257744 )
} |
mcwq-132590 | What Dutch spouse of Emma of Waldeck and Pyrmont was Princess Sophie of the Netherlands 's sibling | [
"William III of the Netherlands"
] | {
"entities": [
"Q242862",
"Q57664",
"Q29999",
"Q125649"
],
"relations": [
"P27",
"P3373",
"P26"
],
"adjacency": [
[
3,
0,
2
],
[
3,
1,
0
],
[
3,
2,
1
]
],
"entity_labels": [
"Princess Sophie of the Netherlands",
"Princess Emma of Waldeck and Pyrmont",
"Kingdom of the Netherlands",
"Willem III of the Netherlands"
],
"relation_labels": [
"country of citizenship",
"sibling",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P27 wd:Q29999 .
?x0 wdt:P3373 wd:Q242862 .
?x0 wdt:P26 wd:Q57664 .
FILTER ( ?x0 != wd:Q57664 ) .
FILTER ( ?x0 != wd:Q242862 )
} |
mcwq-132591 | What Dutch spouse of Remon Stotijn married Edwin Jansen | [
"Anouk"
] | {
"entities": [
"Q2010175",
"Q29999",
"Q46087",
"Q385704"
],
"relations": [
"P27",
"P26"
],
"adjacency": [
[
2,
0,
1
],
[
2,
1,
3
],
[
2,
1,
0
]
],
"entity_labels": [
"Edwin Jansen",
"Kingdom of the Netherlands",
"Anouk",
"Remon Stotijn"
],
"relation_labels": [
"country of citizenship",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P27 wd:Q29999 .
?x0 wdt:P26 wd:Q385704 .
?x0 wdt:P26 wd:Q2010175 .
FILTER ( ?x0 != wd:Q385704 ) .
FILTER ( ?x0 != wd:Q2010175 )
} |
mcwq-132592 | What Dutch spouse of Juliana of the Netherlands was employed by IG Farben | [
"Prince Bernhard of the Netherlands"
] | {
"entities": [
"Q156152",
"Q29999",
"Q154946",
"Q57304"
],
"relations": [
"P27",
"P26",
"P108"
],
"adjacency": [
[
3,
2,
0
],
[
3,
0,
1
],
[
3,
1,
2
]
],
"entity_labels": [
"IG Farben",
"Kingdom of the Netherlands",
"Juliana of the Netherlands",
"Prince Bernhard, Prince Consort of the Netherlands"
],
"relation_labels": [
"country of citizenship",
"spouse",
"employer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P108 wd:Q156152 .
?x0 wdt:P27 wd:Q29999 .
?x0 wdt:P26 wd:Q154946 .
FILTER ( ?x0 != wd:Q154946 )
} |
mcwq-132593 | What Dutch spouse of Marie Leonhardt was employed by Conservatorium van Amsterdam and employed by University of Music and Performing Arts Vienna and University of Siena | [
"Gustav Leonhardt"
] | {
"entities": [
"Q29999",
"Q1897406",
"Q1245999",
"Q51584",
"Q686522",
"Q1127380"
],
"relations": [
"P27",
"P26",
"P108"
],
"adjacency": [
[
3,
2,
2
],
[
3,
2,
4
],
[
3,
2,
5
],
[
3,
0,
0
],
[
3,
1,
1
]
],
"entity_labels": [
"Kingdom of the Netherlands",
"Marie Leonhardt",
"University of Siena",
"Gustav Leonhardt",
"University of Music and Performing Arts Vienna",
"Conservatorium van Amsterdam"
],
"relation_labels": [
"country of citizenship",
"spouse",
"employer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P108 wd:Q1245999 .
?x0 wdt:P108 wd:Q686522 .
?x0 wdt:P108 wd:Q1127380 .
?x0 wdt:P27 wd:Q29999 .
?x0 wdt:P26 wd:Q1897406 .
FILTER ( ?x0 != wd:Q1897406 )
} |
mcwq-132594 | What Dutch spouse of Germaine Krull edited Rain | [
"Joris Ivens"
] | {
"entities": [
"Q1057777",
"Q29999",
"Q69776",
"Q238616"
],
"relations": [
"P27",
"P26",
"P1040"
],
"adjacency": [
[
0,
2,
3
],
[
3,
0,
1
],
[
3,
1,
2
]
],
"entity_labels": [
"Rain",
"Kingdom of the Netherlands",
"Germaine Krull",
"Joris Ivens"
],
"relation_labels": [
"country of citizenship",
"spouse",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q1057777 wdt:P1040 ?x0 .
?x0 wdt:P27 wd:Q29999 .
?x0 wdt:P26 wd:Q69776 .
FILTER ( ?x0 != wd:Q69776 )
} |
mcwq-132596 | What Dutch spouse of Johanna Hendrika Schaay was Vrije Universiteit Amsterdam 's employee and founder | [
"Abraham Kuyper"
] | {
"entities": [
"Q1065414",
"Q29999",
"Q65589408",
"Q320014"
],
"relations": [
"P27",
"P26",
"P108",
"P112"
],
"adjacency": [
[
0,
3,
3
],
[
3,
2,
0
],
[
3,
0,
1
],
[
3,
1,
2
]
],
"entity_labels": [
"Vrije Universiteit Amsterdam",
"Kingdom of the Netherlands",
"Johanna Hendrika Schaay",
"Abraham Kuyper"
],
"relation_labels": [
"country of citizenship",
"spouse",
"employer",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q1065414 wdt:P112 ?x0 .
?x0 wdt:P108 wd:Q1065414 .
?x0 wdt:P27 wd:Q29999 .
?x0 wdt:P26 wd:Q65589408 .
FILTER ( ?x0 != wd:Q65589408 )
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.