id
stringlengths 11
13
| question
stringlengths 11
8.64k
| answers
list | subgraph
dict | sparql
stringlengths 49
483
|
---|---|---|---|---|
mcwq-134201
|
What Japanese cinematographer and writer of The Wind Rises influenced Hideaki Anno
|
[
"Hayao Miyazaki"
] |
{
"entities": [
"Q888131",
"Q55400",
"Q23261",
"Q17"
],
"relations": [
"P344",
"P27",
"P737",
"P58"
],
"adjacency": [
[
0,
0,
1
],
[
0,
3,
1
],
[
2,
2,
1
],
[
1,
1,
3
]
],
"entity_labels": [
"The Wind Rises",
"Hayao Miyazaki",
"Hideaki Anno",
"Japan"
],
"relation_labels": [
"director of photography",
"country of citizenship",
"influenced by",
"screenwriter"
]
}
|
SELECT DISTINCT ?x0 WHERE {
wd:Q888131 wdt:P344 ?x0 .
wd:Q888131 wdt:P58 ?x0 .
wd:Q23261 wdt:P737 ?x0 .
?x0 wdt:P27 wd:Q17
}
|
mcwq-134202
|
What Japanese cinematographer did Takenori Sentō marry
|
[
"Naomi Kawase"
] |
{
"entities": [
"Q3514303",
"Q271247",
"Q17",
"Q222344"
],
"relations": [
"P106",
"P27",
"P26"
],
"adjacency": [
[
1,
0,
3
],
[
1,
1,
2
],
[
1,
2,
0
]
],
"entity_labels": [
"Takenori Sentō",
"Naomi Kawase",
"Japan",
"cinematographer"
],
"relation_labels": [
"occupation",
"country of citizenship",
"spouse"
]
}
|
SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q222344 .
?x0 wdt:P27 wd:Q17 .
?x0 wdt:P26 wd:Q3514303 .
FILTER ( ?x0 != wd:Q3514303 )
}
|
mcwq-134203
|
What Japanese cinematographer did Nihon Falcom employ
|
[
"Makoto Shinkai"
] |
{
"entities": [
"Q17",
"Q1142226",
"Q335080",
"Q222344"
],
"relations": [
"P106",
"P27",
"P108"
],
"adjacency": [
[
2,
0,
3
],
[
2,
2,
1
],
[
2,
1,
0
]
],
"entity_labels": [
"Japan",
"Nihon Falcom",
"Makoto Shinkai",
"cinematographer"
],
"relation_labels": [
"occupation",
"country of citizenship",
"employer"
]
}
|
SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q222344 .
?x0 wdt:P108 wd:Q1142226 .
?x0 wdt:P27 wd:Q17
}
|
mcwq-134206
|
What Japanese cinematographer did Shara star
|
[
"Naomi Kawase"
] |
{
"entities": [
"Q222344",
"Q271247",
"Q17",
"Q3481473"
],
"relations": [
"P106",
"P27",
"P161"
],
"adjacency": [
[
1,
0,
0
],
[
3,
2,
1
],
[
1,
1,
2
]
],
"entity_labels": [
"cinematographer",
"Naomi Kawase",
"Japan",
"Shara"
],
"relation_labels": [
"occupation",
"country of citizenship",
"cast member"
]
}
|
SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q222344 .
wd:Q3481473 wdt:P161 ?x0 .
?x0 wdt:P27 wd:Q17
}
|
mcwq-134207
|
What Japanese cinematographer directed 5 Centimeters Per Second
|
[
"Makoto Shinkai"
] |
{
"entities": [
"Q17",
"Q143513",
"Q335080",
"Q222344"
],
"relations": [
"P27",
"P106",
"P57"
],
"adjacency": [
[
2,
1,
3
],
[
1,
2,
2
],
[
2,
0,
0
]
],
"entity_labels": [
"Japan",
"5 Centimeters Per Second",
"Makoto Shinkai",
"cinematographer"
],
"relation_labels": [
"country of citizenship",
"occupation",
"director"
]
}
|
SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q222344 .
wd:Q143513 wdt:P57 ?x0 .
?x0 wdt:P27 wd:Q17
}
|
mcwq-134209
|
What Japanese cinematographer edited Children Who Chase Lost Voices , The Garden of Words , Weathering with You , and Your Name
|
[
"Makoto Shinkai"
] |
{
"entities": [
"Q59692464",
"Q222344",
"Q21697406",
"Q17",
"Q6434185",
"Q1072777",
"Q335080"
],
"relations": [
"P106",
"P27",
"P1040"
],
"adjacency": [
[
6,
0,
1
],
[
4,
2,
6
],
[
2,
2,
6
],
[
5,
2,
6
],
[
0,
2,
6
],
[
6,
1,
3
]
],
"entity_labels": [
"Weathering with You",
"cinematographer",
"Your Name.",
"Japan",
"The Garden of Words",
"Children Who Chase Lost Voices",
"Makoto Shinkai"
],
"relation_labels": [
"occupation",
"country of citizenship",
"film editor"
]
}
|
SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q222344 .
wd:Q6434185 wdt:P1040 ?x0 .
wd:Q21697406 wdt:P1040 ?x0 .
wd:Q1072777 wdt:P1040 ?x0 .
wd:Q59692464 wdt:P1040 ?x0 .
?x0 wdt:P27 wd:Q17
}
|
mcwq-134210
|
What Japanese cinematographer edited Hanezu
|
[
"Naomi Kawase"
] |
{
"entities": [
"Q222344",
"Q271247",
"Q17",
"Q379237"
],
"relations": [
"P106",
"P27",
"P1040"
],
"adjacency": [
[
1,
0,
0
],
[
3,
2,
1
],
[
1,
1,
2
]
],
"entity_labels": [
"cinematographer",
"Naomi Kawase",
"Japan",
"Hanezu"
],
"relation_labels": [
"occupation",
"country of citizenship",
"film editor"
]
}
|
SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q222344 .
wd:Q379237 wdt:P1040 ?x0 .
?x0 wdt:P27 wd:Q17
}
|
mcwq-134212
|
What Japanese cinematographer edited and wrote Hanezu
|
[
"Naomi Kawase"
] |
{
"entities": [
"Q222344",
"Q271247",
"Q17",
"Q379237"
],
"relations": [
"P106",
"P27",
"P58",
"P1040"
],
"adjacency": [
[
1,
0,
0
],
[
3,
3,
1
],
[
3,
2,
1
],
[
1,
1,
2
]
],
"entity_labels": [
"cinematographer",
"Naomi Kawase",
"Japan",
"Hanezu"
],
"relation_labels": [
"occupation",
"country of citizenship",
"screenwriter",
"film editor"
]
}
|
SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q222344 .
wd:Q379237 wdt:P1040 ?x0 .
wd:Q379237 wdt:P58 ?x0 .
?x0 wdt:P27 wd:Q17
}
|
mcwq-134221
|
What Japanese cinematographer influenced Sōbi Yamamoto
|
[
"Makoto Shinkai"
] |
{
"entities": [
"Q17",
"Q17224490",
"Q335080",
"Q222344"
],
"relations": [
"P106",
"P27",
"P737"
],
"adjacency": [
[
2,
0,
3
],
[
1,
2,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"Japan",
"Sōbi Yamamoto",
"Makoto Shinkai",
"cinematographer"
],
"relation_labels": [
"occupation",
"country of citizenship",
"influenced by"
]
}
|
SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q222344 .
wd:Q17224490 wdt:P737 ?x0 .
?x0 wdt:P27 wd:Q17
}
|
mcwq-134222
|
What Japanese cinematographer married Takenori Sentō
|
[
"Naomi Kawase"
] |
{
"entities": [
"Q3514303",
"Q271247",
"Q17",
"Q222344"
],
"relations": [
"P106",
"P27",
"P26"
],
"adjacency": [
[
1,
0,
3
],
[
1,
1,
2
],
[
1,
2,
0
]
],
"entity_labels": [
"Takenori Sentō",
"Naomi Kawase",
"Japan",
"cinematographer"
],
"relation_labels": [
"occupation",
"country of citizenship",
"spouse"
]
}
|
SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q222344 .
?x0 wdt:P27 wd:Q17 .
?x0 wdt:P26 wd:Q3514303 .
FILTER ( ?x0 != wd:Q3514303 )
}
|
mcwq-134224
|
What Japanese cinematographer of The Wind Rises married Akemi Ōta
|
[
"Hayao Miyazaki"
] |
{
"entities": [
"Q888131",
"Q55400",
"Q2828975",
"Q17"
],
"relations": [
"P344",
"P27",
"P26"
],
"adjacency": [
[
0,
0,
1
],
[
1,
1,
3
],
[
1,
2,
2
]
],
"entity_labels": [
"The Wind Rises",
"Hayao Miyazaki",
"Akemi Ōta",
"Japan"
],
"relation_labels": [
"director of photography",
"country of citizenship",
"spouse"
]
}
|
SELECT DISTINCT ?x0 WHERE {
wd:Q888131 wdt:P344 ?x0 .
?x0 wdt:P27 wd:Q17 .
?x0 wdt:P26 wd:Q2828975 .
FILTER ( ?x0 != wd:Q2828975 )
}
|
mcwq-134225
|
What Japanese cinematographer of The Wind Rises was a director of Howl's Moving Castle
|
[
"Hayao Miyazaki"
] |
{
"entities": [
"Q29011",
"Q888131",
"Q55400",
"Q17"
],
"relations": [
"P344",
"P27",
"P57"
],
"adjacency": [
[
1,
0,
2
],
[
0,
2,
2
],
[
2,
1,
3
]
],
"entity_labels": [
"Howl's Moving Castle",
"The Wind Rises",
"Hayao Miyazaki",
"Japan"
],
"relation_labels": [
"director of photography",
"country of citizenship",
"director"
]
}
|
SELECT DISTINCT ?x0 WHERE {
wd:Q888131 wdt:P344 ?x0 .
wd:Q29011 wdt:P57 ?x0 .
?x0 wdt:P27 wd:Q17
}
|
mcwq-134226
|
What Japanese cinematographer of Tetsuo: The Iron Man and Bullet Ballet directed Nightmare Detective , Gemini , and Kotoko
|
[
"Shinya Tsukamoto"
] |
{
"entities": [
"Q185884",
"Q13461979",
"Q2928022",
"Q17",
"Q1150898",
"Q738544",
"Q1538289"
],
"relations": [
"P344",
"P27",
"P57"
],
"adjacency": [
[
2,
0,
5
],
[
0,
0,
5
],
[
1,
2,
5
],
[
4,
2,
5
],
[
6,
2,
5
],
[
5,
1,
3
]
],
"entity_labels": [
"Tetsuo: The Iron Man",
"Kotoko",
"Bullet Ballet",
"Japan",
"Gemini",
"Shinya Tsukamoto",
"Nightmare Detective"
],
"relation_labels": [
"director of photography",
"country of citizenship",
"director"
]
}
|
SELECT DISTINCT ?x0 WHERE {
wd:Q2928022 wdt:P344 ?x0 .
wd:Q185884 wdt:P344 ?x0 .
wd:Q13461979 wdt:P57 ?x0 .
wd:Q1150898 wdt:P57 ?x0 .
wd:Q1538289 wdt:P57 ?x0 .
?x0 wdt:P27 wd:Q17
}
|
mcwq-134235
|
What Japanese cinematographer that True Mothers was directed by did Shara star
|
[
"Naomi Kawase"
] |
{
"entities": [
"Q271247",
"Q96410966",
"Q222344",
"Q17",
"Q3481473"
],
"relations": [
"P27",
"P106",
"P57",
"P161"
],
"adjacency": [
[
0,
1,
2
],
[
4,
3,
0
],
[
1,
2,
0
],
[
0,
0,
3
]
],
"entity_labels": [
"Naomi Kawase",
"True Mothers",
"cinematographer",
"Japan",
"Shara"
],
"relation_labels": [
"country of citizenship",
"occupation",
"director",
"cast member"
]
}
|
SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q222344 .
wd:Q3481473 wdt:P161 ?x0 .
wd:Q96410966 wdt:P57 ?x0 .
?x0 wdt:P27 wd:Q17
}
|
mcwq-134239
|
What Japanese cinematographer was Tetsuo: The Iron Man 's costume designer
|
[
"Kei Fujiwara"
] |
{
"entities": [
"Q185884",
"Q1280254",
"Q17",
"Q222344"
],
"relations": [
"P106",
"P27",
"P2515"
],
"adjacency": [
[
1,
0,
3
],
[
0,
2,
1
],
[
1,
1,
2
]
],
"entity_labels": [
"Tetsuo: The Iron Man",
"Kei Fujiwara",
"Japan",
"cinematographer"
],
"relation_labels": [
"occupation",
"country of citizenship",
"costume designer"
]
}
|
SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q222344 .
wd:Q185884 wdt:P2515 ?x0 .
?x0 wdt:P27 wd:Q17
}
|
mcwq-134240
|
What Japanese cinematographer was employed by Nihon Falcom
|
[
"Makoto Shinkai"
] |
{
"entities": [
"Q17",
"Q1142226",
"Q335080",
"Q222344"
],
"relations": [
"P106",
"P27",
"P108"
],
"adjacency": [
[
2,
0,
3
],
[
2,
2,
1
],
[
2,
1,
0
]
],
"entity_labels": [
"Japan",
"Nihon Falcom",
"Makoto Shinkai",
"cinematographer"
],
"relation_labels": [
"occupation",
"country of citizenship",
"employer"
]
}
|
SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q222344 .
?x0 wdt:P108 wd:Q1142226 .
?x0 wdt:P27 wd:Q17
}
|
mcwq-134246
|
What Japanese costume designer did Fashion! and Notebook on Cities and Clothes star
|
[
"Yohji Yamamoto"
] |
{
"entities": [
"Q3067061",
"Q599182",
"Q1323191",
"Q707890",
"Q17"
],
"relations": [
"P106",
"P27",
"P161"
],
"adjacency": [
[
3,
0,
2
],
[
1,
2,
3
],
[
0,
2,
3
],
[
3,
1,
4
]
],
"entity_labels": [
"Fashion!",
"Notebook on Cities and Clothes",
"costume designer",
"Yohji Yamamoto",
"Japan"
],
"relation_labels": [
"occupation",
"country of citizenship",
"cast member"
]
}
|
SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q1323191 .
wd:Q599182 wdt:P161 ?x0 .
wd:Q3067061 wdt:P161 ?x0 .
?x0 wdt:P27 wd:Q17
}
|
mcwq-134247
|
What Japanese costume designer did Notebook on Cities and Clothes star
|
[
"Yohji Yamamoto"
] |
{
"entities": [
"Q1323191",
"Q599182",
"Q707890",
"Q17"
],
"relations": [
"P106",
"P27",
"P161"
],
"adjacency": [
[
2,
0,
0
],
[
1,
2,
2
],
[
2,
1,
3
]
],
"entity_labels": [
"costume designer",
"Notebook on Cities and Clothes",
"Yohji Yamamoto",
"Japan"
],
"relation_labels": [
"occupation",
"country of citizenship",
"cast member"
]
}
|
SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q1323191 .
wd:Q599182 wdt:P161 ?x0 .
?x0 wdt:P27 wd:Q17
}
|
mcwq-134248
|
What Japanese costume designer did Ben Wada marry
|
[
"Emi Wada"
] |
{
"entities": [
"Q1323191",
"Q440027",
"Q4886619",
"Q17"
],
"relations": [
"P106",
"P27",
"P26"
],
"adjacency": [
[
1,
0,
0
],
[
1,
1,
3
],
[
1,
2,
2
]
],
"entity_labels": [
"costume designer",
"Emi Wada",
"Ben Wada",
"Japan"
],
"relation_labels": [
"occupation",
"country of citizenship",
"spouse"
]
}
|
SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q1323191 .
?x0 wdt:P27 wd:Q17 .
?x0 wdt:P26 wd:Q4886619 .
FILTER ( ?x0 != wd:Q4886619 )
}
|
mcwq-134249
|
What Japanese costume designer did Shiseido employ
|
[
"Eiko Ishioka"
] |
{
"entities": [
"Q1323191",
"Q297935",
"Q17",
"Q728185"
],
"relations": [
"P106",
"P27",
"P108"
],
"adjacency": [
[
1,
0,
0
],
[
1,
2,
3
],
[
1,
1,
2
]
],
"entity_labels": [
"costume designer",
"Eiko Ishioka",
"Japan",
"Shiseido"
],
"relation_labels": [
"occupation",
"country of citizenship",
"employer"
]
}
|
SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q1323191 .
?x0 wdt:P108 wd:Q728185 .
?x0 wdt:P27 wd:Q17
}
|
mcwq-134256
|
What Japanese costume designer of Cutie Honey was Space Battleship Yamato 2199: Star-Voyaging Ark 's writer
|
[
"Yutaka Izubuchi"
] |
{
"entities": [
"Q19273872",
"Q375248",
"Q2265036",
"Q17"
],
"relations": [
"P2515",
"P27",
"P58"
],
"adjacency": [
[
1,
0,
2
],
[
0,
2,
2
],
[
2,
1,
3
]
],
"entity_labels": [
"Space Battleship Yamato 2199: Star-Voyaging Ark",
"Cutie Honey",
"Yutaka Izubuchi",
"Japan"
],
"relation_labels": [
"costume designer",
"country of citizenship",
"screenwriter"
]
}
|
SELECT DISTINCT ?x0 WHERE {
wd:Q375248 wdt:P2515 ?x0 .
wd:Q19273872 wdt:P58 ?x0 .
?x0 wdt:P27 wd:Q17
}
|
mcwq-134261
|
What Japanese costume designer was a parent of Takayuki Katō
|
[
"Kazuko Kurosawa"
] |
{
"entities": [
"Q1323191",
"Q20039445",
"Q3194478",
"Q17"
],
"relations": [
"P106",
"P27",
"P40|wdt:P355"
],
"adjacency": [
[
2,
0,
0
],
[
2,
2,
1
],
[
2,
1,
3
]
],
"entity_labels": [
"costume designer",
"Takayuki Katō",
"Kazuko Kurosawa",
"Japan"
],
"relation_labels": [
"occupation",
"country of citizenship",
"P40|wdt:P355"
]
}
|
SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q1323191 .
?x0 wdt:P40|wdt:P355 wd:Q20039445 .
?x0 wdt:P27 wd:Q17
}
|
mcwq-134263
|
What Japanese costume designer was a employee of Shiseido
|
[
"Eiko Ishioka"
] |
{
"entities": [
"Q1323191",
"Q297935",
"Q17",
"Q728185"
],
"relations": [
"P106",
"P27",
"P108"
],
"adjacency": [
[
1,
0,
0
],
[
1,
2,
3
],
[
1,
1,
2
]
],
"entity_labels": [
"costume designer",
"Eiko Ishioka",
"Japan",
"Shiseido"
],
"relation_labels": [
"occupation",
"country of citizenship",
"employer"
]
}
|
SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q1323191 .
?x0 wdt:P108 wd:Q728185 .
?x0 wdt:P27 wd:Q17
}
|
mcwq-134264
|
What Japanese costume designer was employed by Shiseido
|
[
"Eiko Ishioka"
] |
{
"entities": [
"Q1323191",
"Q297935",
"Q17",
"Q728185"
],
"relations": [
"P106",
"P27",
"P108"
],
"adjacency": [
[
1,
0,
0
],
[
1,
2,
3
],
[
1,
1,
2
]
],
"entity_labels": [
"costume designer",
"Eiko Ishioka",
"Japan",
"Shiseido"
],
"relation_labels": [
"occupation",
"country of citizenship",
"employer"
]
}
|
SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q1323191 .
?x0 wdt:P108 wd:Q728185 .
?x0 wdt:P27 wd:Q17
}
|
mcwq-134266
|
What Japanese director and cinematographer of The Wind Rises founded Studio Ghibli
|
[
"Hayao Miyazaki"
] |
{
"entities": [
"Q888131",
"Q182950",
"Q55400",
"Q17"
],
"relations": [
"P344",
"P27",
"P57",
"P112"
],
"adjacency": [
[
0,
0,
2
],
[
0,
2,
2
],
[
1,
3,
2
],
[
2,
1,
3
]
],
"entity_labels": [
"The Wind Rises",
"Studio Ghibli",
"Hayao Miyazaki",
"Japan"
],
"relation_labels": [
"director of photography",
"country of citizenship",
"director",
"founded by"
]
}
|
SELECT DISTINCT ?x0 WHERE {
wd:Q888131 wdt:P344 ?x0 .
wd:Q888131 wdt:P57 ?x0 .
wd:Q182950 wdt:P112 ?x0 .
?x0 wdt:P27 wd:Q17
}
|
mcwq-134267
|
What Japanese director and star of Munō no Hito did Bruce Lee influence
|
[
"Naoto Takenaka"
] |
{
"entities": [
"Q1154179",
"Q3203779",
"Q16397",
"Q17"
],
"relations": [
"P27",
"P57",
"P737",
"P161"
],
"adjacency": [
[
1,
3,
0
],
[
1,
1,
0
],
[
0,
2,
2
],
[
0,
0,
3
]
],
"entity_labels": [
"Naoto Takenaka",
"Munō no Hito",
"Bruce Lee",
"Japan"
],
"relation_labels": [
"country of citizenship",
"director",
"influenced by",
"cast member"
]
}
|
SELECT DISTINCT ?x0 WHERE {
wd:Q3203779 wdt:P161 ?x0 .
wd:Q3203779 wdt:P57 ?x0 .
?x0 wdt:P737 wd:Q16397 .
?x0 wdt:P27 wd:Q17
}
|
mcwq-134268
|
What Japanese director and writer of Inugami was employed by Nihon University
|
[
"Masato Harada"
] |
{
"entities": [
"Q668694",
"Q11330",
"Q1326230",
"Q17"
],
"relations": [
"P27",
"P57",
"P108",
"P58"
],
"adjacency": [
[
0,
1,
1
],
[
0,
3,
1
],
[
1,
2,
2
],
[
1,
0,
3
]
],
"entity_labels": [
"Inugami",
"Masato Harada",
"Nihon University",
"Japan"
],
"relation_labels": [
"country of citizenship",
"director",
"employer",
"screenwriter"
]
}
|
SELECT DISTINCT ?x0 WHERE {
wd:Q668694 wdt:P57 ?x0 .
wd:Q668694 wdt:P58 ?x0 .
?x0 wdt:P108 wd:Q1326230 .
?x0 wdt:P27 wd:Q17
}
|
mcwq-134271
|
What Japanese director of Pandane to tamago hime , Spirited Away , and How Do You Live? was employed by Nippon Animation and was employed by Studio Ghibli and Toei Animation
|
[
"Hayao Miyazaki"
] |
{
"entities": [
"Q1051884",
"Q31827",
"Q730179",
"Q55400",
"Q155653",
"Q17",
"Q182950",
"Q47482560"
],
"relations": [
"P27",
"P57",
"P108"
],
"adjacency": [
[
7,
1,
3
],
[
1,
1,
3
],
[
4,
1,
3
],
[
3,
2,
6
],
[
3,
2,
2
],
[
3,
2,
0
],
[
3,
0,
5
]
],
"entity_labels": [
"Nippon Animation",
"Mr. Dough and the Egg Princess",
"Toei Animation",
"Hayao Miyazaki",
"Spirited Away",
"Japan",
"Studio Ghibli",
"How Do You Live?"
],
"relation_labels": [
"country of citizenship",
"director",
"employer"
]
}
|
SELECT DISTINCT ?x0 WHERE {
wd:Q47482560 wdt:P57 ?x0 .
wd:Q31827 wdt:P57 ?x0 .
wd:Q155653 wdt:P57 ?x0 .
?x0 wdt:P108 wd:Q182950 .
?x0 wdt:P108 wd:Q730179 .
?x0 wdt:P108 wd:Q1051884 .
?x0 wdt:P27 wd:Q17
}
|
mcwq-134272
|
What Japanese director of Tetsuo: The Iron Man and Nightmare Detective was A Snake of June 's editor , director , cinematographer , and star
|
[
"Shinya Tsukamoto"
] |
{
"entities": [
"Q185884",
"Q1145740",
"Q17",
"Q738544",
"Q1538289"
],
"relations": [
"P344",
"P57",
"P1040",
"P27",
"P161"
],
"adjacency": [
[
1,
4,
3
],
[
1,
0,
3
],
[
0,
1,
3
],
[
4,
1,
3
],
[
1,
1,
3
],
[
1,
2,
3
],
[
3,
3,
2
]
],
"entity_labels": [
"Tetsuo: The Iron Man",
"A Snake of June",
"Japan",
"Shinya Tsukamoto",
"Nightmare Detective"
],
"relation_labels": [
"director of photography",
"director",
"film editor",
"country of citizenship",
"cast member"
]
}
|
SELECT DISTINCT ?x0 WHERE {
wd:Q1145740 wdt:P161 ?x0 .
wd:Q1145740 wdt:P344 ?x0 .
wd:Q185884 wdt:P57 ?x0 .
wd:Q1538289 wdt:P57 ?x0 .
wd:Q1145740 wdt:P57 ?x0 .
wd:Q1145740 wdt:P1040 ?x0 .
?x0 wdt:P27 wd:Q17
}
|
mcwq-134273
|
What Japanese director of The Hidden Fortress and Seven Samurai wrote Ikiru and The Magnificent Seven , wrote Yojimbo , and edited Kagemusha
|
[
"Akira Kurosawa"
] |
{
"entities": [
"Q854990",
"Q39946",
"Q8006",
"Q152105",
"Q189540",
"Q19069",
"Q20475",
"Q17"
],
"relations": [
"P27",
"P57",
"P58",
"P1040"
],
"adjacency": [
[
1,
1,
2
],
[
4,
1,
2
],
[
0,
3,
2
],
[
6,
2,
2
],
[
5,
2,
2
],
[
3,
2,
2
],
[
2,
0,
7
]
],
"entity_labels": [
"Kagemusha",
"The Hidden Fortress",
"Akira Kurosawa",
"Ikiru",
"Seven Samurai",
"The Magnificent Seven",
"Yojimbo",
"Japan"
],
"relation_labels": [
"country of citizenship",
"director",
"screenwriter",
"film editor"
]
}
|
SELECT DISTINCT ?x0 WHERE {
wd:Q39946 wdt:P57 ?x0 .
wd:Q189540 wdt:P57 ?x0 .
wd:Q854990 wdt:P1040 ?x0 .
wd:Q20475 wdt:P58 ?x0 .
wd:Q19069 wdt:P58 ?x0 .
wd:Q152105 wdt:P58 ?x0 .
?x0 wdt:P27 wd:Q17
}
|
mcwq-134274
|
What Japanese director of Yojimbo directed and edited Kagemusha
|
[
"Akira Kurosawa"
] |
{
"entities": [
"Q854990",
"Q20475",
"Q17",
"Q8006"
],
"relations": [
"P27",
"P57",
"P1040"
],
"adjacency": [
[
0,
1,
3
],
[
1,
1,
3
],
[
0,
2,
3
],
[
3,
0,
2
]
],
"entity_labels": [
"Kagemusha",
"Yojimbo",
"Japan",
"Akira Kurosawa"
],
"relation_labels": [
"country of citizenship",
"director",
"film editor"
]
}
|
SELECT DISTINCT ?x0 WHERE {
wd:Q854990 wdt:P57 ?x0 .
wd:Q20475 wdt:P57 ?x0 .
wd:Q854990 wdt:P1040 ?x0 .
?x0 wdt:P27 wd:Q17
}
|
mcwq-134275
|
What Japanese director of The Hidden Fortress , Dersu Uzala , and Throne of Blood executive produced Kagemusha
|
[
"Akira Kurosawa"
] |
{
"entities": [
"Q854990",
"Q8006",
"Q39946",
"Q257818",
"Q17",
"Q948023"
],
"relations": [
"P27",
"P57",
"P1431"
],
"adjacency": [
[
3,
1,
1
],
[
5,
1,
1
],
[
2,
1,
1
],
[
0,
2,
1
],
[
1,
0,
4
]
],
"entity_labels": [
"Kagemusha",
"Akira Kurosawa",
"The Hidden Fortress",
"Throne of Blood",
"Japan",
"Dersu Uzala"
],
"relation_labels": [
"country of citizenship",
"director",
"executive producer"
]
}
|
SELECT DISTINCT ?x0 WHERE {
wd:Q257818 wdt:P57 ?x0 .
wd:Q948023 wdt:P57 ?x0 .
wd:Q39946 wdt:P57 ?x0 .
wd:Q854990 wdt:P1431 ?x0 .
?x0 wdt:P27 wd:Q17
}
|
mcwq-134276
|
What Japanese director of a film edited Sanshiro Sugata Part II and wrote Drunken Angel and Yojimbo
|
[
"Akira Kurosawa"
] |
{
"entities": [
"Q8006",
"Q1341875",
"Q20475",
"Q17",
"Q2296227",
"Q11424",
"Q948023"
],
"relations": [
"P57",
"P58",
"P31",
"P1040",
"P27"
],
"adjacency": [
[
6,
0,
0
],
[
4,
3,
0
],
[
1,
1,
0
],
[
2,
1,
0
],
[
0,
4,
3
],
[
6,
2,
5
]
],
"entity_labels": [
"Akira Kurosawa",
"Drunken Angel",
"Yojimbo",
"Japan",
"Sanshiro Sugata Part II",
"film",
"Dersu Uzala"
],
"relation_labels": [
"director",
"screenwriter",
"instance of",
"film editor",
"country of citizenship"
]
}
|
SELECT DISTINCT ?x0 WHERE {
?x1 wdt:P57 ?x0 .
wd:Q2296227 wdt:P1040 ?x0 .
wd:Q1341875 wdt:P58 ?x0 .
wd:Q20475 wdt:P58 ?x0 .
?x0 wdt:P27 wd:Q17 .
?x1 wdt:P31 wd:Q11424 }
|
mcwq-134277
|
What Japanese editor of Ponyo on the Cliff by the Sea and Princess Mononoke was Studio Ghibli 's founder
|
[
"Hayao Miyazaki"
] |
{
"entities": [
"Q236728",
"Q186572",
"Q55400",
"Q17",
"Q182950"
],
"relations": [
"P112",
"P27",
"P1040"
],
"adjacency": [
[
1,
2,
2
],
[
0,
2,
2
],
[
4,
0,
2
],
[
2,
1,
3
]
],
"entity_labels": [
"Ponyo on the Cliff by the Sea",
"Princess Mononoke",
"Hayao Miyazaki",
"Japan",
"Studio Ghibli"
],
"relation_labels": [
"founded by",
"country of citizenship",
"film editor"
]
}
|
SELECT DISTINCT ?x0 WHERE {
wd:Q186572 wdt:P1040 ?x0 .
wd:Q236728 wdt:P1040 ?x0 .
wd:Q182950 wdt:P112 ?x0 .
?x0 wdt:P27 wd:Q17
}
|
mcwq-134278
|
What Japanese editor of Castle in the Sky , Princess Mononoke , and Ponyo on the Cliff by the Sea was employed by and founded Studio Ghibli
|
[
"Hayao Miyazaki"
] |
{
"entities": [
"Q236728",
"Q498577",
"Q186572",
"Q55400",
"Q17",
"Q182950"
],
"relations": [
"P112",
"P27",
"P108",
"P1040"
],
"adjacency": [
[
1,
3,
3
],
[
2,
3,
3
],
[
0,
3,
3
],
[
5,
0,
3
],
[
3,
2,
5
],
[
3,
1,
4
]
],
"entity_labels": [
"Ponyo on the Cliff by the Sea",
"Castle in the Sky",
"Princess Mononoke",
"Hayao Miyazaki",
"Japan",
"Studio Ghibli"
],
"relation_labels": [
"founded by",
"country of citizenship",
"employer",
"film editor"
]
}
|
SELECT DISTINCT ?x0 WHERE {
wd:Q498577 wdt:P1040 ?x0 .
wd:Q186572 wdt:P1040 ?x0 .
wd:Q236728 wdt:P1040 ?x0 .
wd:Q182950 wdt:P112 ?x0 .
?x0 wdt:P108 wd:Q182950 .
?x0 wdt:P27 wd:Q17
}
|
mcwq-134279
|
What Japanese editor of Kagemusha and Yojimbo did a person marry
|
[
"Akira Kurosawa"
] |
{
"entities": [
"Q854990",
"Q3032150",
"Q8006",
"Q5",
"Q20475",
"Q17"
],
"relations": [
"P27",
"P26",
"P31",
"P1040"
],
"adjacency": [
[
0,
3,
2
],
[
4,
3,
2
],
[
2,
0,
5
],
[
2,
1,
1
],
[
1,
2,
3
]
],
"entity_labels": [
"Kagemusha",
"Yōko Yaguchi",
"Akira Kurosawa",
"human",
"Yojimbo",
"Japan"
],
"relation_labels": [
"country of citizenship",
"spouse",
"instance of",
"film editor"
]
}
|
SELECT DISTINCT ?x0 WHERE {
wd:Q854990 wdt:P1040 ?x0 .
wd:Q20475 wdt:P1040 ?x0 .
?x0 wdt:P27 wd:Q17 .
?x0 wdt:P26 ?x1 .
?x1 wdt:P31 wd:Q5 .
FILTER ( ?x0 != ?x1 )
}
|
mcwq-134280
|
What Japanese editor of Ponyo on the Cliff by the Sea and Princess Mononoke was Studio Ghibli 's employee and founder
|
[
"Hayao Miyazaki"
] |
{
"entities": [
"Q236728",
"Q186572",
"Q55400",
"Q17",
"Q182950"
],
"relations": [
"P112",
"P27",
"P108",
"P1040"
],
"adjacency": [
[
1,
3,
2
],
[
0,
3,
2
],
[
4,
0,
2
],
[
2,
2,
4
],
[
2,
1,
3
]
],
"entity_labels": [
"Ponyo on the Cliff by the Sea",
"Princess Mononoke",
"Hayao Miyazaki",
"Japan",
"Studio Ghibli"
],
"relation_labels": [
"founded by",
"country of citizenship",
"employer",
"film editor"
]
}
|
SELECT DISTINCT ?x0 WHERE {
wd:Q186572 wdt:P1040 ?x0 .
wd:Q236728 wdt:P1040 ?x0 .
wd:Q182950 wdt:P112 ?x0 .
?x0 wdt:P108 wd:Q182950 .
?x0 wdt:P27 wd:Q17
}
|
mcwq-134282
|
What Japanese editor of Castle in the Sky , Ponyo on the Cliff by the Sea , and Princess Mononoke did Ursula K. Le Guin and Antoine de Saint-Exupéry influence
|
[
"Hayao Miyazaki"
] |
{
"entities": [
"Q236728",
"Q181659",
"Q498577",
"Q2908",
"Q186572",
"Q55400",
"Q17"
],
"relations": [
"P27",
"P737",
"P1040"
],
"adjacency": [
[
0,
2,
5
],
[
4,
2,
5
],
[
2,
2,
5
],
[
5,
1,
3
],
[
5,
1,
1
],
[
5,
0,
6
]
],
"entity_labels": [
"Ponyo on the Cliff by the Sea",
"Ursula K. Le Guin",
"Castle in the Sky",
"Antoine de Saint-Exupéry",
"Princess Mononoke",
"Hayao Miyazaki",
"Japan"
],
"relation_labels": [
"country of citizenship",
"influenced by",
"film editor"
]
}
|
SELECT DISTINCT ?x0 WHERE {
wd:Q236728 wdt:P1040 ?x0 .
wd:Q186572 wdt:P1040 ?x0 .
wd:Q498577 wdt:P1040 ?x0 .
?x0 wdt:P737 wd:Q2908 .
?x0 wdt:P737 wd:Q181659 .
?x0 wdt:P27 wd:Q17
}
|
mcwq-134283
|
What Japanese editor of Yojimbo did A.K. star
|
[
"Akira Kurosawa"
] |
{
"entities": [
"Q8006",
"Q20475",
"Q17",
"Q2818895"
],
"relations": [
"P27",
"P1040",
"P161"
],
"adjacency": [
[
3,
2,
0
],
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"Akira Kurosawa",
"Yojimbo",
"Japan",
"A.K."
],
"relation_labels": [
"country of citizenship",
"film editor",
"cast member"
]
}
|
SELECT DISTINCT ?x0 WHERE {
wd:Q2818895 wdt:P161 ?x0 .
wd:Q20475 wdt:P1040 ?x0 .
?x0 wdt:P27 wd:Q17
}
|
mcwq-134288
|
What Japanese employee and founder of Neon Genesis Evangelion 's producer did Gainax employ
|
[
"Shinji Higuchi",
"Toshio Okada",
"Hideaki Anno"
] |
{
"entities": [
"Q662",
"Q834328",
"Q900501",
"Q17"
],
"relations": [
"P272",
"P27",
"P108",
"P112"
],
"adjacency": [
[
1,
3,
2
],
[
2,
2,
1
],
[
2,
2,
1
],
[
2,
1,
3
],
[
0,
0,
1
]
],
"entity_labels": [
"Neon Genesis Evangelion",
"Gainax",
"Shinji Higuchi",
"Japan"
],
"relation_labels": [
"production company",
"country of citizenship",
"employer",
"founded by"
]
}
|
SELECT DISTINCT ?x0 WHERE {
?x1 wdt:P112 ?x0 .
?x0 wdt:P108 ?x1 .
?x0 wdt:P108 wd:Q834328 .
?x0 wdt:P27 wd:Q17 .
wd:Q662 wdt:P272 ?x1
}
|
mcwq-134290
|
What Japanese employee of Khara executive produced Evangelion: 3.0 You Can (Not) Redo , Japan Animator Expo , and Evangelion: 3.0+1.0 Thrice Upon a Time
|
[
"Hideaki Anno"
] |
{
"entities": [
"Q1203676",
"Q18644963",
"Q6434144",
"Q23261",
"Q17",
"Q182206"
],
"relations": [
"P27",
"P108",
"P1431"
],
"adjacency": [
[
1,
2,
3
],
[
5,
2,
3
],
[
2,
2,
3
],
[
3,
1,
0
],
[
3,
0,
4
]
],
"entity_labels": [
"Khara",
"Japan Animator Expo",
"Evangelion: 3.0+1.0 Thrice Upon a Time",
"Hideaki Anno",
"Japan",
"Evangelion: 3.0 You Can (Not) Redo"
],
"relation_labels": [
"country of citizenship",
"employer",
"executive producer"
]
}
|
SELECT DISTINCT ?x0 WHERE {
wd:Q18644963 wdt:P1431 ?x0 .
wd:Q182206 wdt:P1431 ?x0 .
wd:Q6434144 wdt:P1431 ?x0 .
?x0 wdt:P108 wd:Q1203676 .
?x0 wdt:P27 wd:Q17
}
|
mcwq-134291
|
What Japanese employee of Osaka University and University of Tokyo married Sumi Yukawa and was influenced by Enrico Fermi
|
[
"Hideki Yukawa"
] |
{
"entities": [
"Q7842",
"Q11563533",
"Q651233",
"Q8753",
"Q17",
"Q155777"
],
"relations": [
"P108",
"P27",
"P26",
"P737"
],
"adjacency": [
[
5,
3,
3
],
[
5,
0,
2
],
[
5,
0,
0
],
[
5,
1,
4
],
[
5,
2,
1
]
],
"entity_labels": [
"University of Tokyo",
"Sumi Yukawa",
"Osaka University",
"Enrico Fermi",
"Japan",
"Hideki Yukawa"
],
"relation_labels": [
"employer",
"country of citizenship",
"spouse",
"influenced by"
]
}
|
SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P737 wd:Q8753 .
?x0 wdt:P108 wd:Q651233 .
?x0 wdt:P108 wd:Q7842 .
?x0 wdt:P27 wd:Q17 .
?x0 wdt:P26 wd:Q11563533 .
FILTER ( ?x0 != wd:Q11563533 )
}
|
mcwq-134292
|
What Japanese employee of Kyoto University was employed by Yamaguchi Higher School
|
[
"Kitarō Nishida"
] |
{
"entities": [
"Q17",
"Q336264",
"Q11467549",
"Q45125"
],
"relations": [
"P27",
"P108"
],
"adjacency": [
[
3,
1,
1
],
[
3,
1,
2
],
[
3,
0,
0
]
],
"entity_labels": [
"Japan",
"Kyoto University",
"Yamaguchi Higher School",
"Kitarō Nishida"
],
"relation_labels": [
"country of citizenship",
"employer"
]
}
|
SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P108 wd:Q336264 .
?x0 wdt:P108 wd:Q11467549 .
?x0 wdt:P27 wd:Q17
}
|
mcwq-134293
|
What Japanese employee of Studio Ghibli and Nippon Animation influenced Hendel Butoy and was influenced by Osamu Tezuka and Ursula K. Le Guin
|
[
"Hayao Miyazaki"
] |
{
"entities": [
"Q193300",
"Q1051884",
"Q181659",
"Q55400",
"Q19953081",
"Q17",
"Q182950"
],
"relations": [
"P108",
"P27",
"P737"
],
"adjacency": [
[
4,
2,
3
],
[
3,
2,
0
],
[
3,
2,
2
],
[
3,
0,
6
],
[
3,
0,
1
],
[
3,
1,
5
]
],
"entity_labels": [
"Osamu Tezuka",
"Nippon Animation",
"Ursula K. Le Guin",
"Hayao Miyazaki",
"Hendel Butoy",
"Japan",
"Studio Ghibli"
],
"relation_labels": [
"employer",
"country of citizenship",
"influenced by"
]
}
|
SELECT DISTINCT ?x0 WHERE {
wd:Q19953081 wdt:P737 ?x0 .
?x0 wdt:P737 wd:Q193300 .
?x0 wdt:P737 wd:Q181659 .
?x0 wdt:P108 wd:Q182950 .
?x0 wdt:P108 wd:Q1051884 .
?x0 wdt:P27 wd:Q17
}
|
mcwq-134294
|
What Japanese employee of Studio Ghibli was Howl's Moving Castle 's executive producer and writer
|
[
"Hayao Miyazaki"
] |
{
"entities": [
"Q29011",
"Q55400",
"Q182950",
"Q17"
],
"relations": [
"P27",
"P108",
"P58",
"P1431"
],
"adjacency": [
[
0,
3,
1
],
[
0,
2,
1
],
[
1,
1,
2
],
[
1,
0,
3
]
],
"entity_labels": [
"Howl's Moving Castle",
"Hayao Miyazaki",
"Studio Ghibli",
"Japan"
],
"relation_labels": [
"country of citizenship",
"employer",
"screenwriter",
"executive producer"
]
}
|
SELECT DISTINCT ?x0 WHERE {
wd:Q29011 wdt:P1431 ?x0 .
wd:Q29011 wdt:P58 ?x0 .
?x0 wdt:P108 wd:Q182950 .
?x0 wdt:P27 wd:Q17
}
|
mcwq-134295
|
What Japanese employee of Gainax did Looking for a Home 's Japanese writer influence
|
[
"Hideaki Anno"
] |
{
"entities": [
"Q23261",
"Q55400",
"Q834328",
"Q17",
"Q2454829"
],
"relations": [
"P108",
"P27",
"P737",
"P58"
],
"adjacency": [
[
0,
2,
1
],
[
0,
0,
2
],
[
0,
1,
3
],
[
4,
3,
1
],
[
1,
1,
3
]
],
"entity_labels": [
"Hideaki Anno",
"Hayao Miyazaki",
"Gainax",
"Japan",
"Looking for a Home"
],
"relation_labels": [
"employer",
"country of citizenship",
"influenced by",
"screenwriter"
]
}
|
SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P737 ?x1 .
?x0 wdt:P108 wd:Q834328 .
?x0 wdt:P27 wd:Q17 .
wd:Q2454829 wdt:P58 ?x1 .
?x1 wdt:P27 wd:Q17
}
|
mcwq-134296
|
What Japanese employee of Gainax influenced Hiroki Endo
|
[
"Hideaki Anno"
] |
{
"entities": [
"Q23261",
"Q957850",
"Q834328",
"Q17"
],
"relations": [
"P108",
"P27",
"P737"
],
"adjacency": [
[
1,
2,
0
],
[
0,
0,
2
],
[
0,
1,
3
]
],
"entity_labels": [
"Hideaki Anno",
"Hiroki Endo",
"Gainax",
"Japan"
],
"relation_labels": [
"employer",
"country of citizenship",
"influenced by"
]
}
|
SELECT DISTINCT ?x0 WHERE {
wd:Q957850 wdt:P737 ?x0 .
?x0 wdt:P108 wd:Q834328 .
?x0 wdt:P27 wd:Q17
}
|
mcwq-134297
|
What Japanese employee of a production company married Sessue Hayakawa
|
[
"Tsuru Aoki"
] |
{
"entities": [
"Q4936315",
"Q382068",
"Q159846",
"Q17",
"Q1762059"
],
"relations": [
"P27",
"P26",
"P108",
"P31"
],
"adjacency": [
[
0,
2,
2
],
[
0,
0,
3
],
[
0,
1,
1
],
[
2,
3,
4
]
],
"entity_labels": [
"Tsuru Aoki",
"Sessue Hayakawa",
"Paramount Pictures",
"Japan",
"film production company"
],
"relation_labels": [
"country of citizenship",
"spouse",
"employer",
"instance of"
]
}
|
SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P108 ?x1 .
?x0 wdt:P27 wd:Q17 .
?x0 wdt:P26 wd:Q382068 .
?x1 wdt:P31 wd:Q1762059 .
FILTER ( ?x0 != wd:Q382068 )
}
|
mcwq-134299
|
What Japanese executive producer of Only Yesterday and Pom Poko was Ponyo on the Cliff by the Sea 's editor , writer , executive producer , and director
|
[
"Hayao Miyazaki"
] |
{
"entities": [
"Q236728",
"Q1045889",
"Q167206",
"Q55400",
"Q17"
],
"relations": [
"P57",
"P58",
"P1431",
"P1040",
"P27"
],
"adjacency": [
[
0,
0,
3
],
[
0,
3,
3
],
[
0,
2,
3
],
[
2,
2,
3
],
[
1,
2,
3
],
[
0,
1,
3
],
[
3,
4,
4
]
],
"entity_labels": [
"Ponyo on the Cliff by the Sea",
"Only Yesterday",
"Pom Poko",
"Hayao Miyazaki",
"Japan"
],
"relation_labels": [
"director",
"screenwriter",
"executive producer",
"film editor",
"country of citizenship"
]
}
|
SELECT DISTINCT ?x0 WHERE {
wd:Q236728 wdt:P57 ?x0 .
wd:Q236728 wdt:P1040 ?x0 .
wd:Q236728 wdt:P1431 ?x0 .
wd:Q167206 wdt:P1431 ?x0 .
wd:Q1045889 wdt:P1431 ?x0 .
wd:Q236728 wdt:P58 ?x0 .
?x0 wdt:P27 wd:Q17
}
|
mcwq-134300
|
What Japanese executive producer of Only Yesterday and Boro The Caterpillar did Toei Animation and Nippon Animation employ
|
[
"Hayao Miyazaki"
] |
{
"entities": [
"Q1051884",
"Q29982423",
"Q1045889",
"Q730179",
"Q55400",
"Q17"
],
"relations": [
"P27",
"P108",
"P1431"
],
"adjacency": [
[
2,
2,
4
],
[
1,
2,
4
],
[
4,
1,
0
],
[
4,
1,
3
],
[
4,
0,
5
]
],
"entity_labels": [
"Nippon Animation",
"Boro The Caterpillar",
"Only Yesterday",
"Toei Animation",
"Hayao Miyazaki",
"Japan"
],
"relation_labels": [
"country of citizenship",
"employer",
"executive producer"
]
}
|
SELECT DISTINCT ?x0 WHERE {
wd:Q1045889 wdt:P1431 ?x0 .
wd:Q29982423 wdt:P1431 ?x0 .
?x0 wdt:P108 wd:Q1051884 .
?x0 wdt:P108 wd:Q730179 .
?x0 wdt:P27 wd:Q17
}
|
mcwq-134301
|
What Japanese executive producer of Howl's Moving Castle was Studio Ghibli 's founder and employee
|
[
"Hayao Miyazaki"
] |
{
"entities": [
"Q29011",
"Q55400",
"Q182950",
"Q17"
],
"relations": [
"P27",
"P108",
"P1431",
"P112"
],
"adjacency": [
[
0,
2,
1
],
[
2,
3,
1
],
[
1,
1,
2
],
[
1,
0,
3
]
],
"entity_labels": [
"Howl's Moving Castle",
"Hayao Miyazaki",
"Studio Ghibli",
"Japan"
],
"relation_labels": [
"country of citizenship",
"employer",
"executive producer",
"founded by"
]
}
|
SELECT DISTINCT ?x0 WHERE {
wd:Q29011 wdt:P1431 ?x0 .
wd:Q182950 wdt:P112 ?x0 .
?x0 wdt:P108 wd:Q182950 .
?x0 wdt:P27 wd:Q17
}
|
mcwq-134302
|
What Japanese executive producer of Kagemusha was a director of Yojimbo , The Hidden Fortress , Seven Samurai , and High and Low
|
[
"Akira Kurosawa"
] |
{
"entities": [
"Q854990",
"Q39946",
"Q8006",
"Q189540",
"Q244878",
"Q20475",
"Q17"
],
"relations": [
"P27",
"P57",
"P1431"
],
"adjacency": [
[
3,
1,
2
],
[
1,
1,
2
],
[
5,
1,
2
],
[
4,
1,
2
],
[
0,
2,
2
],
[
2,
0,
6
]
],
"entity_labels": [
"Kagemusha",
"The Hidden Fortress",
"Akira Kurosawa",
"Seven Samurai",
"High and Low",
"Yojimbo",
"Japan"
],
"relation_labels": [
"country of citizenship",
"director",
"executive producer"
]
}
|
SELECT DISTINCT ?x0 WHERE {
wd:Q189540 wdt:P57 ?x0 .
wd:Q39946 wdt:P57 ?x0 .
wd:Q20475 wdt:P57 ?x0 .
wd:Q244878 wdt:P57 ?x0 .
wd:Q854990 wdt:P1431 ?x0 .
?x0 wdt:P27 wd:Q17
}
|
mcwq-134303
|
What Japanese executive producer of Howl's Moving Castle edited Princess Mononoke
|
[
"Hayao Miyazaki"
] |
{
"entities": [
"Q29011",
"Q55400",
"Q17",
"Q186572"
],
"relations": [
"P27",
"P1431",
"P1040"
],
"adjacency": [
[
3,
2,
1
],
[
0,
1,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"Howl's Moving Castle",
"Hayao Miyazaki",
"Japan",
"Princess Mononoke"
],
"relation_labels": [
"country of citizenship",
"executive producer",
"film editor"
]
}
|
SELECT DISTINCT ?x0 WHERE {
wd:Q186572 wdt:P1040 ?x0 .
wd:Q29011 wdt:P1431 ?x0 .
?x0 wdt:P27 wd:Q17
}
|
mcwq-134304
|
What Japanese executive producer of Howl's Moving Castle , Pom Poko , and Only Yesterday married Akemi Ōta and was influenced by Lev Atamanov
|
[
"Hayao Miyazaki"
] |
{
"entities": [
"Q2395785",
"Q1045889",
"Q167206",
"Q2828975",
"Q55400",
"Q17",
"Q29011"
],
"relations": [
"P27",
"P26",
"P737",
"P1431"
],
"adjacency": [
[
6,
3,
4
],
[
1,
3,
4
],
[
2,
3,
4
],
[
4,
2,
0
],
[
4,
0,
5
],
[
4,
1,
3
]
],
"entity_labels": [
"Lev Atamanov",
"Only Yesterday",
"Pom Poko",
"Akemi Ōta",
"Hayao Miyazaki",
"Japan",
"Howl's Moving Castle"
],
"relation_labels": [
"country of citizenship",
"spouse",
"influenced by",
"executive producer"
]
}
|
SELECT DISTINCT ?x0 WHERE {
wd:Q29011 wdt:P1431 ?x0 .
wd:Q1045889 wdt:P1431 ?x0 .
wd:Q167206 wdt:P1431 ?x0 .
?x0 wdt:P737 wd:Q2395785 .
?x0 wdt:P27 wd:Q17 .
?x0 wdt:P26 wd:Q2828975 .
FILTER ( ?x0 != wd:Q2828975 )
}
|
mcwq-134305
|
What Japanese executive producer of Howl's Moving Castle influenced Hironobu Sakaguchi
|
[
"Hayao Miyazaki"
] |
{
"entities": [
"Q29011",
"Q55400",
"Q312525",
"Q17"
],
"relations": [
"P27",
"P737",
"P1431"
],
"adjacency": [
[
0,
2,
1
],
[
2,
1,
1
],
[
1,
0,
3
]
],
"entity_labels": [
"Howl's Moving Castle",
"Hayao Miyazaki",
"Hironobu Sakaguchi",
"Japan"
],
"relation_labels": [
"country of citizenship",
"influenced by",
"executive producer"
]
}
|
SELECT DISTINCT ?x0 WHERE {
wd:Q29011 wdt:P1431 ?x0 .
wd:Q312525 wdt:P737 ?x0 .
?x0 wdt:P27 wd:Q17
}
|
mcwq-134313
|
What Japanese female cinematographer was Tetsuo: The Iron Man 's costume designer
|
[
"Kei Fujiwara"
] |
{
"entities": [
"Q185884",
"Q6581072",
"Q222344",
"Q1280254",
"Q17"
],
"relations": [
"P106",
"P27",
"P2515",
"P21"
],
"adjacency": [
[
3,
0,
2
],
[
0,
2,
3
],
[
3,
3,
1
],
[
3,
1,
4
]
],
"entity_labels": [
"Tetsuo: The Iron Man",
"female",
"cinematographer",
"Kei Fujiwara",
"Japan"
],
"relation_labels": [
"occupation",
"country of citizenship",
"costume designer",
"sex or gender"
]
}
|
SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q222344 .
wd:Q185884 wdt:P2515 ?x0 .
?x0 wdt:P21 wd:Q6581072 .
?x0 wdt:P27 wd:Q17
}
|
mcwq-134314
|
What Japanese female cinematographer was a editor of Hanezu
|
[
"Naomi Kawase"
] |
{
"entities": [
"Q6581072",
"Q271247",
"Q222344",
"Q17",
"Q379237"
],
"relations": [
"P106",
"P27",
"P21",
"P1040"
],
"adjacency": [
[
1,
0,
2
],
[
4,
3,
1
],
[
1,
2,
0
],
[
1,
1,
3
]
],
"entity_labels": [
"female",
"Naomi Kawase",
"cinematographer",
"Japan",
"Hanezu"
],
"relation_labels": [
"occupation",
"country of citizenship",
"sex or gender",
"film editor"
]
}
|
SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q222344 .
wd:Q379237 wdt:P1040 ?x0 .
?x0 wdt:P21 wd:Q6581072 .
?x0 wdt:P27 wd:Q17
}
|
mcwq-134315
|
What Japanese female costume designer did Ben Wada marry
|
[
"Emi Wada"
] |
{
"entities": [
"Q6581072",
"Q4886619",
"Q1323191",
"Q440027",
"Q17"
],
"relations": [
"P106",
"P27",
"P26",
"P21"
],
"adjacency": [
[
3,
0,
2
],
[
3,
3,
0
],
[
3,
1,
4
],
[
3,
2,
1
]
],
"entity_labels": [
"female",
"Ben Wada",
"costume designer",
"Emi Wada",
"Japan"
],
"relation_labels": [
"occupation",
"country of citizenship",
"spouse",
"sex or gender"
]
}
|
SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q1323191 .
?x0 wdt:P21 wd:Q6581072 .
?x0 wdt:P27 wd:Q17 .
?x0 wdt:P26 wd:Q4886619 .
FILTER ( ?x0 != wd:Q4886619 )
}
|
mcwq-134319
|
What Japanese female spouse of Makoto Shinkai was a cinematographer 's spouse
|
[
"Chieko Misaka"
] |
{
"entities": [
"Q11354803",
"Q6581072",
"Q222344",
"Q17",
"Q335080"
],
"relations": [
"P27",
"P26",
"P106",
"P21"
],
"adjacency": [
[
0,
3,
1
],
[
0,
0,
3
],
[
0,
1,
4
],
[
0,
1,
4
],
[
4,
2,
2
]
],
"entity_labels": [
"Chieko Misaka",
"female",
"cinematographer",
"Japan",
"Makoto Shinkai"
],
"relation_labels": [
"country of citizenship",
"spouse",
"occupation",
"sex or gender"
]
}
|
SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P21 wd:Q6581072 .
?x0 wdt:P27 wd:Q17 .
?x0 wdt:P26 ?x1 .
?x0 wdt:P26 wd:Q335080 .
?x1 wdt:P106 wd:Q222344 .
FILTER ( ?x0 != ?x1 ) .
FILTER ( ?x0 != wd:Q335080 )
}
|
mcwq-134320
|
What Japanese film director did Gainax employ
|
[
"Kazuya Tsurumaki",
"Shinji Higuchi",
"Atsushi Nishigori",
"Masayuki",
"Katsuichi Nakayama",
"Shōichi Masuo",
"Hideaki Anno"
] |
{
"entities": [
"Q900501",
"Q2526255",
"Q834328",
"Q17"
],
"relations": [
"P106",
"P27",
"P108"
],
"adjacency": [
[
0,
0,
1
],
[
0,
2,
2
],
[
0,
1,
3
]
],
"entity_labels": [
"Shinji Higuchi",
"film director",
"Gainax",
"Japan"
],
"relation_labels": [
"occupation",
"country of citizenship",
"employer"
]
}
|
SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q2526255 .
?x0 wdt:P108 wd:Q834328 .
?x0 wdt:P27 wd:Q17
}
|
mcwq-134321
|
What Japanese film director did Cinématon star
|
[
"Nagisa Ōshima"
] |
{
"entities": [
"Q771502",
"Q55403",
"Q2526255",
"Q17"
],
"relations": [
"P106",
"P27",
"P161"
],
"adjacency": [
[
1,
0,
2
],
[
0,
2,
1
],
[
1,
1,
3
]
],
"entity_labels": [
"Cinématon",
"Nagisa Ōshima",
"film director",
"Japan"
],
"relation_labels": [
"occupation",
"country of citizenship",
"cast member"
]
}
|
SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q2526255 .
wd:Q771502 wdt:P161 ?x0 .
?x0 wdt:P27 wd:Q17
}
|
mcwq-134322
|
What Japanese film director did Welcome to the Quiet Room , The Taste of Tea , and Nihon Chinbotsu star and Funky Forest and Otakus in Love star
|
[
"Hideaki Anno"
] |
{
"entities": [
"Q23261",
"Q3357571",
"Q1079055",
"Q2362509",
"Q472012",
"Q17",
"Q5509293",
"Q2526255"
],
"relations": [
"P106",
"P27",
"P161"
],
"adjacency": [
[
0,
0,
7
],
[
1,
2,
0
],
[
2,
2,
0
],
[
3,
2,
0
],
[
6,
2,
0
],
[
4,
2,
0
],
[
0,
1,
5
]
],
"entity_labels": [
"Hideaki Anno",
"Otakus in Love",
"Nihon Chinbotsu",
"Welcome to the Quiet Room",
"The Taste of Tea",
"Japan",
"Funky Forest",
"film director"
],
"relation_labels": [
"occupation",
"country of citizenship",
"cast member"
]
}
|
SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q2526255 .
wd:Q3357571 wdt:P161 ?x0 .
wd:Q1079055 wdt:P161 ?x0 .
wd:Q2362509 wdt:P161 ?x0 .
wd:Q5509293 wdt:P161 ?x0 .
wd:Q472012 wdt:P161 ?x0 .
?x0 wdt:P27 wd:Q17
}
|
mcwq-134323
|
What Japanese film director did Setsuko Wakayama , Kaoru Yachigusa , and Yōko Mizuki marry
|
[
"Senkichi Taniguchi"
] |
{
"entities": [
"Q27351",
"Q3546783",
"Q11548763",
"Q11616294",
"Q17",
"Q2526255"
],
"relations": [
"P106",
"P27",
"P26"
],
"adjacency": [
[
0,
0,
5
],
[
0,
1,
4
],
[
0,
2,
2
],
[
0,
2,
1
],
[
0,
2,
3
]
],
"entity_labels": [
"Senkichi Taniguchi",
"Kaoru Yachigusa",
"Yōko Mizuki",
"Setsuko Wakayama",
"Japan",
"film director"
],
"relation_labels": [
"occupation",
"country of citizenship",
"spouse"
]
}
|
SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q2526255 .
?x0 wdt:P27 wd:Q17 .
?x0 wdt:P26 wd:Q11548763 .
?x0 wdt:P26 wd:Q3546783 .
?x0 wdt:P26 wd:Q11616294 .
FILTER ( ?x0 != wd:Q11548763 ) .
FILTER ( ?x0 != wd:Q3546783 ) .
FILTER ( ?x0 != wd:Q11616294 )
}
|
mcwq-134324
|
What Japanese film director did Lev Atamanov and Antoine de Saint-Exupéry influence
|
[
"Hayao Miyazaki"
] |
{
"entities": [
"Q2395785",
"Q2908",
"Q55400",
"Q17",
"Q2526255"
],
"relations": [
"P106",
"P27",
"P737"
],
"adjacency": [
[
2,
0,
4
],
[
2,
2,
1
],
[
2,
2,
0
],
[
2,
1,
3
]
],
"entity_labels": [
"Lev Atamanov",
"Antoine de Saint-Exupéry",
"Hayao Miyazaki",
"Japan",
"film director"
],
"relation_labels": [
"occupation",
"country of citizenship",
"influenced by"
]
}
|
SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q2526255 .
?x0 wdt:P737 wd:Q2908 .
?x0 wdt:P737 wd:Q2395785 .
?x0 wdt:P27 wd:Q17
}
|
mcwq-134325
|
What Japanese film director did Kaoru Yachigusa marry
|
[
"Senkichi Taniguchi"
] |
{
"entities": [
"Q27351",
"Q3546783",
"Q2526255",
"Q17"
],
"relations": [
"P106",
"P27",
"P26"
],
"adjacency": [
[
0,
0,
2
],
[
0,
1,
3
],
[
0,
2,
1
]
],
"entity_labels": [
"Senkichi Taniguchi",
"Kaoru Yachigusa",
"film director",
"Japan"
],
"relation_labels": [
"occupation",
"country of citizenship",
"spouse"
]
}
|
SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q2526255 .
?x0 wdt:P27 wd:Q17 .
?x0 wdt:P26 wd:Q3546783 .
FILTER ( ?x0 != wd:Q3546783 )
}
|
mcwq-134326
|
What Japanese film director directed King Kong Escapes
|
[
"Ishirō Honda"
] |
{
"entities": [
"Q150840",
"Q127430",
"Q17"
],
"relations": [
"P27",
"P57"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"Ishirō Honda",
"King Kong Escapes",
"Japan"
],
"relation_labels": [
"country of citizenship",
"director"
]
}
|
SELECT DISTINCT ?x0 WHERE {
wd:Q127430 wdt:P57 ?x0 .
?x0 wdt:P27 wd:Q17
}
|
mcwq-134327
|
What Japanese film director edited Rashomon
|
[
"Akira Kurosawa"
] |
{
"entities": [
"Q17",
"Q2526255",
"Q135465",
"Q8006"
],
"relations": [
"P106",
"P27",
"P1040"
],
"adjacency": [
[
3,
0,
1
],
[
2,
2,
3
],
[
3,
1,
0
]
],
"entity_labels": [
"Japan",
"film director",
"Rashomon",
"Akira Kurosawa"
],
"relation_labels": [
"occupation",
"country of citizenship",
"film editor"
]
}
|
SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q2526255 .
wd:Q135465 wdt:P1040 ?x0 .
?x0 wdt:P27 wd:Q17
}
|
mcwq-134329
|
What Japanese film director executive produced Pom Poko and Boro The Caterpillar , directed My Neighbor Totoro , Howl's Moving Castle , and Lupin III , and edited Porco Rosso
|
[
"Hayao Miyazaki"
] |
{
"entities": [
"Q498375",
"Q29982423",
"Q167206",
"Q5389984",
"Q55400",
"Q17",
"Q29011",
"Q39571"
],
"relations": [
"P27",
"P57",
"P1431",
"P1040"
],
"adjacency": [
[
3,
1,
4
],
[
6,
1,
4
],
[
7,
1,
4
],
[
0,
3,
4
],
[
2,
2,
4
],
[
1,
2,
4
],
[
4,
0,
5
]
],
"entity_labels": [
"Porco Rosso",
"Boro The Caterpillar",
"Pom Poko",
"Lupin III",
"Hayao Miyazaki",
"Japan",
"Howl's Moving Castle",
"My Neighbor Totoro"
],
"relation_labels": [
"country of citizenship",
"director",
"executive producer",
"film editor"
]
}
|
SELECT DISTINCT ?x0 WHERE {
wd:Q5389984 wdt:P57 ?x0 .
wd:Q29011 wdt:P57 ?x0 .
wd:Q39571 wdt:P57 ?x0 .
wd:Q498375 wdt:P1040 ?x0 .
wd:Q167206 wdt:P1431 ?x0 .
wd:Q29982423 wdt:P1431 ?x0 .
?x0 wdt:P27 wd:Q17
}
|
mcwq-134330
|
What Japanese film director executive produced Kagemusha and directed The Idiot , Yojimbo , and The Most Beautiful
|
[
"Akira Kurosawa"
] |
{
"entities": [
"Q854990",
"Q8006",
"Q1194546",
"Q20475",
"Q17",
"Q1990204"
],
"relations": [
"P27",
"P57",
"P1431"
],
"adjacency": [
[
5,
1,
1
],
[
2,
1,
1
],
[
3,
1,
1
],
[
0,
2,
1
],
[
1,
0,
4
]
],
"entity_labels": [
"Kagemusha",
"Akira Kurosawa",
"The Idiot",
"Yojimbo",
"Japan",
"The Most Beautiful"
],
"relation_labels": [
"country of citizenship",
"director",
"executive producer"
]
}
|
SELECT DISTINCT ?x0 WHERE {
wd:Q1990204 wdt:P57 ?x0 .
wd:Q1194546 wdt:P57 ?x0 .
wd:Q20475 wdt:P57 ?x0 .
wd:Q854990 wdt:P1431 ?x0 .
?x0 wdt:P27 wd:Q17
}
|
mcwq-134331
|
What Japanese film director executive produced Kagemusha
|
[
"Akira Kurosawa"
] |
{
"entities": [
"Q17",
"Q854990",
"Q2526255",
"Q8006"
],
"relations": [
"P106",
"P27",
"P1431"
],
"adjacency": [
[
3,
0,
2
],
[
1,
2,
3
],
[
3,
1,
0
]
],
"entity_labels": [
"Japan",
"Kagemusha",
"film director",
"Akira Kurosawa"
],
"relation_labels": [
"occupation",
"country of citizenship",
"executive producer"
]
}
|
SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q2526255 .
wd:Q854990 wdt:P1431 ?x0 .
?x0 wdt:P27 wd:Q17
}
|
mcwq-134332
|
What Japanese film director founded Khara and founded Gainax
|
[
"Hideaki Anno"
] |
{
"entities": [
"Q23261",
"Q834328",
"Q17",
"Q1203676",
"Q2526255"
],
"relations": [
"P106",
"P27",
"P112"
],
"adjacency": [
[
0,
0,
4
],
[
1,
2,
0
],
[
3,
2,
0
],
[
0,
1,
2
]
],
"entity_labels": [
"Hideaki Anno",
"Gainax",
"Japan",
"Khara",
"film director"
],
"relation_labels": [
"occupation",
"country of citizenship",
"founded by"
]
}
|
SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q2526255 .
wd:Q834328 wdt:P112 ?x0 .
wd:Q1203676 wdt:P112 ?x0 .
?x0 wdt:P27 wd:Q17
}
|
mcwq-134333
|
What Japanese film director influenced Miho Mosulishvili
|
[
"Akira Kurosawa"
] |
{
"entities": [
"Q17",
"Q529583",
"Q2526255",
"Q8006"
],
"relations": [
"P106",
"P27",
"P737"
],
"adjacency": [
[
3,
0,
2
],
[
1,
2,
3
],
[
3,
1,
0
]
],
"entity_labels": [
"Japan",
"Miho Mosulishvili",
"film director",
"Akira Kurosawa"
],
"relation_labels": [
"occupation",
"country of citizenship",
"influenced by"
]
}
|
SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q2526255 .
wd:Q529583 wdt:P737 ?x0 .
?x0 wdt:P27 wd:Q17
}
|
mcwq-134335
|
What Japanese film director influenced by Ursula K. Le Guin and influenced by Antoine de Saint-Exupéry directed and edited Princess Mononoke
|
[
"Hayao Miyazaki"
] |
{
"entities": [
"Q181659",
"Q2908",
"Q186572",
"Q55400",
"Q17"
],
"relations": [
"P27",
"P57",
"P737",
"P1040"
],
"adjacency": [
[
2,
1,
3
],
[
2,
3,
3
],
[
3,
2,
1
],
[
3,
2,
0
],
[
3,
0,
4
]
],
"entity_labels": [
"Ursula K. Le Guin",
"Antoine de Saint-Exupéry",
"Princess Mononoke",
"Hayao Miyazaki",
"Japan"
],
"relation_labels": [
"country of citizenship",
"director",
"influenced by",
"film editor"
]
}
|
SELECT DISTINCT ?x0 WHERE {
wd:Q186572 wdt:P57 ?x0 .
wd:Q186572 wdt:P1040 ?x0 .
?x0 wdt:P737 wd:Q2908 .
?x0 wdt:P737 wd:Q181659 .
?x0 wdt:P27 wd:Q17
}
|
mcwq-134336
|
What Japanese film director married Kaoru Yachigusa
|
[
"Senkichi Taniguchi"
] |
{
"entities": [
"Q27351",
"Q3546783",
"Q2526255",
"Q17"
],
"relations": [
"P106",
"P27",
"P26"
],
"adjacency": [
[
0,
0,
2
],
[
0,
1,
3
],
[
0,
2,
1
]
],
"entity_labels": [
"Senkichi Taniguchi",
"Kaoru Yachigusa",
"film director",
"Japan"
],
"relation_labels": [
"occupation",
"country of citizenship",
"spouse"
]
}
|
SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q2526255 .
?x0 wdt:P27 wd:Q17 .
?x0 wdt:P26 wd:Q3546783 .
FILTER ( ?x0 != wd:Q3546783 )
}
|
mcwq-134339
|
What Japanese film director produced Dragon Ball GT
|
[
"Akira Toriyama"
] |
{
"entities": [
"Q735669",
"Q208582",
"Q2526255",
"Q17"
],
"relations": [
"P272",
"P106",
"P27"
],
"adjacency": [
[
1,
1,
2
],
[
0,
0,
1
],
[
1,
2,
3
]
],
"entity_labels": [
"Dragon Ball GT",
"Akira Toriyama",
"film director",
"Japan"
],
"relation_labels": [
"production company",
"occupation",
"country of citizenship"
]
}
|
SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q2526255 .
wd:Q735669 wdt:P272 ?x0 .
?x0 wdt:P27 wd:Q17
}
|
mcwq-134343
|
What Japanese film director that Ponyo on the Cliff by the Sea was executive produced by , was edited by , and was written by founded Studio Ghibli
|
[
"Hayao Miyazaki"
] |
{
"entities": [
"Q236728",
"Q55400",
"Q17",
"Q182950",
"Q2526255"
],
"relations": [
"P58",
"P1431",
"P1040",
"P106",
"P27",
"P112"
],
"adjacency": [
[
1,
3,
4
],
[
0,
2,
1
],
[
0,
1,
1
],
[
0,
0,
1
],
[
3,
5,
1
],
[
1,
4,
2
]
],
"entity_labels": [
"Ponyo on the Cliff by the Sea",
"Hayao Miyazaki",
"Japan",
"Studio Ghibli",
"film director"
],
"relation_labels": [
"screenwriter",
"executive producer",
"film editor",
"occupation",
"country of citizenship",
"founded by"
]
}
|
SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q2526255 .
wd:Q236728 wdt:P1040 ?x0 .
wd:Q236728 wdt:P1431 ?x0 .
wd:Q236728 wdt:P58 ?x0 .
wd:Q182950 wdt:P112 ?x0 .
?x0 wdt:P27 wd:Q17
}
|
mcwq-134344
|
What Japanese film director that Princess Mononoke and Ponyo on the Cliff by the Sea were edited by and The Kingdom of Dreams and Madness and Never-Ending Man: Hayao Miyazaki starred was influenced by Antoine de Saint-Exupéry
|
[
"Hayao Miyazaki"
] |
{
"entities": [
"Q236728",
"Q2908",
"Q186572",
"Q55400",
"Q42859983",
"Q17",
"Q15020884",
"Q2526255"
],
"relations": [
"P1040",
"P106",
"P27",
"P737",
"P161"
],
"adjacency": [
[
3,
1,
7
],
[
4,
4,
3
],
[
6,
4,
3
],
[
2,
0,
3
],
[
0,
0,
3
],
[
3,
3,
1
],
[
3,
2,
5
]
],
"entity_labels": [
"Ponyo on the Cliff by the Sea",
"Antoine de Saint-Exupéry",
"Princess Mononoke",
"Hayao Miyazaki",
"Never-Ending Man: Hayao Miyazaki",
"Japan",
"The Kingdom of Dreams and Madness",
"film director"
],
"relation_labels": [
"film editor",
"occupation",
"country of citizenship",
"influenced by",
"cast member"
]
}
|
SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q2526255 .
wd:Q42859983 wdt:P161 ?x0 .
wd:Q15020884 wdt:P161 ?x0 .
wd:Q186572 wdt:P1040 ?x0 .
wd:Q236728 wdt:P1040 ?x0 .
?x0 wdt:P737 wd:Q2908 .
?x0 wdt:P27 wd:Q17
}
|
mcwq-134351
|
What Japanese film director was a sibling of Eiko Oshima
|
[
"Nagisa Ōshima"
] |
{
"entities": [
"Q22023377",
"Q55403",
"Q2526255",
"Q17"
],
"relations": [
"P106",
"P27",
"P3373"
],
"adjacency": [
[
1,
0,
2
],
[
1,
1,
3
],
[
1,
2,
0
]
],
"entity_labels": [
"Eiko Oshima",
"Nagisa Ōshima",
"film director",
"Japan"
],
"relation_labels": [
"occupation",
"country of citizenship",
"sibling"
]
}
|
SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q2526255 .
?x0 wdt:P27 wd:Q17 .
?x0 wdt:P3373 wd:Q22023377 .
FILTER ( ?x0 != wd:Q22023377 )
}
|
mcwq-134353
|
What Japanese film director was employed by Studio Ghibli and was employed by Toei Animation and Ghibli Museum
|
[
"Hayao Miyazaki"
] |
{
"entities": [
"Q947907",
"Q730179",
"Q55400",
"Q17",
"Q182950",
"Q2526255"
],
"relations": [
"P106",
"P27",
"P108"
],
"adjacency": [
[
2,
0,
5
],
[
2,
2,
4
],
[
2,
2,
1
],
[
2,
2,
0
],
[
2,
1,
3
]
],
"entity_labels": [
"Ghibli Museum",
"Toei Animation",
"Hayao Miyazaki",
"Japan",
"Studio Ghibli",
"film director"
],
"relation_labels": [
"occupation",
"country of citizenship",
"employer"
]
}
|
SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q2526255 .
?x0 wdt:P108 wd:Q182950 .
?x0 wdt:P108 wd:Q730179 .
?x0 wdt:P108 wd:Q947907 .
?x0 wdt:P27 wd:Q17
}
|
mcwq-134354
|
What Japanese film director was employed by Studio Ghibli and Ghibli Museum and was employed by Toei Animation
|
[
"Hayao Miyazaki"
] |
{
"entities": [
"Q947907",
"Q730179",
"Q55400",
"Q17",
"Q182950",
"Q2526255"
],
"relations": [
"P106",
"P27",
"P108"
],
"adjacency": [
[
2,
0,
5
],
[
2,
2,
4
],
[
2,
2,
1
],
[
2,
2,
0
],
[
2,
1,
3
]
],
"entity_labels": [
"Ghibli Museum",
"Toei Animation",
"Hayao Miyazaki",
"Japan",
"Studio Ghibli",
"film director"
],
"relation_labels": [
"occupation",
"country of citizenship",
"employer"
]
}
|
SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q2526255 .
?x0 wdt:P108 wd:Q182950 .
?x0 wdt:P108 wd:Q730179 .
?x0 wdt:P108 wd:Q947907 .
?x0 wdt:P27 wd:Q17
}
|
mcwq-134355
|
What Japanese film director was employed by Studio Ghibli
|
[
"Isao Takahata",
"Hiromasa Yonebayashi",
"Yoshiaki Nishimura",
"Hayao Miyazaki"
] |
{
"entities": [
"Q55400",
"Q182950",
"Q2526255",
"Q17"
],
"relations": [
"P106",
"P27",
"P108"
],
"adjacency": [
[
0,
0,
2
],
[
0,
2,
1
],
[
0,
1,
3
]
],
"entity_labels": [
"Hayao Miyazaki",
"Studio Ghibli",
"film director",
"Japan"
],
"relation_labels": [
"occupation",
"country of citizenship",
"employer"
]
}
|
SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q2526255 .
?x0 wdt:P108 wd:Q182950 .
?x0 wdt:P27 wd:Q17
}
|
mcwq-134356
|
What Japanese film director was influenced by Fröken Julie 's composer and was influenced by August Strindberg
|
[
"Yukio Mishima"
] |
{
"entities": [
"Q7724",
"Q134456",
"Q17",
"Q11860142",
"Q2526255"
],
"relations": [
"P106",
"P27",
"P737",
"P86"
],
"adjacency": [
[
1,
0,
4
],
[
1,
2,
0
],
[
1,
2,
0
],
[
1,
1,
2
],
[
3,
3,
0
]
],
"entity_labels": [
"August Strindberg",
"Yukio Mishima",
"Japan",
"Fröken Julie",
"film director"
],
"relation_labels": [
"occupation",
"country of citizenship",
"influenced by",
"composer"
]
}
|
SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q2526255 .
?x0 wdt:P737 ?x1 .
?x0 wdt:P737 wd:Q7724 .
?x0 wdt:P27 wd:Q17 .
wd:Q11860142 wdt:P86 ?x1
}
|
mcwq-134357
|
What Japanese film director was influenced by August Strindberg
|
[
"Yukio Mishima"
] |
{
"entities": [
"Q2526255",
"Q7724",
"Q134456",
"Q17"
],
"relations": [
"P106",
"P27",
"P737"
],
"adjacency": [
[
2,
0,
0
],
[
2,
2,
1
],
[
2,
1,
3
]
],
"entity_labels": [
"film director",
"August Strindberg",
"Yukio Mishima",
"Japan"
],
"relation_labels": [
"occupation",
"country of citizenship",
"influenced by"
]
}
|
SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q2526255 .
?x0 wdt:P737 wd:Q7724 .
?x0 wdt:P27 wd:Q17
}
|
mcwq-134361
|
What Japanese film director whose spouse directed Children Hand in Hand and Hatsukoi Jigokuhen did The Insect Woman , The Nine Lives of Tomas Katz , and Sun in the Last Days of the Shogunate star
|
[
"Sachiko Hidari"
] |
{
"entities": [
"Q350739",
"Q2966775",
"Q1169819",
"Q17",
"Q1219091",
"Q5098339",
"Q2706861",
"Q143083",
"Q2526255"
],
"relations": [
"P57",
"P106",
"P27",
"P26",
"P161"
],
"adjacency": [
[
7,
1,
8
],
[
6,
4,
7
],
[
4,
4,
7
],
[
1,
4,
7
],
[
7,
2,
3
],
[
7,
3,
0
],
[
5,
0,
0
],
[
2,
0,
0
]
],
"entity_labels": [
"Susumu Hani",
"Sun in the Last Days of the Shogunate",
"Hatsukoi Jigokuhen",
"Japan",
"The Nine Lives of Tomas Katz",
"Children Hand in Hand",
"The Insect Woman",
"Sachiko Hidari",
"film director"
],
"relation_labels": [
"director",
"occupation",
"country of citizenship",
"spouse",
"cast member"
]
}
|
SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q2526255 .
wd:Q2706861 wdt:P161 ?x0 .
wd:Q1219091 wdt:P161 ?x0 .
wd:Q2966775 wdt:P161 ?x0 .
?x0 wdt:P27 wd:Q17 .
?x0 wdt:P26 ?x1 .
wd:Q5098339 wdt:P57 ?x1 .
wd:Q1169819 wdt:P57 ?x1 .
FILTER ( ?x0 != ?x1 )
}
|
mcwq-134363
|
What Japanese film director wrote , executive produced , and directed Kagemusha
|
[
"Akira Kurosawa"
] |
{
"entities": [
"Q854990",
"Q17",
"Q8006"
],
"relations": [
"P27",
"P57",
"P58",
"P1431"
],
"adjacency": [
[
0,
1,
2
],
[
0,
3,
2
],
[
0,
2,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"Kagemusha",
"Japan",
"Akira Kurosawa"
],
"relation_labels": [
"country of citizenship",
"director",
"screenwriter",
"executive producer"
]
}
|
SELECT DISTINCT ?x0 WHERE {
wd:Q854990 wdt:P57 ?x0 .
wd:Q854990 wdt:P1431 ?x0 .
wd:Q854990 wdt:P58 ?x0 .
?x0 wdt:P27 wd:Q17
}
|
mcwq-134364
|
What Japanese film editor did Hiroshima mon amour star
|
[
"Eiji Okada"
] |
{
"entities": [
"Q283036",
"Q139253",
"Q7042855",
"Q17"
],
"relations": [
"P106",
"P27",
"P161"
],
"adjacency": [
[
1,
0,
2
],
[
0,
2,
1
],
[
1,
1,
3
]
],
"entity_labels": [
"Hiroshima mon amour",
"Eiji Okada",
"film editor",
"Japan"
],
"relation_labels": [
"occupation",
"country of citizenship",
"cast member"
]
}
|
SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q7042855 .
wd:Q283036 wdt:P161 ?x0 .
?x0 wdt:P27 wd:Q17
}
|
mcwq-134365
|
What Japanese film editor did Takenori Sentō marry
|
[
"Naomi Kawase"
] |
{
"entities": [
"Q3514303",
"Q271247",
"Q7042855",
"Q17"
],
"relations": [
"P106",
"P27",
"P26"
],
"adjacency": [
[
1,
0,
2
],
[
1,
1,
3
],
[
1,
2,
0
]
],
"entity_labels": [
"Takenori Sentō",
"Naomi Kawase",
"film editor",
"Japan"
],
"relation_labels": [
"occupation",
"country of citizenship",
"spouse"
]
}
|
SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q7042855 .
?x0 wdt:P27 wd:Q17 .
?x0 wdt:P26 wd:Q3514303 .
FILTER ( ?x0 != wd:Q3514303 )
}
|
mcwq-134368
|
What Japanese film editor did Hiroshima mon amour and No label defined star
|
[
"Eiji Okada"
] |
{
"entities": [
"Q97315448",
"Q139253",
"Q7042855",
"Q283036",
"Q17"
],
"relations": [
"P106",
"P27",
"P161"
],
"adjacency": [
[
1,
0,
2
],
[
0,
2,
1
],
[
3,
2,
1
],
[
1,
1,
4
]
],
"entity_labels": [
null,
"Eiji Okada",
"film editor",
"Hiroshima mon amour",
"Japan"
],
"relation_labels": [
"occupation",
"country of citizenship",
"cast member"
]
}
|
SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q7042855 .
wd:Q97315448 wdt:P161 ?x0 .
wd:Q283036 wdt:P161 ?x0 .
?x0 wdt:P27 wd:Q17
}
|
mcwq-134369
|
What Japanese film editor did Studio Ghibli employ
|
[
"Hayao Miyazaki"
] |
{
"entities": [
"Q55400",
"Q182950",
"Q7042855",
"Q17"
],
"relations": [
"P106",
"P27",
"P108"
],
"adjacency": [
[
0,
0,
2
],
[
0,
2,
1
],
[
0,
1,
3
]
],
"entity_labels": [
"Hayao Miyazaki",
"Studio Ghibli",
"film editor",
"Japan"
],
"relation_labels": [
"occupation",
"country of citizenship",
"employer"
]
}
|
SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q7042855 .
?x0 wdt:P108 wd:Q182950 .
?x0 wdt:P27 wd:Q17
}
|
mcwq-134371
|
What Japanese film editor did Ursula K. Le Guin influence
|
[
"Hayao Miyazaki"
] |
{
"entities": [
"Q181659",
"Q55400",
"Q7042855",
"Q17"
],
"relations": [
"P106",
"P27",
"P737"
],
"adjacency": [
[
1,
0,
2
],
[
1,
2,
0
],
[
1,
1,
3
]
],
"entity_labels": [
"Ursula K. Le Guin",
"Hayao Miyazaki",
"film editor",
"Japan"
],
"relation_labels": [
"occupation",
"country of citizenship",
"influenced by"
]
}
|
SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q7042855 .
?x0 wdt:P737 wd:Q181659 .
?x0 wdt:P27 wd:Q17
}
|
mcwq-134372
|
What Japanese film editor did Antoine de Saint-Exupéry influence and Akemi Ōta marry
|
[
"Hayao Miyazaki"
] |
{
"entities": [
"Q2828975",
"Q2908",
"Q7042855",
"Q55400",
"Q17"
],
"relations": [
"P106",
"P27",
"P737",
"P26"
],
"adjacency": [
[
3,
0,
2
],
[
3,
2,
1
],
[
3,
1,
4
],
[
3,
3,
0
]
],
"entity_labels": [
"Akemi Ōta",
"Antoine de Saint-Exupéry",
"film editor",
"Hayao Miyazaki",
"Japan"
],
"relation_labels": [
"occupation",
"country of citizenship",
"influenced by",
"spouse"
]
}
|
SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q7042855 .
?x0 wdt:P737 wd:Q2908 .
?x0 wdt:P27 wd:Q17 .
?x0 wdt:P26 wd:Q2828975 .
FILTER ( ?x0 != wd:Q2828975 )
}
|
mcwq-134373
|
What Japanese film editor did Ursula K. Le Guin , Sōji Yamakawa , and Jean Giraud influence and Osamu Tezuka influence
|
[
"Hayao Miyazaki"
] |
{
"entities": [
"Q193300",
"Q181659",
"Q309240",
"Q7042855",
"Q11468284",
"Q55400",
"Q17"
],
"relations": [
"P106",
"P27",
"P737"
],
"adjacency": [
[
5,
0,
3
],
[
5,
2,
4
],
[
5,
2,
1
],
[
5,
2,
2
],
[
5,
2,
0
],
[
5,
1,
6
]
],
"entity_labels": [
"Osamu Tezuka",
"Ursula K. Le Guin",
"Jean Giraud",
"film editor",
"Sōji Yamakawa",
"Hayao Miyazaki",
"Japan"
],
"relation_labels": [
"occupation",
"country of citizenship",
"influenced by"
]
}
|
SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q7042855 .
?x0 wdt:P737 wd:Q11468284 .
?x0 wdt:P737 wd:Q181659 .
?x0 wdt:P737 wd:Q309240 .
?x0 wdt:P737 wd:Q193300 .
?x0 wdt:P27 wd:Q17
}
|
mcwq-134375
|
What Japanese film editor edited Rashomon
|
[
"Akira Kurosawa"
] |
{
"entities": [
"Q17",
"Q135465",
"Q7042855",
"Q8006"
],
"relations": [
"P106",
"P27",
"P1040"
],
"adjacency": [
[
3,
0,
2
],
[
1,
2,
3
],
[
3,
1,
0
]
],
"entity_labels": [
"Japan",
"Rashomon",
"film editor",
"Akira Kurosawa"
],
"relation_labels": [
"occupation",
"country of citizenship",
"film editor"
]
}
|
SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q7042855 .
wd:Q135465 wdt:P1040 ?x0 .
?x0 wdt:P27 wd:Q17
}
|
mcwq-134376
|
What Japanese film editor edited Rashomon , Yojimbo , Dreams , and One Wonderful Sunday
|
[
"Akira Kurosawa"
] |
{
"entities": [
"Q2296238",
"Q135465",
"Q8006",
"Q418809",
"Q7042855",
"Q20475",
"Q17"
],
"relations": [
"P106",
"P27",
"P1040"
],
"adjacency": [
[
2,
0,
4
],
[
0,
2,
2
],
[
3,
2,
2
],
[
1,
2,
2
],
[
5,
2,
2
],
[
2,
1,
6
]
],
"entity_labels": [
"One Wonderful Sunday",
"Rashomon",
"Akira Kurosawa",
"Dreams",
"film editor",
"Yojimbo",
"Japan"
],
"relation_labels": [
"occupation",
"country of citizenship",
"film editor"
]
}
|
SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q7042855 .
wd:Q2296238 wdt:P1040 ?x0 .
wd:Q418809 wdt:P1040 ?x0 .
wd:Q135465 wdt:P1040 ?x0 .
wd:Q20475 wdt:P1040 ?x0 .
?x0 wdt:P27 wd:Q17
}
|
mcwq-134378
|
What Japanese film editor founded Studio Ghibli
|
[
"Hayao Miyazaki"
] |
{
"entities": [
"Q55400",
"Q182950",
"Q7042855",
"Q17"
],
"relations": [
"P106",
"P27",
"P112"
],
"adjacency": [
[
0,
0,
2
],
[
1,
2,
0
],
[
0,
1,
3
]
],
"entity_labels": [
"Hayao Miyazaki",
"Studio Ghibli",
"film editor",
"Japan"
],
"relation_labels": [
"occupation",
"country of citizenship",
"founded by"
]
}
|
SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q7042855 .
wd:Q182950 wdt:P112 ?x0 .
?x0 wdt:P27 wd:Q17
}
|
mcwq-134379
|
What Japanese film editor influenced Aran Cosentino , Hideaki Anno , and Hendel Butoy and was influenced by Sōji Yamakawa
|
[
"Hayao Miyazaki"
] |
{
"entities": [
"Q23261",
"Q7042855",
"Q11468284",
"Q55400",
"Q19953081",
"Q17",
"Q88965291"
],
"relations": [
"P106",
"P27",
"P737"
],
"adjacency": [
[
3,
0,
1
],
[
4,
2,
3
],
[
0,
2,
3
],
[
6,
2,
3
],
[
3,
2,
2
],
[
3,
1,
5
]
],
"entity_labels": [
"Hideaki Anno",
"film editor",
"Sōji Yamakawa",
"Hayao Miyazaki",
"Hendel Butoy",
"Japan",
"Aran Cosentino"
],
"relation_labels": [
"occupation",
"country of citizenship",
"influenced by"
]
}
|
SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q7042855 .
wd:Q19953081 wdt:P737 ?x0 .
wd:Q23261 wdt:P737 ?x0 .
wd:Q88965291 wdt:P737 ?x0 .
?x0 wdt:P737 wd:Q11468284 .
?x0 wdt:P27 wd:Q17
}
|
mcwq-134380
|
What Japanese film editor influenced Hendel Butoy , Hironobu Sakaguchi , Yoshifumi Kondō , and Aran Cosentino and was influenced by Jean Giraud , Osamu Tezuka , and Antoine de Saint-Exupéry
|
[
"Hayao Miyazaki"
] |
{
"entities": [
"Q193300",
"Q309240",
"Q2908",
"Q312525",
"Q7042855",
"Q599392",
"Q55400",
"Q19953081",
"Q17",
"Q88965291"
],
"relations": [
"P106",
"P27",
"P737"
],
"adjacency": [
[
6,
0,
4
],
[
7,
2,
6
],
[
9,
2,
6
],
[
5,
2,
6
],
[
3,
2,
6
],
[
6,
2,
1
],
[
6,
2,
2
],
[
6,
2,
0
],
[
6,
1,
8
]
],
"entity_labels": [
"Osamu Tezuka",
"Jean Giraud",
"Antoine de Saint-Exupéry",
"Hironobu Sakaguchi",
"film editor",
"Yoshifumi Kondō",
"Hayao Miyazaki",
"Hendel Butoy",
"Japan",
"Aran Cosentino"
],
"relation_labels": [
"occupation",
"country of citizenship",
"influenced by"
]
}
|
SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q7042855 .
wd:Q19953081 wdt:P737 ?x0 .
wd:Q88965291 wdt:P737 ?x0 .
wd:Q599392 wdt:P737 ?x0 .
wd:Q312525 wdt:P737 ?x0 .
?x0 wdt:P737 wd:Q309240 .
?x0 wdt:P737 wd:Q2908 .
?x0 wdt:P737 wd:Q193300 .
?x0 wdt:P27 wd:Q17
}
|
mcwq-134381
|
What Japanese film editor influenced Sōbi Yamamoto
|
[
"Makoto Shinkai"
] |
{
"entities": [
"Q17224490",
"Q335080",
"Q7042855",
"Q17"
],
"relations": [
"P106",
"P27",
"P737"
],
"adjacency": [
[
1,
0,
2
],
[
0,
2,
1
],
[
1,
1,
3
]
],
"entity_labels": [
"Sōbi Yamamoto",
"Makoto Shinkai",
"film editor",
"Japan"
],
"relation_labels": [
"occupation",
"country of citizenship",
"influenced by"
]
}
|
SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q7042855 .
wd:Q17224490 wdt:P737 ?x0 .
?x0 wdt:P27 wd:Q17
}
|
mcwq-134389
|
What Japanese film editor that Ponyo on the Cliff by the Sea was edited , directed , and executive produced by founded a producer of Howl's Moving Castle
|
[
"Hayao Miyazaki"
] |
{
"entities": [
"Q236728",
"Q7042855",
"Q55400",
"Q17",
"Q29011",
"Q182950"
],
"relations": [
"P272",
"P57",
"P1431",
"P1040",
"P106",
"P27",
"P112"
],
"adjacency": [
[
2,
4,
1
],
[
0,
1,
2
],
[
0,
3,
2
],
[
0,
2,
2
],
[
5,
6,
2
],
[
2,
5,
3
],
[
4,
0,
5
]
],
"entity_labels": [
"Ponyo on the Cliff by the Sea",
"film editor",
"Hayao Miyazaki",
"Japan",
"Howl's Moving Castle",
"Studio Ghibli"
],
"relation_labels": [
"production company",
"director",
"executive producer",
"film editor",
"occupation",
"country of citizenship",
"founded by"
]
}
|
SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q7042855 .
wd:Q236728 wdt:P57 ?x0 .
wd:Q236728 wdt:P1040 ?x0 .
wd:Q236728 wdt:P1431 ?x0 .
?x1 wdt:P112 ?x0 .
?x0 wdt:P27 wd:Q17 .
wd:Q29011 wdt:P272 ?x1
}
|
mcwq-134392
|
What Japanese film editor that directed Howl's Moving Castle did Sōji Yamakawa , Antoine de Saint-Exupéry , and Ursula K. Le Guin influence
|
[
"Hayao Miyazaki"
] |
{
"entities": [
"Q181659",
"Q2908",
"Q7042855",
"Q11468284",
"Q55400",
"Q17",
"Q29011"
],
"relations": [
"P27",
"P106",
"P57",
"P737"
],
"adjacency": [
[
4,
1,
2
],
[
6,
2,
4
],
[
4,
3,
3
],
[
4,
3,
1
],
[
4,
3,
0
],
[
4,
0,
5
]
],
"entity_labels": [
"Ursula K. Le Guin",
"Antoine de Saint-Exupéry",
"film editor",
"Sōji Yamakawa",
"Hayao Miyazaki",
"Japan",
"Howl's Moving Castle"
],
"relation_labels": [
"country of citizenship",
"occupation",
"director",
"influenced by"
]
}
|
SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q7042855 .
wd:Q29011 wdt:P57 ?x0 .
?x0 wdt:P737 wd:Q11468284 .
?x0 wdt:P737 wd:Q2908 .
?x0 wdt:P737 wd:Q181659 .
?x0 wdt:P27 wd:Q17
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.