id
stringlengths 11
13
| question
stringlengths 11
8.64k
| answers
sequence | subgraph
dict | sparql
stringlengths 49
483
|
---|---|---|---|---|
mcwq-133058 | What French parent of Mathieu Demy did Jacques Demy influence and marry | [
"Agnès Varda"
] | {
"entities": [
"Q949017",
"Q142",
"Q229990",
"Q312258"
],
"relations": [
"P27",
"P26",
"P737",
"P40|wdt:P355"
],
"adjacency": [
[
2,
2,
3
],
[
2,
3,
0
],
[
2,
0,
1
],
[
2,
1,
3
]
],
"entity_labels": [
"Mathieu Demy",
"France",
"Agnès Varda",
"Jacques Demy"
],
"relation_labels": [
"country of citizenship",
"spouse",
"influenced by",
"P40|wdt:P355"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P737 wd:Q312258 .
?x0 wdt:P40|wdt:P355 wd:Q949017 .
?x0 wdt:P27 wd:Q142 .
?x0 wdt:P26 wd:Q312258 .
FILTER ( ?x0 != wd:Q312258 )
} |
mcwq-133060 | What French parent of a film producer was a writer of Jakob the Liar | [
"Peter Kassovitz"
] | {
"entities": [
"Q491766",
"Q3282637",
"Q240894",
"Q142",
"Q331007"
],
"relations": [
"P40|wdt:P355",
"P27",
"P106",
"P58"
],
"adjacency": [
[
2,
3,
4
],
[
4,
0,
0
],
[
4,
1,
3
],
[
0,
2,
1
]
],
"entity_labels": [
"Mathieu Kassovitz",
"film producer",
"Jakob the Liar",
"France",
"Peter Kassovitz"
],
"relation_labels": [
"P40|wdt:P355",
"country of citizenship",
"occupation",
"screenwriter"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q240894 wdt:P58 ?x0 .
?x0 wdt:P40|wdt:P355 ?x1 .
?x0 wdt:P27 wd:Q142 .
?x1 wdt:P106 wd:Q3282637 } |
mcwq-133062 | What French person did Jean-Louis Trintignant marry | [
"Nadine Trintignant",
"Stéphane Audran"
] | {
"entities": [
"Q142",
"Q106204",
"Q32439",
"Q5"
],
"relations": [
"P27",
"P26",
"P31"
],
"adjacency": [
[
2,
2,
3
],
[
2,
0,
0
],
[
2,
1,
1
]
],
"entity_labels": [
"France",
"Jean-Louis Trintignant",
"Stéphane Audran",
"human"
],
"relation_labels": [
"country of citizenship",
"spouse",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P27 wd:Q142 .
?x0 wdt:P26 wd:Q106204 .
FILTER ( ?x0 != wd:Q106204 )
} |
mcwq-133063 | What French person did Charlotte for Ever star | [
"Charlotte Gainsbourg",
"Anne Zamberlan",
"Roland Bertin",
"Roland Dubillard",
"Serge Gainsbourg"
] | {
"entities": [
"Q1698",
"Q5",
"Q142",
"Q176147"
],
"relations": [
"P27",
"P31",
"P161"
],
"adjacency": [
[
0,
1,
1
],
[
3,
2,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"Serge Gainsbourg",
"human",
"France",
"Charlotte for Ever"
],
"relation_labels": [
"country of citizenship",
"instance of",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
wd:Q176147 wdt:P161 ?x0 .
?x0 wdt:P27 wd:Q142
} |
mcwq-133065 | What French person directed , edited , and wrote The Artist | [
"Michel Hazanavicius"
] | {
"entities": [
"Q142",
"Q171861",
"Q28556",
"Q5"
],
"relations": [
"P57",
"P58",
"P31",
"P1040",
"P27"
],
"adjacency": [
[
2,
2,
3
],
[
1,
0,
2
],
[
1,
3,
2
],
[
1,
1,
2
],
[
2,
4,
0
]
],
"entity_labels": [
"France",
"The Artist",
"Michel Hazanavicius",
"human"
],
"relation_labels": [
"director",
"screenwriter",
"instance of",
"film editor",
"country of citizenship"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
wd:Q171861 wdt:P57 ?x0 .
wd:Q171861 wdt:P1040 ?x0 .
wd:Q171861 wdt:P58 ?x0 .
?x0 wdt:P27 wd:Q142
} |
mcwq-133066 | What French person edited The Artist | [
"Anne-Sophie Bion",
"Michel Hazanavicius"
] | {
"entities": [
"Q142",
"Q171861",
"Q28556",
"Q5"
],
"relations": [
"P27",
"P31",
"P1040"
],
"adjacency": [
[
2,
1,
3
],
[
1,
2,
2
],
[
2,
0,
0
]
],
"entity_labels": [
"France",
"The Artist",
"Michel Hazanavicius",
"human"
],
"relation_labels": [
"country of citizenship",
"instance of",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
wd:Q171861 wdt:P1040 ?x0 .
?x0 wdt:P27 wd:Q142
} |
mcwq-133068 | What French person influenced Aylin Prandi and married Jacques Charrier , Bernard d'Ormale , Gunter Sachs , and Roger Vadim | [
"Brigitte Bardot"
] | {
"entities": [
"Q75619267",
"Q5",
"Q142",
"Q1677936",
"Q383420",
"Q36268",
"Q2874899",
"Q62515"
],
"relations": [
"P27",
"P26",
"P737",
"P31"
],
"adjacency": [
[
5,
3,
1
],
[
6,
2,
5
],
[
5,
0,
2
],
[
5,
1,
7
],
[
5,
1,
4
],
[
5,
1,
3
],
[
5,
1,
0
]
],
"entity_labels": [
"Bernard d'Ormale",
"human",
"France",
"Jacques Charrier",
"Roger Vadim",
"Brigitte Bardot",
"Aylin Prandi",
"Gunter Sachs"
],
"relation_labels": [
"country of citizenship",
"spouse",
"influenced by",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
wd:Q2874899 wdt:P737 ?x0 .
?x0 wdt:P27 wd:Q142 .
?x0 wdt:P26 wd:Q62515 .
?x0 wdt:P26 wd:Q383420 .
?x0 wdt:P26 wd:Q1677936 .
?x0 wdt:P26 wd:Q75619267 .
FILTER ( ?x0 != wd:Q62515 ) .
FILTER ( ?x0 != wd:Q383420 ) .
FILTER ( ?x0 != wd:Q1677936 ) .
FILTER ( ?x0 != wd:Q75619267 )
} |
mcwq-133069 | What French person influenced Colette Peignot | [
"Arthur Rimbaud"
] | {
"entities": [
"Q142",
"Q5",
"Q493",
"Q120381"
],
"relations": [
"P27",
"P737",
"P31"
],
"adjacency": [
[
2,
2,
1
],
[
3,
1,
2
],
[
2,
0,
0
]
],
"entity_labels": [
"France",
"human",
"Arthur Rimbaud",
"Colette Peignot"
],
"relation_labels": [
"country of citizenship",
"influenced by",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
wd:Q120381 wdt:P737 ?x0 .
?x0 wdt:P27 wd:Q142
} |
mcwq-133072 | What French person married Denis Diderot 's spouse and was influenced by Aristotle | [
"Denis Diderot"
] | {
"entities": [
"Q15078893",
"Q868",
"Q5",
"Q142",
"Q448"
],
"relations": [
"P27",
"P26",
"P737",
"P31"
],
"adjacency": [
[
4,
3,
2
],
[
4,
2,
1
],
[
4,
0,
3
],
[
4,
1,
0
],
[
0,
1,
4
]
],
"entity_labels": [
"Anne-Antoinette Diderot",
"Aristotle",
"human",
"France",
"Denis Diderot"
],
"relation_labels": [
"country of citizenship",
"spouse",
"influenced by",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P737 wd:Q868 .
?x0 wdt:P27 wd:Q142 .
?x0 wdt:P26 ?x1 .
?x1 wdt:P26 wd:Q448 .
FILTER ( ?x0 != ?x1 ) .
FILTER ( ?x1 != wd:Q448 )
} |
mcwq-133074 | What French person married , was influenced by , and influenced Jacques Demy | [
"Agnès Varda"
] | {
"entities": [
"Q142",
"Q229990",
"Q5",
"Q312258"
],
"relations": [
"P27",
"P26",
"P737",
"P31"
],
"adjacency": [
[
1,
3,
2
],
[
3,
2,
1
],
[
1,
2,
3
],
[
1,
0,
0
],
[
1,
1,
3
]
],
"entity_labels": [
"France",
"Agnès Varda",
"human",
"Jacques Demy"
],
"relation_labels": [
"country of citizenship",
"spouse",
"influenced by",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
wd:Q312258 wdt:P737 ?x0 .
?x0 wdt:P737 wd:Q312258 .
?x0 wdt:P27 wd:Q142 .
?x0 wdt:P26 wd:Q312258 .
FILTER ( ?x0 != wd:Q312258 )
} |
mcwq-133076 | What French person that Debtocracy starred did Plato influence | [
"Alain Badiou"
] | {
"entities": [
"Q859",
"Q5",
"Q142",
"Q311005",
"Q1181667"
],
"relations": [
"P27",
"P737",
"P31",
"P161"
],
"adjacency": [
[
3,
2,
1
],
[
4,
3,
3
],
[
3,
1,
0
],
[
3,
0,
2
]
],
"entity_labels": [
"Plato",
"human",
"France",
"Alain Badiou",
"Debtocracy"
],
"relation_labels": [
"country of citizenship",
"influenced by",
"instance of",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
wd:Q1181667 wdt:P161 ?x0 .
?x0 wdt:P737 wd:Q859 .
?x0 wdt:P27 wd:Q142
} |
mcwq-133079 | What French person that Didier and Delphine 1, Yvan 0 starred edited The Artist | [
"Michel Hazanavicius"
] | {
"entities": [
"Q171861",
"Q3026892",
"Q5",
"Q142",
"Q3021793",
"Q28556"
],
"relations": [
"P1040",
"P27",
"P31",
"P161"
],
"adjacency": [
[
5,
2,
2
],
[
4,
3,
5
],
[
1,
3,
5
],
[
0,
0,
5
],
[
5,
1,
3
]
],
"entity_labels": [
"The Artist",
"Didier",
"human",
"France",
"Delphine 1, Yvan 0",
"Michel Hazanavicius"
],
"relation_labels": [
"film editor",
"country of citizenship",
"instance of",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
wd:Q3021793 wdt:P161 ?x0 .
wd:Q3026892 wdt:P161 ?x0 .
wd:Q171861 wdt:P1040 ?x0 .
?x0 wdt:P27 wd:Q142
} |
mcwq-133084 | What French person was Antoine Perrenot de Granvelle 's employer 's Spanish employee | [
"Antoine Perrenot de Granvelle"
] | {
"entities": [
"Q29",
"Q5",
"Q142",
"Q307815",
"Q451178"
],
"relations": [
"P27",
"P108",
"P31"
],
"adjacency": [
[
4,
2,
1
],
[
4,
1,
3
],
[
4,
0,
0
],
[
4,
0,
2
],
[
4,
1,
3
]
],
"entity_labels": [
"Spain",
"human",
"France",
"Margaret of Parma",
"Antoine Perrenot de Granvelle"
],
"relation_labels": [
"country of citizenship",
"employer",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P108 ?x1 .
?x0 wdt:P27 wd:Q29 .
?x0 wdt:P27 wd:Q142 .
wd:Q451178 wdt:P108 ?x1
} |
mcwq-133085 | What French person was Charlotte for Ever 's composer , director , and writer | [
"Serge Gainsbourg"
] | {
"entities": [
"Q1698",
"Q5",
"Q142",
"Q176147"
],
"relations": [
"P57",
"P58",
"P31",
"P27",
"P86"
],
"adjacency": [
[
0,
2,
1
],
[
3,
0,
0
],
[
3,
4,
0
],
[
3,
1,
0
],
[
0,
3,
2
]
],
"entity_labels": [
"Serge Gainsbourg",
"human",
"France",
"Charlotte for Ever"
],
"relation_labels": [
"director",
"screenwriter",
"instance of",
"country of citizenship",
"composer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
wd:Q176147 wdt:P57 ?x0 .
wd:Q176147 wdt:P86 ?x0 .
wd:Q176147 wdt:P58 ?x0 .
?x0 wdt:P27 wd:Q142
} |
mcwq-133088 | What French person was employed by University of Toulouse , L'Humanité , and La Dépêche du Midi and founded French Socialist Party | [
"Jean Jaurès"
] | {
"entities": [
"Q578023",
"Q742587",
"Q1137404",
"Q2379359",
"Q5",
"Q142",
"Q12688"
],
"relations": [
"P27",
"P108",
"P31",
"P112"
],
"adjacency": [
[
6,
2,
4
],
[
3,
3,
6
],
[
6,
1,
0
],
[
6,
1,
1
],
[
6,
1,
2
],
[
6,
0,
5
]
],
"entity_labels": [
"University of Toulouse",
"La Dépêche du Midi",
"L'Humanité",
"French Socialist Party",
"human",
"France",
"Jean Jaurès"
],
"relation_labels": [
"country of citizenship",
"employer",
"instance of",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
wd:Q2379359 wdt:P112 ?x0 .
?x0 wdt:P108 wd:Q578023 .
?x0 wdt:P108 wd:Q742587 .
?x0 wdt:P108 wd:Q1137404 .
?x0 wdt:P27 wd:Q142
} |
mcwq-133089 | What French person was employed by University of Paris , Sorbonne , and Curie Institute | [
"Marie Curie"
] | {
"entities": [
"Q7186",
"Q214654",
"Q5",
"Q142",
"Q2451973",
"Q209842"
],
"relations": [
"P27",
"P108",
"P31"
],
"adjacency": [
[
0,
2,
2
],
[
0,
1,
5
],
[
0,
1,
1
],
[
0,
1,
4
],
[
0,
0,
3
]
],
"entity_labels": [
"Marie Curie",
"Sorbonne",
"human",
"France",
"Curie Institute",
"University of Paris"
],
"relation_labels": [
"country of citizenship",
"employer",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P108 wd:Q209842 .
?x0 wdt:P108 wd:Q214654 .
?x0 wdt:P108 wd:Q2451973 .
?x0 wdt:P27 wd:Q142
} |
mcwq-133090 | What French person was employed by France 3 and No label defined , employed by TF1 , and employed by L'Aurore | [
"Pierre Desproges"
] | {
"entities": [
"Q2196",
"Q214683",
"Q3202596",
"Q5",
"Q142",
"Q3365300",
"Q1322641"
],
"relations": [
"P27",
"P108",
"P31"
],
"adjacency": [
[
0,
2,
3
],
[
0,
1,
2
],
[
0,
1,
6
],
[
0,
1,
5
],
[
0,
1,
1
],
[
0,
0,
4
]
],
"entity_labels": [
"Pierre Desproges",
"TF1",
"L'Aurore",
"human",
"France",
null,
"France 3"
],
"relation_labels": [
"country of citizenship",
"employer",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P108 wd:Q3202596 .
?x0 wdt:P108 wd:Q1322641 .
?x0 wdt:P108 wd:Q3365300 .
?x0 wdt:P108 wd:Q214683 .
?x0 wdt:P27 wd:Q142
} |
mcwq-133091 | What French person was influenced by Aristotle and married Casimir Dudevant | [
"George Sand"
] | {
"entities": [
"Q868",
"Q5",
"Q142",
"Q3816",
"Q1047458"
],
"relations": [
"P27",
"P26",
"P737",
"P31"
],
"adjacency": [
[
3,
3,
1
],
[
3,
2,
0
],
[
3,
0,
2
],
[
3,
1,
4
]
],
"entity_labels": [
"Aristotle",
"human",
"France",
"George Sand",
"Casimir Dudevant"
],
"relation_labels": [
"country of citizenship",
"spouse",
"influenced by",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P737 wd:Q868 .
?x0 wdt:P27 wd:Q142 .
?x0 wdt:P26 wd:Q1047458 .
FILTER ( ?x0 != wd:Q1047458 )
} |
mcwq-133099 | What French screenwriter did An Elephant Can Be Extremely Deceptive and French Postcards star and Grand Highway star | [
"Anémone"
] | {
"entities": [
"Q451568",
"Q449240",
"Q142",
"Q222770",
"Q69423232",
"Q534447"
],
"relations": [
"P106",
"P27",
"P161"
],
"adjacency": [
[
1,
0,
4
],
[
0,
2,
1
],
[
3,
2,
1
],
[
5,
2,
1
],
[
1,
1,
2
]
],
"entity_labels": [
"Grand Highway",
"Anémone",
"France",
"French Postcards",
"film screenwriter",
"An Elephant Can Be Extremely Deceptive"
],
"relation_labels": [
"occupation",
"country of citizenship",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q69423232 .
wd:Q451568 wdt:P161 ?x0 .
wd:Q222770 wdt:P161 ?x0 .
wd:Q534447 wdt:P161 ?x0 .
?x0 wdt:P27 wd:Q142
} |
mcwq-133100 | What French screenwriter did French Postcards star | [
"Anémone"
] | {
"entities": [
"Q449240",
"Q222770",
"Q69423232",
"Q142"
],
"relations": [
"P106",
"P27",
"P161"
],
"adjacency": [
[
0,
0,
2
],
[
1,
2,
0
],
[
0,
1,
3
]
],
"entity_labels": [
"Anémone",
"French Postcards",
"film screenwriter",
"France"
],
"relation_labels": [
"occupation",
"country of citizenship",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q69423232 .
wd:Q222770 wdt:P161 ?x0 .
?x0 wdt:P27 wd:Q142
} |
mcwq-133102 | What French screenwriter did National Center of Cinematography and the moving image employ | [
"Simon Legré"
] | {
"entities": [
"Q142",
"Q69423232",
"Q95781486",
"Q1054221"
],
"relations": [
"P106",
"P27",
"P108"
],
"adjacency": [
[
2,
0,
1
],
[
2,
2,
3
],
[
2,
1,
0
]
],
"entity_labels": [
"France",
"film screenwriter",
"Simon Legré",
"National Centre of Cinematography and Animated Pictures"
],
"relation_labels": [
"occupation",
"country of citizenship",
"employer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q69423232 .
?x0 wdt:P108 wd:Q1054221 .
?x0 wdt:P27 wd:Q142
} |
mcwq-133103 | What French screenwriter did Xavier Gens marry | [
"Mounia Meddour"
] | {
"entities": [
"Q63759287",
"Q935646",
"Q69423232",
"Q142"
],
"relations": [
"P106",
"P27",
"P26"
],
"adjacency": [
[
0,
0,
2
],
[
0,
1,
3
],
[
0,
2,
1
]
],
"entity_labels": [
"Mounia Meddour",
"Xavier Gens",
"film screenwriter",
"France"
],
"relation_labels": [
"occupation",
"country of citizenship",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q69423232 .
?x0 wdt:P27 wd:Q142 .
?x0 wdt:P26 wd:Q935646 .
FILTER ( ?x0 != wd:Q935646 )
} |
mcwq-133123 | What French screenwriter married Xavier Gens | [
"Mounia Meddour"
] | {
"entities": [
"Q63759287",
"Q935646",
"Q69423232",
"Q142"
],
"relations": [
"P106",
"P27",
"P26"
],
"adjacency": [
[
0,
0,
2
],
[
0,
1,
3
],
[
0,
2,
1
]
],
"entity_labels": [
"Mounia Meddour",
"Xavier Gens",
"film screenwriter",
"France"
],
"relation_labels": [
"occupation",
"country of citizenship",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q69423232 .
?x0 wdt:P27 wd:Q142 .
?x0 wdt:P26 wd:Q935646 .
FILTER ( ?x0 != wd:Q935646 )
} |
mcwq-133142 | What French screenwriter was employed by National Center of Cinematography and the moving image | [
"Simon Legré"
] | {
"entities": [
"Q142",
"Q69423232",
"Q95781486",
"Q1054221"
],
"relations": [
"P106",
"P27",
"P108"
],
"adjacency": [
[
2,
0,
1
],
[
2,
2,
3
],
[
2,
1,
0
]
],
"entity_labels": [
"France",
"film screenwriter",
"Simon Legré",
"National Centre of Cinematography and Animated Pictures"
],
"relation_labels": [
"occupation",
"country of citizenship",
"employer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q69423232 .
?x0 wdt:P108 wd:Q1054221 .
?x0 wdt:P27 wd:Q142
} |
mcwq-133143 | What French screenwriter was employed by National Center of Cinematography and the moving image and employed by Orange studio | [
"Simon Legré"
] | {
"entities": [
"Q3500954",
"Q95781486",
"Q142",
"Q1054221",
"Q69423232"
],
"relations": [
"P106",
"P27",
"P108"
],
"adjacency": [
[
1,
0,
4
],
[
1,
2,
3
],
[
1,
2,
0
],
[
1,
1,
2
]
],
"entity_labels": [
"Orange studio",
"Simon Legré",
"France",
"National Centre of Cinematography and Animated Pictures",
"film screenwriter"
],
"relation_labels": [
"occupation",
"country of citizenship",
"employer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q69423232 .
?x0 wdt:P108 wd:Q1054221 .
?x0 wdt:P108 wd:Q3500954 .
?x0 wdt:P27 wd:Q142
} |
mcwq-133149 | What French sibling of Ludwika Jędrzejewicz Chopin was influenced by Johann Sebastian Bach and influenced by Wolfgang Amadeus Mozart | [
"Frédéric Chopin"
] | {
"entities": [
"Q6699463",
"Q142",
"Q254",
"Q1268",
"Q1339"
],
"relations": [
"P27",
"P3373",
"P737"
],
"adjacency": [
[
3,
2,
2
],
[
3,
2,
4
],
[
3,
0,
1
],
[
3,
1,
0
]
],
"entity_labels": [
"Ludwika Jędrzejewicz Chopin",
"France",
"Wolfgang Amadeus Mozart",
"Frédéric Chopin",
"Johann Sebastian Bach"
],
"relation_labels": [
"country of citizenship",
"sibling",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P737 wd:Q254 .
?x0 wdt:P737 wd:Q1339 .
?x0 wdt:P27 wd:Q142 .
?x0 wdt:P3373 wd:Q6699463 .
FILTER ( ?x0 != wd:Q6699463 )
} |
mcwq-133151 | What French sibling of Serge Hazanavicius did Delphine 1, Yvan 0 and The Extraordinary Voyage star and Didier star | [
"Michel Hazanavicius"
] | {
"entities": [
"Q3026892",
"Q142",
"Q11343993",
"Q3021793",
"Q2272454",
"Q28556"
],
"relations": [
"P27",
"P3373",
"P161"
],
"adjacency": [
[
0,
2,
5
],
[
3,
2,
5
],
[
2,
2,
5
],
[
5,
0,
1
],
[
5,
1,
4
]
],
"entity_labels": [
"Didier",
"France",
"The Extraordinary Voyage",
"Delphine 1, Yvan 0",
"Serge Hazanavicius",
"Michel Hazanavicius"
],
"relation_labels": [
"country of citizenship",
"sibling",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q3026892 wdt:P161 ?x0 .
wd:Q3021793 wdt:P161 ?x0 .
wd:Q11343993 wdt:P161 ?x0 .
?x0 wdt:P27 wd:Q142 .
?x0 wdt:P3373 wd:Q2272454 .
FILTER ( ?x0 != wd:Q2272454 )
} |
mcwq-133154 | What French sibling of Avril Lavigne 's female sibling did The Flock and Going the Distance star | [
"Avril Lavigne"
] | {
"entities": [
"Q6581072",
"Q88006341",
"Q142",
"Q465192",
"Q30449",
"Q2734939"
],
"relations": [
"P27",
"P3373",
"P21",
"P161"
],
"adjacency": [
[
5,
3,
4
],
[
3,
3,
4
],
[
4,
0,
2
],
[
4,
1,
1
],
[
1,
2,
0
],
[
1,
1,
4
]
],
"entity_labels": [
"female",
"Michelle Lavigne",
"France",
"The Flock",
"Avril Lavigne",
"Going the Distance"
],
"relation_labels": [
"country of citizenship",
"sibling",
"sex or gender",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q2734939 wdt:P161 ?x0 .
wd:Q465192 wdt:P161 ?x0 .
?x0 wdt:P27 wd:Q142 .
?x0 wdt:P3373 ?x1 .
?x1 wdt:P21 wd:Q6581072 .
?x1 wdt:P3373 wd:Q30449 .
FILTER ( ?x0 != ?x1 ) .
FILTER ( ?x1 != wd:Q30449 )
} |
mcwq-133155 | What French sibling of Nicolas Jalabert was employed by France Télévisions | [
"Laurent Jalabert"
] | {
"entities": [
"Q13485",
"Q1124861",
"Q1342706",
"Q142"
],
"relations": [
"P27",
"P3373",
"P108"
],
"adjacency": [
[
0,
2,
1
],
[
0,
0,
3
],
[
0,
1,
2
]
],
"entity_labels": [
"Laurent Jalabert",
"France Télévisions",
"Nicolas Jalabert",
"France"
],
"relation_labels": [
"country of citizenship",
"sibling",
"employer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P108 wd:Q1124861 .
?x0 wdt:P27 wd:Q142 .
?x0 wdt:P3373 wd:Q1342706 .
FILTER ( ?x0 != wd:Q1342706 )
} |
mcwq-133156 | What French sibling of Liliane Gainsbourg did Boxes 's director marry | [
"Serge Gainsbourg"
] | {
"entities": [
"Q1698",
"Q142",
"Q212873",
"Q105946886",
"Q2922965"
],
"relations": [
"P27",
"P3373",
"P26",
"P57"
],
"adjacency": [
[
0,
0,
1
],
[
0,
1,
3
],
[
0,
2,
2
],
[
4,
3,
2
]
],
"entity_labels": [
"Serge Gainsbourg",
"France",
"Jane Birkin",
"Liliane Gainsbourg",
"Boxes"
],
"relation_labels": [
"country of citizenship",
"sibling",
"spouse",
"director"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P27 wd:Q142 .
?x0 wdt:P3373 wd:Q105946886 .
?x0 wdt:P26 ?x1 .
wd:Q2922965 wdt:P57 ?x1 .
FILTER ( ?x0 != ?x1 ) .
FILTER ( ?x0 != wd:Q105946886 )
} |
mcwq-133157 | What French sibling of Serge Hazanavicius directed and edited The Search and The Artist | [
"Michel Hazanavicius"
] | {
"entities": [
"Q171861",
"Q2272454",
"Q142",
"Q16320113",
"Q28556"
],
"relations": [
"P27",
"P57",
"P3373",
"P1040"
],
"adjacency": [
[
0,
1,
4
],
[
3,
1,
4
],
[
0,
3,
4
],
[
3,
3,
4
],
[
4,
0,
2
],
[
4,
2,
1
]
],
"entity_labels": [
"The Artist",
"Serge Hazanavicius",
"France",
"The Search",
"Michel Hazanavicius"
],
"relation_labels": [
"country of citizenship",
"director",
"sibling",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q171861 wdt:P57 ?x0 .
wd:Q16320113 wdt:P57 ?x0 .
wd:Q171861 wdt:P1040 ?x0 .
wd:Q16320113 wdt:P1040 ?x0 .
?x0 wdt:P27 wd:Q142 .
?x0 wdt:P3373 wd:Q2272454 .
FILTER ( ?x0 != wd:Q2272454 )
} |
mcwq-133160 | What French sibling of Serge Hazanavicius edited The Artist and The Search | [
"Michel Hazanavicius"
] | {
"entities": [
"Q171861",
"Q2272454",
"Q142",
"Q16320113",
"Q28556"
],
"relations": [
"P27",
"P3373",
"P1040"
],
"adjacency": [
[
0,
2,
4
],
[
3,
2,
4
],
[
4,
0,
2
],
[
4,
1,
1
]
],
"entity_labels": [
"The Artist",
"Serge Hazanavicius",
"France",
"The Search",
"Michel Hazanavicius"
],
"relation_labels": [
"country of citizenship",
"sibling",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q171861 wdt:P1040 ?x0 .
wd:Q16320113 wdt:P1040 ?x0 .
?x0 wdt:P27 wd:Q142 .
?x0 wdt:P3373 wd:Q2272454 .
FILTER ( ?x0 != wd:Q2272454 )
} |
mcwq-133162 | What French sibling of Éric Rohmer was Suzanne's Career 's cinematographer 's sibling | [
"René Schérer"
] | {
"entities": [
"Q50764",
"Q374654",
"Q142",
"Q1213752"
],
"relations": [
"P344",
"P27",
"P3373"
],
"adjacency": [
[
1,
1,
2
],
[
1,
2,
0
],
[
1,
2,
0
],
[
3,
0,
0
]
],
"entity_labels": [
"Éric Rohmer",
"René Schérer",
"France",
"Suzanne's Career"
],
"relation_labels": [
"director of photography",
"country of citizenship",
"sibling"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P27 wd:Q142 .
?x0 wdt:P3373 ?x1 .
?x0 wdt:P3373 wd:Q50764 .
wd:Q1213752 wdt:P344 ?x1 .
FILTER ( ?x0 != ?x1 ) .
FILTER ( ?x0 != wd:Q50764 )
} |
mcwq-133163 | What French sibling of a film director edited The Artist | [
"Michel Hazanavicius"
] | {
"entities": [
"Q28556",
"Q171861",
"Q142",
"Q2272454",
"Q2526255"
],
"relations": [
"P27",
"P3373",
"P106",
"P1040"
],
"adjacency": [
[
1,
3,
0
],
[
0,
0,
2
],
[
0,
1,
3
],
[
3,
2,
4
]
],
"entity_labels": [
"Michel Hazanavicius",
"The Artist",
"France",
"Serge Hazanavicius",
"film director"
],
"relation_labels": [
"country of citizenship",
"sibling",
"occupation",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q171861 wdt:P1040 ?x0 .
?x0 wdt:P27 wd:Q142 .
?x0 wdt:P3373 ?x1 .
?x1 wdt:P106 wd:Q2526255 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-133166 | What French spouse of Bérénice Bejo edited The Artist | [
"Michel Hazanavicius"
] | {
"entities": [
"Q171861",
"Q28556",
"Q142",
"Q28487"
],
"relations": [
"P27",
"P26",
"P1040"
],
"adjacency": [
[
0,
2,
1
],
[
1,
0,
2
],
[
1,
1,
3
]
],
"entity_labels": [
"The Artist",
"Michel Hazanavicius",
"France",
"Bérénice Bejo"
],
"relation_labels": [
"country of citizenship",
"spouse",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q171861 wdt:P1040 ?x0 .
?x0 wdt:P27 wd:Q142 .
?x0 wdt:P26 wd:Q28487 .
FILTER ( ?x0 != wd:Q28487 )
} |
mcwq-133169 | What French spouse of Aloise de Bure was University of Paris 's employee | [
"Augustin-Louis Cauchy"
] | {
"entities": [
"Q8814",
"Q209842",
"Q108709085",
"Q142"
],
"relations": [
"P27",
"P26",
"P108"
],
"adjacency": [
[
0,
2,
1
],
[
0,
0,
3
],
[
0,
1,
2
]
],
"entity_labels": [
"Augustin-Louis Cauchy",
"University of Paris",
"Aloise de Bure",
"France"
],
"relation_labels": [
"country of citizenship",
"spouse",
"employer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P108 wd:Q209842 .
?x0 wdt:P27 wd:Q142 .
?x0 wdt:P26 wd:Q108709085 .
FILTER ( ?x0 != wd:Q108709085 )
} |
mcwq-133171 | What French spouse of Mathilde Mauté influenced Arthur Rimbaud | [
"Paul Verlaine"
] | {
"entities": [
"Q142",
"Q755",
"Q63439677",
"Q493"
],
"relations": [
"P27",
"P26",
"P737"
],
"adjacency": [
[
3,
2,
1
],
[
1,
0,
0
],
[
1,
1,
2
]
],
"entity_labels": [
"France",
"Paul Verlaine",
"Mathilde Mauté",
"Arthur Rimbaud"
],
"relation_labels": [
"country of citizenship",
"spouse",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q493 wdt:P737 ?x0 .
?x0 wdt:P27 wd:Q142 .
?x0 wdt:P26 wd:Q63439677 .
FILTER ( ?x0 != wd:Q63439677 )
} |
mcwq-133172 | What French spouse of Stéphanie Chevrier was employed by La Poste | [
"Olivier Besancenot"
] | {
"entities": [
"Q12932",
"Q373724",
"Q3502163",
"Q142"
],
"relations": [
"P27",
"P26",
"P108"
],
"adjacency": [
[
0,
2,
1
],
[
0,
0,
3
],
[
0,
1,
2
]
],
"entity_labels": [
"Olivier Besancenot",
"La Poste",
"Stéphanie Chevrier",
"France"
],
"relation_labels": [
"country of citizenship",
"spouse",
"employer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P108 wd:Q373724 .
?x0 wdt:P27 wd:Q142 .
?x0 wdt:P26 wd:Q3502163 .
FILTER ( ?x0 != wd:Q3502163 )
} |
mcwq-133173 | What French spouse of Alice Hoschedé influenced Paolo Salvati , Theodore Earl Butler , and Józef Pankiewicz | [
"Claude Monet"
] | {
"entities": [
"Q1038450",
"Q13677316",
"Q142",
"Q3523689",
"Q296",
"Q2836593"
],
"relations": [
"P27",
"P26",
"P737"
],
"adjacency": [
[
3,
2,
4
],
[
1,
2,
4
],
[
0,
2,
4
],
[
4,
0,
2
],
[
4,
1,
5
]
],
"entity_labels": [
"Józef Pankiewicz",
"Paolo Salvati",
"France",
"Theodore Earl Butler",
"Claude Monet",
"Alice Hoschedé"
],
"relation_labels": [
"country of citizenship",
"spouse",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q3523689 wdt:P737 ?x0 .
wd:Q13677316 wdt:P737 ?x0 .
wd:Q1038450 wdt:P737 ?x0 .
?x0 wdt:P27 wd:Q142 .
?x0 wdt:P26 wd:Q2836593 .
FILTER ( ?x0 != wd:Q2836593 )
} |
mcwq-133176 | What French spouse of Marie Pasteur was employed by University of Strasbourg and University of Lille and founded Pasteur Institute | [
"Louis Pasteur"
] | {
"entities": [
"Q157575",
"Q142",
"Q3551621",
"Q391083",
"Q529",
"Q13666556"
],
"relations": [
"P27",
"P26",
"P108",
"P112"
],
"adjacency": [
[
3,
3,
4
],
[
4,
2,
0
],
[
4,
2,
2
],
[
4,
0,
1
],
[
4,
1,
5
]
],
"entity_labels": [
"University of Strasbourg",
"France",
"University of Lille",
"Pasteur Institute",
"Louis Pasteur",
"Marie Pasteur"
],
"relation_labels": [
"country of citizenship",
"spouse",
"employer",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q391083 wdt:P112 ?x0 .
?x0 wdt:P108 wd:Q157575 .
?x0 wdt:P108 wd:Q3551621 .
?x0 wdt:P27 wd:Q142 .
?x0 wdt:P26 wd:Q13666556 .
FILTER ( ?x0 != wd:Q13666556 )
} |
mcwq-133177 | What French spouse of Christiane Fournier did Gaby Basset and Jeanne Mauchain marry | [
"Jean Gabin"
] | {
"entities": [
"Q142",
"Q26297738",
"Q3176121",
"Q23842",
"Q3094175"
],
"relations": [
"P27",
"P26"
],
"adjacency": [
[
3,
0,
0
],
[
3,
1,
4
],
[
3,
1,
2
],
[
3,
1,
1
]
],
"entity_labels": [
"France",
"Christiane Fournier",
"Jeanne Mauchain",
"Jean Gabin",
"Gaby Basset"
],
"relation_labels": [
"country of citizenship",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P27 wd:Q142 .
?x0 wdt:P26 wd:Q3094175 .
?x0 wdt:P26 wd:Q3176121 .
?x0 wdt:P26 wd:Q26297738 .
FILTER ( ?x0 != wd:Q3094175 ) .
FILTER ( ?x0 != wd:Q3176121 ) .
FILTER ( ?x0 != wd:Q26297738 )
} |
mcwq-133178 | What French spouse of Casimir Dudevant was influenced by Aristotle and was influenced by William Shakespeare | [
"George Sand"
] | {
"entities": [
"Q868",
"Q142",
"Q3816",
"Q692",
"Q1047458"
],
"relations": [
"P27",
"P26",
"P737"
],
"adjacency": [
[
2,
2,
3
],
[
2,
2,
0
],
[
2,
0,
1
],
[
2,
1,
4
]
],
"entity_labels": [
"Aristotle",
"France",
"George Sand",
"William Shakespeare",
"Casimir Dudevant"
],
"relation_labels": [
"country of citizenship",
"spouse",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P737 wd:Q692 .
?x0 wdt:P737 wd:Q868 .
?x0 wdt:P27 wd:Q142 .
?x0 wdt:P26 wd:Q1047458 .
FILTER ( ?x0 != wd:Q1047458 )
} |
mcwq-133179 | What French spouse of Joséphine de Beauharnais pula founded House of Bonaparte , Paris Chamber of Commerce , and Legion of Honour | [
"Napoleon"
] | {
"entities": [
"Q171480",
"Q163700",
"Q1643220",
"Q142",
"Q517",
"Q112581"
],
"relations": [
"P27",
"P26",
"P112"
],
"adjacency": [
[
2,
2,
4
],
[
1,
2,
4
],
[
5,
2,
4
],
[
4,
0,
3
],
[
4,
1,
0
]
],
"entity_labels": [
"Joséphine de Beauharnais",
"Legion of Honour",
"Paris Chamber of Commerce",
"France",
"Napoleon",
"House of Bonaparte"
],
"relation_labels": [
"country of citizenship",
"spouse",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q1643220 wdt:P112 ?x0 .
wd:Q163700 wdt:P112 ?x0 .
wd:Q112581 wdt:P112 ?x0 .
?x0 wdt:P27 wd:Q142 .
?x0 wdt:P26 wd:Q171480 .
FILTER ( ?x0 != wd:Q171480 )
} |
mcwq-133183 | What French spouse of Ella Jaroszewicz was influenced by Modern Times 's editor and writer and was influenced by Charlie Chaplin and Groucho Marx | [
"Marcel Marceau"
] | {
"entities": [
"Q3051333",
"Q45602",
"Q142",
"Q882",
"Q103846",
"Q157191"
],
"relations": [
"P58",
"P1040",
"P27",
"P26",
"P737"
],
"adjacency": [
[
5,
4,
3
],
[
5,
4,
4
],
[
5,
4,
3
],
[
5,
2,
2
],
[
5,
3,
0
],
[
1,
1,
3
],
[
1,
0,
3
]
],
"entity_labels": [
"Ella Jaroszewicz",
"Modern Times",
"France",
"Charlie Chaplin",
"Groucho Marx",
"Marcel Marceau"
],
"relation_labels": [
"screenwriter",
"film editor",
"country of citizenship",
"spouse",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P737 ?x1 .
?x0 wdt:P737 wd:Q103846 .
?x0 wdt:P737 wd:Q882 .
?x0 wdt:P27 wd:Q142 .
?x0 wdt:P26 wd:Q3051333 .
wd:Q45602 wdt:P1040 ?x1 .
wd:Q45602 wdt:P58 ?x1 .
FILTER ( ?x0 != wd:Q3051333 )
} |
mcwq-133185 | What French spouse of Casimir Dudevant was influenced by Dante Alighieri , William Shakespeare , and Aristotle | [
"George Sand"
] | {
"entities": [
"Q868",
"Q142",
"Q3816",
"Q692",
"Q1047458",
"Q1067"
],
"relations": [
"P27",
"P26",
"P737"
],
"adjacency": [
[
2,
2,
0
],
[
2,
2,
3
],
[
2,
2,
5
],
[
2,
0,
1
],
[
2,
1,
4
]
],
"entity_labels": [
"Aristotle",
"France",
"George Sand",
"William Shakespeare",
"Casimir Dudevant",
"Dante Alighieri"
],
"relation_labels": [
"country of citizenship",
"spouse",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P737 wd:Q868 .
?x0 wdt:P737 wd:Q692 .
?x0 wdt:P737 wd:Q1067 .
?x0 wdt:P27 wd:Q142 .
?x0 wdt:P26 wd:Q1047458 .
FILTER ( ?x0 != wd:Q1047458 )
} |
mcwq-133186 | What French spouse of Ella Jaroszewicz did a film director influence | [
"Marcel Marceau"
] | {
"entities": [
"Q142",
"Q882",
"Q3051333",
"Q2526255",
"Q157191"
],
"relations": [
"P27",
"P26",
"P737",
"P106"
],
"adjacency": [
[
4,
2,
1
],
[
4,
0,
0
],
[
4,
1,
2
],
[
1,
3,
3
]
],
"entity_labels": [
"France",
"Charlie Chaplin",
"Ella Jaroszewicz",
"film director",
"Marcel Marceau"
],
"relation_labels": [
"country of citizenship",
"spouse",
"influenced by",
"occupation"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P737 ?x1 .
?x0 wdt:P27 wd:Q142 .
?x0 wdt:P26 wd:Q3051333 .
?x1 wdt:P106 wd:Q2526255 .
FILTER ( ?x0 != wd:Q3051333 )
} |
mcwq-133188 | What French spouse of a film director produced Flesh for Frankenstein | [
"Jean-Pierre Rassam"
] | {
"entities": [
"Q328358",
"Q142",
"Q106607",
"Q527958",
"Q2526255"
],
"relations": [
"P272",
"P27",
"P26",
"P106"
],
"adjacency": [
[
3,
0,
0
],
[
0,
1,
1
],
[
0,
2,
2
],
[
2,
3,
4
]
],
"entity_labels": [
"Jean-Pierre Rassam",
"France",
"Carole Bouquet",
"Flesh for Frankenstein",
"film director"
],
"relation_labels": [
"production company",
"country of citizenship",
"spouse",
"occupation"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q527958 wdt:P272 ?x0 .
?x0 wdt:P27 wd:Q142 .
?x0 wdt:P26 ?x1 .
?x1 wdt:P106 wd:Q2526255 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-133189 | What French spouse of a film producer did Claude Chabrol and François Maistre marry | [
"Aurore Chabrol"
] | {
"entities": [
"Q3282637",
"Q370079",
"Q142",
"Q15974221",
"Q55375"
],
"relations": [
"P27",
"P26",
"P106"
],
"adjacency": [
[
3,
0,
2
],
[
3,
1,
4
],
[
3,
1,
4
],
[
3,
1,
1
],
[
4,
2,
0
]
],
"entity_labels": [
"film producer",
"François Maistre",
"France",
"Aurore Chabrol",
"Claude Chabrol"
],
"relation_labels": [
"country of citizenship",
"spouse",
"occupation"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P27 wd:Q142 .
?x0 wdt:P26 ?x1 .
?x0 wdt:P26 wd:Q55375 .
?x0 wdt:P26 wd:Q370079 .
?x1 wdt:P106 wd:Q3282637 .
FILTER ( ?x0 != ?x1 ) .
FILTER ( ?x0 != wd:Q55375 ) .
FILTER ( ?x0 != wd:Q370079 )
} |
mcwq-133191 | What French spouse of a film producer was Cahiers du cinéma 's founder and employee | [
"André Bazin"
] | {
"entities": [
"Q3282637",
"Q909176",
"Q142",
"Q3161981",
"Q362544"
],
"relations": [
"P27",
"P106",
"P26",
"P108",
"P112"
],
"adjacency": [
[
1,
4,
4
],
[
4,
3,
1
],
[
4,
0,
2
],
[
4,
2,
3
],
[
3,
1,
0
]
],
"entity_labels": [
"film producer",
"Cahiers du cinéma",
"France",
"Janine Bazin",
"André Bazin"
],
"relation_labels": [
"country of citizenship",
"occupation",
"spouse",
"employer",
"founded by"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q909176 wdt:P112 ?x0 .
?x0 wdt:P108 wd:Q909176 .
?x0 wdt:P27 wd:Q142 .
?x0 wdt:P26 ?x1 .
?x1 wdt:P106 wd:Q3282637 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-133193 | What French spouse of a person did The Twist star | [
"Charles Aznavour",
"Stéphane Audran",
"Claude Chabrol"
] | {
"entities": [
"Q1344659",
"Q1405921",
"Q5",
"Q142",
"Q110832930"
],
"relations": [
"P27",
"P26",
"P31",
"P161"
],
"adjacency": [
[
1,
3,
0
],
[
0,
0,
3
],
[
0,
1,
4
],
[
4,
2,
2
]
],
"entity_labels": [
"Francis Perrin",
"The Twist",
"human",
"France",
"Gersende Dufromentel"
],
"relation_labels": [
"country of citizenship",
"spouse",
"instance of",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q1405921 wdt:P161 ?x0 .
?x0 wdt:P27 wd:Q142 .
?x0 wdt:P26 ?x1 .
?x1 wdt:P31 wd:Q5 .
FILTER ( ?x0 != ?x1 )
} |
mcwq-133194 | What French spouse of a actor was influenced by and married Jacques Demy | [
"Agnès Varda"
] | {
"entities": [
"Q142",
"Q229990",
"Q33999",
"Q312258"
],
"relations": [
"P27",
"P26",
"P737",
"P106"
],
"adjacency": [
[
1,
2,
3
],
[
1,
0,
0
],
[
1,
1,
3
],
[
1,
1,
3
],
[
3,
3,
2
]
],
"entity_labels": [
"France",
"Agnès Varda",
"actor",
"Jacques Demy"
],
"relation_labels": [
"country of citizenship",
"spouse",
"influenced by",
"occupation"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P737 wd:Q312258 .
?x0 wdt:P27 wd:Q142 .
?x0 wdt:P26 ?x1 .
?x0 wdt:P26 wd:Q312258 .
?x1 wdt:P106 wd:Q33999 .
FILTER ( ?x0 != ?x1 ) .
FILTER ( ?x0 != wd:Q312258 )
} |
mcwq-133195 | What French star of The Extraordinary Voyage , Didier , and Delphine 1, Yvan 0 was a sibling of Serge Hazanavicius | [
"Michel Hazanavicius"
] | {
"entities": [
"Q3026892",
"Q142",
"Q11343993",
"Q3021793",
"Q2272454",
"Q28556"
],
"relations": [
"P27",
"P3373",
"P161"
],
"adjacency": [
[
3,
2,
5
],
[
2,
2,
5
],
[
0,
2,
5
],
[
5,
0,
1
],
[
5,
1,
4
]
],
"entity_labels": [
"Didier",
"France",
"The Extraordinary Voyage",
"Delphine 1, Yvan 0",
"Serge Hazanavicius",
"Michel Hazanavicius"
],
"relation_labels": [
"country of citizenship",
"sibling",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q3021793 wdt:P161 ?x0 .
wd:Q11343993 wdt:P161 ?x0 .
wd:Q3026892 wdt:P161 ?x0 .
?x0 wdt:P27 wd:Q142 .
?x0 wdt:P3373 wd:Q2272454 .
FILTER ( ?x0 != wd:Q2272454 )
} |
mcwq-133196 | What French star of The Man in the Silk Hat did The Clairvoyant star and Les Amours de la reine Élisabeth star | [
"Sarah Bernhardt"
] | {
"entities": [
"Q2637138",
"Q16652894",
"Q48752255",
"Q142",
"Q4605"
],
"relations": [
"P27",
"P161"
],
"adjacency": [
[
2,
1,
4
],
[
1,
1,
4
],
[
0,
1,
4
],
[
4,
0,
3
]
],
"entity_labels": [
"Les Amours de la reine Élisabeth",
"The Clairvoyant",
"The Man in the Silk Hat",
"France",
"Sarah Bernhardt"
],
"relation_labels": [
"country of citizenship",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q48752255 wdt:P161 ?x0 .
wd:Q16652894 wdt:P161 ?x0 .
wd:Q2637138 wdt:P161 ?x0 .
?x0 wdt:P27 wd:Q142
} |
mcwq-133197 | What French star of Qu'est-ce qui fait craquer les filles... was influenced by Led Zeppelin , Peter Gabriel , Bob Dylan , and Supertramp and was influenced by a person | [
"Daniel Balavoine"
] | {
"entities": [
"Q2331",
"Q3412543",
"Q5",
"Q1086279",
"Q142",
"Q392",
"Q175195",
"Q176457",
"Q1802"
],
"relations": [
"P27",
"P737",
"P31",
"P161"
],
"adjacency": [
[
1,
3,
8
],
[
8,
1,
3
],
[
8,
1,
7
],
[
8,
1,
5
],
[
8,
1,
6
],
[
8,
1,
0
],
[
8,
0,
4
],
[
3,
2,
2
]
],
"entity_labels": [
"Led Zeppelin",
"Qu'est-ce qui fait craquer les filles...",
"human",
"Christophe",
"France",
"Bob Dylan",
"Peter Gabriel",
"Supertramp",
"Daniel Balavoine"
],
"relation_labels": [
"country of citizenship",
"influenced by",
"instance of",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q3412543 wdt:P161 ?x0 .
?x0 wdt:P737 ?x1 .
?x0 wdt:P737 wd:Q176457 .
?x0 wdt:P737 wd:Q392 .
?x0 wdt:P737 wd:Q175195 .
?x0 wdt:P737 wd:Q2331 .
?x0 wdt:P27 wd:Q142 .
?x1 wdt:P31 wd:Q5 } |
mcwq-133198 | What French star of From Paris with Love and The Big Blue was a film editor that Anna and Angel-A were executive produced by and directed by | [
"Luc Besson"
] | {
"entities": [
"Q531362",
"Q484779",
"Q865346",
"Q7042855",
"Q142",
"Q43184957",
"Q517239"
],
"relations": [
"P57",
"P1431",
"P27",
"P106",
"P161"
],
"adjacency": [
[
1,
3,
3
],
[
2,
4,
1
],
[
6,
4,
1
],
[
5,
0,
1
],
[
0,
0,
1
],
[
5,
1,
1
],
[
0,
1,
1
],
[
1,
2,
4
]
],
"entity_labels": [
"Angel-A",
"Luc Besson",
"From Paris with Love",
"film editor",
"France",
"Anna",
"The Big Blue"
],
"relation_labels": [
"director",
"executive producer",
"country of citizenship",
"occupation",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q7042855 .
wd:Q865346 wdt:P161 ?x0 .
wd:Q517239 wdt:P161 ?x0 .
wd:Q43184957 wdt:P57 ?x0 .
wd:Q531362 wdt:P57 ?x0 .
wd:Q43184957 wdt:P1431 ?x0 .
wd:Q531362 wdt:P1431 ?x0 .
?x0 wdt:P27 wd:Q142
} |
mcwq-133199 | What French star of Crazy for Love , Wonderful Mentality , No label defined , and C'est arrivé à 36 chandelles was La vie est belle 's director | [
"Roger Pierre"
] | {
"entities": [
"Q3214235",
"Q48758262",
"Q2042023",
"Q142",
"Q2894795",
"Q26852",
"Q2930243"
],
"relations": [
"P27",
"P57",
"P161"
],
"adjacency": [
[
1,
2,
5
],
[
4,
2,
5
],
[
6,
2,
5
],
[
2,
2,
5
],
[
0,
1,
5
],
[
5,
0,
3
]
],
"entity_labels": [
"La vie est belle",
null,
"Crazy for Love",
"France",
"Wonderful Mentality",
"Roger Pierre",
"C'est arrivé à 36 chandelles"
],
"relation_labels": [
"country of citizenship",
"director",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q48758262 wdt:P161 ?x0 .
wd:Q2894795 wdt:P161 ?x0 .
wd:Q2930243 wdt:P161 ?x0 .
wd:Q2042023 wdt:P161 ?x0 .
wd:Q3214235 wdt:P57 ?x0 .
?x0 wdt:P27 wd:Q142
} |
mcwq-133201 | What French star of Le Désordre à vingt ans influenced and was influenced by Emmanuel Levinas | [
"Jean-Paul Sartre"
] | {
"entities": [
"Q3222591",
"Q9364",
"Q142",
"Q153034"
],
"relations": [
"P27",
"P737",
"P161"
],
"adjacency": [
[
0,
2,
1
],
[
3,
1,
1
],
[
1,
1,
3
],
[
1,
0,
2
]
],
"entity_labels": [
"Le Désordre à vingt ans",
"Jean-Paul Sartre",
"France",
"Emmanuel Levinas"
],
"relation_labels": [
"country of citizenship",
"influenced by",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q3222591 wdt:P161 ?x0 .
wd:Q153034 wdt:P737 ?x0 .
?x0 wdt:P737 wd:Q153034 .
?x0 wdt:P27 wd:Q142
} |
mcwq-133205 | What French star of Two in the Wave , Day for Night , Hitchcock/Truffaut , Fool's Mate , The 400 Blows , and The Story of Adele H. was Love on the Run 's executive producer | [
"François Truffaut"
] | {
"entities": [
"Q1106118",
"Q277281",
"Q162331",
"Q142",
"Q53002",
"Q909816",
"Q20870777",
"Q920218",
"Q1533639"
],
"relations": [
"P27",
"P1431",
"P161"
],
"adjacency": [
[
8,
2,
4
],
[
6,
2,
4
],
[
5,
2,
4
],
[
2,
2,
4
],
[
0,
2,
4
],
[
7,
2,
4
],
[
1,
1,
4
],
[
4,
0,
3
]
],
"entity_labels": [
"Fool's Mate",
"Love on the Run",
"The 400 Blows",
"France",
"François Truffaut",
"Day for Night",
"Hitchcock/Truffaut",
"The Story of Adele H.",
"Two in the Wave"
],
"relation_labels": [
"country of citizenship",
"executive producer",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q1533639 wdt:P161 ?x0 .
wd:Q20870777 wdt:P161 ?x0 .
wd:Q909816 wdt:P161 ?x0 .
wd:Q162331 wdt:P161 ?x0 .
wd:Q1106118 wdt:P161 ?x0 .
wd:Q920218 wdt:P161 ?x0 .
wd:Q277281 wdt:P1431 ?x0 .
?x0 wdt:P27 wd:Q142
} |
mcwq-133206 | What French star of Paris Belongs to Us was influenced by , influenced , and married Agnès Varda | [
"Jacques Demy"
] | {
"entities": [
"Q142",
"Q229990",
"Q25513",
"Q312258"
],
"relations": [
"P27",
"P26",
"P737",
"P161"
],
"adjacency": [
[
2,
3,
3
],
[
1,
2,
3
],
[
3,
2,
1
],
[
3,
0,
0
],
[
3,
1,
1
]
],
"entity_labels": [
"France",
"Agnès Varda",
"Paris Belongs to Us",
"Jacques Demy"
],
"relation_labels": [
"country of citizenship",
"spouse",
"influenced by",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q25513 wdt:P161 ?x0 .
wd:Q229990 wdt:P737 ?x0 .
?x0 wdt:P737 wd:Q229990 .
?x0 wdt:P27 wd:Q142 .
?x0 wdt:P26 wd:Q229990 .
FILTER ( ?x0 != wd:Q229990 )
} |
mcwq-133208 | What French star of Roman de Gare directed Our Earthmen Friends | [
"Bernard Werber"
] | {
"entities": [
"Q142",
"Q12054",
"Q389106",
"Q970378"
],
"relations": [
"P27",
"P57",
"P161"
],
"adjacency": [
[
3,
2,
1
],
[
2,
1,
1
],
[
1,
0,
0
]
],
"entity_labels": [
"France",
"Bernard Werber",
"Our Earthmen Friends",
"Roman de Gare"
],
"relation_labels": [
"country of citizenship",
"director",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q970378 wdt:P161 ?x0 .
wd:Q389106 wdt:P57 ?x0 .
?x0 wdt:P27 wd:Q142
} |
mcwq-133209 | What French star of Lafayette, We Come , Entr'acte , and The Witch's Cradle influenced Sherrie Levine , Claudio Perna , and Larry Marder | [
"Marcel Duchamp"
] | {
"entities": [
"Q13462030",
"Q5912",
"Q16941705",
"Q142",
"Q319569",
"Q6490740",
"Q50004815",
"Q1345290"
],
"relations": [
"P27",
"P737",
"P161"
],
"adjacency": [
[
2,
2,
1
],
[
0,
2,
1
],
[
7,
2,
1
],
[
5,
1,
1
],
[
6,
1,
1
],
[
4,
1,
1
],
[
1,
0,
3
]
],
"entity_labels": [
"Lafayette, We Come",
"Marcel Duchamp",
"The Witch's Cradle",
"France",
"Sherrie Levine",
"Larry Marder",
"Claudio Perna",
"Entr'acte"
],
"relation_labels": [
"country of citizenship",
"influenced by",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q16941705 wdt:P161 ?x0 .
wd:Q13462030 wdt:P161 ?x0 .
wd:Q1345290 wdt:P161 ?x0 .
wd:Q6490740 wdt:P737 ?x0 .
wd:Q50004815 wdt:P737 ?x0 .
wd:Q319569 wdt:P737 ?x0 .
?x0 wdt:P27 wd:Q142
} |
mcwq-133210 | What French star of The Young Girls Turn 25 , The Beaches of Agnès , and The 400 Blows did Agnès Varda influence and marry | [
"Jacques Demy"
] | {
"entities": [
"Q229990",
"Q312258",
"Q142",
"Q2709504",
"Q3236309",
"Q162331"
],
"relations": [
"P27",
"P26",
"P737",
"P161"
],
"adjacency": [
[
5,
3,
1
],
[
3,
3,
1
],
[
4,
3,
1
],
[
1,
2,
0
],
[
1,
0,
2
],
[
1,
1,
0
]
],
"entity_labels": [
"Agnès Varda",
"Jacques Demy",
"France",
"The Beaches of Agnès",
"The Young Girls Turn 25",
"The 400 Blows"
],
"relation_labels": [
"country of citizenship",
"spouse",
"influenced by",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q162331 wdt:P161 ?x0 .
wd:Q2709504 wdt:P161 ?x0 .
wd:Q3236309 wdt:P161 ?x0 .
?x0 wdt:P737 wd:Q229990 .
?x0 wdt:P27 wd:Q142 .
?x0 wdt:P26 wd:Q229990 .
FILTER ( ?x0 != wd:Q229990 )
} |
mcwq-133211 | What French star of Such a Gorgeous Kid Like Me , The Army Game , The 400 Blows , and Two English Girls was Love on the Run 's executive producer | [
"François Truffaut"
] | {
"entities": [
"Q277281",
"Q232091",
"Q1305672",
"Q142",
"Q53002",
"Q3529353",
"Q162331"
],
"relations": [
"P27",
"P1431",
"P161"
],
"adjacency": [
[
5,
2,
4
],
[
2,
2,
4
],
[
6,
2,
4
],
[
1,
2,
4
],
[
0,
1,
4
],
[
4,
0,
3
]
],
"entity_labels": [
"Love on the Run",
"Two English Girls",
"Such a Gorgeous Kid Like Me",
"France",
"François Truffaut",
"The Army Game",
"The 400 Blows"
],
"relation_labels": [
"country of citizenship",
"executive producer",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q3529353 wdt:P161 ?x0 .
wd:Q1305672 wdt:P161 ?x0 .
wd:Q162331 wdt:P161 ?x0 .
wd:Q232091 wdt:P161 ?x0 .
wd:Q277281 wdt:P1431 ?x0 .
?x0 wdt:P27 wd:Q142
} |
mcwq-133212 | What French star of Tourist Trap executive produced Honey, I Blew Up the Kid and Castle Freak and directed Prehysteria! | [
"Albert Band"
] | {
"entities": [
"Q1809491",
"Q1049417",
"Q142",
"Q2622253",
"Q1517554",
"Q649742"
],
"relations": [
"P27",
"P57",
"P1431",
"P161"
],
"adjacency": [
[
0,
3,
3
],
[
5,
1,
3
],
[
1,
2,
3
],
[
4,
2,
3
],
[
3,
0,
2
]
],
"entity_labels": [
"Tourist Trap",
"Castle Freak",
"France",
"Albert Band",
"Honey, I Blew Up the Kid",
"Prehysteria!"
],
"relation_labels": [
"country of citizenship",
"director",
"executive producer",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q1809491 wdt:P161 ?x0 .
wd:Q649742 wdt:P57 ?x0 .
wd:Q1049417 wdt:P1431 ?x0 .
wd:Q1517554 wdt:P1431 ?x0 .
?x0 wdt:P27 wd:Q142
} |
mcwq-133213 | What French star of I Love You All did Charlotte for Ever star | [
"Serge Gainsbourg"
] | {
"entities": [
"Q212387",
"Q1698",
"Q142",
"Q176147"
],
"relations": [
"P27",
"P161"
],
"adjacency": [
[
0,
1,
1
],
[
3,
1,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"I Love You All",
"Serge Gainsbourg",
"France",
"Charlotte for Ever"
],
"relation_labels": [
"country of citizenship",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q212387 wdt:P161 ?x0 .
wd:Q176147 wdt:P161 ?x0 .
?x0 wdt:P27 wd:Q142
} |
mcwq-133214 | What French star of The Holy Mountain was a director , composer , costume designer , and writer of El Topo | [
"Alejandro Jodorowsky"
] | {
"entities": [
"Q263730",
"Q1640076",
"Q142",
"Q477782"
],
"relations": [
"P57",
"P58",
"P2515",
"P27",
"P161",
"P86"
],
"adjacency": [
[
1,
4,
0
],
[
3,
0,
0
],
[
3,
5,
0
],
[
3,
2,
0
],
[
3,
1,
0
],
[
0,
3,
2
]
],
"entity_labels": [
"Alejandro Jodorowsky",
"The Holy Mountain",
"France",
"El Topo"
],
"relation_labels": [
"director",
"screenwriter",
"costume designer",
"country of citizenship",
"cast member",
"composer"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q1640076 wdt:P161 ?x0 .
wd:Q477782 wdt:P57 ?x0 .
wd:Q477782 wdt:P86 ?x0 .
wd:Q477782 wdt:P2515 ?x0 .
wd:Q477782 wdt:P58 ?x0 .
?x0 wdt:P27 wd:Q142
} |
mcwq-133217 | What French writer of Sappho married Julia Daudet and was influenced by Émile Zola | [
"Alphonse Daudet"
] | {
"entities": [
"Q3189037",
"Q142",
"Q504",
"Q228546",
"Q2421793"
],
"relations": [
"P27",
"P26",
"P737",
"P58"
],
"adjacency": [
[
4,
3,
3
],
[
3,
2,
2
],
[
3,
0,
1
],
[
3,
1,
0
]
],
"entity_labels": [
"Julia Daudet",
"France",
"Émile Zola",
"Alphonse Daudet",
"Sappho"
],
"relation_labels": [
"country of citizenship",
"spouse",
"influenced by",
"screenwriter"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q2421793 wdt:P58 ?x0 .
?x0 wdt:P737 wd:Q504 .
?x0 wdt:P27 wd:Q142 .
?x0 wdt:P26 wd:Q3189037 .
FILTER ( ?x0 != wd:Q3189037 )
} |
mcwq-133219 | What French writer of Don Quixote wrote a film | [
"Alexandre Arnoux",
"Paul Morand"
] | {
"entities": [
"Q3415590",
"Q11424",
"Q272",
"Q142"
],
"relations": [
"P27",
"P58",
"P31"
],
"adjacency": [
[
0,
1,
2
],
[
0,
1,
2
],
[
2,
0,
3
],
[
0,
2,
1
]
],
"entity_labels": [
"Don Quixote",
"film",
"Paul Morand",
"France"
],
"relation_labels": [
"country of citizenship",
"screenwriter",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x1 wdt:P58 ?x0 .
wd:Q3415590 wdt:P58 ?x0 .
?x0 wdt:P27 wd:Q142 .
?x1 wdt:P31 wd:Q11424 } |
mcwq-133220 | What French writer of No label defined and Rigoletto wrote Esmeralda , Rigoletto , The King's Jester , and Ruy Blas | [
"Victor Hugo"
] | {
"entities": [
"Q6370349",
"Q19800856",
"Q3431961",
"Q3795499",
"Q142",
"Q3233880",
"Q535",
"Q1550554"
],
"relations": [
"P27",
"P58"
],
"adjacency": [
[
3,
1,
6
],
[
2,
1,
6
],
[
7,
1,
6
],
[
5,
1,
6
],
[
0,
1,
6
],
[
1,
1,
6
],
[
6,
0,
4
]
],
"entity_labels": [
"Ruy Blas",
"Rigoletto",
"Rigoletto",
"The King's Jester",
"France",
"Les Misérables",
"Victor Hugo",
"Esmeralda"
],
"relation_labels": [
"country of citizenship",
"screenwriter"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q3795499 wdt:P58 ?x0 .
wd:Q3431961 wdt:P58 ?x0 .
wd:Q1550554 wdt:P58 ?x0 .
wd:Q3233880 wdt:P58 ?x0 .
wd:Q6370349 wdt:P58 ?x0 .
wd:Q19800856 wdt:P58 ?x0 .
?x0 wdt:P27 wd:Q142
} |
mcwq-133222 | What German American executive producer of A Good Day to Die Hard married a actor 's spouse | [
"Bruce Willis"
] | {
"entities": [
"Q2680",
"Q30",
"Q33999",
"Q183",
"Q72276",
"Q443073"
],
"relations": [
"P27",
"P26",
"P106",
"P1431"
],
"adjacency": [
[
4,
3,
0
],
[
0,
0,
3
],
[
0,
0,
1
],
[
0,
1,
5
],
[
5,
1,
0
],
[
0,
2,
2
]
],
"entity_labels": [
"Bruce Willis",
"United States of America",
"actor",
"Germany",
"A Good Day to Die Hard",
"Emma Heming Willis"
],
"relation_labels": [
"country of citizenship",
"spouse",
"occupation",
"executive producer"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q72276 wdt:P1431 ?x0 .
?x0 wdt:P27 wd:Q183 .
?x0 wdt:P27 wd:Q30 .
?x0 wdt:P26 ?x1 .
?x1 wdt:P26 ?x2 .
?x2 wdt:P106 wd:Q33999 .
FILTER ( ?x0 != ?x1 ) .
FILTER ( ?x1 != ?x2 )
} |
mcwq-133223 | What German American founder of Fortis Films did Forces of Nature star | [
"Sandra Bullock"
] | {
"entities": [
"Q40791",
"Q30",
"Q108560833",
"Q40182",
"Q183"
],
"relations": [
"P112",
"P27",
"P161"
],
"adjacency": [
[
3,
2,
0
],
[
2,
0,
0
],
[
0,
1,
4
],
[
0,
1,
1
]
],
"entity_labels": [
"Sandra Bullock",
"United States of America",
"Fortis Films",
"Forces of Nature",
"Germany"
],
"relation_labels": [
"founded by",
"country of citizenship",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q40182 wdt:P161 ?x0 .
wd:Q108560833 wdt:P112 ?x0 .
?x0 wdt:P27 wd:Q183 .
?x0 wdt:P27 wd:Q30
} |
mcwq-133225 | What German American person was employed by Harvard University , Florida State University , and University of Chicago | [
"Konrad Emil Bloch"
] | {
"entities": [
"Q30",
"Q131252",
"Q35698",
"Q5",
"Q183",
"Q13371",
"Q861548"
],
"relations": [
"P27",
"P108",
"P31"
],
"adjacency": [
[
2,
2,
3
],
[
2,
1,
5
],
[
2,
1,
1
],
[
2,
1,
6
],
[
2,
0,
4
],
[
2,
0,
0
]
],
"entity_labels": [
"United States of America",
"University of Chicago",
"Konrad Emil Bloch",
"human",
"Germany",
"Harvard University",
"Florida State University"
],
"relation_labels": [
"country of citizenship",
"employer",
"instance of"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P31 wd:Q5 .
?x0 wdt:P108 wd:Q13371 .
?x0 wdt:P108 wd:Q131252 .
?x0 wdt:P108 wd:Q861548 .
?x0 wdt:P27 wd:Q183 .
?x0 wdt:P27 wd:Q30
} |
mcwq-133231 | What German Dutch actor did The Wild Guys 4 star | [
"Sarah Kim Gries"
] | {
"entities": [
"Q109642",
"Q29999",
"Q33999",
"Q835245",
"Q183"
],
"relations": [
"P106",
"P27",
"P161"
],
"adjacency": [
[
0,
0,
2
],
[
3,
2,
0
],
[
0,
1,
4
],
[
0,
1,
1
]
],
"entity_labels": [
"Sarah Kim Gries",
"Kingdom of the Netherlands",
"actor",
"The Wild Guys 4",
"Germany"
],
"relation_labels": [
"occupation",
"country of citizenship",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q835245 wdt:P161 ?x0 .
?x0 wdt:P27 wd:Q183 .
?x0 wdt:P27 wd:Q29999
} |
mcwq-133233 | What German French male parent of Friedrich X Graf von Schönberg Conde de Mértola was Suzanne d'Aumale, Dame d'Aucourt 's spouse | [
"Frederick Schomberg, 1st Duke of Schomberg"
] | {
"entities": [
"Q76265126",
"Q142",
"Q183",
"Q61718",
"Q76265130",
"Q6581097"
],
"relations": [
"P27",
"P26",
"P40|wdt:P355",
"P21"
],
"adjacency": [
[
3,
2,
4
],
[
3,
3,
5
],
[
3,
0,
2
],
[
3,
0,
1
],
[
3,
1,
0
]
],
"entity_labels": [
"Suzanne d'Aumale, Dame d'Aucourt",
"France",
"Germany",
"Frederick Schomberg, 1st Duke of Schomberg",
"Friedrich X Graf von Schönberg Conde de Mértola",
"male"
],
"relation_labels": [
"country of citizenship",
"spouse",
"P40|wdt:P355",
"sex or gender"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P40|wdt:P355 wd:Q76265130 .
?x0 wdt:P21 wd:Q6581097 .
?x0 wdt:P27 wd:Q183 .
?x0 wdt:P27 wd:Q142 .
?x0 wdt:P26 wd:Q76265126 .
FILTER ( ?x0 != wd:Q76265126 )
} |
mcwq-133234 | What German Italian actor did Der 10. Mai and Tiefland star | [
"Louis Rainer"
] | {
"entities": [
"Q1400403",
"Q33999",
"Q1257776",
"Q183",
"Q1192015",
"Q38"
],
"relations": [
"P106",
"P27",
"P161"
],
"adjacency": [
[
2,
0,
1
],
[
4,
2,
2
],
[
0,
2,
2
],
[
2,
1,
3
],
[
2,
1,
5
]
],
"entity_labels": [
"Tiefland",
"actor",
"Louis Rainer",
"Germany",
"Der 10. Mai",
"Italy"
],
"relation_labels": [
"occupation",
"country of citizenship",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q1192015 wdt:P161 ?x0 .
wd:Q1400403 wdt:P161 ?x0 .
?x0 wdt:P27 wd:Q183 .
?x0 wdt:P27 wd:Q38
} |
mcwq-133238 | What German Swedish female actor did Jack Mortimer and Axel Munthe, The Doctor of San Michele star | [
"Franziska Liebing"
] | {
"entities": [
"Q6581072",
"Q96690985",
"Q33999",
"Q183",
"Q34",
"Q792281",
"Q1450147"
],
"relations": [
"P106",
"P27",
"P21",
"P161"
],
"adjacency": [
[
6,
0,
2
],
[
1,
3,
6
],
[
5,
3,
6
],
[
6,
2,
0
],
[
6,
1,
3
],
[
6,
1,
4
]
],
"entity_labels": [
"female",
"Jack Mortimer",
"actor",
"Germany",
"Sweden",
"Axel Munthe, The Doctor of San Michele",
"Franziska Liebing"
],
"relation_labels": [
"occupation",
"country of citizenship",
"sex or gender",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
wd:Q96690985 wdt:P161 ?x0 .
wd:Q792281 wdt:P161 ?x0 .
?x0 wdt:P21 wd:Q6581072 .
?x0 wdt:P27 wd:Q183 .
?x0 wdt:P27 wd:Q34
} |
mcwq-133244 | What German actor married Emma Heming Willis | [
"Bruce Willis"
] | {
"entities": [
"Q2680",
"Q443073",
"Q33999",
"Q183"
],
"relations": [
"P106",
"P27",
"P26"
],
"adjacency": [
[
0,
0,
2
],
[
0,
1,
3
],
[
0,
2,
1
]
],
"entity_labels": [
"Bruce Willis",
"Emma Heming Willis",
"actor",
"Germany"
],
"relation_labels": [
"occupation",
"country of citizenship",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P27 wd:Q183 .
?x0 wdt:P26 wd:Q443073 .
FILTER ( ?x0 != wd:Q443073 )
} |
mcwq-133258 | What German actor was Thea von Harbou 's spouse | [
"Fritz Lang",
"Rudolf Klein-Rogge"
] | {
"entities": [
"Q183",
"Q65154",
"Q33999",
"Q58866"
],
"relations": [
"P106",
"P27",
"P26"
],
"adjacency": [
[
1,
0,
2
],
[
1,
1,
0
],
[
1,
2,
3
]
],
"entity_labels": [
"Germany",
"Rudolf Klein-Rogge",
"actor",
"Thea von Harbou"
],
"relation_labels": [
"occupation",
"country of citizenship",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P27 wd:Q183 .
?x0 wdt:P26 wd:Q58866 .
FILTER ( ?x0 != wd:Q58866 )
} |
mcwq-133259 | What German actor was a sibling of Gesine Bullock-Prado | [
"Sandra Bullock"
] | {
"entities": [
"Q183",
"Q40791",
"Q33999",
"Q5553615"
],
"relations": [
"P106",
"P27",
"P3373"
],
"adjacency": [
[
1,
0,
2
],
[
1,
1,
0
],
[
1,
2,
3
]
],
"entity_labels": [
"Germany",
"Sandra Bullock",
"actor",
"Gesine Bullock-Prado"
],
"relation_labels": [
"occupation",
"country of citizenship",
"sibling"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q33999 .
?x0 wdt:P27 wd:Q183 .
?x0 wdt:P3373 wd:Q5553615 .
FILTER ( ?x0 != wd:Q5553615 )
} |
mcwq-133260 | What German composer and editor of Sperling und der Fall Wachutka did Knockin' on Heaven's Door star and Kai Rabe gegen die Vatikankiller star | [
"Thomas Jahn"
] | {
"entities": [
"Q166355",
"Q73822456",
"Q183",
"Q15822443",
"Q87852"
],
"relations": [
"P86",
"P27",
"P1040",
"P161"
],
"adjacency": [
[
3,
3,
4
],
[
0,
3,
4
],
[
1,
2,
4
],
[
1,
0,
4
],
[
4,
1,
2
]
],
"entity_labels": [
"Knockin' on Heaven's Door",
"Sperling und der Fall Wachutka",
"Germany",
"Kai Rabe gegen die Vatikankiller",
"Thomas Jahn"
],
"relation_labels": [
"composer",
"country of citizenship",
"film editor",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q15822443 wdt:P161 ?x0 .
wd:Q166355 wdt:P161 ?x0 .
wd:Q73822456 wdt:P1040 ?x0 .
wd:Q73822456 wdt:P86 ?x0 .
?x0 wdt:P27 wd:Q183
} |
mcwq-133261 | What German composer did Cosima Wagner marry | [
"Hans von Bülow",
"Richard Wagner"
] | {
"entities": [
"Q183",
"Q75789",
"Q155540",
"Q36834"
],
"relations": [
"P106",
"P27",
"P26"
],
"adjacency": [
[
2,
0,
3
],
[
2,
1,
0
],
[
2,
2,
1
]
],
"entity_labels": [
"Germany",
"Cosima Wagner",
"Hans von Bülow",
"composer"
],
"relation_labels": [
"occupation",
"country of citizenship",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
?x0 wdt:P27 wd:Q183 .
?x0 wdt:P26 wd:Q75789 .
FILTER ( ?x0 != wd:Q75789 )
} |
mcwq-133262 | What German composer did Hoch Conservatory and Frankfurt University of Music and Performing Arts employ | [
"Joachim Raff",
"Engelbert Humperdinck"
] | {
"entities": [
"Q317796",
"Q36834",
"Q55010",
"Q183",
"Q466029"
],
"relations": [
"P106",
"P27",
"P108"
],
"adjacency": [
[
2,
0,
1
],
[
2,
2,
0
],
[
2,
2,
4
],
[
2,
1,
3
]
],
"entity_labels": [
"Frankfurt University of Music and Performing Arts",
"composer",
"Engelbert Humperdinck",
"Germany",
"Hoch Conservatory"
],
"relation_labels": [
"occupation",
"country of citizenship",
"employer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
?x0 wdt:P108 wd:Q317796 .
?x0 wdt:P108 wd:Q466029 .
?x0 wdt:P27 wd:Q183
} |
mcwq-133263 | What German composer did Karl Marx and Friedrich Nietzsche influence | [
"Theodor W. Adorno"
] | {
"entities": [
"Q36834",
"Q9358",
"Q183",
"Q152388",
"Q9061"
],
"relations": [
"P106",
"P27",
"P737"
],
"adjacency": [
[
3,
0,
0
],
[
3,
2,
1
],
[
3,
2,
4
],
[
3,
1,
2
]
],
"entity_labels": [
"composer",
"Friedrich Nietzsche",
"Germany",
"Theodor W. Adorno",
"Karl Marx"
],
"relation_labels": [
"occupation",
"country of citizenship",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
?x0 wdt:P737 wd:Q9358 .
?x0 wdt:P737 wd:Q9061 .
?x0 wdt:P27 wd:Q183
} |
mcwq-133264 | What German composer did No label defined star | [
"C.R.O"
] | {
"entities": [
"Q20729",
"Q183",
"Q27049236",
"Q36834"
],
"relations": [
"P106",
"P27",
"P161"
],
"adjacency": [
[
0,
0,
3
],
[
2,
2,
0
],
[
0,
1,
1
]
],
"entity_labels": [
"Cro",
"Germany",
null,
"composer"
],
"relation_labels": [
"occupation",
"country of citizenship",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
wd:Q27049236 wdt:P161 ?x0 .
?x0 wdt:P27 wd:Q183
} |
mcwq-133265 | What German composer directed Paris, je t'aime and Deadly Maria and directed Perfume: The Story of a Murderer | [
"Tom Tykwer"
] | {
"entities": [
"Q310617",
"Q57231",
"Q36834",
"Q164813",
"Q316525",
"Q183"
],
"relations": [
"P27",
"P106",
"P57"
],
"adjacency": [
[
1,
1,
2
],
[
4,
2,
1
],
[
0,
2,
1
],
[
3,
2,
1
],
[
1,
0,
5
]
],
"entity_labels": [
"Paris, je t'aime",
"Tom Tykwer",
"composer",
"Perfume: The Story of a Murderer",
"Deadly Maria",
"Germany"
],
"relation_labels": [
"country of citizenship",
"occupation",
"director"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
wd:Q316525 wdt:P57 ?x0 .
wd:Q310617 wdt:P57 ?x0 .
wd:Q164813 wdt:P57 ?x0 .
?x0 wdt:P27 wd:Q183
} |
mcwq-133266 | What German composer directed Perfume: The Story of a Murderer | [
"Tom Tykwer"
] | {
"entities": [
"Q164813",
"Q57231",
"Q36834",
"Q183"
],
"relations": [
"P27",
"P106",
"P57"
],
"adjacency": [
[
1,
1,
2
],
[
0,
2,
1
],
[
1,
0,
3
]
],
"entity_labels": [
"Perfume: The Story of a Murderer",
"Tom Tykwer",
"composer",
"Germany"
],
"relation_labels": [
"country of citizenship",
"occupation",
"director"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
wd:Q164813 wdt:P57 ?x0 .
?x0 wdt:P27 wd:Q183
} |
mcwq-133267 | What German composer edited K3: Prison of Hell | [
"Andreas Bethmann"
] | {
"entities": [
"Q15040657",
"Q183",
"Q36834",
"Q496124"
],
"relations": [
"P106",
"P27",
"P1040"
],
"adjacency": [
[
3,
0,
2
],
[
0,
2,
3
],
[
3,
1,
1
]
],
"entity_labels": [
"K3: Prison of Hell",
"Germany",
"composer",
"Andreas Bethmann"
],
"relation_labels": [
"occupation",
"country of citizenship",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
wd:Q15040657 wdt:P1040 ?x0 .
?x0 wdt:P27 wd:Q183
} |
mcwq-133268 | What German composer edited The Edukators and 12 Paces Without a Head | [
"Andreas Wodraschke"
] | {
"entities": [
"Q36834",
"Q175017",
"Q157975",
"Q183",
"Q16830415"
],
"relations": [
"P106",
"P27",
"P1040"
],
"adjacency": [
[
4,
0,
0
],
[
2,
2,
4
],
[
1,
2,
4
],
[
4,
1,
3
]
],
"entity_labels": [
"composer",
"12 Paces Without a Head",
"The Edukators",
"Germany",
"Andreas Wodraschke"
],
"relation_labels": [
"occupation",
"country of citizenship",
"film editor"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
wd:Q157975 wdt:P1040 ?x0 .
wd:Q175017 wdt:P1040 ?x0 .
?x0 wdt:P27 wd:Q183
} |
mcwq-133269 | What German composer married Cosima Wagner | [
"Hans von Bülow",
"Richard Wagner"
] | {
"entities": [
"Q183",
"Q75789",
"Q155540",
"Q36834"
],
"relations": [
"P106",
"P27",
"P26"
],
"adjacency": [
[
2,
0,
3
],
[
2,
1,
0
],
[
2,
2,
1
]
],
"entity_labels": [
"Germany",
"Cosima Wagner",
"Hans von Bülow",
"composer"
],
"relation_labels": [
"occupation",
"country of citizenship",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
?x0 wdt:P27 wd:Q183 .
?x0 wdt:P26 wd:Q75789 .
FILTER ( ?x0 != wd:Q75789 )
} |
mcwq-133272 | What German composer of Triadisches Ballett was employed by Berlin University of the Arts , employed by Harvard University and Amar Quartet , and employed by Hacettepe University Ankara State Conservatory and Yale University | [
"Paul Hindemith"
] | {
"entities": [
"Q55038",
"Q318793",
"Q49112",
"Q57244",
"Q183",
"Q4386612",
"Q13371",
"Q454631"
],
"relations": [
"P86",
"P27",
"P108"
],
"adjacency": [
[
1,
0,
3
],
[
3,
2,
2
],
[
3,
2,
6
],
[
3,
2,
0
],
[
3,
2,
7
],
[
3,
2,
5
],
[
3,
1,
4
]
],
"entity_labels": [
"Berlin University of the Arts",
"Triadisches Ballett",
"Yale University",
"Paul Hindemith",
"Germany",
"Hacettepe University Ankara State Conservatory",
"Harvard University",
"Amar Quartet"
],
"relation_labels": [
"composer",
"country of citizenship",
"employer"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q318793 wdt:P86 ?x0 .
?x0 wdt:P108 wd:Q49112 .
?x0 wdt:P108 wd:Q13371 .
?x0 wdt:P108 wd:Q55038 .
?x0 wdt:P108 wd:Q454631 .
?x0 wdt:P108 wd:Q4386612 .
?x0 wdt:P27 wd:Q183
} |
mcwq-133273 | What German composer of Die Weiße Rose did Go Trabi Go , No label defined , Wunderkinder , No label defined , and Sisters, or the Balance of Happiness star | [
"Konstantin Wecker"
] | {
"entities": [
"Q7531265",
"Q2595018",
"Q2779987",
"Q317510",
"Q183",
"Q1266052",
"Q92724827",
"Q45373"
],
"relations": [
"P86",
"P27",
"P161"
],
"adjacency": [
[
2,
2,
7
],
[
3,
2,
7
],
[
1,
2,
7
],
[
5,
2,
7
],
[
0,
2,
7
],
[
6,
0,
7
],
[
7,
1,
4
]
],
"entity_labels": [
"Sisters, or the Balance of Happiness",
"Wunderkinder",
null,
"Go Trabi Go",
"Germany",
null,
"Die Weiße Rose",
"Konstantin Wecker"
],
"relation_labels": [
"composer",
"country of citizenship",
"cast member"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q2779987 wdt:P161 ?x0 .
wd:Q317510 wdt:P161 ?x0 .
wd:Q2595018 wdt:P161 ?x0 .
wd:Q1266052 wdt:P161 ?x0 .
wd:Q7531265 wdt:P161 ?x0 .
wd:Q92724827 wdt:P86 ?x0 .
?x0 wdt:P27 wd:Q183
} |
mcwq-133275 | What German composer of No label defined 's prequel directed No label defined and wrote 7 Zwerge – Der Wald ist nicht genug | [
"Otto Waalkes"
] | {
"entities": [
"Q20725541",
"Q84181198",
"Q270061",
"Q183",
"Q59485",
"Q1710299"
],
"relations": [
"P57",
"P58",
"P27",
"P156",
"P86"
],
"adjacency": [
[
5,
0,
4
],
[
0,
4,
4
],
[
2,
1,
4
],
[
4,
2,
3
],
[
0,
3,
1
]
],
"entity_labels": [
"Kartoffelsalat – Nicht fragen!",
null,
"7 Zwerge – Der Wald ist nicht genug",
"Germany",
"Otto Waalkes",
null
],
"relation_labels": [
"director",
"screenwriter",
"country of citizenship",
"followed by",
"composer"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q1710299 wdt:P57 ?x0 .
?x1 wdt:P86 ?x0 .
wd:Q270061 wdt:P58 ?x0 .
?x0 wdt:P27 wd:Q183 .
?x1 wdt:P156 wd:Q84181198
} |
mcwq-133281 | What German composer was Cosima Wagner 's spouse | [
"Hans von Bülow",
"Richard Wagner"
] | {
"entities": [
"Q183",
"Q75789",
"Q155540",
"Q36834"
],
"relations": [
"P106",
"P27",
"P26"
],
"adjacency": [
[
2,
0,
3
],
[
2,
1,
0
],
[
2,
2,
1
]
],
"entity_labels": [
"Germany",
"Cosima Wagner",
"Hans von Bülow",
"composer"
],
"relation_labels": [
"occupation",
"country of citizenship",
"spouse"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
?x0 wdt:P27 wd:Q183 .
?x0 wdt:P26 wd:Q75789 .
FILTER ( ?x0 != wd:Q75789 )
} |
mcwq-133282 | What German composer was a director of Perfume: The Story of a Murderer | [
"Tom Tykwer"
] | {
"entities": [
"Q164813",
"Q57231",
"Q36834",
"Q183"
],
"relations": [
"P27",
"P106",
"P57"
],
"adjacency": [
[
1,
1,
2
],
[
0,
2,
1
],
[
1,
0,
3
]
],
"entity_labels": [
"Perfume: The Story of a Murderer",
"Tom Tykwer",
"composer",
"Germany"
],
"relation_labels": [
"country of citizenship",
"occupation",
"director"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
wd:Q164813 wdt:P57 ?x0 .
?x0 wdt:P27 wd:Q183
} |
mcwq-133284 | What German composer was employed by University of Music and Performing Arts Vienna | [
"Bruno Walter",
"Richard Wagner",
"Wilhelm Backhaus",
"Diether de la Motte",
"Klaus-Peter Sattler"
] | {
"entities": [
"Q183",
"Q93980",
"Q36834",
"Q686522"
],
"relations": [
"P106",
"P27",
"P108"
],
"adjacency": [
[
1,
0,
2
],
[
1,
2,
3
],
[
1,
1,
0
]
],
"entity_labels": [
"Germany",
"Friedrich Wührer",
"composer",
"University of Music and Performing Arts Vienna"
],
"relation_labels": [
"occupation",
"country of citizenship",
"employer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
?x0 wdt:P108 wd:Q686522 .
?x0 wdt:P27 wd:Q183
} |
mcwq-133285 | What German composer was employed by Hoch Conservatory and was employed by Frankfurt University of Music and Performing Arts | [
"Joachim Raff",
"Engelbert Humperdinck"
] | {
"entities": [
"Q317796",
"Q36834",
"Q55010",
"Q183",
"Q466029"
],
"relations": [
"P106",
"P27",
"P108"
],
"adjacency": [
[
2,
0,
1
],
[
2,
2,
0
],
[
2,
2,
4
],
[
2,
1,
3
]
],
"entity_labels": [
"Frankfurt University of Music and Performing Arts",
"composer",
"Engelbert Humperdinck",
"Germany",
"Hoch Conservatory"
],
"relation_labels": [
"occupation",
"country of citizenship",
"employer"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
?x0 wdt:P108 wd:Q317796 .
?x0 wdt:P108 wd:Q466029 .
?x0 wdt:P27 wd:Q183
} |
mcwq-133286 | What German composer was influenced by Kate Bush | [
"Theo Bleckmann"
] | {
"entities": [
"Q183",
"Q36834",
"Q636",
"Q2416850"
],
"relations": [
"P106",
"P27",
"P737"
],
"adjacency": [
[
3,
0,
1
],
[
3,
2,
2
],
[
3,
1,
0
]
],
"entity_labels": [
"Germany",
"composer",
"Kate Bush",
"Theo Bleckmann"
],
"relation_labels": [
"occupation",
"country of citizenship",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
?x0 wdt:P737 wd:Q636 .
?x0 wdt:P27 wd:Q183
} |
mcwq-133287 | What German composer was influenced by Georg Wilhelm Friedrich Hegel and Karl Marx | [
"Theodor W. Adorno"
] | {
"entities": [
"Q36834",
"Q9235",
"Q183",
"Q152388",
"Q9061"
],
"relations": [
"P106",
"P27",
"P737"
],
"adjacency": [
[
3,
0,
0
],
[
3,
2,
4
],
[
3,
2,
1
],
[
3,
1,
2
]
],
"entity_labels": [
"composer",
"Georg Wilhelm Friedrich Hegel",
"Germany",
"Theodor W. Adorno",
"Karl Marx"
],
"relation_labels": [
"occupation",
"country of citizenship",
"influenced by"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
?x0 wdt:P737 wd:Q9061 .
?x0 wdt:P737 wd:Q9235 .
?x0 wdt:P27 wd:Q183
} |
mcwq-133288 | What German composer wrote Life is All You Get and Because | [
"Tom Tykwer"
] | {
"entities": [
"Q320318",
"Q57231",
"Q36834",
"Q102131809",
"Q183"
],
"relations": [
"P106",
"P27",
"P58"
],
"adjacency": [
[
1,
0,
2
],
[
0,
2,
1
],
[
3,
2,
1
],
[
1,
1,
4
]
],
"entity_labels": [
"Life is All You Get",
"Tom Tykwer",
"composer",
"Because",
"Germany"
],
"relation_labels": [
"occupation",
"country of citizenship",
"screenwriter"
]
} | SELECT DISTINCT ?x0 WHERE {
?x0 wdt:P106 wd:Q36834 .
wd:Q320318 wdt:P58 ?x0 .
wd:Q102131809 wdt:P58 ?x0 .
?x0 wdt:P27 wd:Q183
} |
mcwq-133295 | What German cinematographer and director of The Mysterious Mirror was a film producer 's parent | [
"Carl Hoffmann"
] | {
"entities": [
"Q15045299",
"Q3282637",
"Q74626",
"Q183",
"Q77890"
],
"relations": [
"P344",
"P57",
"P40|wdt:P355",
"P27",
"P106"
],
"adjacency": [
[
0,
0,
2
],
[
0,
1,
2
],
[
2,
2,
4
],
[
2,
3,
3
],
[
4,
4,
1
]
],
"entity_labels": [
"The Mysterious Mirror",
"film producer",
"Carl Hoffmann",
"Germany",
"Kurt Hoffmann"
],
"relation_labels": [
"director of photography",
"director",
"P40|wdt:P355",
"country of citizenship",
"occupation"
]
} | SELECT DISTINCT ?x0 WHERE {
wd:Q15045299 wdt:P344 ?x0 .
wd:Q15045299 wdt:P57 ?x0 .
?x0 wdt:P40|wdt:P355 ?x1 .
?x0 wdt:P27 wd:Q183 .
?x1 wdt:P106 wd:Q3282637 } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.