id
stringlengths
11
13
question
stringlengths
11
8.64k
answers
sequence
subgraph
dict
sparql
stringlengths
49
483
lcquad2-23319
Disclose me national association football team whose name has the word team in it.
[ "Netherlands military national football team" ]
{ "entities": [ "Q99620610", "Q6979593" ], "relations": [ "P31" ], "adjacency": [ [ 0, 0, 1 ] ], "entity_labels": [ "Netherlands military national football team", "national association football team" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q6979593 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'team')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-20798
What grant was gotten Mary Tyler Moore ?
[ "David Angell Humanitarian Award" ]
{ "entities": [ "Q5230793", "Q618779", "Q41342" ], "relations": [ "P31", "P166" ], "adjacency": [ [ 2, 1, 0 ], [ 0, 0, 1 ] ], "entity_labels": [ "David Angell Humanitarian Award", "award", "Mary Tyler Moore" ], "relation_labels": [ "instance of", "award received" ] }
select distinct ?obj where { wd:Q41342 wdt:P166 ?obj . ?obj wdt:P31 wd:Q618779 }
lcquad2-24033
Which military operation stars with the letter o?
[ "Operation Etgar" ]
{ "entities": [ "Q98060852", "Q645883" ], "relations": [ "P31" ], "adjacency": [ [ 0, 0, 1 ] ], "entity_labels": [ "Operation Etgar", "military operation" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q645883 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'o')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-9729
Who are Candice Bergen's parents?
[ "Frances Bergen", "Louis Malle" ]
{ "entities": [ "Q535012", "Q106942", "Q55392" ], "relations": [ "P25", "P26" ], "adjacency": [ [ 1, 0, 0 ], [ 1, 1, 2 ] ], "entity_labels": [ "Frances Bergen", "Candice Bergen", "Louis Malle" ], "relation_labels": [ "mother", "spouse" ] }
SELECT ?ans_1 ?ans_2 WHERE { wd:Q106942 wdt:P25 ?ans_1 . wd:Q106942 wdt:P26 ?ans_2 }
lcquad2-12176
"Which dialect composed from Romy Schneider, has the syntactic individual talking as the third individual plural?"
[ "French" ]
{ "entities": [ "Q78469", "Q51929517", "Q150" ], "relations": [ "P1412", "P5110" ], "adjacency": [ [ 0, 0, 2 ], [ 2, 1, 1 ] ], "entity_labels": [ "Romy Schneider", "third-person plural", "French" ], "relation_labels": [ "languages spoken, written or signed", "has grammatical person" ] }
SELECT ?answer WHERE { wd:Q78469 wdt:P1412 ?answer . ?answer wdt:P5110 wd:Q51929517}
lcquad2-20367
What is the superhero's opposite?
[ "supervillain" ]
{ "entities": [ "Q6498903", "Q636497", "Q188784" ], "relations": [ "P31", "P461" ], "adjacency": [ [ 2, 1, 0 ], [ 0, 0, 1 ] ], "entity_labels": [ "supervillain", "stock character", "superhero" ], "relation_labels": [ "instance of", "opposite of" ] }
select distinct ?obj where { wd:Q188784 wdt:P461 ?obj . ?obj wdt:P31 wd:Q636497 }
lcquad2-14778
What is the utilize of playing World Rugby?
[ "rugby union ball" ]
{ "entities": [ "Q909196", "Q270102", "Q369225" ], "relations": [ "P641", "P2283" ], "adjacency": [ [ 2, 0, 1 ], [ 1, 1, 0 ] ], "entity_labels": [ "rugby union ball", "rugby sevens", "World Rugby" ], "relation_labels": [ "sport", "uses" ] }
SELECT ?answer WHERE { wd:Q369225 wdt:P641 ?X . ?X wdt:P2283 ?answer}
lcquad2-10093
Tell me the architect and heritage designation of Westminster Palace.
[ "Grade I listed building", "Charles Barry" ]
{ "entities": [ "Q62408", "Q313288", "Q15700818" ], "relations": [ "P84", "P1435" ], "adjacency": [ [ 0, 0, 1 ], [ 0, 1, 2 ] ], "entity_labels": [ "Palace of Westminster", "Charles Barry", "Grade I listed building" ], "relation_labels": [ "architect", "heritage designation" ] }
SELECT ?ans_1 ?ans_2 WHERE { wd:Q62408 wdt:P84 ?ans_1 . wd:Q62408 wdt:P1435 ?ans_2 }
lcquad2-22008
Which nation housed the Indian Freedom Movement?
[ "India" ]
{ "entities": [ "Q6256", "Q668", "Q12444025" ], "relations": [ "P793", "P31" ], "adjacency": [ [ 1, 0, 2 ], [ 1, 1, 0 ] ], "entity_labels": [ "country", "India", "Indian independence movement" ], "relation_labels": [ "significant event", "instance of" ] }
select distinct ?sbj where { ?sbj wdt:P793 wd:Q12444025 . ?sbj wdt:P31 wd:Q6256 }
lcquad2-16549
Who is the child of Jacob Conover?
[ "Kingpin" ]
{ "entities": [ "Q1753322", "Q2436122", "Q17853991" ], "relations": [ "P1365", "P22" ], "adjacency": [ [ 2, 0, 1 ], [ 1, 1, 0 ] ], "entity_labels": [ "Kingpin", "Richard Fisk", "Jacob Conover" ], "relation_labels": [ "replaces", "father" ] }
SELECT ?answer WHERE { wd:Q17853991 wdt:P1365 ?X . ?X wdt:P22 ?answer}
lcquad2-14383
Which is the benefactor holy person of the put of passing of Anna de' Medici?
[ "John the Baptist" ]
{ "entities": [ "Q40662", "Q3617854", "Q2044" ], "relations": [ "P20", "P417" ], "adjacency": [ [ 1, 0, 2 ], [ 2, 1, 0 ] ], "entity_labels": [ "John the Baptist", "Anna de' Medici", "Florence" ], "relation_labels": [ "place of death", "patron saint" ] }
SELECT ?answer WHERE { wd:Q3617854 wdt:P20 ?X . ?X wdt:P417 ?answer}
lcquad2-20966
Who is the captain of F.C. Porto?
[ "Juan Fernando Quintero" ]
{ "entities": [ "Q2092409", "Q5", "Q128446" ], "relations": [ "P634", "P31" ], "adjacency": [ [ 2, 0, 0 ], [ 0, 1, 1 ] ], "entity_labels": [ "Juan Fernando Quintero", "human", "FC Porto" ], "relation_labels": [ "team captain", "instance of" ] }
select distinct ?obj where { wd:Q128446 wdt:P634 ?obj . ?obj wdt:P31 wd:Q5 }
lcquad2-24466
What are the independent locale of the People's Republic of China which begin with the letter X
[ "Xinjiang" ]
{ "entities": [ "Q57362", "Q34800" ], "relations": [ "P31" ], "adjacency": [ [ 1, 0, 0 ] ], "entity_labels": [ "autonomous region of the People's Republic of China", "Xinjiang" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q57362 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'x')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-21021
Say the headquarter area of the Russian Standard Church monastery.
[ "Danilov Monastery" ]
{ "entities": [ "Q60995", "Q658262", "Q44613" ], "relations": [ "P31", "P159" ], "adjacency": [ [ 0, 1, 1 ], [ 1, 0, 2 ] ], "entity_labels": [ "Russian Orthodox Church", "Danilov Monastery", "monastery" ], "relation_labels": [ "instance of", "headquarters location" ] }
select distinct ?obj where { wd:Q60995 wdt:P159 ?obj . ?obj wdt:P31 wd:Q44613 }
lcquad2-14269
Who are the scholars of the scholastic subject Ten basic rules for altering Wikipedia?
[ "malaria" ]
{ "entities": [ "Q12156", "Q13520818", "Q21145331" ], "relations": [ "P101", "P50" ], "adjacency": [ [ 2, 1, 1 ], [ 1, 0, 0 ] ], "entity_labels": [ "malaria", "Magnus Manske", "Ten simple rules for editing Wikipedia" ], "relation_labels": [ "field of work", "author" ] }
SELECT ?answer WHERE { wd:Q21145331 wdt:P50 ?X . ?X wdt:P101 ?answer}
lcquad2-13387
Title the female who found the Horsehead Cloud.
[ "Williamina Fleming" ]
{ "entities": [ "Q284180", "Q6581072", "Q14271" ], "relations": [ "P21", "P61" ], "adjacency": [ [ 2, 1, 0 ], [ 0, 0, 1 ] ], "entity_labels": [ "Williamina Fleming", "female", "Horsehead Nebula" ], "relation_labels": [ "sex or gender", "discoverer or inventor" ] }
SELECT ?answer WHERE { wd:Q14271 wdt:P61 ?answer . ?answer wdt:P21 wd:Q6581072}
lcquad2-15600
Which conflict is depicted by the Raising of the Flag on Iwo Jima?
[ "World War II" ]
{ "entities": [ "Q117693", "Q1260936", "Q362" ], "relations": [ "P607", "P180" ], "adjacency": [ [ 0, 1, 1 ], [ 1, 0, 2 ] ], "entity_labels": [ "Raising the Flag on Iwo Jima", "Michael Strank", "World War II" ], "relation_labels": [ "conflict", "depicts" ] }
SELECT ?answer WHERE { wd:Q117693 wdt:P180 ?X . ?X wdt:P607 ?answer}
lcquad2-17662
What is being handled in an person with arteriosclerosis?
[ "weight loss treatment" ]
{ "entities": [ "Q12174", "Q110495073", "Q184559" ], "relations": [ "P2176", "P828" ], "adjacency": [ [ 2, 1, 0 ], [ 0, 0, 1 ] ], "entity_labels": [ "obesity", "weight loss treatment", "arteriosclerosis" ], "relation_labels": [ "drug or therapy used for treatment", "has cause" ] }
SELECT ?answer WHERE { wd:Q184559 wdt:P828 ?X . ?X wdt:P2176 ?answer}
lcquad2-14368
What is the timezone of the put Sallust died?
[ "UTC+01:00" ]
{ "entities": [ "Q6655", "Q220", "Q7170" ], "relations": [ "P421", "P20" ], "adjacency": [ [ 2, 1, 1 ], [ 1, 0, 0 ] ], "entity_labels": [ "UTC+01:00", "Rome", "Sallust" ], "relation_labels": [ "located in time zone", "place of death" ] }
SELECT ?answer WHERE { wd:Q7170 wdt:P20 ?X . ?X wdt:P421 ?answer}
lcquad2-14543
Which church is found within the ward border Krukengrund?
[ "Limburg" ]
{ "entities": [ "Q1093", "Q1198", "Q32068316" ], "relations": [ "P47", "P131" ], "adjacency": [ [ 2, 1, 1 ], [ 1, 0, 0 ] ], "entity_labels": [ "Limburg", "North Rhine-Westphalia", "Krukengrund" ], "relation_labels": [ "shares border with", "located in the administrative territorial entity" ] }
SELECT ?answer WHERE { wd:Q32068316 wdt:P131 ?X . ?X wdt:P47 ?answer}
lcquad2-13798
Where is the deathplace of Gediminas, whose twin town is Irkutsk?
[ "Vilnius" ]
{ "entities": [ "Q6576", "Q244852", "Q216" ], "relations": [ "P190", "P20" ], "adjacency": [ [ 1, 1, 2 ], [ 2, 0, 0 ] ], "entity_labels": [ "Irkutsk", "Gediminas", "Vilnius" ], "relation_labels": [ "twinned administrative body", "place of death" ] }
SELECT ?answer WHERE { wd:Q244852 wdt:P20 ?answer . ?answer wdt:P190 wd:Q6576}
lcquad2-23773
Tell me the standard interface whose name contains the word virtual link.
[ "VirtualLink" ]
{ "entities": [ "Q56255286", "Q6046311" ], "relations": [ "P31" ], "adjacency": [ [ 0, 0, 1 ] ], "entity_labels": [ "VirtualLink", "interface standard" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q6046311 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'virtuallink')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-25210
Name a non secular thought in Hinduism that carries the phrase "yatra" in its title
[ "Yatra" ]
{ "entities": [ "Q9089", "Q4539602", "Q23847174" ], "relations": [ "P31", "P1269" ], "adjacency": [ [ 1, 0, 2 ], [ 1, 1, 0 ] ], "entity_labels": [ "Hinduism", "Yatra", "religious concept" ], "relation_labels": [ "instance of", "facet of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q23847174 . ?sbj wdt:P1269 wd:Q9089 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'yatra')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-21020
Which is the golf course field carrying plans designs of Donald Trump?
[ "Trump National Golf Club" ]
{ "entities": [ "Q7847774", "Q1048525", "Q22686" ], "relations": [ "P31", "P287" ], "adjacency": [ [ 0, 1, 2 ], [ 0, 0, 1 ] ], "entity_labels": [ "Trump National Golf Club", "golf course", "Donald Trump" ], "relation_labels": [ "instance of", "designed by" ] }
select distinct ?sbj where { ?sbj wdt:P287 wd:Q22686 . ?sbj wdt:P31 wd:Q1048525 }
lcquad2-19910
not applicable
[ "list of dances" ]
{ "entities": [ "Q13406463", "Q11639", "Q1759354" ], "relations": [ "P31", "P360" ], "adjacency": [ [ 2, 1, 1 ], [ 2, 0, 0 ] ], "entity_labels": [ "Wikimedia list article", "dance", "list of dances" ], "relation_labels": [ "instance of", "is a list of" ] }
select distinct ?sbj where { ?sbj wdt:P360 wd:Q11639 . ?sbj wdt:P31 wd:Q13406463 }
lcquad2-16491
What is the spiritual affiliation of Vladimir the Great's child?
[ "paganism" ]
{ "entities": [ "Q14974", "Q29536", "Q1058572" ], "relations": [ "P140", "P22" ], "adjacency": [ [ 0, 1, 2 ], [ 2, 0, 1 ] ], "entity_labels": [ "Vladimir the Great", "paganism", "Sviatoslav I of Kyiv" ], "relation_labels": [ "religion or worldview", "father" ] }
SELECT ?answer WHERE { wd:Q14974 wdt:P22 ?X . ?X wdt:P140 ?answer}
lcquad2-22611
Let me know the city which is enclaved inside Montreal.
[ "Mount Royal" ]
{ "entities": [ "Q27676416", "Q139088", "Q340" ], "relations": [ "P31", "P501" ], "adjacency": [ [ 1, 1, 2 ], [ 1, 0, 0 ] ], "entity_labels": [ "city or town", "Mount Royal", "Montreal" ], "relation_labels": [ "instance of", "enclave within" ] }
select distinct ?sbj where { ?sbj wdt:P501 wd:Q340 . ?sbj wdt:P31 wd:Q27676416 }
lcquad2-13156
"Where is {on harbor} of {Kryvyi Rih}, which has {tributary} is {Saksahan} ?"
[ "Inhulets River" ]
{ "entities": [ "Q157137", "Q1633893", "Q1331959" ], "relations": [ "P974", "P206" ], "adjacency": [ [ 0, 1, 2 ], [ 2, 0, 1 ] ], "entity_labels": [ "Kryvyi Rih", "Saksahan", "Inhulets River" ], "relation_labels": [ "tributary", "located in or next to body of water" ] }
SELECT ?answer WHERE { wd:Q157137 wdt:P206 ?answer . ?answer wdt:P974 wd:Q1633893}
lcquad2-14937
Who stars with Ian Carlyle within the generation?
[ "Kim Coates" ]
{ "entities": [ "Q2481055", "Q42421333", "Q1258012" ], "relations": [ "P161", "P1441" ], "adjacency": [ [ 1, 1, 0 ], [ 0, 0, 2 ] ], "entity_labels": [ "The Scream Team", "Ian Carlyle", "Kim Coates" ], "relation_labels": [ "cast member", "present in work" ] }
SELECT ?answer WHERE { wd:Q42421333 wdt:P1441 ?X . ?X wdt:P161 ?answer}
lcquad2-13651
What appearance of a Christmas tree happens each January 19?
[ "Christmas" ]
{ "entities": [ "Q47128", "Q19809", "Q2266" ], "relations": [ "P837", "P1557" ], "adjacency": [ [ 0, 1, 1 ], [ 1, 0, 2 ] ], "entity_labels": [ "Christmas tree", "Christmas", "January 19" ], "relation_labels": [ "day in year for periodic occurrence", "manifestation of" ] }
SELECT ?answer WHERE { wd:Q47128 wdt:P1557 ?answer . ?answer wdt:P837 wd:Q2266}
lcquad2-21028
What is the domestic scene of the Green Inlet Packers?
[ "Lambeau Field" ]
{ "entities": [ "Q483110", "Q860790", "Q213837" ], "relations": [ "P31", "P115" ], "adjacency": [ [ 2, 1, 1 ], [ 1, 0, 0 ] ], "entity_labels": [ "stadium", "Lambeau Field", "Green Bay Packers" ], "relation_labels": [ "instance of", "home venue" ] }
select distinct ?obj where { wd:Q213837 wdt:P115 ?obj . ?obj wdt:P31 wd:Q483110 }
lcquad2-21477
Which is the endeavor for the parent organization of Burns?
[ "Sears Holdings Corporation" ]
{ "entities": [ "Q6499202", "Q966556", "Q6881511" ], "relations": [ "P31", "P749" ], "adjacency": [ [ 0, 1, 1 ], [ 1, 0, 2 ] ], "entity_labels": [ "Sears", "Sears Holdings Corporation", "enterprise" ], "relation_labels": [ "instance of", "parent organization" ] }
select distinct ?obj where { wd:Q6499202 wdt:P749 ?obj . ?obj wdt:P31 wd:Q6881511 }
lcquad2-11891
Who proved Proper Motion's theory? Halley is their surname.
[ "Edmond Halley" ]
{ "entities": [ "Q47434", "Q193223", "Q16870415" ], "relations": [ "P734", "P61" ], "adjacency": [ [ 1, 1, 0 ], [ 0, 0, 2 ] ], "entity_labels": [ "Edmond Halley", "proper motion", "Halley" ], "relation_labels": [ "family name", "discoverer or inventor" ] }
SELECT ?answer WHERE { wd:Q193223 wdt:P61 ?answer . ?answer wdt:P734 wd:Q16870415}
lcquad2-9496
The New York Yankees were named for which head coach?
[ "New York City", "Aaron Boone" ]
{ "entities": [ "Q4661865", "Q213417", "Q60" ], "relations": [ "P286", "P138" ], "adjacency": [ [ 1, 0, 0 ], [ 1, 1, 2 ] ], "entity_labels": [ "Aaron Boone", "New York Yankees", "New York City" ], "relation_labels": [ "head coach", "named after" ] }
SELECT ?ans_1 ?ans_2 WHERE { wd:Q213417 wdt:P286 ?ans_1 . wd:Q213417 wdt:P138 ?ans_2 }
lcquad2-24108
Name the national cuisine that starts with the letter m.
[ "Marshallese cuisine" ]
{ "entities": [ "Q96482291", "Q1968435" ], "relations": [ "P31" ], "adjacency": [ [ 0, 0, 1 ] ], "entity_labels": [ "Marshallese cuisine", "national cuisine" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q1968435 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'm')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-23196
Which is the tv arrangement which contains the word zigby in it's name?
[ "Zigby" ]
{ "entities": [ "Q199385", "Q5398426" ], "relations": [ "P31" ], "adjacency": [ [ 0, 0, 1 ] ], "entity_labels": [ "Zigby", "television series" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q5398426 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'zigby')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-11833
What is the 2nd language of Peter Faber which regulatory body is Pontifical Academy of Latin?
[ "Latin" ]
{ "entities": [ "Q397", "Q48509", "Q454814" ], "relations": [ "P1412", "P1018" ], "adjacency": [ [ 2, 0, 0 ], [ 0, 1, 1 ] ], "entity_labels": [ "Latin", "Pontifical Academy for Latin", "Peter Faber" ], "relation_labels": [ "languages spoken, written or signed", "language regulatory body" ] }
SELECT ?answer WHERE { wd:Q454814 wdt:P1412 ?answer . ?answer wdt:P1018 wd:Q48509}
lcquad2-13322
What is the privileged title given to Albert Gunther which was won by P.A. Buxton?
[ "Linnean Medal" ]
{ "entities": [ "Q15994338", "Q57514", "Q1635542" ], "relations": [ "P1346", "P166" ], "adjacency": [ [ 1, 1, 2 ], [ 2, 0, 0 ] ], "entity_labels": [ "Patrick Alfred Buxton", "Albert Günther", "Linnean Medal" ], "relation_labels": [ "winner", "award received" ] }
SELECT ?answer WHERE { wd:Q57514 wdt:P166 ?answer . ?answer wdt:P1346 wd:Q15994338}
lcquad2-9864
Where was the first headquarters of Google located?
[ "Menlo Park", "Googleplex" ]
{ "entities": [ "Q694178", "Q74195", "Q95" ], "relations": [ "P740", "P159" ], "adjacency": [ [ 2, 1, 0 ], [ 2, 0, 1 ] ], "entity_labels": [ "Googleplex", "Menlo Park", "Google Inc." ], "relation_labels": [ "location of formation", "headquarters location" ] }
SELECT ?ans_1 ?ans_2 WHERE { wd:Q95 wdt:P159 ?ans_1 . wd:Q95 wdt:P740 ?ans_2 }
lcquad2-15632
The basin countries of Lake Okeechobee has what diplomatic relations?
[ "Gabon" ]
{ "entities": [ "Q202905", "Q1000", "Q30" ], "relations": [ "P530", "P205" ], "adjacency": [ [ 0, 1, 2 ], [ 2, 0, 1 ] ], "entity_labels": [ "Lake Okeechobee", "Gabon", "United States of America" ], "relation_labels": [ "diplomatic relation", "basin country" ] }
SELECT ?answer WHERE { wd:Q202905 wdt:P205 ?X . ?X wdt:P530 ?answer}
lcquad2-21411
What could be a autonomous state for office held by the pope's head of state?
[ "Vatican City" ]
{ "entities": [ "Q3624078", "Q19546", "Q237" ], "relations": [ "P1906", "P31" ], "adjacency": [ [ 2, 0, 1 ], [ 2, 1, 0 ] ], "entity_labels": [ "sovereign state", "pope", "Vatican City" ], "relation_labels": [ "office held by head of state", "instance of" ] }
select distinct ?sbj where { ?sbj wdt:P1906 wd:Q19546 . ?sbj wdt:P31 wd:Q3624078 }
lcquad2-22323
Which programming dialect did Dennis M. Ritchie make?
[ "C" ]
{ "entities": [ "Q9143", "Q15777", "Q45575" ], "relations": [ "P31", "P287" ], "adjacency": [ [ 1, 1, 2 ], [ 1, 0, 0 ] ], "entity_labels": [ "programming language", "C", "Dennis M. Ritchie" ], "relation_labels": [ "instance of", "designed by" ] }
select distinct ?sbj where { ?sbj wdt:P287 wd:Q45575 . ?sbj wdt:P31 wd:Q9143 }
lcquad2-23921
WHICH IS THE ZUCKERART THAT CONTAINS WITH THE WORD SYRUP IN THER NAME
[ "Inverted sugar syrup" ]
{ "entities": [ "Q227790", "Q412082" ], "relations": [ "P31" ], "adjacency": [ [ 1, 0, 0 ] ], "entity_labels": [ "Zuckerart", "Inverted sugar syrup" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q227790 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'syrup')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-15254
Which remunerate was The Journal of Anne Straight to the point a candidate for?
[ "Parasite" ]
{ "entities": [ "Q707986", "Q61448040", "Q102427" ], "relations": [ "P1411", "P1346" ], "adjacency": [ [ 0, 0, 2 ], [ 2, 1, 1 ] ], "entity_labels": [ "The Diary of Anne Frank", "Parasite", "Academy Award for Best Picture" ], "relation_labels": [ "nominated for", "winner" ] }
SELECT ?answer WHERE { wd:Q707986 wdt:P1411 ?X . ?X wdt:P1346 ?answer}
lcquad2-22438
Name a company with headquarters in Lyon
[ "Cottin & Desgouttes" ]
{ "entities": [ "Q4830453", "Q456", "Q951761" ], "relations": [ "P31", "P159" ], "adjacency": [ [ 2, 1, 1 ], [ 2, 0, 0 ] ], "entity_labels": [ "business", "Lyon", "Cottin & Desgouttes" ], "relation_labels": [ "instance of", "headquarters location" ] }
select distinct ?sbj where { ?sbj wdt:P159 wd:Q456 . ?sbj wdt:P31 wd:Q4830453 }
lcquad2-16188
What operator had strife with Lowell English?
[ "Allies of the Second World War" ]
{ "entities": [ "Q6693201", "Q362", "Q329888" ], "relations": [ "P607", "P710" ], "adjacency": [ [ 0, 0, 1 ], [ 1, 1, 2 ] ], "entity_labels": [ "Lowell English", "World War II", "Allies of the Second World War" ], "relation_labels": [ "conflict", "participant" ] }
SELECT ?answer WHERE { wd:Q6693201 wdt:P607 ?X . ?X wdt:P710 ?answer}
lcquad2-13993
"Who is {took section in} of {boy}, which has {theatre season} is {classical antiquity} ?"
[ "pederasty" ]
{ "entities": [ "Q486761", "Q3010", "Q211354" ], "relations": [ "P2348", "P1344" ], "adjacency": [ [ 1, 1, 2 ], [ 2, 0, 0 ] ], "entity_labels": [ "classical antiquity", "boy", "pederasty" ], "relation_labels": [ "time period", "participant in" ] }
SELECT ?answer WHERE { wd:Q3010 wdt:P1344 ?answer . ?answer wdt:P2348 wd:Q486761}
lcquad2-9647
Where was Elizabeth Smart born, and what religion did she follow?
[ "The Church of Jesus Christ of Latter-day Saints", "United States of America" ]
{ "entities": [ "Q13462978", "Q42504", "Q30" ], "relations": [ "P140", "P27" ], "adjacency": [ [ 0, 1, 2 ], [ 0, 0, 1 ] ], "entity_labels": [ "Elizabeth Smart", "The Church of Jesus Christ of Latter-day Saints", "United States of America" ], "relation_labels": [ "religion or worldview", "country of citizenship" ] }
SELECT ?ans_1 ?ans_2 WHERE { wd:Q13462978 wdt:P27 ?ans_1 . wd:Q13462978 wdt:P140 ?ans_2 }
lcquad2-13990
"What is {holds position} of {Martin McGuinness}, which has {prequel of} is {Part of the 55th Parliament of the Joined together Kingdom} ?"
[ "Member of the 54th Parliament of the United Kingdom" ]
{ "entities": [ "Q57689", "Q35647955", "Q35494253" ], "relations": [ "P156", "P39" ], "adjacency": [ [ 0, 1, 1 ], [ 1, 0, 2 ] ], "entity_labels": [ "Martin McGuinness", "Member of the 54th Parliament of the United Kingdom", "Member of the 55th Parliament of the United Kingdom" ], "relation_labels": [ "followed by", "position held" ] }
SELECT ?answer WHERE { wd:Q57689 wdt:P39 ?answer . ?answer wdt:P156 wd:Q35494253}
lcquad2-24899
What what is energized taxondistributed by MGM and {family}
[ "rugby union" ]
{ "entities": [ "Q5849", "Q369225", "Q2312410" ], "relations": [ "P797", "P31" ], "adjacency": [ [ 0, 1, 2 ], [ 0, 0, 1 ] ], "entity_labels": [ "rugby union", "World Rugby", "sports discipline" ], "relation_labels": [ "authority", "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q2312410 . ?sbj wdt:P797 wd:Q369225 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'rugby')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-13531
"What is the birth city of Kirsten Stewart, with the district situate of Los Angeles Province?"
[ "Los Angeles" ]
{ "entities": [ "Q126599", "Q65", "Q104994" ], "relations": [ "P1376", "P19" ], "adjacency": [ [ 0, 1, 1 ], [ 1, 0, 2 ] ], "entity_labels": [ "Kristen Stewart", "Los Angeles", "Los Angeles County" ], "relation_labels": [ "capital of", "place of birth" ] }
SELECT ?answer WHERE { wd:Q126599 wdt:P19 ?answer . ?answer wdt:P1376 wd:Q104994}
lcquad2-17135
Where {confidence} {has impact} on {Madonna} ?
[ "Vaishnavism" ]
{ "entities": [ "Q239202", "Q45584", "Q1744" ], "relations": [ "P140", "P737" ], "adjacency": [ [ 2, 1, 0 ], [ 0, 0, 1 ] ], "entity_labels": [ "Chrissie Hynde", "Vaishnavism", "Madonna" ], "relation_labels": [ "religion or worldview", "influenced by" ] }
SELECT ?answer WHERE { wd:Q1744 wdt:P737 ?X . ?X wdt:P140 ?answer}
lcquad2-14692
The australian secret intelligence service has what kind of culture?
[ "Australians" ]
{ "entities": [ "Q181694", "Q1318423", "Q408" ], "relations": [ "P172", "P17" ], "adjacency": [ [ 0, 1, 2 ], [ 2, 0, 1 ] ], "entity_labels": [ "Australian Secret Intelligence Service", "Australians", "Australia" ], "relation_labels": [ "ethnic group", "country" ] }
SELECT ?answer WHERE { wd:Q181694 wdt:P17 ?X . ?X wdt:P172 ?answer}
lcquad2-15716
Name the language used for writing sculptor of Z3?
[ "German" ]
{ "entities": [ "Q222419", "Q188", "Q60093" ], "relations": [ "P1412", "P170" ], "adjacency": [ [ 0, 1, 2 ], [ 2, 0, 1 ] ], "entity_labels": [ "Z3", "German", "Konrad Zuse" ], "relation_labels": [ "languages spoken, written or signed", "creator" ] }
SELECT ?answer WHERE { wd:Q222419 wdt:P170 ?X . ?X wdt:P1412 ?answer}
lcquad2-22596
What nonprofit organization is controlled by the affiliation of football?
[ "FIFA" ]
{ "entities": [ "Q2736", "Q253414", "Q163740" ], "relations": [ "P3719", "P31" ], "adjacency": [ [ 0, 0, 1 ], [ 1, 1, 2 ] ], "entity_labels": [ "association football", "FIFA", "nonprofit organization" ], "relation_labels": [ "regulated by", "instance of" ] }
select distinct ?obj where { wd:Q2736 wdt:P3719 ?obj . ?obj wdt:P31 wd:Q163740 }
lcquad2-22767
What political emergency lead to the establishing of the Russian Conventional Church?
[ "2018 Moscow–Constantinople schism" ]
{ "entities": [ "Q57413576", "Q5791104", "Q60995" ], "relations": [ "P793", "P31" ], "adjacency": [ [ 2, 0, 0 ], [ 0, 1, 1 ] ], "entity_labels": [ "2018 Moscow–Constantinople schism", "international crisis", "Russian Orthodox Church" ], "relation_labels": [ "significant event", "instance of" ] }
select distinct ?obj where { wd:Q60995 wdt:P793 ?obj . ?obj wdt:P31 wd:Q5791104 }
lcquad2-19677
who is the city for capital of wales?
[ "Cardiff" ]
{ "entities": [ "Q10690", "Q515", "Q25" ], "relations": [ "P31", "P36" ], "adjacency": [ [ 2, 1, 0 ], [ 0, 0, 1 ] ], "entity_labels": [ "Cardiff", "city", "Wales" ], "relation_labels": [ "instance of", "capital" ] }
select distinct ?obj where { wd:Q25 wdt:P36 ?obj . ?obj wdt:P31 wd:Q515 }
lcquad2-19943
Preserving our legacy is something we take very seriously at The Walt Disney Company. In fact, for more than four decades, the Walt Disney Archives has carefully safeguarded the most treasured items from Disney’s fabled history. The Walt Disney Archives had its beginning in 1970 while Disney was still reeling over the passing of its founder, Walt Disney. At the time, Walt’s brother and the Chairman of Board Roy O. Disney, wanted to ensure that as key imagineers and animators began to retire, their vast knowledge of Disney history was not forgotten. As fate would have it, Dave Smith who at the time was researching at the UCLA library overheard Disney executives discussing the establishment of a company archive. Dave decided to take a leap and pitch them a plan to set one in motion and on June 22, 1970, he was officially hired as Disney’s first archivist. Talk about being at the right place at the right time! Since then, the Walt Disney Archives has curated millions of items and produced numerous exhibits for the public. For the last 11 months, D23 Presents Treasures of the Walt Disney Archives at the Reagan Library, showcased some of the crown jewels of the Walt Disney Archives’ collection. And just announced last week, the Walt Disney Archives will be unveiling another impressive “”Treasures of the Archives”” branded exhibit at the bi-annual D23 Expo. The new exhibit will showcase rare pieces from the beloved classic Mary Poppins, which is celebrating its 50th anniversary next year, as well as assets from ABC’s hit series, Once Upon a Time and a treasure trove of items highlighting Disney’s long connection to all things Oz. You definitely won’t want to miss it this August 9-11 at the Anaheim Convention Center!
[ "Walt Disney Archives" ]
{ "entities": [ "Q7414", "Q3565602", "Q166118" ], "relations": [ "P31", "P485" ], "adjacency": [ [ 0, 1, 1 ], [ 1, 0, 2 ] ], "entity_labels": [ "The Walt Disney Company", "Walt Disney Archives", "archives" ], "relation_labels": [ "instance of", "archives at" ] }
select distinct ?obj where { wd:Q7414 wdt:P485 ?obj . ?obj wdt:P31 wd:Q166118 }
lcquad2-9757
Who was involved in the pacific war and where did it take place?
[ "Indian Ocean", "Republic of China" ]
{ "entities": [ "Q184425", "Q1239", "Q13426199" ], "relations": [ "P276", "P710" ], "adjacency": [ [ 0, 1, 2 ], [ 0, 0, 1 ] ], "entity_labels": [ "Pacific War", "Indian Ocean", "Republic of China" ], "relation_labels": [ "location", "participant" ] }
SELECT ?ans_1 ?ans_2 WHERE { wd:Q184425 wdt:P710 ?ans_1 . wd:Q184425 wdt:P276 ?ans_2 }
lcquad2-14330
Which domain has the bodhisattva aspect?
[ "Buddhist studies" ]
{ "entities": [ "Q748", "Q178149", "Q1000976" ], "relations": [ "P1269", "P2579" ], "adjacency": [ [ 1, 0, 0 ], [ 0, 1, 2 ] ], "entity_labels": [ "Buddhism", "Bodhisattva", "Buddhist studies" ], "relation_labels": [ "facet of", "studied by" ] }
SELECT ?answer WHERE { wd:Q178149 wdt:P1269 ?X . ?X wdt:P2579 ?answer}
lcquad2-17849
Who is the proprietor of the theatre corporation that made 'The Birth of the Star Spangled Banner'?
[ "Thomas Alva Edison" ]
{ "entities": [ "Q606359", "Q8743", "Q21184208" ], "relations": [ "P127", "P272" ], "adjacency": [ [ 2, 1, 0 ], [ 0, 0, 1 ] ], "entity_labels": [ "Edison Studios", "Thomas Alva Edison", "The Birth of the Star Spangled Banner" ], "relation_labels": [ "owned by", "production company" ] }
SELECT ?answer WHERE { wd:Q21184208 wdt:P272 ?X . ?X wdt:P127 ?answer}
lcquad2-9624
is Kelly Clarkson a citizen and she does what?
[ "film actor", "United States of America" ]
{ "entities": [ "Q10800557", "Q483507", "Q30" ], "relations": [ "P106", "P27" ], "adjacency": [ [ 1, 1, 2 ], [ 1, 0, 0 ] ], "entity_labels": [ "film actor", "Kelly Clarkson", "United States of America" ], "relation_labels": [ "occupation", "country of citizenship" ] }
SELECT ?ans_1 ?ans_2 WHERE { wd:Q483507 wdt:P27 ?ans_1 . wd:Q483507 wdt:P106 ?ans_2 }
lcquad2-14567
What is the bibliography of the PhD guide to Karl Herzfeld?
[ "Lectures on Theoretical Physics" ]
{ "entities": [ "Q84763", "Q77078", "Q103525897" ], "relations": [ "P184", "P800" ], "adjacency": [ [ 0, 0, 1 ], [ 1, 1, 2 ] ], "entity_labels": [ "Karl Herzfeld", "Arnold Sommerfeld", "Lectures on Theoretical Physics" ], "relation_labels": [ "doctoral advisor", "notable work" ] }
SELECT ?answer WHERE { wd:Q84763 wdt:P184 ?X . ?X wdt:P800 ?answer}
lcquad2-24702
Tell me whose name begins with s { intergovernmental organization}.
[ "Southern States Energy Board" ]
{ "entities": [ "Q245065", "Q7570509" ], "relations": [ "P31" ], "adjacency": [ [ 1, 0, 0 ] ], "entity_labels": [ "intergovernmental organization", "Southern States Energy Board" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q245065 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 's')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-9997
{Melbourne} has a {history of topic} and {geography of topic}
[ "history of Melbourne", "geography of Melbourne" ]
{ "entities": [ "Q3141", "Q3136756", "Q5535186" ], "relations": [ "P2633", "P2184" ], "adjacency": [ [ 0, 1, 1 ], [ 0, 0, 2 ] ], "entity_labels": [ "Melbourne", "history of Melbourne", "geography of Melbourne" ], "relation_labels": [ "geography of topic", "history of topic" ] }
SELECT ?ans_1 ?ans_2 WHERE { wd:Q3141 wdt:P2184 ?ans_1 . wd:Q3141 wdt:P2633 ?ans_2 }
lcquad2-15479
What is the sister city of Ivan Turgenev's hometown?
[ "Prague" ]
{ "entities": [ "Q42831", "Q1085", "Q64" ], "relations": [ "P190", "P551" ], "adjacency": [ [ 0, 1, 2 ], [ 2, 0, 1 ] ], "entity_labels": [ "Ivan Turgenev", "Prague", "Berlin" ], "relation_labels": [ "twinned administrative body", "residence" ] }
SELECT ?answer WHERE { wd:Q42831 wdt:P551 ?X . ?X wdt:P190 ?answer}
lcquad2-15439
Who was the educator of the melodic score of Suite 1922?
[ "Felicitas Kukuck" ]
{ "entities": [ "Q1403077", "Q57244", "Q3503209" ], "relations": [ "P86", "P802" ], "adjacency": [ [ 2, 0, 1 ], [ 1, 1, 0 ] ], "entity_labels": [ "Felicitas Kukuck", "Paul Hindemith", "Suite \"1922\"" ], "relation_labels": [ "composer", "student" ] }
SELECT ?answer WHERE { wd:Q3503209 wdt:P86 ?X . ?X wdt:P802 ?answer}
lcquad2-23958
let me know sound and video interfacing and connectors are title has the word ypbpr in it
[ "YPbPr" ]
{ "entities": [ "Q1144600", "Q1153429" ], "relations": [ "P31" ], "adjacency": [ [ 0, 0, 1 ] ], "entity_labels": [ "YPbPr", "audio and video interfaces and connectors" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q1153429 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'ypbpr')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-17161
Which is the official language for lives in Pasi Siltakorpi
[ "Finnish" ]
{ "entities": [ "Q28786447", "Q1412", "Q193367" ], "relations": [ "P37", "P551" ], "adjacency": [ [ 0, 1, 2 ], [ 2, 0, 1 ] ], "entity_labels": [ "Pasi Siltakorpi", "Finnish", "Porvoo" ], "relation_labels": [ "official language", "residence" ] }
SELECT ?answer WHERE { wd:Q28786447 wdt:P551 ?X . ?X wdt:P37 ?answer}
lcquad2-20152
What is the active ingredient in an erythromycin perscription?
[ "EryPed" ]
{ "entities": [ "Q213511", "Q47521563", "Q28885102" ], "relations": [ "P31", "P3780" ], "adjacency": [ [ 0, 1, 1 ], [ 1, 0, 2 ] ], "entity_labels": [ "erythromycin", "EryPed", "pharmaceutical product" ], "relation_labels": [ "instance of", "active ingredient in" ] }
select distinct ?obj where { wd:Q213511 wdt:P3780 ?obj . ?obj wdt:P31 wd:Q28885102 }
lcquad2-21472
What dynasty came after the Yuan in China?
[ "Northern Yuan dynasty" ]
{ "entities": [ "Q7313", "Q12857432", "Q8959" ], "relations": [ "P31", "P1366" ], "adjacency": [ [ 0, 1, 2 ], [ 2, 0, 1 ] ], "entity_labels": [ "Yuan dynasty", "Chinese dynasty", "Northern Yuan dynasty" ], "relation_labels": [ "instance of", "replaced by" ] }
select distinct ?obj where { wd:Q7313 wdt:P1366 ?obj . ?obj wdt:P31 wd:Q12857432 }
lcquad2-19941
Where was Thessaloniki born?
[ "Dimitra Fountouki" ]
{ "entities": [ "Q98681824", "Q5", "Q17151" ], "relations": [ "P31", "P19" ], "adjacency": [ [ 0, 1, 2 ], [ 0, 0, 1 ] ], "entity_labels": [ "Dimitra Fountouki", "human", "Thessaloniki" ], "relation_labels": [ "instance of", "place of birth" ] }
select distinct ?sbj where { ?sbj wdt:P19 wd:Q17151 . ?sbj wdt:P31 wd:Q5 }
lcquad2-12612
Who else took an interest in Deep Blue with big enchilada Cray Blitz?
[ "World Computer Chess Championship" ]
{ "entities": [ "Q187899", "Q2557178", "Q937297" ], "relations": [ "P1346", "P1344" ], "adjacency": [ [ 0, 1, 1 ], [ 1, 0, 2 ] ], "entity_labels": [ "Deep Blue", "World Computer Chess Championship", "Cray Blitz" ], "relation_labels": [ "winner", "participant in" ] }
SELECT ?answer WHERE { wd:Q187899 wdt:P1344 ?answer . ?answer wdt:P1346 wd:Q937297}
lcquad2-25107
Tell me me a cryptocurrenc whose title consist of the phrase "neo" and whose stock change bitfinex
[ "NEO" ]
{ "entities": [ "Q13479982", "Q47461682", "Q29647473" ], "relations": [ "P31", "P414" ], "adjacency": [ [ 1, 0, 0 ], [ 1, 1, 2 ] ], "entity_labels": [ "cryptocurrency", "NEO", "Bitfinex" ], "relation_labels": [ "instance of", "stock exchange" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q13479982 . ?sbj wdt:P414 wd:Q29647473 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'neo')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-9594
What is the opposite of Jews, and who are they named for?
[ "gentile", "Judah" ]
{ "entities": [ "Q252837", "Q7325", "Q282220" ], "relations": [ "P138", "P461" ], "adjacency": [ [ 1, 1, 0 ], [ 1, 0, 2 ] ], "entity_labels": [ "gentile", "Jewish people", "Judah" ], "relation_labels": [ "named after", "opposite of" ] }
SELECT ?ans_1 ?ans_2 WHERE { wd:Q7325 wdt:P461 ?ans_1 . wd:Q7325 wdt:P138 ?ans_2 }
lcquad2-20802
Which doctor has C.V. Raman as a patient?
[ "G. N. Ramachandran" ]
{ "entities": [ "Q60429", "Q5", "Q910690" ], "relations": [ "P184", "P31" ], "adjacency": [ [ 2, 0, 0 ], [ 2, 1, 1 ] ], "entity_labels": [ "Chandrasekhara Venkata Raman", "human", "G. N. Ramachandran" ], "relation_labels": [ "doctoral advisor", "instance of" ] }
select distinct ?sbj where { ?sbj wdt:P184 wd:Q60429 . ?sbj wdt:P31 wd:Q5 }
lcquad2-9497
Which court did Roe v. Wade?
[ "Supreme Court of the United States", "United States of America" ]
{ "entities": [ "Q11201", "Q300950", "Q30" ], "relations": [ "P1001", "P4884" ], "adjacency": [ [ 1, 1, 0 ], [ 1, 0, 2 ] ], "entity_labels": [ "Supreme Court of the United States", "Roe v. Wade", "United States of America" ], "relation_labels": [ "applies to jurisdiction", "court" ] }
SELECT ?ans_1 ?ans_2 WHERE { wd:Q300950 wdt:P4884 ?ans_1 . wd:Q300950 wdt:P1001 ?ans_2 }
lcquad2-24358
What is the fantasy island that begins with the letter T
[ "Terra Nova Islands" ]
{ "entities": [ "Q129264", "Q7703131" ], "relations": [ "P31" ], "adjacency": [ [ 1, 0, 0 ] ], "entity_labels": [ "phantom island", "Terra Nova Islands" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q129264 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 't')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-22108
What other german city is like Cardiff?
[ "Stuttgart" ]
{ "entities": [ "Q1022", "Q10690", "Q42744322" ], "relations": [ "P31", "P190" ], "adjacency": [ [ 1, 1, 0 ], [ 0, 0, 2 ] ], "entity_labels": [ "Stuttgart", "Cardiff", "urban municipality of Germany" ], "relation_labels": [ "instance of", "twinned administrative body" ] }
select distinct ?obj where { wd:Q10690 wdt:P190 ?obj . ?obj wdt:P31 wd:Q42744322 }
lcquad2-15815
Which picture presents the woman wearing a pendant drinking wine?
[ "letter" ]
{ "entities": [ "Q133492", "Q48710755", "Q32995247" ], "relations": [ "P1639", "P180" ], "adjacency": [ [ 2, 0, 1 ], [ 1, 1, 0 ] ], "entity_labels": [ "letter", "A Young Lady Writing at her Desk", "Woman Drinking Wine" ], "relation_labels": [ "pendant of", "depicts" ] }
SELECT ?answer WHERE { wd:Q32995247 wdt:P1639 ?X . ?X wdt:P180 ?answer}
lcquad2-20110
Which taxon does Cholera affect?
[ "Vibrio cholerae" ]
{ "entities": [ "Q160821", "Q16521", "Q12090" ], "relations": [ "P31", "P1542" ], "adjacency": [ [ 0, 1, 2 ], [ 0, 0, 1 ] ], "entity_labels": [ "Vibrio cholerae", "taxon", "cholera" ], "relation_labels": [ "instance of", "has effect" ] }
select distinct ?sbj where { ?sbj wdt:P1542 wd:Q12090 . ?sbj wdt:P31 wd:Q16521 }
lcquad2-14877
WHAT IS THE SERVICE BRANCH OF MYRNA LOY
[ "United States Navy" ]
{ "entities": [ "Q5531333", "Q105941", "Q11220" ], "relations": [ "P241", "P26" ], "adjacency": [ [ 1, 1, 0 ], [ 0, 0, 2 ] ], "entity_labels": [ "Gene Markey", "Myrna Loy", "United States Navy" ], "relation_labels": [ "military branch", "spouse" ] }
SELECT ?answer WHERE { wd:Q105941 wdt:P26 ?X . ?X wdt:P241 ?answer}
lcquad2-23067
What is the universal organization for World Bank?
[ "Multilateral Investment Guarantee Agency" ]
{ "entities": [ "Q7164", "Q484652", "Q1043527" ], "relations": [ "P31", "P355" ], "adjacency": [ [ 0, 1, 2 ], [ 2, 0, 1 ] ], "entity_labels": [ "World Bank", "international organization", "Multilateral Investment Guarantee Agency" ], "relation_labels": [ "instance of", "has subsidiary" ] }
select distinct ?obj where { wd:Q7164 wdt:P355 ?obj . ?obj wdt:P31 wd:Q484652 }
lcquad2-24180
What are the authentic advance which begin with the letter g
[ "glottogenesis" ]
{ "entities": [ "Q16622264", "Q16637073" ], "relations": [ "P31" ], "adjacency": [ [ 1, 0, 0 ] ], "entity_labels": [ "historical process", "glottogenesis" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q16622264 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'g')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-14428
WHO IS THE PARENT OF Child FRANCESCO I SFORZA ?
[ "Elisa Sforza" ]
{ "entities": [ "Q15813174", "Q310536", "Q20986491" ], "relations": [ "P25", "P40" ], "adjacency": [ [ 1, 0, 2 ], [ 2, 1, 0 ] ], "entity_labels": [ "Elisa Sforza", "Francesco I Sforza", "Lucia Terzani" ], "relation_labels": [ "mother", "child" ] }
SELECT ?answer WHERE { wd:Q310536 wdt:P25 ?X . ?X wdt:P40 ?answer}
lcquad2-24653
What are the anecdotal criminologist which begin with the letter s
[ "Space Ranger" ]
{ "entities": [ "Q3656924", "Q7572470" ], "relations": [ "P31" ], "adjacency": [ [ 1, 0, 0 ] ], "entity_labels": [ "fictional detective", "Space Ranger" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q3656924 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 's')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-11858
"Who is {nomination received} of {George Marshall}, which has {champion} is {Mikhail Gorbachev} ?"
[ "Nobel Peace Prize" ]
{ "entities": [ "Q30487", "Q35637", "Q151414" ], "relations": [ "P1411", "P1346" ], "adjacency": [ [ 2, 0, 1 ], [ 1, 1, 0 ] ], "entity_labels": [ "Mikhail Gorbachev", "Nobel Peace Prize", "George Marshall" ], "relation_labels": [ "nominated for", "winner" ] }
SELECT ?answer WHERE { wd:Q151414 wdt:P1411 ?answer . ?answer wdt:P1346 wd:Q30487}
lcquad2-13980
Who is the showrunner of The Apprentice, who additionally has a sister called Robert Trump?
[ "Donald Trump" ]
{ "entities": [ "Q22686", "Q863122", "Q28748031" ], "relations": [ "P3373", "P1431" ], "adjacency": [ [ 1, 1, 0 ], [ 0, 0, 2 ] ], "entity_labels": [ "Donald Trump", "The Apprentice", "Robert Trump" ], "relation_labels": [ "sibling", "executive producer" ] }
SELECT ?answer WHERE { wd:Q863122 wdt:P1431 ?answer . ?answer wdt:P3373 wd:Q28748031}
lcquad2-16521
Which is the type of clothing that the characters in The Silent Stars Go By wear?
[ "suspenders" ]
{ "entities": [ "Q7764234", "Q2667397", "Q109742" ], "relations": [ "P674", "P3828" ], "adjacency": [ [ 0, 0, 1 ], [ 1, 1, 2 ] ], "entity_labels": [ "The Silent Stars Go By", "Eleventh Doctor", "suspenders" ], "relation_labels": [ "characters", "wears" ] }
SELECT ?answer WHERE { wd:Q7764234 wdt:P674 ?X . ?X wdt:P3828 ?answer}
lcquad2-25602
Which hide-wearing demigod in Greek mythology has a name starting with letter H?
[ "Heracles" ]
{ "entities": [ "Q122248", "Q23015925", "Q3291230" ], "relations": [ "P31", "P3828" ], "adjacency": [ [ 0, 0, 1 ], [ 0, 1, 2 ] ], "entity_labels": [ "Heracles", "demigod of Greek mythology", "hide" ], "relation_labels": [ "instance of", "wears" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q23015925 . ?sbj wdt:P3828 wd:Q3291230 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'h')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-17481
What is the cardinality of the complex logarithm input set?
[ "cardinality of the continuum" ]
{ "entities": [ "Q22952648", "Q26851286", "Q2520206" ], "relations": [ "P2820", "P1851" ], "adjacency": [ [ 2, 1, 1 ], [ 1, 0, 0 ] ], "entity_labels": [ "cardinality of the continuum", "set of complex numbers", "complex logarithm" ], "relation_labels": [ "cardinality of this set", "input set" ] }
SELECT ?answer WHERE { wd:Q2520206 wdt:P1851 ?X . ?X wdt:P2820 ?answer}
lcquad2-24310
Tell me the starvation that begins with letter t?
[ "Tenmei famine" ]
{ "entities": [ "Q9030108", "Q168247" ], "relations": [ "P31" ], "adjacency": [ [ 0, 0, 1 ] ], "entity_labels": [ "Tenmei famine", "famine" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q168247 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 't')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-17239
WHO Coordinates THE POLITICAL OFFICE HELD IN EDUARDO LOPEZ DORIGA
[ "assembly" ]
{ "entities": [ "Q1752346", "Q55547556", "Q140686" ], "relations": [ "P2389", "P39" ], "adjacency": [ [ 1, 1, 2 ], [ 2, 0, 0 ] ], "entity_labels": [ "assembly", "Eduardo López-Dóriga", "chairperson" ], "relation_labels": [ "organization directed by the office or position", "position held" ] }
SELECT ?answer WHERE { wd:Q55547556 wdt:P39 ?X . ?X wdt:P2389 ?answer}
lcquad2-23682
let me know around thoracic malady that contains the word disorder in their name
[ "short QT syndrome" ]
{ "entities": [ "Q18553676", "Q1484058" ], "relations": [ "P31" ], "adjacency": [ [ 1, 0, 0 ] ], "entity_labels": [ "thoracic disease", "short QT syndrome" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q18553676 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'syndrome')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-22233
What book arrangement did the creator Dante Alighieri write?
[ "Božská komedie" ]
{ "entities": [ "Q277759", "Q50328784", "Q1067" ], "relations": [ "P31", "P50" ], "adjacency": [ [ 1, 1, 2 ], [ 1, 0, 0 ] ], "entity_labels": [ "book series", "Božská komedie", "Dante Alighieri" ], "relation_labels": [ "instance of", "author" ] }
select distinct ?sbj where { ?sbj wdt:P50 wd:Q1067 . ?sbj wdt:P31 wd:Q277759 }
lcquad2-23692
Tell me about the biogeochemical cycle whose name contains the word cycle.
[ "selenium cycle" ]
{ "entities": [ "Q7447878", "Q846303" ], "relations": [ "P31" ], "adjacency": [ [ 0, 0, 1 ] ], "entity_labels": [ "selenium cycle", "biogeochemical cycle" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q846303 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'cycle')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-22959
What trade, item, or fabric does Facebook offer?
[ "Meta Platforms" ]
{ "entities": [ "Q4830453", "Q380", "Q355" ], "relations": [ "P31", "P1056" ], "adjacency": [ [ 1, 1, 2 ], [ 1, 0, 0 ] ], "entity_labels": [ "business", "Meta Platforms", "Facebook" ], "relation_labels": [ "instance of", "product or material produced" ] }
select distinct ?sbj where { ?sbj wdt:P1056 wd:Q355 . ?sbj wdt:P31 wd:Q4830453 }
lcquad2-24319
NAME THE ASSOCIATION OF FOOTCLUB THAT STARTS WITH THE LETTER W
[ "Wilstermann Cooperativas" ]
{ "entities": [ "Q476028", "Q98060055" ], "relations": [ "P31" ], "adjacency": [ [ 1, 0, 0 ] ], "entity_labels": [ "association football club", "Wilstermann Cooperativas" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q476028 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'w')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-22368
Into how numerous versions has Othello been deciphered?
[ "Otello" ]
{ "entities": [ "Q59264625", "Q39811647", "Q26833" ], "relations": [ "P31", "P747" ], "adjacency": [ [ 2, 1, 0 ], [ 0, 0, 1 ] ], "entity_labels": [ "Otello", "translated work", "Othello" ], "relation_labels": [ "instance of", "has edition or translation" ] }
select distinct ?obj where { wd:Q26833 wdt:P747 ?obj . ?obj wdt:P31 wd:Q39811647 }
lcquad2-16480
What was the result found within the species of theoretical protein ipg2828?
[ "legionnaires' disease" ]
{ "entities": [ "Q22333459", "Q154882", "Q21102919" ], "relations": [ "P703", "P1542" ], "adjacency": [ [ 0, 0, 2 ], [ 2, 1, 1 ] ], "entity_labels": [ "hypothetical protein lpg2828", "legionnaires' disease", "Legionella pneumophila subsp. pneumophila str. Philadelphia 1" ], "relation_labels": [ "found in taxon", "has effect" ] }
SELECT ?answer WHERE { wd:Q22333459 wdt:P703 ?X . ?X wdt:P1542 ?answer}