id
stringlengths
11
13
question
stringlengths
11
8.64k
answers
sequence
subgraph
dict
sparql
stringlengths
49
483
lcquad2-20908
Who's been born in Bonn?
[ "Josef Lammerz" ]
{ "entities": [ "Q586", "Q5", "Q98023" ], "relations": [ "P31", "P19" ], "adjacency": [ [ 2, 1, 0 ], [ 2, 0, 1 ] ], "entity_labels": [ "Bonn", "human", "Josef Lammerz" ], "relation_labels": [ "instance of", "place of birth" ] }
select distinct ?sbj where { ?sbj wdt:P19 wd:Q586 . ?sbj wdt:P31 wd:Q5 }
lcquad2-13456
What is the area born of Lester B. Pearson with the title of head of government being the Mayor of Toronto?
[ "Toronto" ]
{ "entities": [ "Q14927262", "Q128604", "Q172" ], "relations": [ "P19", "P1313" ], "adjacency": [ [ 1, 0, 2 ], [ 2, 1, 0 ] ], "entity_labels": [ "Mayor of Toronto", "Lester B. Pearson", "Toronto" ], "relation_labels": [ "place of birth", "office held by head of government" ] }
SELECT ?answer WHERE { wd:Q128604 wdt:P19 ?answer . ?answer wdt:P1313 wd:Q14927262}
lcquad2-9770
What is Robert Mueller's religion and gender?
[ "Episcopal Church", "male" ]
{ "entities": [ "Q6581097", "Q682443", "Q715156" ], "relations": [ "P21", "P140" ], "adjacency": [ [ 2, 1, 1 ], [ 2, 0, 0 ] ], "entity_labels": [ "male", "Episcopal Church", "Robert Mueller" ], "relation_labels": [ "sex or gender", "religion or worldview" ] }
SELECT ?ans_1 ?ans_2 WHERE { wd:Q715156 wdt:P140 ?ans_1 . wd:Q715156 wdt:P21 ?ans_2 }
lcquad2-21653
What film does Meryl Streep begin in
[ "Meryl Streep filmography" ]
{ "entities": [ "Q1371849", "Q6820988", "Q873" ], "relations": [ "P31", "P1283" ], "adjacency": [ [ 2, 1, 1 ], [ 1, 0, 0 ] ], "entity_labels": [ "filmography", "Meryl Streep filmography", "Meryl Streep" ], "relation_labels": [ "instance of", "filmography" ] }
select distinct ?obj where { wd:Q873 wdt:P1283 ?obj . ?obj wdt:P31 wd:Q1371849 }
lcquad2-21221
Tasmania's highest peak is?
[ "Mount Ossa" ]
{ "entities": [ "Q747182", "Q8502", "Q34366" ], "relations": [ "P610", "P31" ], "adjacency": [ [ 2, 0, 0 ], [ 0, 1, 1 ] ], "entity_labels": [ "Mount Ossa", "mountain", "Tasmania" ], "relation_labels": [ "highest point", "instance of" ] }
select distinct ?obj where { wd:Q34366 wdt:P610 ?obj . ?obj wdt:P31 wd:Q8502 }
lcquad2-13465
what is the name of the illness that Roger Bannister suffered from?
[ "Parkinson's disease" ]
{ "entities": [ "Q319351", "Q18297975", "Q11085" ], "relations": [ "P1050", "P2293" ], "adjacency": [ [ 0, 0, 2 ], [ 2, 1, 1 ] ], "entity_labels": [ "Roger Bannister", "GAK", "Parkinson's disease" ], "relation_labels": [ "medical condition", "genetic association" ] }
SELECT ?answer WHERE { wd:Q319351 wdt:P1050 ?answer . ?answer wdt:P2293 wd:Q18297975}
lcquad2-15953
Who is Connecticut College's lead player?
[ "Ellen Swallow Richards" ]
{ "entities": [ "Q1797448", "Q15998478", "Q7273" ], "relations": [ "P737", "P488" ], "adjacency": [ [ 0, 1, 1 ], [ 1, 0, 2 ] ], "entity_labels": [ "Connecticut College", "Katharine Blunt", "Ellen Swallow Richards" ], "relation_labels": [ "influenced by", "chairperson" ] }
SELECT ?answer WHERE { wd:Q1797448 wdt:P488 ?X . ?X wdt:P737 ?answer}
lcquad2-21710
Title a relative of Tim Minchin
[ "Lucy Fisher" ]
{ "entities": [ "Q23527", "Q5", "Q29864206" ], "relations": [ "P1038", "P31" ], "adjacency": [ [ 2, 0, 0 ], [ 2, 1, 1 ] ], "entity_labels": [ "Tim Minchin", "human", "Lucy Fisher" ], "relation_labels": [ "relative", "instance of" ] }
select distinct ?sbj where { ?sbj wdt:P1038 wd:Q23527 . ?sbj wdt:P31 wd:Q5 }
lcquad2-24812
Disclose me the observable universe that starts with the letter o.
[ "observable universe" ]
{ "entities": [ "Q221392", "Q28530079" ], "relations": [ "P31" ], "adjacency": [ [ 0, 0, 1 ] ], "entity_labels": [ "observable universe", "observable universe" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q28530079 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'o')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-21776
What does the statue of Dante Alighieri depict
[ "Monument to Dante" ]
{ "entities": [ "Q25060814", "Q179700", "Q1067" ], "relations": [ "P31", "P180" ], "adjacency": [ [ 0, 1, 2 ], [ 0, 0, 1 ] ], "entity_labels": [ "Monument to Dante", "statue", "Dante Alighieri" ], "relation_labels": [ "instance of", "depicts" ] }
select distinct ?sbj where { ?sbj wdt:P180 wd:Q1067 . ?sbj wdt:P31 wd:Q179700 }
lcquad2-15123
Lena's narrative was inspired by what artist?
[ "Amy Tan" ]
{ "entities": [ "Q2296376", "Q234989", "Q25936088" ], "relations": [ "P1441", "P1877" ], "adjacency": [ [ 2, 0, 0 ], [ 0, 1, 1 ] ], "entity_labels": [ "The Joy Luck Club", "Amy Tan", "Lena" ], "relation_labels": [ "present in work", "after a work by" ] }
SELECT ?answer WHERE { wd:Q25936088 wdt:P1441 ?X . ?X wdt:P1877 ?answer}
lcquad2-9738
The M16 rifle was designed and is manufactured by what company?
[ "Eugene Stoner", "Bushmaster Firearms International" ]
{ "entities": [ "Q170318", "Q558764", "Q2510641" ], "relations": [ "P287", "P176" ], "adjacency": [ [ 0, 0, 1 ], [ 0, 1, 2 ] ], "entity_labels": [ "M16", "Eugene Stoner", "Bushmaster Firearms International" ], "relation_labels": [ "designed by", "manufacturer" ] }
SELECT ?ans_1 ?ans_2 WHERE { wd:Q170318 wdt:P287 ?ans_1 . wd:Q170318 wdt:P176 ?ans_2 }
lcquad2-12345
What is the reference index of English speaker Maurice Sendak.
[ "In the Night Kitchen" ]
{ "entities": [ "Q314771", "Q1860", "Q1308387" ], "relations": [ "P407", "P800" ], "adjacency": [ [ 0, 1, 2 ], [ 2, 0, 1 ] ], "entity_labels": [ "Maurice Sendak", "English", "In the Night Kitchen" ], "relation_labels": [ "language of work or name", "notable work" ] }
SELECT ?answer WHERE { wd:Q314771 wdt:P800 ?answer . ?answer wdt:P407 wd:Q1860}
lcquad2-12993
Which is etymology of Gal having interment in Basilica of Santa Crore?
[ "Galileo Galilei" ]
{ "entities": [ "Q500515", "Q51177", "Q307" ], "relations": [ "P119", "P138" ], "adjacency": [ [ 0, 1, 2 ], [ 2, 0, 1 ] ], "entity_labels": [ "gal", "Basilica of Santa Croce", "Galileo Galilei" ], "relation_labels": [ "place of burial", "named after" ] }
SELECT ?answer WHERE { wd:Q500515 wdt:P138 ?answer . ?answer wdt:P119 wd:Q51177}
lcquad2-13965
What is the works for Richie Benaud, having awareness title of Satellite Award for Best Miniseries?
[ "BBC" ]
{ "entities": [ "Q7426020", "Q2739019", "Q9531" ], "relations": [ "P108", "P166" ], "adjacency": [ [ 1, 0, 2 ], [ 2, 1, 0 ] ], "entity_labels": [ "Satellite Award for Best Miniseries", "Richie Benaud", "BBC" ], "relation_labels": [ "employer", "award received" ] }
SELECT ?answer WHERE { wd:Q2739019 wdt:P108 ?answer . ?answer wdt:P166 wd:Q7426020}
lcquad2-10097
Mickey Mouse was created by whom?
[ "Mickey, Donald, Goofy: The Three Musketeers", "Les Clark" ]
{ "entities": [ "Q1368756", "Q1150785", "Q11934" ], "relations": [ "P1441", "P767" ], "adjacency": [ [ 2, 1, 0 ], [ 2, 0, 1 ] ], "entity_labels": [ "Les Clark", "Mickey, Donald, Goofy: The Three Musketeers", "Mickey Mouse" ], "relation_labels": [ "present in work", "contributor to the creative work or subject" ] }
SELECT ?ans_1 ?ans_2 WHERE { wd:Q11934 wdt:P767 ?ans_1 . wd:Q11934 wdt:P1441 ?ans_2 }
lcquad2-22365
Joko Widodo is the head of government for which island nation?
[ "Indonesia" ]
{ "entities": [ "Q252", "Q112099", "Q3318231" ], "relations": [ "P6", "P31" ], "adjacency": [ [ 0, 0, 2 ], [ 0, 1, 1 ] ], "entity_labels": [ "Indonesia", "island nation", "Joko Widodo" ], "relation_labels": [ "head of government", "instance of" ] }
select distinct ?sbj where { ?sbj wdt:P6 wd:Q3318231 . ?sbj wdt:P31 wd:Q112099 }
lcquad2-12820
Who is the creator of one-time cushion, whose to begin with title is Gilbert?
[ "Gilbert Vernam" ]
{ "entities": [ "Q150474", "Q713359", "Q1675463" ], "relations": [ "P735", "P61" ], "adjacency": [ [ 0, 1, 1 ], [ 1, 0, 2 ] ], "entity_labels": [ "one-time pad", "Gilbert Vernam", "Gilbert" ], "relation_labels": [ "given name", "discoverer or inventor" ] }
SELECT ?answer WHERE { wd:Q150474 wdt:P61 ?answer . ?answer wdt:P735 wd:Q1675463}
lcquad2-20351
Cortisol interatomic with what protein?
[ "Nuclear receptor subfamily 3 group C member 1" ]
{ "entities": [ "Q190875", "Q2663095", "Q8054" ], "relations": [ "P31", "P129" ], "adjacency": [ [ 0, 1, 1 ], [ 1, 0, 2 ] ], "entity_labels": [ "cortisol", "Nuclear receptor subfamily 3 group C member 1", "protein" ], "relation_labels": [ "instance of", "physically interacts with" ] }
select distinct ?obj where { wd:Q190875 wdt:P129 ?obj . ?obj wdt:P31 wd:Q8054 }
lcquad2-20680
Who are the individuals of the Thankful Dead?
[ "Bill Kreutzmann" ]
{ "entities": [ "Q862250", "Q5", "Q212533" ], "relations": [ "P31", "P463" ], "adjacency": [ [ 0, 1, 2 ], [ 0, 0, 1 ] ], "entity_labels": [ "Bill Kreutzmann", "human", "Grateful Dead" ], "relation_labels": [ "instance of", "member of" ] }
select distinct ?sbj where { ?sbj wdt:P463 wd:Q212533 . ?sbj wdt:P31 wd:Q5 }
lcquad2-24739
What are the contract which start with the letter r
[ "Zeitausgleich" ]
{ "entities": [ "Q93288", "Q185866" ], "relations": [ "P31" ], "adjacency": [ [ 1, 0, 0 ] ], "entity_labels": [ "contract", "Zeitausgleich" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q93288 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'z')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-10160
Can you tell me what Cerebral palsy's health specialty and drug used for treatment?
[ "botulinum toxin type A", "pediatrics" ]
{ "entities": [ "Q123028", "Q4095199", "Q210427" ], "relations": [ "P2176", "P1995" ], "adjacency": [ [ 2, 1, 0 ], [ 2, 0, 1 ] ], "entity_labels": [ "pediatrics", "botulinum toxin type A", "cerebral palsy" ], "relation_labels": [ "drug or therapy used for treatment", "health specialty" ] }
SELECT ?ans_1 ?ans_2 WHERE { wd:Q210427 wdt:P1995 ?ans_1 . wd:Q210427 wdt:P2176 ?ans_2 }
lcquad2-17341
What was the fate of the television channel of My Wife next Door?
[ "high-definition television" ]
{ "entities": [ "Q133454", "Q6946634", "Q191472" ], "relations": [ "P793", "P449" ], "adjacency": [ [ 1, 1, 2 ], [ 2, 0, 0 ] ], "entity_labels": [ "high-definition television", "My Wife Next Door", "BBC One" ], "relation_labels": [ "significant event", "original broadcaster" ] }
SELECT ?answer WHERE { wd:Q6946634 wdt:P449 ?X . ?X wdt:P793 ?answer}
lcquad2-20924
What is the African Union's highest position?
[ "Chairperson of the African Union" ]
{ "entities": [ "Q4164871", "Q946339", "Q7159" ], "relations": [ "P31", "P2388" ], "adjacency": [ [ 2, 1, 1 ], [ 1, 0, 0 ] ], "entity_labels": [ "position", "Chairperson of the African Union", "African Union" ], "relation_labels": [ "instance of", "office held by head of the organization" ] }
select distinct ?obj where { wd:Q7159 wdt:P2388 ?obj . ?obj wdt:P31 wd:Q4164871 }
lcquad2-21592
Not applicable
[ "Melanesia" ]
{ "entities": [ "Q538", "Q37394", "Q82794" ], "relations": [ "P706", "P31" ], "adjacency": [ [ 1, 0, 0 ], [ 1, 1, 2 ] ], "entity_labels": [ "Insular Oceania", "Melanesia", "geographic region" ], "relation_labels": [ "located in/on physical feature", "instance of" ] }
select distinct ?sbj where { ?sbj wdt:P706 wd:Q538 . ?sbj wdt:P31 wd:Q82794 }
lcquad2-21842
Who is the {tv arrangement} for {executive} of {Jim Henson}
[ "Fraggle Rock" ]
{ "entities": [ "Q1212572", "Q5398426", "Q191037" ], "relations": [ "P31", "P57" ], "adjacency": [ [ 0, 1, 2 ], [ 0, 0, 1 ] ], "entity_labels": [ "Fraggle Rock", "television series", "Jim Henson" ], "relation_labels": [ "instance of", "director" ] }
select distinct ?sbj where { ?sbj wdt:P57 wd:Q191037 . ?sbj wdt:P31 wd:Q5398426 }
lcquad2-15737
What are Maria Rosa Pulley Vergara's daughters' names?
[ "Abdalá Bucaram Ortiz" ]
{ "entities": [ "Q307701", "Q27664889", "Q4664698" ], "relations": [ "P40", "P22" ], "adjacency": [ [ 1, 0, 2 ], [ 2, 1, 0 ] ], "entity_labels": [ "Abdalá Bucaram Ortiz", "María Rosa Pulley", "Dalo Bucaram" ], "relation_labels": [ "child", "father" ] }
SELECT ?answer WHERE { wd:Q27664889 wdt:P40 ?X . ?X wdt:P22 ?answer}
lcquad2-21574
What is the title of the settlement that established the Soviet Union?
[ "Treaty on the Creation of the Union of Soviet Socialist Republics" ]
{ "entities": [ "Q15180", "Q1443926", "Q131569" ], "relations": [ "P31", "P457" ], "adjacency": [ [ 0, 1, 1 ], [ 1, 0, 2 ] ], "entity_labels": [ "Soviet Union", "Treaty on the Creation of the Union of Soviet Socialist Republics", "treaty" ], "relation_labels": [ "instance of", "foundational text" ] }
select distinct ?obj where { wd:Q15180 wdt:P457 ?obj . ?obj wdt:P31 wd:Q131569 }
lcquad2-14981
In what locale did Yuri Nikulin die?
[ "Golovinsky District" ]
{ "entities": [ "Q649", "Q1017756", "Q310873" ], "relations": [ "P150", "P20" ], "adjacency": [ [ 2, 1, 0 ], [ 0, 0, 1 ] ], "entity_labels": [ "Moscow", "Golovinsky District", "Yuri Nikulin" ], "relation_labels": [ "contains the administrative territorial entity", "place of death" ] }
SELECT ?answer WHERE { wd:Q310873 wdt:P20 ?X . ?X wdt:P150 ?answer}
lcquad2-24507
What are the financial arrangement which begin with the letter t
[ "Three Privates and One Guarantee" ]
{ "entities": [ "Q9382507", "Q582577" ], "relations": [ "P31" ], "adjacency": [ [ 0, 0, 1 ] ], "entity_labels": [ "Three Privates and One Guarantee", "economic policy" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q582577 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 't')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-23747
what is ring device that consists of the phrase rings in their name
[ "rings of Neptune" ]
{ "entities": [ "Q48400", "Q28951811" ], "relations": [ "P31" ], "adjacency": [ [ 0, 0, 1 ] ], "entity_labels": [ "rings of Neptune", "ring system" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q28951811 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'rings')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-16082
In which field Kōtarō Yoshida work?
[ "jujutsu" ]
{ "entities": [ "Q2600927", "Q163770", "Q28164897" ], "relations": [ "P106", "P425" ], "adjacency": [ [ 0, 0, 2 ], [ 2, 1, 1 ] ], "entity_labels": [ "Kōtarō Yoshida", "jujutsu", "jujutsuka" ], "relation_labels": [ "occupation", "field of this occupation" ] }
SELECT ?answer WHERE { wd:Q2600927 wdt:P106 ?X . ?X wdt:P425 ?answer}
lcquad2-23314
Tell me the type of ship whose name is whaleback
[ "whaleback" ]
{ "entities": [ "Q944408", "Q2235308" ], "relations": [ "P31" ], "adjacency": [ [ 0, 0, 1 ] ], "entity_labels": [ "whaleback", "ship type" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q2235308 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'whaleback')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-13788
Who is the member of Robert Trivers, that have ideology of black nationalism?
[ "Black Panther Party" ]
{ "entities": [ "Q2720299", "Q918334", "Q189150" ], "relations": [ "P1142", "P463" ], "adjacency": [ [ 1, 1, 2 ], [ 2, 0, 0 ] ], "entity_labels": [ "Black nationalism", "Robert Trivers", "Black Panther Party" ], "relation_labels": [ "political ideology", "member of" ] }
SELECT ?answer WHERE { wd:Q918334 wdt:P463 ?answer . ?answer wdt:P1142 wd:Q2720299}
lcquad2-20457
Which is the populated put within the Netherlands which offers border with Rotterdam?
[ "Spijkenisse" ]
{ "entities": [ "Q1852859", "Q34370", "Q488545" ], "relations": [ "P31", "P47" ], "adjacency": [ [ 2, 1, 1 ], [ 2, 0, 0 ] ], "entity_labels": [ "cadastral populated place in the Netherlands", "Rotterdam", "Spijkenisse" ], "relation_labels": [ "instance of", "shares border with" ] }
select distinct ?sbj where { ?sbj wdt:P47 wd:Q34370 . ?sbj wdt:P31 wd:Q1852859 }
lcquad2-22963
In which ocean is the landscape highlight from Oceania?
[ "South Seas" ]
{ "entities": [ "Q351668", "Q165", "Q538" ], "relations": [ "P706", "P31" ], "adjacency": [ [ 0, 0, 2 ], [ 0, 1, 1 ] ], "entity_labels": [ "South Seas", "sea", "Insular Oceania" ], "relation_labels": [ "located in/on physical feature", "instance of" ] }
select distinct ?sbj where { ?sbj wdt:P706 wd:Q538 . ?sbj wdt:P31 wd:Q165 }
lcquad2-24367
what are the vegetation zone which begin with the letter t
[ "tallgrass prairie" ]
{ "entities": [ "Q2083910", "Q7680132" ], "relations": [ "P31" ], "adjacency": [ [ 1, 0, 0 ] ], "entity_labels": [ "vegetation zone", "tallgrass prairie" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q2083910 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 't')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-12979
Which is the province of Pikes Peak that is sudivided into Jefferson Country?
[ "Colorado" ]
{ "entities": [ "Q1261", "Q127978", "Q665321" ], "relations": [ "P150", "P131" ], "adjacency": [ [ 2, 1, 0 ], [ 0, 0, 1 ] ], "entity_labels": [ "Colorado", "Jefferson County", "Pikes Peak" ], "relation_labels": [ "contains the administrative territorial entity", "located in the administrative territorial entity" ] }
SELECT ?answer WHERE { wd:Q665321 wdt:P131 ?answer . ?answer wdt:P150 wd:Q127978}
lcquad2-24640
What are the neighborhood which begin with the letter z
[ "Zäñgär Kül" ]
{ "entities": [ "Q97444078", "Q123705" ], "relations": [ "P31" ], "adjacency": [ [ 0, 0, 1 ] ], "entity_labels": [ "Zäñgär Kül", "neighborhood" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q123705 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'z')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-16023
Who created the economic branch of Saleen?
[ "motor car" ]
{ "entities": [ "Q1361906", "Q190117", "Q1420" ], "relations": [ "P452", "P1056" ], "adjacency": [ [ 0, 0, 1 ], [ 1, 1, 2 ] ], "entity_labels": [ "Saleen", "automotive industry", "motor car" ], "relation_labels": [ "industry", "product or material produced" ] }
SELECT ?answer WHERE { wd:Q1361906 wdt:P452 ?X . ?X wdt:P1056 ?answer}
lcquad2-17030
Give me the name of the belligerent player from Italy at the UEFA Euro 2016?
[ "VfL Wolfsburg" ]
{ "entities": [ "Q22002167", "Q101859", "Q107051" ], "relations": [ "P54", "P710" ], "adjacency": [ [ 0, 1, 2 ], [ 2, 0, 1 ] ], "entity_labels": [ "Italy at the UEFA European Championship 2016", "VfL Wolfsburg", "Andrea Barzagli" ], "relation_labels": [ "member of sports team", "participant" ] }
SELECT ?answer WHERE { wd:Q22002167 wdt:P710 ?X . ?X wdt:P54 ?answer}
lcquad2-16837
Which life stance does the chief's office take for honorius I?
[ "pope" ]
{ "entities": [ "Q170502", "Q9592", "Q19546" ], "relations": [ "P140", "P2388" ], "adjacency": [ [ 0, 0, 1 ], [ 1, 1, 2 ] ], "entity_labels": [ "Honorius I", "Catholic Church", "pope" ], "relation_labels": [ "religion or worldview", "office held by head of the organization" ] }
SELECT ?answer WHERE { wd:Q170502 wdt:P140 ?X . ?X wdt:P2388 ?answer}
lcquad2-20246
Who did Michel Foucault have an influence on?
[ "Claude Lévi-Strauss" ]
{ "entities": [ "Q128126", "Q5", "Q44272" ], "relations": [ "P31", "P737" ], "adjacency": [ [ 2, 1, 0 ], [ 0, 0, 1 ] ], "entity_labels": [ "Claude Lévi-Strauss", "human", "Michel Foucault" ], "relation_labels": [ "instance of", "influenced by" ] }
select distinct ?obj where { wd:Q44272 wdt:P737 ?obj . ?obj wdt:P31 wd:Q5 }
lcquad2-16925
What is the name of the alumni company of Robert McNamara?
[ "World Inequality Lab" ]
{ "entities": [ "Q168756", "Q106606163", "Q191999" ], "relations": [ "P355", "P69" ], "adjacency": [ [ 2, 1, 0 ], [ 0, 0, 1 ] ], "entity_labels": [ "University of California, Berkeley", "World Inequality Lab", "Robert McNamara" ], "relation_labels": [ "has subsidiary", "educated at" ] }
SELECT ?answer WHERE { wd:Q191999 wdt:P69 ?X . ?X wdt:P355 ?answer}
lcquad2-15994
Who was suspected in the 2011 Al Hillah bombings?
[ "Islamic State" ]
{ "entities": [ "Q18206631", "Q4620277", "Q2429253" ], "relations": [ "P1366", "P710" ], "adjacency": [ [ 1, 1, 0 ], [ 0, 0, 2 ] ], "entity_labels": [ "Islamic State of Iraq", "2011 Al Hillah bombing", "Islamic State" ], "relation_labels": [ "replaced by", "participant" ] }
SELECT ?answer WHERE { wd:Q4620277 wdt:P710 ?X . ?X wdt:P1366 ?answer}
lcquad2-21886
What works did Francis Bacon write?
[ "Francis Bacon bibliography" ]
{ "entities": [ "Q37388", "Q1631107", "Q2901041" ], "relations": [ "P31", "P1455" ], "adjacency": [ [ 0, 1, 2 ], [ 2, 0, 1 ] ], "entity_labels": [ "Francis Bacon", "bibliography", "Francis Bacon bibliography" ], "relation_labels": [ "instance of", "list of works" ] }
select distinct ?obj where { wd:Q37388 wdt:P1455 ?obj . ?obj wdt:P31 wd:Q1631107 }
lcquad2-22227
When was the president elected by Nicolas Sarkozy?
[ "Panama Papers" ]
{ "entities": [ "Q5227309", "Q329", "Q23702848" ], "relations": [ "P793", "P31" ], "adjacency": [ [ 1, 0, 2 ], [ 2, 1, 0 ] ], "entity_labels": [ "data journalism", "Nicolas Sarkozy", "Panama Papers" ], "relation_labels": [ "significant event", "instance of" ] }
select distinct ?obj where { wd:Q329 wdt:P793 ?obj . ?obj wdt:P31 wd:Q5227309 }
lcquad2-16129
What is the philosophy of the part of the party of B V Keskar?
[ "secularism" ]
{ "entities": [ "Q18385307", "Q10225", "Q216920" ], "relations": [ "P102", "P1142" ], "adjacency": [ [ 0, 0, 1 ], [ 1, 1, 2 ] ], "entity_labels": [ "Balkrishna Vishwanath Keskar", "Indian National Congress", "secularism" ], "relation_labels": [ "member of political party", "political ideology" ] }
SELECT ?answer WHERE { wd:Q18385307 wdt:P102 ?X . ?X wdt:P1142 ?answer}
lcquad2-25627
Name the unit of measurement that uses the percent sign and begins with letter P
[ "percent" ]
{ "entities": [ "Q47574", "Q11229", "Q7559698" ], "relations": [ "P31", "P913" ], "adjacency": [ [ 1, 0, 0 ], [ 1, 1, 2 ] ], "entity_labels": [ "unit of measurement", "percent", "percent sign" ], "relation_labels": [ "instance of", "notation" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q47574 . ?sbj wdt:P913 wd:Q7559698 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'p')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-24447
ON WHICH NATIONAL HISTORIC TRAIL STARTS WITH THE LETTER T
[ "Trail Of Tears National Historic Trail" ]
{ "entities": [ "Q14237188", "Q6973377" ], "relations": [ "P31" ], "adjacency": [ [ 0, 0, 1 ] ], "entity_labels": [ "Trail Of Tears National Historic Trail", "National Historic Trail" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q6973377 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 't')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-14095
With a pinnacle of Ben Nevis, what is Gian Carlo Menotti's domestic town?
[ "Scotland" ]
{ "entities": [ "Q104674", "Q270662", "Q22" ], "relations": [ "P610", "P551" ], "adjacency": [ [ 1, 1, 2 ], [ 2, 0, 0 ] ], "entity_labels": [ "Ben Nevis", "Gian Carlo Menotti", "Scotland" ], "relation_labels": [ "highest point", "residence" ] }
SELECT ?answer WHERE { wd:Q270662 wdt:P551 ?answer . ?answer wdt:P610 wd:Q104674}
lcquad2-14842
What is the category of the on-screen character of The Ruler and the People?
[ "Christianity" ]
{ "entities": [ "Q57340", "Q5043", "Q16252255" ], "relations": [ "P161", "P140" ], "adjacency": [ [ 2, 0, 0 ], [ 0, 1, 1 ] ], "entity_labels": [ "Mswati III", "Christianity", "The King and the People" ], "relation_labels": [ "cast member", "religion or worldview" ] }
SELECT ?answer WHERE { wd:Q16252255 wdt:P161 ?X . ?X wdt:P140 ?answer}
lcquad2-16105
Who is the inventor of the orbiter of Kepler-440?
[ "Kepler" ]
{ "entities": [ "Q18819063", "Q47272", "Q25419499" ], "relations": [ "P398", "P61" ], "adjacency": [ [ 2, 0, 0 ], [ 0, 1, 1 ] ], "entity_labels": [ "Kepler-440b", "Kepler", "Kepler-440" ], "relation_labels": [ "child astronomical body", "discoverer or inventor" ] }
SELECT ?answer WHERE { wd:Q25419499 wdt:P398 ?X . ?X wdt:P61 ?answer}
lcquad2-24175
What urban city begins with "v"?
[ "Valenzuela" ]
{ "entities": [ "Q1623", "Q29946056" ], "relations": [ "P31" ], "adjacency": [ [ 0, 0, 1 ] ], "entity_labels": [ "Valenzuela", "highly urbanized city" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q29946056 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'v')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-17297
who made from of portray of gather at montfoucault ?
[ "Triticum aestivum" ]
{ "entities": [ "Q8192229", "Q161098", "Q15645384" ], "relations": [ "P1582", "P180" ], "adjacency": [ [ 0, 1, 2 ], [ 2, 0, 1 ] ], "entity_labels": [ "Harvest", "Triticum aestivum", "wheat" ], "relation_labels": [ "natural product of taxon", "depicts" ] }
SELECT ?answer WHERE { wd:Q8192229 wdt:P180 ?X . ?X wdt:P1582 ?answer}
lcquad2-15558
Which cosmonaut mission was Dick Scobee a group part on?
[ "Robert Crippen" ]
{ "entities": [ "Q320047", "Q752802", "Q315737" ], "relations": [ "P1029", "P450" ], "adjacency": [ [ 0, 1, 1 ], [ 1, 0, 2 ] ], "entity_labels": [ "Dick Scobee", "STS-41-C", "Robert Crippen" ], "relation_labels": [ "crew member(s)", "astronaut mission" ] }
SELECT ?answer WHERE { wd:Q320047 wdt:P450 ?X . ?X wdt:P1029 ?answer}
lcquad2-17041
Who painted the renowned "Madonna and child" painting?
[ "Jesus Christus" ]
{ "entities": [ "Q10540072", "Q21666240", "Q302" ], "relations": [ "P1441", "P180" ], "adjacency": [ [ 1, 1, 2 ], [ 2, 0, 0 ] ], "entity_labels": [ "Jesus Christus", "Madonna and child", "Jesus" ], "relation_labels": [ "present in work", "depicts" ] }
SELECT ?answer WHERE { wd:Q21666240 wdt:P180 ?X . ?X wdt:P1441 ?answer}
lcquad2-15821
who are members of group of lyle campbell?
[ "arXiv" ]
{ "entities": [ "Q1450352", "Q118398", "Q168515" ], "relations": [ "P108", "P463" ], "adjacency": [ [ 0, 0, 2 ], [ 2, 1, 1 ] ], "entity_labels": [ "Lyle Campbell", "arXiv", "University of Utah" ], "relation_labels": [ "employer", "member of" ] }
SELECT ?answer WHERE { wd:Q1450352 wdt:P108 ?X . ?X wdt:P463 ?answer}
lcquad2-13214
What individual found or designed the reed organ?
[ "Christian Gottlieb Kratzenstein" ]
{ "entities": [ "Q68976", "Q6581097", "Q12460259" ], "relations": [ "P21", "P61" ], "adjacency": [ [ 2, 1, 0 ], [ 0, 0, 1 ] ], "entity_labels": [ "Christian Gottlieb Kratzenstein", "male", "reed organ" ], "relation_labels": [ "sex or gender", "discoverer or inventor" ] }
SELECT ?answer WHERE { wd:Q12460259 wdt:P61 ?answer . ?answer wdt:P21 wd:Q6581097}
lcquad2-16349
What is the province situate of the work area of Ruth Olvera Nieto?
[ "Ciudad López Mateos" ]
{ "entities": [ "Q749761", "Q1963483", "Q55449389" ], "relations": [ "P36", "P937" ], "adjacency": [ [ 2, 1, 0 ], [ 0, 0, 1 ] ], "entity_labels": [ "Atizapán de Zaragoza Municipality", "Ciudad López Mateos", "Ruth Olvera Nieto" ], "relation_labels": [ "capital", "work location" ] }
SELECT ?answer WHERE { wd:Q55449389 wdt:P937 ?X . ?X wdt:P36 ?answer}
lcquad2-22023
Give me the name of Etruschi culture.
[ "Rosoni Painter" ]
{ "entities": [ "Q89112041", "Q1747829", "Q17161" ], "relations": [ "P2596", "P31" ], "adjacency": [ [ 0, 0, 2 ], [ 0, 1, 1 ] ], "entity_labels": [ "Rosoni Painter", "notname", "Etruscans" ], "relation_labels": [ "culture", "instance of" ] }
select distinct ?sbj where { ?sbj wdt:P2596 wd:Q17161 . ?sbj wdt:P31 wd:Q1747829 }
lcquad2-13962
What is province situate for Tunis, that has political connection with Malaysia?
[ "Tunisia" ]
{ "entities": [ "Q3572", "Q833", "Q948" ], "relations": [ "P1376", "P530" ], "adjacency": [ [ 0, 0, 2 ], [ 2, 1, 1 ] ], "entity_labels": [ "Tunis", "Malaysia", "Tunisia" ], "relation_labels": [ "capital of", "diplomatic relation" ] }
SELECT ?answer WHERE { wd:Q3572 wdt:P1376 ?answer . ?answer wdt:P530 wd:Q833}
lcquad2-24199
What are the action which begin with the letter v
[ "vehicle inspection" ]
{ "entities": [ "Q978659", "Q1914636" ], "relations": [ "P31" ], "adjacency": [ [ 0, 0, 1 ] ], "entity_labels": [ "vehicle inspection", "activity" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q1914636 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'v')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-17850
Which is {antonym of} {main subject matter of list} {List of wars involving Rwanda} ?
[ "peace" ]
{ "entities": [ "Q454", "Q6644990", "Q198" ], "relations": [ "P461", "P360" ], "adjacency": [ [ 1, 1, 2 ], [ 2, 0, 0 ] ], "entity_labels": [ "peace", "list of wars involving Rwanda", "war" ], "relation_labels": [ "opposite of", "is a list of" ] }
SELECT ?answer WHERE { wd:Q6644990 wdt:P360 ?X . ?X wdt:P461 ?answer}
lcquad2-23406
Reveal me land-grant university whose name has the word virginia in it.
[ "Virginia State University" ]
{ "entities": [ "Q7934591", "Q615150" ], "relations": [ "P31" ], "adjacency": [ [ 0, 0, 1 ] ], "entity_labels": [ "Virginia State University", "land-grant university" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q615150 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'virginia')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-15573
Which director worked for Peter Goddard?
[ "Robbert Dijkgraaf" ]
{ "entities": [ "Q710978", "Q575072", "Q635642" ], "relations": [ "P108", "P1037" ], "adjacency": [ [ 1, 0, 2 ], [ 2, 1, 0 ] ], "entity_labels": [ "Robbert Dijkgraaf", "Peter Goddard", "Institute for Advanced Study" ], "relation_labels": [ "employer", "director / manager" ] }
SELECT ?answer WHERE { wd:Q575072 wdt:P108 ?X . ?X wdt:P1037 ?answer}
lcquad2-23153
What could be a bunch that contains the word bunch in its title?
[ "group 2" ]
{ "entities": [ "Q83306", "Q30747850" ], "relations": [ "P31" ], "adjacency": [ [ 1, 0, 0 ] ], "entity_labels": [ "group", "group 2" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q83306 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'group')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-9633
What are the names of Angela Lansbury's children and siblings?
[ "Anthony Shaw", "Bruce Lansbury" ]
{ "entities": [ "Q4977837", "Q206856", "Q2852925" ], "relations": [ "P3373", "P40" ], "adjacency": [ [ 1, 1, 2 ], [ 1, 0, 0 ] ], "entity_labels": [ "Bruce Lansbury", "Angela Lansbury", "Anthony Shaw" ], "relation_labels": [ "sibling", "child" ] }
SELECT ?ans_1 ?ans_2 WHERE { wd:Q206856 wdt:P40 ?ans_1 . wd:Q206856 wdt:P3373 ?ans_2 }
lcquad2-20065
What are the natural disaster impacts of rain?
[ "May 2004 Caribbean floods" ]
{ "entities": [ "Q7925", "Q8065", "Q6796315" ], "relations": [ "P31", "P1542" ], "adjacency": [ [ 2, 1, 0 ], [ 2, 0, 1 ] ], "entity_labels": [ "rain", "natural disaster", "May 2004 Caribbean floods" ], "relation_labels": [ "instance of", "has effect" ] }
select distinct ?sbj where { ?sbj wdt:P1542 wd:Q7925 . ?sbj wdt:P31 wd:Q8065 }
lcquad2-16220
Who named the Palladium?
[ "Richard Branson" ]
{ "entities": [ "Q7127717", "Q194419", "Q203059" ], "relations": [ "P112", "P264" ], "adjacency": [ [ 0, 1, 2 ], [ 2, 0, 1 ] ], "entity_labels": [ "Palladium", "Richard Branson", "Virgin Records" ], "relation_labels": [ "founded by", "record label" ] }
SELECT ?answer WHERE { wd:Q7127717 wdt:P264 ?X . ?X wdt:P112 ?answer}
lcquad2-13884
Which city is the passing area of Heshen, which is additionally the sister city of Mexico City?
[ "Beijing" ]
{ "entities": [ "Q700179", "Q1489", "Q956" ], "relations": [ "P190", "P20" ], "adjacency": [ [ 0, 1, 2 ], [ 2, 0, 1 ] ], "entity_labels": [ "Heshen", "Mexico City", "Beijing" ], "relation_labels": [ "twinned administrative body", "place of death" ] }
SELECT ?answer WHERE { wd:Q700179 wdt:P20 ?answer . ?answer wdt:P190 wd:Q1489}
lcquad2-20796
What is the impact of lockjaw on the taxon?
[ "Clostridium tetani" ]
{ "entities": [ "Q16521", "Q47790", "Q309471" ], "relations": [ "P31", "P1542" ], "adjacency": [ [ 2, 1, 1 ], [ 2, 0, 0 ] ], "entity_labels": [ "taxon", "tetanus", "Clostridium tetani" ], "relation_labels": [ "instance of", "has effect" ] }
select distinct ?sbj where { ?sbj wdt:P1542 wd:Q47790 . ?sbj wdt:P31 wd:Q16521 }
lcquad2-16056
What is the genre of Brainstore?
[ "film score" ]
{ "entities": [ "Q106221", "Q492264", "Q1493657" ], "relations": [ "P86", "P136" ], "adjacency": [ [ 2, 0, 0 ], [ 0, 1, 1 ] ], "entity_labels": [ "James Horner", "film score", "Brainstorm" ], "relation_labels": [ "composer", "genre" ] }
SELECT ?answer WHERE { wd:Q1493657 wdt:P86 ?X . ?X wdt:P136 ?answer}
lcquad2-20358
Julia Roberts has called her husband Danny Moder her “favourite human” and “the best decision” she ever made. The Hollywood star opened up about her marriage during a discussion with actress Gwyneth Paltrow on the latter’s Goop podcast, sharing a rare insight into her personal life. Roberts, 51, said the first “real seismic shift” in her life was meeting cameraman and cinematographer Moder nearly 20 years ago, and that marrying him made her realise “my life will never be the same again in the most indescribable way”. “It’s some kind of alchemy,” she said of her relationship with Moder, with whom she has three children.
[ "Jason Patric" ]
{ "entities": [ "Q361412", "Q5", "Q40523" ], "relations": [ "P31", "P451" ], "adjacency": [ [ 2, 1, 0 ], [ 0, 0, 1 ] ], "entity_labels": [ "Jason Patric", "human", "Julia Roberts" ], "relation_labels": [ "instance of", "unmarried partner" ] }
select distinct ?obj where { wd:Q40523 wdt:P451 ?obj . ?obj wdt:P31 wd:Q5 }
lcquad2-21209
Which is the domain of the British Realm of the cooperation in World War II?
[ "Australia" ]
{ "entities": [ "Q362", "Q408", "Q223832" ], "relations": [ "P31", "P1344" ], "adjacency": [ [ 1, 1, 0 ], [ 1, 0, 2 ] ], "entity_labels": [ "World War II", "Australia", "dominion of the British Empire" ], "relation_labels": [ "instance of", "participant in" ] }
select distinct ?sbj where { ?sbj wdt:P1344 wd:Q362 . ?sbj wdt:P31 wd:Q223832 }
lcquad2-22034
Which is the position that Xi Jinping held as position?
[ "General Secretary of the Chinese Communist Party" ]
{ "entities": [ "Q849418", "Q15031", "Q4164871" ], "relations": [ "P31", "P39" ], "adjacency": [ [ 1, 1, 0 ], [ 0, 0, 2 ] ], "entity_labels": [ "General Secretary of the Chinese Communist Party", "Xi Jinping", "position" ], "relation_labels": [ "instance of", "position held" ] }
select distinct ?obj where { wd:Q15031 wdt:P39 ?obj . ?obj wdt:P31 wd:Q4164871 }
lcquad2-24235
Tell me that epic poem begins with t
[ "The Building of Skadar" ]
{ "entities": [ "Q7720537", "Q37484" ], "relations": [ "P31" ], "adjacency": [ [ 0, 0, 1 ] ], "entity_labels": [ "The Building of Skadar", "epic poem" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q37484 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 't')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-15694
What are the Ingredients of Grober Auerberg with measurements?
[ "slate" ]
{ "entities": [ "Q4186", "Q316646", "Q207079" ], "relations": [ "P4552", "P186" ], "adjacency": [ [ 1, 0, 0 ], [ 0, 1, 2 ] ], "entity_labels": [ "Harz", "Großer Auerberg", "slate" ], "relation_labels": [ "mountain range", "made from material" ] }
SELECT ?answer WHERE { wd:Q316646 wdt:P4552 ?X . ?X wdt:P186 ?answer}
lcquad2-13986
What point in Chechnya history contains the Naursky District?
[ "Chechen Republic" ]
{ "entities": [ "Q1026766", "Q5187", "Q2355855" ], "relations": [ "P1269", "P150" ], "adjacency": [ [ 2, 0, 1 ], [ 1, 1, 0 ] ], "entity_labels": [ "Naursky District", "Chechen Republic", "history of Chechnya" ], "relation_labels": [ "facet of", "contains the administrative territorial entity" ] }
SELECT ?answer WHERE { wd:Q2355855 wdt:P1269 ?answer . ?answer wdt:P150 wd:Q1026766}
lcquad2-17360
Which papers were made by The Steerage?
[ "Beinecke Rare Book & Manuscript Library" ]
{ "entities": [ "Q814779", "Q313055", "Q431732" ], "relations": [ "P485", "P170" ], "adjacency": [ [ 2, 1, 1 ], [ 1, 0, 0 ] ], "entity_labels": [ "Beinecke Rare Book & Manuscript Library", "Alfred Stieglitz", "The Steerage" ], "relation_labels": [ "archives at", "creator" ] }
SELECT ?answer WHERE { wd:Q431732 wdt:P170 ?X . ?X wdt:P485 ?answer}
lcquad2-24438
which play game begins with w
[ "Weatherwise" ]
{ "entities": [ "Q25379", "Q96414358" ], "relations": [ "P31" ], "adjacency": [ [ 1, 0, 0 ] ], "entity_labels": [ "play", "Weatherwise" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q25379 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'w')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-24355
Let Me know Chronicled Locale THAT Begins WITH THE LETTER V
[ "Valticko" ]
{ "entities": [ "Q1620908", "Q9368178" ], "relations": [ "P31" ], "adjacency": [ [ 1, 0, 0 ] ], "entity_labels": [ "historical region", "Valticko" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q1620908 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'v')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-12352
"Whereis {spore print color} of {Amanita phalloides}, which has {is the antonym of} is {dark} ?"
[ "white" ]
{ "entities": [ "Q23445", "Q188643", "Q23444" ], "relations": [ "P787", "P461" ], "adjacency": [ [ 1, 0, 2 ], [ 2, 1, 0 ] ], "entity_labels": [ "black", "Amanita phalloides", "white" ], "relation_labels": [ "spore print color", "opposite of" ] }
SELECT ?answer WHERE { wd:Q188643 wdt:P787 ?answer . ?answer wdt:P461 wd:Q23445}
lcquad2-23707
Which daily newspaper contains the word zeitung?
[ "Deutsche Volkszeitung" ]
{ "entities": [ "Q972890", "Q1110794" ], "relations": [ "P31" ], "adjacency": [ [ 0, 0, 1 ] ], "entity_labels": [ "Deutsche Volkszeitung", "daily newspaper" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q1110794 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'zeitung')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-14609
What is the discharge locale of those utilized by Honore Daumier?
[ "Paris" ]
{ "entities": [ "Q90", "Q1809792", "Q187506" ], "relations": [ "P108", "P291" ], "adjacency": [ [ 2, 0, 1 ], [ 1, 1, 0 ] ], "entity_labels": [ "Paris", "Le Charivari", "Honoré Daumier" ], "relation_labels": [ "employer", "place of publication" ] }
SELECT ?answer WHERE { wd:Q187506 wdt:P108 ?X . ?X wdt:P291 ?answer}
lcquad2-21080
The European Parliament has locale in what financial union?
[ "European Union" ]
{ "entities": [ "Q8889", "Q3623811", "Q458" ], "relations": [ "P1001", "P31" ], "adjacency": [ [ 0, 0, 2 ], [ 2, 1, 1 ] ], "entity_labels": [ "European Parliament", "economic union", "European Union" ], "relation_labels": [ "applies to jurisdiction", "instance of" ] }
select distinct ?obj where { wd:Q8889 wdt:P1001 ?obj . ?obj wdt:P31 wd:Q3623811 }
lcquad2-16038
Descent starred what role model?
[ "Bertrand Russell" ]
{ "entities": [ "Q33760", "Q17714", "Q42600349" ], "relations": [ "P161", "P737" ], "adjacency": [ [ 2, 0, 1 ], [ 1, 1, 0 ] ], "entity_labels": [ "Bertrand Russell", "Stephen Hawking", "Descent, Part I" ], "relation_labels": [ "cast member", "influenced by" ] }
SELECT ?answer WHERE { wd:Q42600349 wdt:P161 ?X . ?X wdt:P737 ?answer}
lcquad2-25476
Which metropolis was categorized and shot in Karachi with letter K?
[ "Karachi" ]
{ "entities": [ "Q19359121", "Q8660", "Q200250" ], "relations": [ "P31", "P1740" ], "adjacency": [ [ 1, 0, 2 ], [ 1, 1, 0 ] ], "entity_labels": [ "Category:Films shot in Karachi", "Karachi", "metropolis" ], "relation_labels": [ "instance of", "category for films shot at this location" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q200250 . ?sbj wdt:P1740 wd:Q19359121 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'k')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-15516
What school did the Universal Olympic Committee's originator attend?
[ "University College London" ]
{ "entities": [ "Q40970", "Q193196", "Q297024" ], "relations": [ "P112", "P69" ], "adjacency": [ [ 0, 0, 2 ], [ 2, 1, 1 ] ], "entity_labels": [ "International Olympic Committee", "University College London", "Dimitrios Vikelas" ], "relation_labels": [ "founded by", "educated at" ] }
SELECT ?answer WHERE { wd:Q40970 wdt:P112 ?X . ?X wdt:P69 ?answer}
lcquad2-16381
Who is the PhD advisor to the scriptwriter of Captured?
[ "Morris Halle" ]
{ "entities": [ "Q11310751", "Q4375083", "Q520186" ], "relations": [ "P184", "P58" ], "adjacency": [ [ 1, 1, 0 ], [ 0, 0, 2 ] ], "entity_labels": [ "John Goldsmith", "Kidnapped", "Morris Halle" ], "relation_labels": [ "doctoral advisor", "screenwriter" ] }
SELECT ?answer WHERE { wd:Q4375083 wdt:P58 ?X . ?X wdt:P184 ?answer}
lcquad2-16726
Who gave the {form number} of {version} of {The Components of Fashion} ?
[ "Apinae" ]
{ "entities": [ "Q829", "Q37204", "Q102857" ], "relations": [ "P171", "P2238" ], "adjacency": [ [ 0, 1, 2 ], [ 2, 0, 1 ] ], "entity_labels": [ "Utah", "Apinae", "Apis" ], "relation_labels": [ "parent taxon", "official symbol" ] }
SELECT ?answer WHERE { wd:Q829 wdt:P2238 ?X . ?X wdt:P171 ?answer}
lcquad2-20895
Who was the person behind Vincent van Gogh's sponsorship?
[ "Theo Van Gogh" ]
{ "entities": [ "Q5582", "Q5", "Q317188" ], "relations": [ "P31", "P859" ], "adjacency": [ [ 0, 1, 2 ], [ 2, 0, 1 ] ], "entity_labels": [ "Vincent van Gogh", "human", "Theo Van Gogh" ], "relation_labels": [ "instance of", "sponsor" ] }
select distinct ?obj where { wd:Q5582 wdt:P859 ?obj . ?obj wdt:P31 wd:Q5 }
lcquad2-21310
who law based republic for song of devotion of The Star-Spangled banner?
[ "United States of America" ]
{ "entities": [ "Q5255892", "Q44696", "Q30" ], "relations": [ "P31", "P85" ], "adjacency": [ [ 2, 1, 1 ], [ 2, 0, 0 ] ], "entity_labels": [ "democratic republic", "The Star-Spangled Banner", "United States of America" ], "relation_labels": [ "instance of", "anthem" ] }
select distinct ?sbj where { ?sbj wdt:P85 wd:Q44696 . ?sbj wdt:P31 wd:Q5255892 }
lcquad2-23985
What are theredistribution showcase which begin with the letter usell
[ "uSell" ]
{ "entities": [ "Q41795373", "Q17194276" ], "relations": [ "P31" ], "adjacency": [ [ 1, 0, 0 ] ], "entity_labels": [ "redistribution market", "uSell" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q41795373 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'usell')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-24839
What may be a proficient administrations firm whose title begins with the letter k.
[ "KPMG" ]
{ "entities": [ "Q23670565", "Q493751" ], "relations": [ "P31" ], "adjacency": [ [ 1, 0, 0 ] ], "entity_labels": [ "professional services firm", "KPMG" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q23670565 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'k')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-19845
Tell me the name of Aung San Suu Kyi's port city.
[ "New York City" ]
{ "entities": [ "Q36740", "Q60", "Q2264924" ], "relations": [ "P31", "P551" ], "adjacency": [ [ 0, 1, 1 ], [ 1, 0, 2 ] ], "entity_labels": [ "Aung San Suu Kyi", "New York City", "port settlement" ], "relation_labels": [ "instance of", "residence" ] }
select distinct ?obj where { wd:Q36740 wdt:P551 ?obj . ?obj wdt:P31 wd:Q2264924 }
lcquad2-14154
Where is the birth put of Pat Cleveland?
[ "New York City" ]
{ "entities": [ "Q9226101", "Q60", "Q18685452" ], "relations": [ "P19", "P1792" ], "adjacency": [ [ 2, 0, 1 ], [ 1, 1, 0 ] ], "entity_labels": [ "Category:People from New York City", "New York City", "Pat Cleveland" ], "relation_labels": [ "place of birth", "category of associated people" ] }
SELECT ?answer WHERE { wd:Q18685452 wdt:P19 ?answer . ?answer wdt:P1792 wd:Q9226101}
lcquad2-24480
Which are the Stellar wind that start with the letter S?
[ "Solar Winds and Gass" ]
{ "entities": [ "Q654396", "Q79833" ], "relations": [ "P31" ], "adjacency": [ [ 1, 0, 0 ] ], "entity_labels": [ "stellar wind", "Solar Winds and Gass" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q654396 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 's')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-14789
What neighborhood takes portion in Christiano Ronaldo?
[ "Portugal" ]
{ "entities": [ "Q102920", "Q45", "Q11571" ], "relations": [ "P276", "P1344" ], "adjacency": [ [ 2, 1, 0 ], [ 0, 0, 1 ] ], "entity_labels": [ "UEFA Euro 2004", "Portugal", "Cristiano Ronaldo" ], "relation_labels": [ "location", "participant in" ] }
SELECT ?answer WHERE { wd:Q11571 wdt:P1344 ?X . ?X wdt:P276 ?answer}
lcquad2-9774
Where and how did Harriet Tubman die?
[ "Auburn", "natural causes" ]
{ "entities": [ "Q102870", "Q3739104", "Q225519" ], "relations": [ "P1196", "P20" ], "adjacency": [ [ 0, 0, 1 ], [ 0, 1, 2 ] ], "entity_labels": [ "Harriet Tubman", "natural causes", "Auburn" ], "relation_labels": [ "manner of death", "place of death" ] }
SELECT ?ans_1 ?ans_2 WHERE { wd:Q102870 wdt:P1196 ?ans_1 . wd:Q102870 wdt:P20 ?ans_2 }