id
stringlengths
11
13
question
stringlengths
11
8.64k
answers
sequence
subgraph
dict
sparql
stringlengths
49
483
lcquad2-9958
Which list contains the individuals from the Breaking Bad TV saga?
[ "list of Breaking Bad characters", "Marie Schrader" ]
{ "entities": [ "Q1079", "Q15992576", "Q2585983" ], "relations": [ "P674", "P1881" ], "adjacency": [ [ 0, 1, 2 ], [ 0, 0, 1 ] ], "entity_labels": [ "Breaking Bad", "Marie Schrader", "list of Breaking Bad characters" ], "relation_labels": [ "characters", "list of characters" ] }
SELECT ?ans_1 ?ans_2 WHERE { wd:Q1079 wdt:P1881 ?ans_1 . wd:Q1079 wdt:P674 ?ans_2 }
lcquad2-21817
What is the parent taxon of Chrysanthemum?
[ "Chrysanthemum heimerlii" ]
{ "entities": [ "Q96177572", "Q16521", "Q59882" ], "relations": [ "P171", "P31" ], "adjacency": [ [ 0, 0, 2 ], [ 0, 1, 1 ] ], "entity_labels": [ "Chrysanthemum heimerlii", "taxon", "Chrysanthemum" ], "relation_labels": [ "parent taxon", "instance of" ] }
select distinct ?sbj where { ?sbj wdt:P171 wd:Q59882 . ?sbj wdt:P31 wd:Q16521 }
lcquad2-12999
Who is the parent of Shunzhi Sovereign, who includes a child named Who is the parent of Shunzhi Sovereign, who includes a child named Bombogor?
[ "Hong Taiji" ]
{ "entities": [ "Q296367", "Q7267221", "Q310453" ], "relations": [ "P40", "P22" ], "adjacency": [ [ 2, 1, 0 ], [ 0, 0, 1 ] ], "entity_labels": [ "Hong Taiji", "Bombogor", "Shunzhi Emperor" ], "relation_labels": [ "child", "father" ] }
SELECT ?answer WHERE { wd:Q310453 wdt:P22 ?answer . ?answer wdt:P40 wd:Q7267221}
lcquad2-13687
What is the eponym of O'Hare International Airport that has a sister city, Vilnius?
[ "Chicago" ]
{ "entities": [ "Q1297", "Q213717", "Q216" ], "relations": [ "P190", "P138" ], "adjacency": [ [ 1, 1, 0 ], [ 0, 0, 2 ] ], "entity_labels": [ "Chicago", "O'Hare International Airport", "Vilnius" ], "relation_labels": [ "twinned administrative body", "named after" ] }
SELECT ?answer WHERE { wd:Q213717 wdt:P138 ?answer . ?answer wdt:P190 wd:Q216}
lcquad2-15549
What is London's twin city?
[ "Mumbai" ]
{ "entities": [ "Q1156", "Q1126401", "Q84" ], "relations": [ "P190", "P1269" ], "adjacency": [ [ 1, 1, 2 ], [ 2, 0, 0 ] ], "entity_labels": [ "Mumbai", "history of London", "London" ], "relation_labels": [ "twinned administrative body", "facet of" ] }
SELECT ?answer WHERE { wd:Q1126401 wdt:P1269 ?X . ?X wdt:P190 ?answer}
lcquad2-23567
What are the life style which begin with the letter warrior
[ "warrior" ]
{ "entities": [ "Q32090", "Q1250916" ], "relations": [ "P31" ], "adjacency": [ [ 1, 0, 0 ] ], "entity_labels": [ "lifestyle", "warrior" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q32090 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'warrior')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-15201
Which is the { highest peak } parent range of { Federal District }?
[ "Brazilian Highlands" ]
{ "entities": [ "Q118899", "Q119158", "Q7191032" ], "relations": [ "P610", "P4552" ], "adjacency": [ [ 1, 0, 2 ], [ 2, 1, 0 ] ], "entity_labels": [ "Brazilian Highlands", "Federal District", "Pico do Roncador" ], "relation_labels": [ "highest point", "mountain range" ] }
SELECT ?answer WHERE { wd:Q119158 wdt:P610 ?X . ?X wdt:P4552 ?answer}
lcquad2-10158
What is the same saying as the pacific war and who is the participants?
[ "Asia Pacific War", "Republic of China" ]
{ "entities": [ "Q184425", "Q13426199", "Q11283334" ], "relations": [ "P710", "P460" ], "adjacency": [ [ 0, 1, 2 ], [ 0, 0, 1 ] ], "entity_labels": [ "Pacific War", "Republic of China", "Asia Pacific War" ], "relation_labels": [ "participant", "said to be the same as" ] }
SELECT ?ans_1 ?ans_2 WHERE { wd:Q184425 wdt:P460 ?ans_1 . wd:Q184425 wdt:P710 ?ans_2 }
lcquad2-23467
What are the triple star framework which begin with the letter polaris
[ "Polaris" ]
{ "entities": [ "Q2088753", "Q12980" ], "relations": [ "P31" ], "adjacency": [ [ 1, 0, 0 ] ], "entity_labels": [ "triple star system", "Polaris" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q2088753 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'polaris')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-13973
"Which is {dialect of work} of {Million Dollar Extraordinary}, that has {AWLD status} is {1 secure} ?"
[ "English" ]
{ "entities": [ "Q1860", "Q20672086", "Q23020116" ], "relations": [ "P1999", "P407" ], "adjacency": [ [ 2, 1, 0 ], [ 0, 0, 1 ] ], "entity_labels": [ "English", "1 safe", "Million Dollar Extreme" ], "relation_labels": [ "UNESCO language status", "language of work or name" ] }
SELECT ?answer WHERE { wd:Q23020116 wdt:P407 ?answer . ?answer wdt:P1999 wd:Q20672086}
lcquad2-9478
What is the parent taxon of Canidae and where is it's habitat?
[ "landmass", "Caniformia" ]
{ "entities": [ "Q27414", "Q205895", "Q25324" ], "relations": [ "P171", "P2974" ], "adjacency": [ [ 2, 0, 0 ], [ 2, 1, 1 ] ], "entity_labels": [ "Caniformia", "landmass", "Canidae" ], "relation_labels": [ "parent taxon", "habitat" ] }
SELECT ?ans_1 ?ans_2 WHERE { wd:Q25324 wdt:P171 ?ans_1 . wd:Q25324 wdt:P2974 ?ans_2 }
lcquad2-16970
How did the painting of lord Cochrane turn out?
[ "thermal energy" ]
{ "entities": [ "Q209233", "Q3196", "Q55007610" ], "relations": [ "P1542", "P180" ], "adjacency": [ [ 2, 1, 1 ], [ 1, 0, 0 ] ], "entity_labels": [ "thermal energy", "fire", "Lord Cochrane" ], "relation_labels": [ "has effect", "depicts" ] }
SELECT ?answer WHERE { wd:Q55007610 wdt:P180 ?X . ?X wdt:P1542 ?answer}
lcquad2-17237
What infections are treated with chlorhexidine?
[ "human mouth" ]
{ "entities": [ "Q1370895", "Q15646788", "Q2508462" ], "relations": [ "P2175", "P689" ], "adjacency": [ [ 1, 0, 2 ], [ 2, 1, 0 ] ], "entity_labels": [ "human mouth", "chlorhexidine", "mouth disease" ], "relation_labels": [ "medical condition treated", "afflicts" ] }
SELECT ?answer WHERE { wd:Q15646788 wdt:P2175 ?X . ?X wdt:P689 ?answer}
lcquad2-24379
What could be a feild of think about that begins with the letter t.
[ "trichopterology" ]
{ "entities": [ "Q9361552", "Q2267705" ], "relations": [ "P31" ], "adjacency": [ [ 0, 0, 1 ] ], "entity_labels": [ "trichopterology", "field of study" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q2267705 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 't')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-20536
What Institute Grant was Javier Bardem assigned for?
[ "Academy Award for Best Actor" ]
{ "entities": [ "Q134895", "Q19020", "Q103916" ], "relations": [ "P1411", "P31" ], "adjacency": [ [ 0, 0, 2 ], [ 2, 1, 1 ] ], "entity_labels": [ "Javier Bardem", "Academy Awards", "Academy Award for Best Actor" ], "relation_labels": [ "nominated for", "instance of" ] }
select distinct ?obj where { wd:Q134895 wdt:P1411 ?obj . ?obj wdt:P31 wd:Q19020 }
lcquad2-21671
What nations taken part within the Cuban Rocket Crisis?
[ "United States of America" ]
{ "entities": [ "Q5255892", "Q128160", "Q30" ], "relations": [ "P31", "P710" ], "adjacency": [ [ 1, 1, 2 ], [ 2, 0, 0 ] ], "entity_labels": [ "democratic republic", "Cuban Missile Crisis", "United States of America" ], "relation_labels": [ "instance of", "participant" ] }
select distinct ?obj where { wd:Q128160 wdt:P710 ?obj . ?obj wdt:P31 wd:Q5255892 }
lcquad2-15962
Name the field of craft of Richard Ayoade?
[ "television acting" ]
{ "entities": [ "Q10798782", "Q114247460", "Q1333118" ], "relations": [ "P106", "P425" ], "adjacency": [ [ 2, 0, 0 ], [ 0, 1, 1 ] ], "entity_labels": [ "television actor", "television acting", "Richard Ayoade" ], "relation_labels": [ "occupation", "field of this occupation" ] }
SELECT ?answer WHERE { wd:Q1333118 wdt:P106 ?X . ?X wdt:P425 ?answer}
lcquad2-9745
Who is the child astronomical body of Andromeda_Galaxy named after?
[ "Andromeda XI", "Andromeda" ]
{ "entities": [ "Q9256", "Q11685797", "Q2469" ], "relations": [ "P398", "P138" ], "adjacency": [ [ 2, 1, 0 ], [ 2, 0, 1 ] ], "entity_labels": [ "Andromeda", "Andromeda XI", "Andromeda Galaxy" ], "relation_labels": [ "child astronomical body", "named after" ] }
SELECT ?ans_1 ?ans_2 WHERE { wd:Q2469 wdt:P138 ?ans_1 . wd:Q2469 wdt:P398 ?ans_2 }
lcquad2-12633
What kid of Francis I of Austria was born in Vienna?
[ "Archduchess Maria Clementina, Princess of Salerno" ]
{ "entities": [ "Q130834", "Q1741", "Q112104" ], "relations": [ "P40", "P19" ], "adjacency": [ [ 0, 0, 2 ], [ 2, 1, 1 ] ], "entity_labels": [ "Francis II, Holy Roman Emperor", "Vienna", "Archduchess Maria Clementina, Princess of Salerno" ], "relation_labels": [ "child", "place of birth" ] }
SELECT ?answer WHERE { wd:Q130834 wdt:P40 ?answer . ?answer wdt:P19 wd:Q1741}
lcquad2-20616
Who is the individual that was the mother of Giacomo Casanova?
[ "Zanetta Farussi" ]
{ "entities": [ "Q83321", "Q466855", "Q5" ], "relations": [ "P25", "P31" ], "adjacency": [ [ 0, 0, 1 ], [ 1, 1, 2 ] ], "entity_labels": [ "Giacomo Casanova", "Zanetta Farussi", "human" ], "relation_labels": [ "mother", "instance of" ] }
select distinct ?obj where { wd:Q83321 wdt:P25 ?obj . ?obj wdt:P31 wd:Q5 }
lcquad2-24569
What are the cable channel which begin with the letter o
[ "Óčko" ]
{ "entities": [ "Q293543", "Q5009242" ], "relations": [ "P31" ], "adjacency": [ [ 0, 0, 1 ] ], "entity_labels": [ "Óčko", "cable channel" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q5009242 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'ó')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-20238
Which academic discipline did Noam Chomsky study for his field of work?
[ "cognitive science" ]
{ "entities": [ "Q147638", "Q11862829", "Q9049" ], "relations": [ "P101", "P31" ], "adjacency": [ [ 2, 0, 0 ], [ 0, 1, 1 ] ], "entity_labels": [ "cognitive science", "academic discipline", "Noam Chomsky" ], "relation_labels": [ "field of work", "instance of" ] }
select distinct ?obj where { wd:Q9049 wdt:P101 ?obj . ?obj wdt:P31 wd:Q11862829 }
lcquad2-16476
What {applies to regional ward} of {political situate} for {Jayalalithaa} ?
[ "Tamil Nadu" ]
{ "entities": [ "Q1445", "Q465018", "Q24040821" ], "relations": [ "P1001", "P39" ], "adjacency": [ [ 1, 1, 2 ], [ 2, 0, 0 ] ], "entity_labels": [ "Tamil Nadu", "Jayaram Jayalalithaa", "Chief Minister of Tamil Nadu" ], "relation_labels": [ "applies to jurisdiction", "position held" ] }
SELECT ?answer WHERE { wd:Q465018 wdt:P39 ?X . ?X wdt:P1001 ?answer}
lcquad2-17327
What is Charles Arnold Anderson's scholarly subject of ability?
[ "social class" ]
{ "entities": [ "Q21201", "Q4065288", "Q187588" ], "relations": [ "P101", "P2578" ], "adjacency": [ [ 1, 0, 0 ], [ 0, 1, 2 ] ], "entity_labels": [ "sociology", "Charles Arnold Anderson", "social class" ], "relation_labels": [ "field of work", "is the study of" ] }
SELECT ?answer WHERE { wd:Q4065288 wdt:P101 ?X . ?X wdt:P2578 ?answer}
lcquad2-17968
The Xbox 360 is built by what subsidiary entities?
[ "Flextronics (Germany)" ]
{ "entities": [ "Q48263", "Q28975926", "Q1140680" ], "relations": [ "P355", "P176" ], "adjacency": [ [ 0, 1, 2 ], [ 2, 0, 1 ] ], "entity_labels": [ "Xbox 360", "Flextronics (Germany)", "Flex Ltd." ], "relation_labels": [ "has subsidiary", "manufacturer" ] }
SELECT ?answer WHERE { wd:Q48263 wdt:P176 ?X . ?X wdt:P355 ?answer}
lcquad2-10099
Humans are able to produce what types of products, materials, and sounds?
[ "voice", "artefact" ]
{ "entities": [ "Q7390", "Q5", "Q3619132" ], "relations": [ "P1056", "P4733" ], "adjacency": [ [ 1, 0, 2 ], [ 1, 1, 0 ] ], "entity_labels": [ "voice", "human", "artefact" ], "relation_labels": [ "product or material produced", "produced sound" ] }
SELECT ?ans_1 ?ans_2 WHERE { wd:Q5 wdt:P1056 ?ans_1 . wd:Q5 wdt:P4733 ?ans_2 }
lcquad2-20808
What magazine was founded by Oprah Winfrey?
[ "O, The Oprah Magazine" ]
{ "entities": [ "Q55800", "Q2327863", "Q41298" ], "relations": [ "P112", "P31" ], "adjacency": [ [ 1, 0, 0 ], [ 1, 1, 2 ] ], "entity_labels": [ "Oprah Winfrey", "O, The Oprah Magazine", "magazine" ], "relation_labels": [ "founded by", "instance of" ] }
select distinct ?sbj where { ?sbj wdt:P112 wd:Q55800 . ?sbj wdt:P31 wd:Q41298 }
lcquad2-20141
What was the name of Julius Caesar's relative?
[ "Julia" ]
{ "entities": [ "Q1048", "Q6485329", "Q5" ], "relations": [ "P1038", "P31" ], "adjacency": [ [ 1, 0, 0 ], [ 1, 1, 2 ] ], "entity_labels": [ "Julius Caesar", "Julia", "human" ], "relation_labels": [ "relative", "instance of" ] }
select distinct ?sbj where { ?sbj wdt:P1038 wd:Q1048 . ?sbj wdt:P31 wd:Q5 }
lcquad2-23139
Let me know illness whose title has the word wart in it.
[ "pigmented wart" ]
{ "entities": [ "Q7193413", "Q12136" ], "relations": [ "P31" ], "adjacency": [ [ 0, 0, 1 ] ], "entity_labels": [ "pigmented wart", "disease" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q12136 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'wart')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-17195
Who is the clothier of the theme Tupolev Tu-80?
[ "Andrei Tupolev" ]
{ "entities": [ "Q616398", "Q219734", "Q1890237" ], "relations": [ "P144", "P287" ], "adjacency": [ [ 2, 0, 0 ], [ 0, 1, 1 ] ], "entity_labels": [ "Tupolev Tu-4", "Andrei Tupolev", "Tupolev Tu-80" ], "relation_labels": [ "based on", "designed by" ] }
SELECT ?answer WHERE { wd:Q1890237 wdt:P144 ?X . ?X wdt:P287 ?answer}
lcquad2-20884
What organization is the most noteworthy specialist in snooker ?
[ "International Billiards and Snooker Federation" ]
{ "entities": [ "Q11015", "Q1666379", "Q11422536" ], "relations": [ "P797", "P31" ], "adjacency": [ [ 0, 0, 1 ], [ 1, 1, 2 ] ], "entity_labels": [ "snooker", "International Billiards and Snooker Federation", "international sport governing body" ], "relation_labels": [ "authority", "instance of" ] }
select distinct ?obj where { wd:Q11015 wdt:P797 ?obj . ?obj wdt:P31 wd:Q11422536 }
lcquad2-10138
Cashews have which fruit type and taxon?
[ "nut", "cashew apple" ]
{ "entities": [ "Q28788218", "Q34007", "Q11009" ], "relations": [ "P1672", "P4000" ], "adjacency": [ [ 1, 1, 2 ], [ 1, 0, 0 ] ], "entity_labels": [ "cashew apple", "Anacardium occidentale", "nut" ], "relation_labels": [ "this taxon is source of", "has fruit type" ] }
SELECT ?ans_1 ?ans_2 WHERE { wd:Q34007 wdt:P4000 ?ans_1 . wd:Q34007 wdt:P1672 ?ans_2 }
lcquad2-13430
What is the subject of a numerical issue that includes a list values union as qualifiers?
[ "mathematics" ]
{ "entities": [ "Q1166625", "Q395", "Q23766486" ], "relations": [ "P2737", "P1269" ], "adjacency": [ [ 0, 1, 1 ], [ 1, 0, 2 ] ], "entity_labels": [ "mathematical problem", "mathematics", "list of values as qualifiers" ], "relation_labels": [ "union of", "facet of" ] }
SELECT ?answer WHERE { wd:Q1166625 wdt:P1269 ?answer . ?answer wdt:P2737 wd:Q23766486}
lcquad2-23735
Which is the drift that contains the word zlatkoisierung in it's name?
[ "Zlatkoisierung" ]
{ "entities": [ "Q207182", "Q1514415" ], "relations": [ "P31" ], "adjacency": [ [ 0, 0, 1 ] ], "entity_labels": [ "Zlatkoisierung", "trend" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q1514415 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'zlatkoisierung')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-20452
Which is the calling for the field of occupation of Rugby?
[ "rugby player" ]
{ "entities": [ "Q13415036", "Q5378", "Q28640" ], "relations": [ "P31", "P425" ], "adjacency": [ [ 0, 1, 1 ], [ 0, 0, 2 ] ], "entity_labels": [ "rugby player", "rugby", "profession" ], "relation_labels": [ "instance of", "field of this occupation" ] }
select distinct ?sbj where { ?sbj wdt:P425 wd:Q5378 . ?sbj wdt:P31 wd:Q28640 }
lcquad2-17499
What is the between of the takes portion of Lin Dan ?
[ "Eli Mambwe" ]
{ "entities": [ "Q1390341", "Q1076273", "Q132267" ], "relations": [ "P1344", "P710" ], "adjacency": [ [ 0, 0, 1 ], [ 1, 1, 2 ] ], "entity_labels": [ "Lin Dan", "badminton at the 2008 Summer Olympics – men's singles", "Eli Mambwe" ], "relation_labels": [ "participant in", "participant" ] }
SELECT ?answer WHERE { wd:Q1390341 wdt:P1344 ?X . ?X wdt:P710 ?answer}
lcquad2-22101
Which is the city of the twinned regulatory body of Thessaloniki?
[ "Alexandria" ]
{ "entities": [ "Q515", "Q87", "Q17151" ], "relations": [ "P31", "P190" ], "adjacency": [ [ 1, 1, 2 ], [ 1, 0, 0 ] ], "entity_labels": [ "city", "Alexandria", "Thessaloniki" ], "relation_labels": [ "instance of", "twinned administrative body" ] }
select distinct ?sbj where { ?sbj wdt:P190 wd:Q17151 . ?sbj wdt:P31 wd:Q515 }
lcquad2-13450
Who are the journalists of Parzival that create this poem?
[ "Wolfram von Eschenbach" ]
{ "entities": [ "Q1247232", "Q49757", "Q18821" ], "relations": [ "P106", "P50" ], "adjacency": [ [ 0, 1, 2 ], [ 2, 0, 1 ] ], "entity_labels": [ "Parzival", "poet", "Wolfram von Eschenbach" ], "relation_labels": [ "occupation", "author" ] }
SELECT ?answer WHERE { wd:Q1247232 wdt:P50 ?answer . ?answer wdt:P106 wd:Q49757}
lcquad2-17560
Which is the wear that's utilized by 2011 Junior World Orienteering Championships?
[ "orienteering map" ]
{ "entities": [ "Q12038151", "Q29358", "Q1974665" ], "relations": [ "P641", "P2283" ], "adjacency": [ [ 0, 0, 1 ], [ 1, 1, 2 ] ], "entity_labels": [ "2011 Junior World Orienteering Championships", "orienteering", "orienteering map" ], "relation_labels": [ "sport", "uses" ] }
SELECT ?answer WHERE { wd:Q12038151 wdt:P641 ?X . ?X wdt:P2283 ?answer}
lcquad2-15114
In Doggerland, what is the absolute lowest point?
[ "Norwegian trench" ]
{ "entities": [ "Q971353", "Q1693", "Q1138308" ], "relations": [ "P706", "P1589" ], "adjacency": [ [ 2, 0, 1 ], [ 1, 1, 0 ] ], "entity_labels": [ "Norwegian trench", "North Sea", "Doggerland" ], "relation_labels": [ "located in/on physical feature", "lowest point" ] }
SELECT ?answer WHERE { wd:Q1138308 wdt:P706 ?X . ?X wdt:P1589 ?answer}
lcquad2-14587
What company took over the Garrick Theater, Southport?
[ "Frank Matcham" ]
{ "entities": [ "Q32297397", "Q1443739", "Q26659915" ], "relations": [ "P84", "P1365" ], "adjacency": [ [ 2, 1, 0 ], [ 0, 0, 1 ] ], "entity_labels": [ "Opera House, Southport", "Frank Matcham", "Garrick Theatre, Southport" ], "relation_labels": [ "architect", "replaces" ] }
SELECT ?answer WHERE { wd:Q26659915 wdt:P1365 ?X . ?X wdt:P84 ?answer}
lcquad2-22865
What is the official dialect of the Parthian Empire?
[ "Parthian" ]
{ "entities": [ "Q25953", "Q34770", "Q1986139" ], "relations": [ "P37", "P31" ], "adjacency": [ [ 2, 0, 0 ], [ 0, 1, 1 ] ], "entity_labels": [ "Parthian", "language", "Parthian Empire" ], "relation_labels": [ "official language", "instance of" ] }
select distinct ?obj where { wd:Q1986139 wdt:P37 ?obj . ?obj wdt:P31 wd:Q34770 }
lcquad2-13833
What is the passing area of Vercingetorix that has borders with Mentana?
[ "Rome" ]
{ "entities": [ "Q178953", "Q220", "Q242942" ], "relations": [ "P20", "P47" ], "adjacency": [ [ 0, 0, 1 ], [ 1, 1, 2 ] ], "entity_labels": [ "Vercingetorix", "Rome", "Mentana" ], "relation_labels": [ "place of death", "shares border with" ] }
SELECT ?answer WHERE { wd:Q178953 wdt:P20 ?answer . ?answer wdt:P47 wd:Q242942}
lcquad2-13087
Who is the author of The Sandman, that has noteworthy works counting The Memorial park Book?
[ "Neil Gaiman" ]
{ "entities": [ "Q1168659", "Q210059", "Q827099" ], "relations": [ "P50", "P800" ], "adjacency": [ [ 2, 0, 1 ], [ 1, 1, 0 ] ], "entity_labels": [ "The Graveyard Book", "Neil Gaiman", "The Sandman" ], "relation_labels": [ "author", "notable work" ] }
SELECT ?answer WHERE { wd:Q827099 wdt:P50 ?answer . ?answer wdt:P800 wd:Q1168659}
lcquad2-15038
A mug is composed of what type of material?
[ "ceramic engineering" ]
{ "entities": [ "Q386215", "Q45621", "Q1936199" ], "relations": [ "P2079", "P186" ], "adjacency": [ [ 0, 1, 1 ], [ 1, 0, 2 ] ], "entity_labels": [ "mug", "ceramic", "ceramic engineering" ], "relation_labels": [ "fabrication method", "made from material" ] }
SELECT ?answer WHERE { wd:Q386215 wdt:P186 ?X . ?X wdt:P2079 ?answer}
lcquad2-20548
Title the Wikimedia categorization for the workers of the Princeton College organization.
[ "Category:Princeton University faculty" ]
{ "entities": [ "Q4167836", "Q6368932", "Q21578" ], "relations": [ "P31", "P4195" ], "adjacency": [ [ 2, 1, 1 ], [ 1, 0, 0 ] ], "entity_labels": [ "Wikimedia category", "Category:Princeton University faculty", "Princeton University" ], "relation_labels": [ "instance of", "category for employees of the organization" ] }
select distinct ?obj where { wd:Q21578 wdt:P4195 ?obj . ?obj wdt:P31 wd:Q4167836 }
lcquad2-9709
What's the history and location of Korea?
[ "history of Korea", "geography of Korea" ]
{ "entities": [ "Q713414", "Q18097", "Q5535170" ], "relations": [ "P2633", "P2184" ], "adjacency": [ [ 1, 1, 0 ], [ 1, 0, 2 ] ], "entity_labels": [ "history of Korea", "Korea", "geography of Korea" ], "relation_labels": [ "geography of topic", "history of topic" ] }
SELECT ?ans_1 ?ans_2 WHERE { wd:Q18097 wdt:P2184 ?ans_1 . wd:Q18097 wdt:P2633 ?ans_2 }
lcquad2-17275
What was the basic cause of the restorative forte of Dwindle B. Bennett?
[ "decompression" ]
{ "entities": [ "Q7172599", "Q460591", "Q1183684" ], "relations": [ "P828", "P1995" ], "adjacency": [ [ 0, 1, 1 ], [ 1, 0, 2 ] ], "entity_labels": [ "Peter B. Bennett", "decompression sickness", "decompression" ], "relation_labels": [ "has cause", "health specialty" ] }
SELECT ?answer WHERE { wd:Q7172599 wdt:P1995 ?X . ?X wdt:P828 ?answer}
lcquad2-21451
who Wikimedia category for category of related individuals of Bucharest?
[ "Category:People from Bucharest" ]
{ "entities": [ "Q4167836", "Q19660", "Q7234217" ], "relations": [ "P31", "P1792" ], "adjacency": [ [ 1, 1, 2 ], [ 2, 0, 0 ] ], "entity_labels": [ "Wikimedia category", "Bucharest", "Category:People from Bucharest" ], "relation_labels": [ "instance of", "category of associated people" ] }
select distinct ?obj where { wd:Q19660 wdt:P1792 ?obj . ?obj wdt:P31 wd:Q4167836 }
lcquad2-15102
What is {made from} of {determined from} of {Rum Collins} ?
[ "maraschino cherry" ]
{ "entities": [ "Q703541", "Q7379095", "Q1078150" ], "relations": [ "P144", "P186" ], "adjacency": [ [ 1, 0, 0 ], [ 0, 1, 2 ] ], "entity_labels": [ "Tom Collins", "Rum Collins", "maraschino cherry" ], "relation_labels": [ "based on", "made from material" ] }
SELECT ?answer WHERE { wd:Q7379095 wdt:P144 ?X . ?X wdt:P186 ?answer}
lcquad2-24456
What is an SI inferred unit that begins with the letter w.
[ "watt per steradian square metre nanometre" ]
{ "entities": [ "Q208469", "Q81077254" ], "relations": [ "P31" ], "adjacency": [ [ 1, 0, 0 ] ], "entity_labels": [ "SI derived unit", "watt per steradian square metre nanometre" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q208469 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'w')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-15207
What is the science of the ponder of Bengali writing?
[ "Bengali literature" ]
{ "entities": [ "Q1144248", "Q18110384" ], "relations": [ "P2579", "P2578" ], "adjacency": [ [ 0, 0, 1 ], [ 1, 1, 0 ] ], "entity_labels": [ "Bengali literature", "Bengali studies" ], "relation_labels": [ "studied by", "is the study of" ] }
SELECT ?answer WHERE { wd:Q1144248 wdt:P2579 ?X . ?X wdt:P2578 ?answer}
lcquad2-22240
How is Organized Inquiry Dialect managed?
[ "DNN" ]
{ "entities": [ "Q47607", "Q131093", "Q1251148" ], "relations": [ "P31", "P277" ], "adjacency": [ [ 2, 1, 0 ], [ 2, 0, 1 ] ], "entity_labels": [ "SQL", "content management system", "DNN" ], "relation_labels": [ "instance of", "programmed in" ] }
select distinct ?sbj where { ?sbj wdt:P277 wd:Q47607 . ?sbj wdt:P31 wd:Q131093 }
lcquad2-14964
Where could be a portray of Alexandre Cabanel?
[ "nudity" ]
{ "entities": [ "Q1212861", "Q10791", "Q310437" ], "relations": [ "P180", "P800" ], "adjacency": [ [ 2, 1, 0 ], [ 0, 0, 1 ] ], "entity_labels": [ "The Birth of Venus", "nudity", "Alexandre Cabanel" ], "relation_labels": [ "depicts", "notable work" ] }
SELECT ?answer WHERE { wd:Q310437 wdt:P800 ?X . ?X wdt:P180 ?answer}
lcquad2-17012
What are the auxiliary substances of the devotion of Larossi Abballa?
[ "Jund al-Khilafah" ]
{ "entities": [ "Q18122635", "Q24576751", "Q2429253" ], "relations": [ "P945", "P355" ], "adjacency": [ [ 1, 0, 2 ], [ 2, 1, 0 ] ], "entity_labels": [ "Jund al-Khilafah", "Larossi Abballa", "Islamic State" ], "relation_labels": [ "allegiance", "has subsidiary" ] }
SELECT ?answer WHERE { wd:Q24576751 wdt:P945 ?X . ?X wdt:P355 ?answer}
lcquad2-9615
Who is the owner of the House of Medici and where is it located?
[ "Duchy of Florence", "Medici Bank" ]
{ "entities": [ "Q2252973", "Q170022", "Q806191" ], "relations": [ "P1830", "P17" ], "adjacency": [ [ 1, 0, 2 ], [ 1, 1, 0 ] ], "entity_labels": [ "Duchy of Florence", "House of Medici", "Medici Bank" ], "relation_labels": [ "owner of", "country" ] }
SELECT ?ans_1 ?ans_2 WHERE { wd:Q170022 wdt:P1830 ?ans_1 . wd:Q170022 wdt:P17 ?ans_2 }
lcquad2-24508
What is the unit of length that begins with the letter 'z'?
[ "zira" ]
{ "entities": [ "Q6016362", "Q1978718" ], "relations": [ "P31" ], "adjacency": [ [ 0, 0, 1 ] ], "entity_labels": [ "zira", "unit of length" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q1978718 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'z')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-12275
What is the Latin scripted middle name of Stephen III of Maldovia?
[ "Ștefan" ]
{ "entities": [ "Q218134", "Q16281744", "Q8229" ], "relations": [ "P282", "P735" ], "adjacency": [ [ 0, 1, 1 ], [ 1, 0, 2 ] ], "entity_labels": [ "Stephen III of Moldavia", "Ștefan", "Latin script" ], "relation_labels": [ "writing system", "given name" ] }
SELECT ?answer WHERE { wd:Q218134 wdt:P735 ?answer . ?answer wdt:P282 wd:Q8229}
lcquad2-19846
What is the population center of Granada?
[ "Granada" ]
{ "entities": [ "Q8810", "Q11939023", "Q31916723" ], "relations": [ "P31", "P1383" ], "adjacency": [ [ 0, 1, 2 ], [ 2, 0, 1 ] ], "entity_labels": [ "Granada", "núcleo de población", "Granada" ], "relation_labels": [ "instance of", "contains settlement" ] }
select distinct ?obj where { wd:Q8810 wdt:P1383 ?obj . ?obj wdt:P31 wd:Q11939023 }
lcquad2-20213
Name the codon represented for encodes of L -Argine.
[ "CGA" ]
{ "entities": [ "Q29018174", "Q165052", "Q173670" ], "relations": [ "P688", "P31" ], "adjacency": [ [ 0, 0, 2 ], [ 0, 1, 1 ] ], "entity_labels": [ "CGA", "codon", "L-arginine" ], "relation_labels": [ "encodes", "instance of" ] }
select distinct ?sbj where { ?sbj wdt:P688 wd:Q173670 . ?sbj wdt:P31 wd:Q165052 }
lcquad2-24143
what is london borough begins with l
[ "London Borough of Southwark" ]
{ "entities": [ "Q211690", "Q730706" ], "relations": [ "P31" ], "adjacency": [ [ 1, 0, 0 ] ], "entity_labels": [ "London borough", "London Borough of Southwark" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q211690 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'l')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-16000
What methods of snow cleaning can be used other than CO2?
[ "deposition" ]
{ "entities": [ "Q131800", "Q44601707", "Q871279" ], "relations": [ "P2283", "P461" ], "adjacency": [ [ 1, 0, 0 ], [ 0, 1, 2 ] ], "entity_labels": [ "sublimation", "carbon dioxide snow cleaning", "deposition" ], "relation_labels": [ "uses", "opposite of" ] }
SELECT ?answer WHERE { wd:Q44601707 wdt:P2283 ?X . ?X wdt:P461 ?answer}
lcquad2-9965
Name the head of the Commonwealth of Nations.
[ "Commonwealth War Graves Commission", "Head of the Commonwealth" ]
{ "entities": [ "Q7785", "Q1117074", "Q460057" ], "relations": [ "P355", "P2388" ], "adjacency": [ [ 0, 1, 2 ], [ 0, 0, 1 ] ], "entity_labels": [ "Commonwealth of Nations", "Commonwealth War Graves Commission", "Head of the Commonwealth" ], "relation_labels": [ "has subsidiary", "office held by head of the organization" ] }
SELECT ?ans_1 ?ans_2 WHERE { wd:Q7785 wdt:P2388 ?ans_1 . wd:Q7785 wdt:P355 ?ans_2 }
lcquad2-23974
Tell me the name of the geosphere with the word pedosphere in it.
[ "pedosphere" ]
{ "entities": [ "Q241284", "Q941094" ], "relations": [ "P31" ], "adjacency": [ [ 1, 0, 0 ] ], "entity_labels": [ "geosphere", "pedosphere" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q241284 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'pedosphere')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-23318
Disclose me system whose name has the word vendian in it.
[ "Vendian" ]
{ "entities": [ "Q403523", "Q2512791" ], "relations": [ "P31" ], "adjacency": [ [ 1, 0, 0 ] ], "entity_labels": [ "system", "Vendian" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q403523 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'vendian')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-17731
What is part of group cosmonaut mission of Oleg Kononenko ?
[ "Donald Pettit" ]
{ "entities": [ "Q1138999", "Q363250", "Q375659" ], "relations": [ "P1029", "P450" ], "adjacency": [ [ 2, 1, 0 ], [ 0, 0, 1 ] ], "entity_labels": [ "Soyuz TMA-03M", "Donald Pettit", "Oleg Kononenko" ], "relation_labels": [ "crew member(s)", "astronaut mission" ] }
SELECT ?answer WHERE { wd:Q375659 wdt:P450 ?X . ?X wdt:P1029 ?answer}
lcquad2-17927
What treats disorder and is used for remedy of leiomyoma ?
[ "breast cancer" ]
{ "entities": [ "Q4667534", "Q907160", "Q128581" ], "relations": [ "P2175", "P2176" ], "adjacency": [ [ 0, 1, 1 ], [ 1, 0, 2 ] ], "entity_labels": [ "leiomyoma", "leuprolide", "breast cancer" ], "relation_labels": [ "medical condition treated", "drug or therapy used for treatment" ] }
SELECT ?answer WHERE { wd:Q4667534 wdt:P2176 ?X . ?X wdt:P2175 ?answer}
lcquad2-20387
Who is the {high rise} for {based on} of {Flatiron Building}
[ "Het Strijkijzer" ]
{ "entities": [ "Q220728", "Q11303", "Q2198522" ], "relations": [ "P31", "P144" ], "adjacency": [ [ 2, 1, 0 ], [ 2, 0, 1 ] ], "entity_labels": [ "Flatiron Building", "skyscraper", "Het Strijkijzer" ], "relation_labels": [ "instance of", "based on" ] }
select distinct ?sbj where { ?sbj wdt:P144 wd:Q220728 . ?sbj wdt:P31 wd:Q11303 }
lcquad2-20271
A person who participates in theater is called what?
[ "Eastern European theatre of World War II" ]
{ "entities": [ "Q718893", "Q329888", "Q23908696" ], "relations": [ "P31", "P710" ], "adjacency": [ [ 2, 1, 1 ], [ 2, 0, 0 ] ], "entity_labels": [ "theater", "Allies of the Second World War", "Eastern European theatre of World War II" ], "relation_labels": [ "instance of", "participant" ] }
select distinct ?sbj where { ?sbj wdt:P710 wd:Q329888 . ?sbj wdt:P31 wd:Q718893 }
lcquad2-16419
WHO IS THE BROTHER OF URSULE-CATHERINE-FRANCOISE SIEYES WIVES?
[ "Joseph-Barthélemy Sieyès" ]
{ "entities": [ "Q15623018", "Q15623007", "Q15623030" ], "relations": [ "P3373", "P26" ], "adjacency": [ [ 2, 1, 0 ], [ 0, 0, 1 ] ], "entity_labels": [ "Joseph-Honoré-Léonce Sieyès", "Joseph-Barthélemy Sieyès", "Ursule-Catherine-Françoise Sieyès" ], "relation_labels": [ "sibling", "spouse" ] }
SELECT ?answer WHERE { wd:Q15623030 wdt:P26 ?X . ?X wdt:P3373 ?answer}
lcquad2-23923
What is the name of the island which includes in its name the word "zembra
[ "Zembra" ]
{ "entities": [ "Q189292", "Q23442" ], "relations": [ "P31" ], "adjacency": [ [ 0, 0, 1 ] ], "entity_labels": [ "Zembra", "island" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q23442 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'zembra')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-20740
What painting is at UPenn's final assembly site
[ "The Agnew Clinic" ]
{ "entities": [ "Q3305213", "Q49117", "Q2811576" ], "relations": [ "P31", "P1071" ], "adjacency": [ [ 2, 1, 1 ], [ 2, 0, 0 ] ], "entity_labels": [ "painting", "University of Pennsylvania", "The Agnew Clinic" ], "relation_labels": [ "instance of", "location of creation" ] }
select distinct ?sbj where { ?sbj wdt:P1071 wd:Q49117 . ?sbj wdt:P31 wd:Q3305213 }
lcquad2-14920
Where is the instructive head quarters of Jessica Lange?
[ "Minneapolis" ]
{ "entities": [ "Q36091", "Q173585", "Q238101" ], "relations": [ "P159", "P69" ], "adjacency": [ [ 1, 1, 2 ], [ 2, 0, 0 ] ], "entity_labels": [ "Minneapolis", "Jessica Lange", "University of Minnesota" ], "relation_labels": [ "headquarters location", "educated at" ] }
SELECT ?answer WHERE { wd:Q173585 wdt:P69 ?X . ?X wdt:P159 ?answer}
lcquad2-22275
Which station is PBS?
[ "WPBT" ]
{ "entities": [ "Q1616075", "Q215616", "Q7954180" ], "relations": [ "P31", "P1416" ], "adjacency": [ [ 2, 1, 1 ], [ 2, 0, 0 ] ], "entity_labels": [ "television station", "PBS", "WPBT" ], "relation_labels": [ "instance of", "affiliation" ] }
select distinct ?sbj where { ?sbj wdt:P1416 wd:Q215616 . ?sbj wdt:P31 wd:Q1616075 }
lcquad2-23718
ell me chemical response whose title has the word blend in it.
[ "Malonic ester synthesis" ]
{ "entities": [ "Q36534", "Q902284" ], "relations": [ "P31" ], "adjacency": [ [ 1, 0, 0 ] ], "entity_labels": [ "chemical reaction", "Malonic ester synthesis" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q36534 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'synthesis')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-21385
Who is the {worldwide organization} for {designer} of {Julian Assange}
[ "WikiLeaks" ]
{ "entities": [ "Q360", "Q484652", "Q359" ], "relations": [ "P178", "P31" ], "adjacency": [ [ 2, 0, 0 ], [ 2, 1, 1 ] ], "entity_labels": [ "Julian Assange", "international organization", "WikiLeaks" ], "relation_labels": [ "developer", "instance of" ] }
select distinct ?sbj where { ?sbj wdt:P178 wd:Q360 . ?sbj wdt:P31 wd:Q484652 }
lcquad2-16034
The successor of Gamesa Sector is who?
[ "wind power" ]
{ "entities": [ "Q42916742", "Q43302", "Q1493131" ], "relations": [ "P156", "P452" ], "adjacency": [ [ 0, 0, 2 ], [ 2, 1, 1 ] ], "entity_labels": [ "Gamesa", "wind power", "Siemens Gamesa" ], "relation_labels": [ "followed by", "industry" ] }
SELECT ?answer WHERE { wd:Q42916742 wdt:P156 ?X . ?X wdt:P452 ?answer}
lcquad2-19931
World history is covered by which college major?
[ "world history" ]
{ "entities": [ "Q6457238", "Q4671286", "Q200325" ], "relations": [ "P31", "P2578" ], "adjacency": [ [ 0, 1, 2 ], [ 0, 0, 1 ] ], "entity_labels": [ "world history", "academic major", "human history" ], "relation_labels": [ "instance of", "is the study of" ] }
select distinct ?sbj where { ?sbj wdt:P2578 wd:Q200325 . ?sbj wdt:P31 wd:Q4671286 }
lcquad2-23621
What are the street sort which begin with the letter woonerf
[ "woonerf" ]
{ "entities": [ "Q7860962", "Q8034016" ], "relations": [ "P31" ], "adjacency": [ [ 1, 0, 0 ] ], "entity_labels": [ "road type", "woonerf" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q7860962 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'woonerf')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-17969
Where does Vicente del Bosque play?
[ "Spain" ]
{ "entities": [ "Q3589784", "Q29", "Q657360" ], "relations": [ "P54", "P1532" ], "adjacency": [ [ 2, 0, 0 ], [ 0, 1, 1 ] ], "entity_labels": [ "Spain national under-18 football team", "Spain", "Vicente del Bosque" ], "relation_labels": [ "member of sports team", "country for sport" ] }
SELECT ?answer WHERE { wd:Q657360 wdt:P54 ?X . ?X wdt:P1532 ?answer}
lcquad2-21331
What topics does material science cover?
[ "Abbindezeit" ]
{ "entities": [ "Q151885", "Q306587", "Q228736" ], "relations": [ "P31", "P2579" ], "adjacency": [ [ 1, 1, 2 ], [ 1, 0, 0 ] ], "entity_labels": [ "concept", "Abbindezeit", "materials science" ], "relation_labels": [ "instance of", "studied by" ] }
select distinct ?sbj where { ?sbj wdt:P2579 wd:Q228736 . ?sbj wdt:P31 wd:Q151885 }
lcquad2-15782
What is the source river for the tributary of yangtze?
[ "Tongtian River" ]
{ "entities": [ "Q1038418", "Q7821148", "Q5413" ], "relations": [ "P885", "P974" ], "adjacency": [ [ 2, 1, 0 ], [ 0, 0, 1 ] ], "entity_labels": [ "Jinsha Jiang", "Tongtian River", "Yangtze" ], "relation_labels": [ "origin of the watercourse", "tributary" ] }
SELECT ?answer WHERE { wd:Q5413 wdt:P974 ?X . ?X wdt:P885 ?answer}
lcquad2-14015
What used to be found via Urban Le Verrier that Proteus orbits around?
[ "Neptune" ]
{ "entities": [ "Q332", "Q104154", "Q16081" ], "relations": [ "P397", "P61" ], "adjacency": [ [ 2, 0, 0 ], [ 0, 1, 1 ] ], "entity_labels": [ "Neptune", "Urbain Le Verrier", "Proteus" ], "relation_labels": [ "parent astronomical body", "discoverer or inventor" ] }
SELECT ?answer WHERE { wd:Q16081 wdt:P397 ?answer . ?answer wdt:P61 wd:Q104154}
lcquad2-22836
Oprah Winfrey established what tv channel?
[ "Oxygen" ]
{ "entities": [ "Q2001305", "Q15628", "Q55800" ], "relations": [ "P112", "P31" ], "adjacency": [ [ 1, 0, 2 ], [ 1, 1, 0 ] ], "entity_labels": [ "television channel", "Oxygen", "Oprah Winfrey" ], "relation_labels": [ "founded by", "instance of" ] }
select distinct ?sbj where { ?sbj wdt:P112 wd:Q55800 . ?sbj wdt:P31 wd:Q2001305 }
lcquad2-24935
What is the National Constituent Record that contains the word "citizen" in its name?
[ "Saturn" ]
{ "entities": [ "Q121750", "Q193", "Q17739" ], "relations": [ "P31", "P398" ], "adjacency": [ [ 1, 0, 0 ], [ 1, 1, 2 ] ], "entity_labels": [ "gas giant", "Saturn", "Prometheus" ], "relation_labels": [ "instance of", "child astronomical body" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q121750 . ?sbj wdt:P398 wd:Q17739 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'saturn')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-23326
Tell meacademic major whose title has the word hypothesis in it.
[ "proof theory" ]
{ "entities": [ "Q852732", "Q4671286" ], "relations": [ "P31" ], "adjacency": [ [ 0, 0, 1 ] ], "entity_labels": [ "proof theory", "academic major" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q4671286 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'theory')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-14405
Where is the part of citizenship for Raphael Lemkin?
[ "United Nations" ]
{ "entities": [ "Q1065", "Q505586", "Q30" ], "relations": [ "P463", "P27" ], "adjacency": [ [ 1, 1, 2 ], [ 2, 0, 0 ] ], "entity_labels": [ "United Nations", "Raphael Lemkin", "United States of America" ], "relation_labels": [ "member of", "country of citizenship" ] }
SELECT ?answer WHERE { wd:Q505586 wdt:P27 ?X . ?X wdt:P463 ?answer}
lcquad2-24156
What aerospace manufacturer starts with Z?
[ "Zlin Aircraft" ]
{ "entities": [ "Q936518", "Q207278" ], "relations": [ "P31" ], "adjacency": [ [ 1, 0, 0 ] ], "entity_labels": [ "aerospace manufacturer", "Zlin Aircraft" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q936518 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'z')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-20513
who served as a doctoral advisor for Srinivasa Ramanujan ?
[ "G.H. Hardy" ]
{ "entities": [ "Q184337", "Q5", "Q83163" ], "relations": [ "P184", "P31" ], "adjacency": [ [ 2, 0, 0 ], [ 0, 1, 1 ] ], "entity_labels": [ "G.H. Hardy", "human", "Srinivasa Ramanujan" ], "relation_labels": [ "doctoral advisor", "instance of" ] }
select distinct ?obj where { wd:Q83163 wdt:P184 ?obj . ?obj wdt:P31 wd:Q5 }
lcquad2-14273
WHAT IS THE NATIONALITY OF DEWITT WALLACE MEMBER?
[ "United Nations" ]
{ "entities": [ "Q1065", "Q5244201", "Q30" ], "relations": [ "P463", "P27" ], "adjacency": [ [ 1, 1, 2 ], [ 2, 0, 0 ] ], "entity_labels": [ "United Nations", "DeWitt Wallace", "United States of America" ], "relation_labels": [ "member of", "country of citizenship" ] }
SELECT ?answer WHERE { wd:Q5244201 wdt:P27 ?X . ?X wdt:P463 ?answer}
lcquad2-17721
What work are the Volfas Engelman owners doing?
[ "soft drink" ]
{ "entities": [ "Q147538", "Q12678128", "Q4045735" ], "relations": [ "P127", "P1056" ], "adjacency": [ [ 1, 0, 2 ], [ 2, 1, 0 ] ], "entity_labels": [ "soft drink", "Volfas Engelman", "Olvi" ], "relation_labels": [ "owned by", "product or material produced" ] }
SELECT ?answer WHERE { wd:Q12678128 wdt:P127 ?X . ?X wdt:P1056 ?answer}
lcquad2-23821
Title a intermediary war that contains the word " war" in its name
[ "Cold War" ]
{ "entities": [ "Q864113", "Q8683" ], "relations": [ "P31" ], "adjacency": [ [ 1, 0, 0 ] ], "entity_labels": [ "proxy war", "Cold War" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q864113 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'war')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-20155
Who is the {human} for {part of} of {Beastie Boys}
[ "Kate Schellenbach" ]
{ "entities": [ "Q5", "Q3813331", "Q214039" ], "relations": [ "P31", "P463" ], "adjacency": [ [ 1, 1, 2 ], [ 1, 0, 0 ] ], "entity_labels": [ "human", "Kate Schellenbach", "Beastie Boys" ], "relation_labels": [ "instance of", "member of" ] }
select distinct ?sbj where { ?sbj wdt:P463 wd:Q214039 . ?sbj wdt:P31 wd:Q5 }
lcquad2-21526
What are some of the important characteristics of Impressionism?
[ "Wild Poppies Near Argenteuil" ]
{ "entities": [ "Q3305213", "Q40415", "Q97378841" ], "relations": [ "P31", "P135" ], "adjacency": [ [ 2, 1, 1 ], [ 2, 0, 0 ] ], "entity_labels": [ "painting", "Impressionism", "Wild Poppies Near Argenteuil" ], "relation_labels": [ "instance of", "movement" ] }
select distinct ?sbj where { ?sbj wdt:P135 wd:Q40415 . ?sbj wdt:P31 wd:Q3305213 }
lcquad2-9499
In what language was Atlas Shrugged written and from what country did it originate?
[ "English", "United States of America" ]
{ "entities": [ "Q1860", "Q374098", "Q30" ], "relations": [ "P495", "P407" ], "adjacency": [ [ 1, 0, 2 ], [ 1, 1, 0 ] ], "entity_labels": [ "English", "Atlas Shrugged", "United States of America" ], "relation_labels": [ "country of origin", "language of work or name" ] }
SELECT ?ans_1 ?ans_2 WHERE { wd:Q374098 wdt:P495 ?ans_1 . wd:Q374098 wdt:P407 ?ans_2 }
lcquad2-10034
Who published and developed the video game Dota 2?
[ "Valve Corporation" ]
{ "entities": [ "Q193559", "Q771541" ], "relations": [ "P178", "P123" ], "adjacency": [ [ 1, 1, 0 ], [ 1, 0, 0 ] ], "entity_labels": [ "Valve Corporation", "Dota 2" ], "relation_labels": [ "developer", "publisher" ] }
SELECT ?ans_1 ?ans_2 WHERE { wd:Q771541 wdt:P123 ?ans_1 . wd:Q771541 wdt:P178 ?ans_2 }
lcquad2-15383
Which Klaus Gärtner party member?
[ "Liberal International" ]
{ "entities": [ "Q212712", "Q13124", "Q1745154" ], "relations": [ "P102", "P463" ], "adjacency": [ [ 2, 0, 1 ], [ 1, 1, 0 ] ], "entity_labels": [ "Liberal International", "Free Democratic Party", "Klaus Gärtner" ], "relation_labels": [ "member of political party", "member of" ] }
SELECT ?answer WHERE { wd:Q1745154 wdt:P102 ?X . ?X wdt:P463 ?answer}
lcquad2-23908
Let me know the deductive dialect that contains the word preamble in their name
[ "Prolog" ]
{ "entities": [ "Q5249852", "Q163468" ], "relations": [ "P31" ], "adjacency": [ [ 1, 0, 0 ] ], "entity_labels": [ "deductive language", "Prolog" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q5249852 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'prolog')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-21999
The development of SQL is handled by which international non-governmental organization?
[ "International Organization for Standardization" ]
{ "entities": [ "Q47607", "Q15028", "Q1194093" ], "relations": [ "P178", "P31" ], "adjacency": [ [ 0, 0, 1 ], [ 1, 1, 2 ] ], "entity_labels": [ "SQL", "International Organization for Standardization", "international non-governmental organization" ], "relation_labels": [ "developer", "instance of" ] }
select distinct ?obj where { wd:Q47607 wdt:P178 ?obj . ?obj wdt:P31 wd:Q1194093 }
lcquad2-15654
What is the name of a kind of antiproton?
[ "Guggenheim Fellowship" ]
{ "entities": [ "Q173028", "Q1316544", "Q107575" ], "relations": [ "P166", "P61" ], "adjacency": [ [ 2, 1, 0 ], [ 0, 0, 1 ] ], "entity_labels": [ "Emilio G. Segrè", "Guggenheim Fellowship", "antiproton" ], "relation_labels": [ "award received", "discoverer or inventor" ] }
SELECT ?answer WHERE { wd:Q107575 wdt:P61 ?X . ?X wdt:P166 ?answer}