id
stringlengths
11
13
question
stringlengths
11
8.64k
answers
sequence
subgraph
dict
sparql
stringlengths
49
483
lcquad2-20463
Who was Max Planck's assistant?
[ "Erich Schumann" ]
{ "entities": [ "Q5", "Q97710", "Q9021" ], "relations": [ "P184", "P31" ], "adjacency": [ [ 1, 0, 2 ], [ 1, 1, 0 ] ], "entity_labels": [ "human", "Erich Schumann", "Max Planck" ], "relation_labels": [ "doctoral advisor", "instance of" ] }
select distinct ?sbj where { ?sbj wdt:P184 wd:Q9021 . ?sbj wdt:P31 wd:Q5 }
lcquad2-9501
Where is the birthplace and place of death of Attila?
[ "Pannonia", "Caucasus" ]
{ "entities": [ "Q18869", "Q170062", "Q36724" ], "relations": [ "P19", "P20" ], "adjacency": [ [ 2, 0, 0 ], [ 2, 1, 1 ] ], "entity_labels": [ "Caucasus", "Pannonia", "Attila" ], "relation_labels": [ "place of birth", "place of death" ] }
SELECT ?ans_1 ?ans_2 WHERE { wd:Q36724 wdt:P19 ?ans_1 . wd:Q36724 wdt:P20 ?ans_2 }
lcquad2-13533
Of the founder of Symantec, which have the surname Hendrix?
[ "Gary Hendrix" ]
{ "entities": [ "Q16870694", "Q5525233", "Q677085" ], "relations": [ "P112", "P734" ], "adjacency": [ [ 2, 0, 1 ], [ 1, 1, 0 ] ], "entity_labels": [ "Hendrix", "Gary Hendrix", "Gen Digital" ], "relation_labels": [ "founded by", "family name" ] }
SELECT ?answer WHERE { wd:Q677085 wdt:P112 ?answer . ?answer wdt:P734 wd:Q16870694}
lcquad2-24797
What is the name of a government organization that starts with the letter y.
[ "Yukon Department of Environment" ]
{ "entities": [ "Q97040089", "Q327333" ], "relations": [ "P31" ], "adjacency": [ [ 0, 0, 1 ] ], "entity_labels": [ "Yukon Department of Environment", "government agency" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q327333 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'y')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-14694
Give me the name of the present candidate with Tatiana Tarasova.
[ "Terje Andersen" ]
{ "entities": [ "Q1264355", "Q2491439", "Q574410" ], "relations": [ "P1344", "P710" ], "adjacency": [ [ 1, 0, 2 ], [ 2, 1, 0 ] ], "entity_labels": [ "Terje Andersen", "Tatyana Tarasova", "1980 World Sprint Speed Skating Championships" ], "relation_labels": [ "participant in", "participant" ] }
SELECT ?answer WHERE { wd:Q2491439 wdt:P1344 ?X . ?X wdt:P710 ?answer}
lcquad2-16475
Who is utilized by Arthur E. Bryson at the CCIHE?
[ "doctoral university: highest research activity" ]
{ "entities": [ "Q4798535", "Q23334765", "Q41506" ], "relations": [ "P108", "P2643" ], "adjacency": [ [ 0, 0, 2 ], [ 2, 1, 1 ] ], "entity_labels": [ "Arthur E. Bryson", "doctoral university: highest research activity", "Stanford University" ], "relation_labels": [ "employer", "Carnegie Classification of Institutions of Higher Education" ] }
SELECT ?answer WHERE { wd:Q4798535 wdt:P108 ?X . ?X wdt:P2643 ?answer}
lcquad2-15959
What is the famous Brose Partington represented by?
[ "urban sprawl" ]
{ "entities": [ "Q192042", "Q4975395", "Q5242588" ], "relations": [ "P180", "P800" ], "adjacency": [ [ 1, 1, 2 ], [ 2, 0, 0 ] ], "entity_labels": [ "urban sprawl", "Brose Partington", "Dawnsong" ], "relation_labels": [ "depicts", "notable work" ] }
SELECT ?answer WHERE { wd:Q4975395 wdt:P800 ?X . ?X wdt:P180 ?answer}
lcquad2-25115
Name a liquor that contains "ether" in its name
[ "ethylene glycol monoethyl ether" ]
{ "entities": [ "Q209381", "Q2005334", "Q156" ], "relations": [ "P31", "P4952" ], "adjacency": [ [ 0, 0, 2 ], [ 0, 1, 1 ] ], "entity_labels": [ "ethylene glycol monoethyl ether", "Regulation (EC) No. 1272/2008", "alcohols" ], "relation_labels": [ "instance of", "safety classification and labelling" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q156 . ?sbj wdt:P4952 wd:Q2005334 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'ether')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-15877
Which part of the 'I Second That Emotion' series is dubbed?
[ "Sigourney Weaver" ]
{ "entities": [ "Q1992298", "Q73622", "Q102124" ], "relations": [ "P179", "P725" ], "adjacency": [ [ 0, 0, 1 ], [ 1, 1, 2 ] ], "entity_labels": [ "I Second That Emotion", "Futurama", "Sigourney Weaver" ], "relation_labels": [ "part of the series", "voice actor" ] }
SELECT ?answer WHERE { wd:Q1992298 wdt:P179 ?X . ?X wdt:P725 ?answer}
lcquad2-24604
What kingdom does the letter "z" begin with.
[ "Zamorin of Calicut" ]
{ "entities": [ "Q2122988", "Q417175" ], "relations": [ "P31" ], "adjacency": [ [ 0, 0, 1 ] ], "entity_labels": [ "Zamorin of Calicut", "kingdom" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q417175 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'z')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-24627
What is the educational stage that begins with the letter s
[ "Kantonsschule" ]
{ "entities": [ "Q18189", "Q1728107" ], "relations": [ "P31" ], "adjacency": [ [ 1, 0, 0 ] ], "entity_labels": [ "educational stage", "Kantonsschule" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q18189 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'k')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-24928
Tell me a private university whose name is university and a coalition of academic and academic resources
[ "Rice University" ]
{ "entities": [ "Q902104", "Q647039", "Q842909" ], "relations": [ "P31", "P463" ], "adjacency": [ [ 2, 0, 0 ], [ 2, 1, 1 ] ], "entity_labels": [ "private university", "Scholarly Publishing and Academic Resources Coalition", "Rice University" ], "relation_labels": [ "instance of", "member of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q902104 . ?sbj wdt:P463 wd:Q647039 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'university')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-16101
What dialect used in the original "The Last Blood"?
[ "Yue Chinese" ]
{ "entities": [ "Q9186", "Q7033959", "Q14476441" ], "relations": [ "P364", "P4913" ], "adjacency": [ [ 2, 0, 0 ], [ 0, 1, 1 ] ], "entity_labels": [ "Cantonese", "Yue Chinese", "The Last Blood" ], "relation_labels": [ "original language of film or TV show", "dialect of" ] }
SELECT ?answer WHERE { wd:Q14476441 wdt:P364 ?X . ?X wdt:P4913 ?answer}
lcquad2-16417
What is the opening day of the school gone to by Louis Brassin?
[ "Saturday" ]
{ "entities": [ "Q1367651", "Q131", "Q312578" ], "relations": [ "P3025", "P69" ], "adjacency": [ [ 0, 1, 2 ], [ 2, 0, 1 ] ], "entity_labels": [ "Louis Brassin", "Saturday", "University of Music and Theatre Leipzig" ], "relation_labels": [ "open days", "educated at" ] }
SELECT ?answer WHERE { wd:Q1367651 wdt:P69 ?X . ?X wdt:P3025 ?answer}
lcquad2-11806
What is the first name of Channing Tatum that is the same as Matthias?
[ "Matthew" ]
{ "entities": [ "Q4927273", "Q212064", "Q4927231" ], "relations": [ "P735", "P460" ], "adjacency": [ [ 1, 0, 2 ], [ 2, 1, 0 ] ], "entity_labels": [ "Matthias", "Channing Tatum", "Matthew" ], "relation_labels": [ "given name", "said to be the same as" ] }
SELECT ?answer WHERE { wd:Q212064 wdt:P735 ?answer . ?answer wdt:P460 wd:Q4927273}
lcquad2-20290
What is the name of the taxon watermelons are in?
[ "Citrullus lanatus" ]
{ "entities": [ "Q17507129", "Q16521", "Q38645" ], "relations": [ "P31", "P1582" ], "adjacency": [ [ 2, 1, 0 ], [ 0, 0, 1 ] ], "entity_labels": [ "Citrullus lanatus", "taxon", "watermelon" ], "relation_labels": [ "instance of", "natural product of taxon" ] }
select distinct ?obj where { wd:Q38645 wdt:P1582 ?obj . ?obj wdt:P31 wd:Q16521 }
lcquad2-20685
Who is the individual that's portrayed as Mona Lisa?
[ "Lisa del Giocondo" ]
{ "entities": [ "Q5", "Q12418", "Q153032" ], "relations": [ "P31", "P180" ], "adjacency": [ [ 1, 1, 2 ], [ 2, 0, 0 ] ], "entity_labels": [ "human", "Mona Lisa", "Lisa del Giocondo" ], "relation_labels": [ "instance of", "depicts" ] }
select distinct ?obj where { wd:Q12418 wdt:P180 ?obj . ?obj wdt:P31 wd:Q5 }
lcquad2-24608
What seasons start with "w"?
[ "Winter in Canada and the United States" ]
{ "entities": [ "Q45311620", "Q24384" ], "relations": [ "P31" ], "adjacency": [ [ 0, 0, 1 ] ], "entity_labels": [ "Winter in Canada and the United States", "season" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q24384 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'w')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-16811
What is the citation of Childhood Obesity: Are We All Speaking the Same Language?
[ "The BMJ" ]
{ "entities": [ "Q546003", "Q34729820", "Q24643889" ], "relations": [ "P2860", "P1433" ], "adjacency": [ [ 1, 0, 2 ], [ 2, 1, 0 ] ], "entity_labels": [ "The BMJ", "Childhood obesity: are we all speaking the same language?", "Establishing a standard definition for child overweight and obesity worldwide: international survey" ], "relation_labels": [ "cites work", "published in" ] }
SELECT ?answer WHERE { wd:Q34729820 wdt:P2860 ?X . ?X wdt:P1433 ?answer}
lcquad2-21256
What is the prefecture of Japan that contains authoritative regional substance of Osaka
[ "Osaka Prefecture" ]
{ "entities": [ "Q35765", "Q50337", "Q122723" ], "relations": [ "P31", "P150" ], "adjacency": [ [ 2, 1, 0 ], [ 2, 0, 1 ] ], "entity_labels": [ "Osaka", "prefecture of Japan", "Osaka Prefecture" ], "relation_labels": [ "instance of", "contains the administrative territorial entity" ] }
select distinct ?sbj where { ?sbj wdt:P150 wd:Q35765 . ?sbj wdt:P31 wd:Q50337 }
lcquad2-17646
Which position did Pius VII hold?
[ "mayor of Rome" ]
{ "entities": [ "Q220", "Q124754", "Q23936560" ], "relations": [ "P1313", "P937" ], "adjacency": [ [ 1, 1, 0 ], [ 0, 0, 2 ] ], "entity_labels": [ "Rome", "Pius VII", "mayor of Rome" ], "relation_labels": [ "office held by head of government", "work location" ] }
SELECT ?answer WHERE { wd:Q124754 wdt:P937 ?X . ?X wdt:P1313 ?answer}
lcquad2-13801
Where can beryllium be found, that has political connection in Romania?
[ "France" ]
{ "entities": [ "Q569", "Q218", "Q142" ], "relations": [ "P189", "P530" ], "adjacency": [ [ 0, 0, 2 ], [ 2, 1, 1 ] ], "entity_labels": [ "beryllium", "Romania", "France" ], "relation_labels": [ "location of discovery", "diplomatic relation" ] }
SELECT ?answer WHERE { wd:Q569 wdt:P189 ?answer . ?answer wdt:P530 wd:Q218}
lcquad2-13764
What location is bordered through the kingdom of Castile, whose legitimate language is Spanish?
[ "Kingdom of León" ]
{ "entities": [ "Q1321", "Q175276", "Q179293" ], "relations": [ "P37", "P47" ], "adjacency": [ [ 2, 1, 1 ], [ 1, 0, 0 ] ], "entity_labels": [ "Spanish", "Kingdom of León", "Kingdom of Castile" ], "relation_labels": [ "official language", "shares border with" ] }
SELECT ?answer WHERE { wd:Q179293 wdt:P47 ?answer . ?answer wdt:P37 wd:Q1321}
lcquad2-12605
Within the specialism of Cosmology, who found NGC 6302?
[ "Edward Emerson Barnard" ]
{ "entities": [ "Q333", "Q497739", "Q204999" ], "relations": [ "P101", "P61" ], "adjacency": [ [ 1, 1, 2 ], [ 2, 0, 0 ] ], "entity_labels": [ "astronomy", "NGC 6302", "Edward Emerson Barnard" ], "relation_labels": [ "field of work", "discoverer or inventor" ] }
SELECT ?answer WHERE { wd:Q497739 wdt:P61 ?answer . ?answer wdt:P101 wd:Q333}
lcquad2-16638
WHICH IS THE SUBSIDIARY COMPANY OF SHAREHOLDER IN THE ECONOMIST INTELLIGENCE UNIT
[ "Economist Intelligence Unit" ]
{ "entities": [ "Q1063288", "Q474153" ], "relations": [ "P127", "P355" ], "adjacency": [ [ 0, 0, 1 ], [ 1, 1, 0 ] ], "entity_labels": [ "Economist Intelligence Unit", "Economist Group" ], "relation_labels": [ "owned by", "has subsidiary" ] }
SELECT ?answer WHERE { wd:Q1063288 wdt:P127 ?X . ?X wdt:P355 ?answer}
lcquad2-24878
What are the abnormally low values that begin with letter U
[ "underweight" ]
{ "entities": [ "Q54928607", "Q1146902" ], "relations": [ "P31" ], "adjacency": [ [ 1, 0, 0 ] ], "entity_labels": [ "abnormally low value", "underweight" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q54928607 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'u')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-16663
Who gave { Hermann Lotze }'s { academic discipline }?
[ "medicine" ]
{ "entities": [ "Q76889", "Q11190", "Q57684" ], "relations": [ "P101", "P1066" ], "adjacency": [ [ 2, 1, 0 ], [ 0, 0, 1 ] ], "entity_labels": [ "Ernst Heinrich Weber", "medicine", "Hermann Lotze" ], "relation_labels": [ "field of work", "student of" ] }
SELECT ?answer WHERE { wd:Q57684 wdt:P1066 ?X . ?X wdt:P101 ?answer}
lcquad2-13340
Within the dialects of expression of Cormac McCarthy which cases are known as the genitive case?
[ "English" ]
{ "entities": [ "Q1860", "Q272610", "Q146233" ], "relations": [ "P2989", "P1412" ], "adjacency": [ [ 1, 1, 0 ], [ 0, 0, 2 ] ], "entity_labels": [ "English", "Cormac McCarthy", "genitive case" ], "relation_labels": [ "has grammatical case", "languages spoken, written or signed" ] }
SELECT ?answer WHERE { wd:Q272610 wdt:P1412 ?answer . ?answer wdt:P2989 wd:Q146233}
lcquad2-22178
Andrew Lloyd Webber composed what song?
[ "Superstar" ]
{ "entities": [ "Q180975", "Q7366", "Q7644191" ], "relations": [ "P31", "P86" ], "adjacency": [ [ 2, 1, 0 ], [ 2, 0, 1 ] ], "entity_labels": [ "Andrew Lloyd Webber", "song", "Superstar" ], "relation_labels": [ "instance of", "composer" ] }
select distinct ?sbj where { ?sbj wdt:P86 wd:Q180975 . ?sbj wdt:P31 wd:Q7366 }
lcquad2-14793
Who is {is within the town of} of {borders} of {Terni} ?
[ "province of Terni" ]
{ "entities": [ "Q10830", "Q8621", "Q16286" ], "relations": [ "P131", "P47" ], "adjacency": [ [ 1, 1, 0 ], [ 0, 0, 2 ] ], "entity_labels": [ "Montecastrilli", "Terni", "province of Terni" ], "relation_labels": [ "located in the administrative territorial entity", "shares border with" ] }
SELECT ?answer WHERE { wd:Q8621 wdt:P47 ?X . ?X wdt:P131 ?answer}
lcquad2-13470
What is said to be the equal as ethnic cleansing has to be distinguished from massacre?
[ "genocide" ]
{ "entities": [ "Q154278", "Q3199915", "Q41397" ], "relations": [ "P1889", "P460" ], "adjacency": [ [ 0, 1, 2 ], [ 2, 0, 1 ] ], "entity_labels": [ "ethnic cleansing", "massacre", "genocide" ], "relation_labels": [ "different from", "said to be the same as" ] }
SELECT ?answer WHERE { wd:Q154278 wdt:P460 ?answer . ?answer wdt:P1889 wd:Q3199915}
lcquad2-17056
what work features loyalty by Cu Chulainn?
[ "Compert Con Culainn" ]
{ "entities": [ "Q1121419", "Q211955", "Q1124002" ], "relations": [ "P945", "P1441" ], "adjacency": [ [ 1, 0, 2 ], [ 2, 1, 0 ] ], "entity_labels": [ "Compert Con Culainn", "Cú Chulainn", "Conchobar mac Nessa" ], "relation_labels": [ "allegiance", "present in work" ] }
SELECT ?answer WHERE { wd:Q211955 wdt:P945 ?X . ?X wdt:P1441 ?answer}
lcquad2-12676
Who died in Francois Villon, which has diplomatic relation with Germany?
[ "France" ]
{ "entities": [ "Q849", "Q183", "Q142" ], "relations": [ "P20", "P530" ], "adjacency": [ [ 0, 0, 2 ], [ 2, 1, 1 ] ], "entity_labels": [ "François Villon", "Germany", "France" ], "relation_labels": [ "place of death", "diplomatic relation" ] }
SELECT ?answer WHERE { wd:Q849 wdt:P20 ?answer . ?answer wdt:P530 wd:Q183}
lcquad2-25060
WHat is the fossil taxon of kind OH 7 that contains the word habilis"" in its name
[ "Homo habilis" ]
{ "entities": [ "Q101373", "Q7072569", "Q23038290" ], "relations": [ "P31", "P427" ], "adjacency": [ [ 0, 0, 2 ], [ 0, 1, 1 ] ], "entity_labels": [ "Homo habilis", "OH 7", "fossil taxon" ], "relation_labels": [ "instance of", "taxonomic type" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q23038290 . ?sbj wdt:P427 wd:Q7072569 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'habilis')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-20531
What is Saudi Arabia's Salman's military rank?
[ "Supreme Commander of all military forces" ]
{ "entities": [ "Q61838868", "Q4164871", "Q367825" ], "relations": [ "P31", "P410" ], "adjacency": [ [ 2, 1, 0 ], [ 0, 0, 1 ] ], "entity_labels": [ "Supreme Commander of all military forces", "position", "Salman bin Abdulaziz Al Saud" ], "relation_labels": [ "instance of", "military rank" ] }
select distinct ?obj where { wd:Q367825 wdt:P410 ?obj . ?obj wdt:P31 wd:Q4164871 }
lcquad2-20172
Which modern-day countries were covered by the Maurya Empire?
[ "Chanakya" ]
{ "entities": [ "Q9045", "Q5", "Q62943" ], "relations": [ "P31", "P27" ], "adjacency": [ [ 0, 1, 2 ], [ 0, 0, 1 ] ], "entity_labels": [ "Chanakya", "human", "Maurya Empire" ], "relation_labels": [ "instance of", "country of citizenship" ] }
select distinct ?sbj where { ?sbj wdt:P27 wd:Q62943 . ?sbj wdt:P31 wd:Q5 }
lcquad2-23308
Let me know comedic sort whose title has the word sitcom in it title
[ "vinyl toluene" ]
{ "entities": [ "Q18555422", "Q21009057" ], "relations": [ "P31" ], "adjacency": [ [ 0, 0, 1 ] ], "entity_labels": [ "vinyl toluene", "Class II combustible liquid" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q21009057 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'toluene')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-23300
Tell me a revolution in their own name that contains the word o revolution
[ "Iranian Cultural Revolution" ]
{ "entities": [ "Q10931", "Q955802" ], "relations": [ "P31" ], "adjacency": [ [ 1, 0, 0 ] ], "entity_labels": [ "revolution", "Iranian Cultural Revolution" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q10931 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'revolution')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-21398
When interacting with a significant drug, what is the chemical compound of erythromycin?
[ "halofantrine" ]
{ "entities": [ "Q213511", "Q11173", "Q947595" ], "relations": [ "P31", "P769" ], "adjacency": [ [ 2, 1, 0 ], [ 2, 0, 1 ] ], "entity_labels": [ "erythromycin", "chemical compound", "halofantrine" ], "relation_labels": [ "instance of", "significant drug interaction" ] }
select distinct ?sbj where { ?sbj wdt:P769 wd:Q213511 . ?sbj wdt:P31 wd:Q11173 }
lcquad2-25279
Name an hill in Asia that contains the phrase "ridges" in its name
[ "Siberian ridges" ]
{ "entities": [ "Q761964", "Q48", "Q54050" ], "relations": [ "P30", "P31" ], "adjacency": [ [ 0, 1, 2 ], [ 0, 0, 1 ] ], "entity_labels": [ "Siberian ridges", "Asia", "hill" ], "relation_labels": [ "continent", "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q54050 . ?sbj wdt:P30 wd:Q48 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'ridges')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-10121
Who are the relatives of Rollo?
[ "Rǫgnvaldr Eysteinsson", "House of Normandy" ]
{ "entities": [ "Q516569", "Q273773", "Q1367604" ], "relations": [ "P53", "P22" ], "adjacency": [ [ 1, 0, 0 ], [ 1, 1, 2 ] ], "entity_labels": [ "House of Normandy", "Rollo", "Rǫgnvaldr Eysteinsson" ], "relation_labels": [ "family", "father" ] }
SELECT ?ans_1 ?ans_2 WHERE { wd:Q273773 wdt:P53 ?ans_1 . wd:Q273773 wdt:P22 ?ans_2 }
lcquad2-13753
Who wrote the novel acknowledged for politics and the English language, "1984"?
[ "George Orwell" ]
{ "entities": [ "Q2273966", "Q3335", "Q208460" ], "relations": [ "P50", "P800" ], "adjacency": [ [ 2, 0, 1 ], [ 1, 1, 0 ] ], "entity_labels": [ "Politics and the English Language", "George Orwell", "Nineteen Eighty-Four" ], "relation_labels": [ "author", "notable work" ] }
SELECT ?answer WHERE { wd:Q208460 wdt:P50 ?answer . ?answer wdt:P800 wd:Q2273966}
lcquad2-14623
How is the land of Ujjain diplomatically related?
[ "Ivory Coast" ]
{ "entities": [ "Q1008", "Q668", "Q200119" ], "relations": [ "P17", "P530" ], "adjacency": [ [ 2, 0, 1 ], [ 1, 1, 0 ] ], "entity_labels": [ "Ivory Coast", "India", "Ujjain" ], "relation_labels": [ "country", "diplomatic relation" ] }
SELECT ?answer WHERE { wd:Q200119 wdt:P17 ?X . ?X wdt:P530 ?answer}
lcquad2-22841
Which is the Commonwealth domain for the song of devotion of God Spare the Queen?
[ "Antigua and Barbuda" ]
{ "entities": [ "Q40807", "Q202686", "Q781" ], "relations": [ "P31", "P85" ], "adjacency": [ [ 2, 1, 0 ], [ 2, 0, 1 ] ], "entity_labels": [ "God Save the King", "Commonwealth realm", "Antigua and Barbuda" ], "relation_labels": [ "instance of", "anthem" ] }
select distinct ?sbj where { ?sbj wdt:P85 wd:Q40807 . ?sbj wdt:P31 wd:Q202686 }
lcquad2-19741
What is the gene for schizophrenia's genetic association?
[ "CACNA1C" ]
{ "entities": [ "Q14905744", "Q7187", "Q41112" ], "relations": [ "P31", "P2293" ], "adjacency": [ [ 2, 1, 0 ], [ 0, 0, 1 ] ], "entity_labels": [ "CACNA1C", "gene", "schizophrenia" ], "relation_labels": [ "instance of", "genetic association" ] }
select distinct ?obj where { wd:Q41112 wdt:P2293 ?obj . ?obj wdt:P31 wd:Q7187 }
lcquad2-23714
Let me know vocal bunch whose title has the word willows in it.
[ "The Willows" ]
{ "entities": [ "Q120544", "Q26055091" ], "relations": [ "P31" ], "adjacency": [ [ 1, 0, 0 ] ], "entity_labels": [ "vocal group", "The Willows" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q120544 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'willows')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-16045
Name the content license editions that are PLoS ONE.
[ "Creative Commons Attribution 3.0 Germany" ]
{ "entities": [ "Q14947546", "Q564954", "Q62619894" ], "relations": [ "P275", "P747" ], "adjacency": [ [ 1, 0, 0 ], [ 0, 1, 2 ] ], "entity_labels": [ "Creative Commons Attribution 3.0 Unported", "PLOS One", "Creative Commons Attribution 3.0 Germany" ], "relation_labels": [ "copyright license", "has edition or translation" ] }
SELECT ?answer WHERE { wd:Q564954 wdt:P275 ?X . ?X wdt:P747 ?answer}
lcquad2-22903
Which is the genetic title office holder of Salman of Saudi Arabia?
[ "Custodian of the Two Holy Mosques" ]
{ "entities": [ "Q5737899", "Q367825", "Q2375533" ], "relations": [ "P31", "P1308" ], "adjacency": [ [ 2, 1, 1 ], [ 2, 0, 0 ] ], "entity_labels": [ "hereditary title", "Salman bin Abdulaziz Al Saud", "Custodian of the Two Holy Mosques" ], "relation_labels": [ "instance of", "officeholder" ] }
select distinct ?sbj where { ?sbj wdt:P1308 wd:Q367825 . ?sbj wdt:P31 wd:Q5737899 }
lcquad2-21768
In which house did James Watt kick the bucket?
[ "Heathfield Hall" ]
{ "entities": [ "Q3947", "Q20280665", "Q9041" ], "relations": [ "P31", "P20" ], "adjacency": [ [ 2, 1, 1 ], [ 1, 0, 0 ] ], "entity_labels": [ "house", "Heathfield Hall", "James Watt" ], "relation_labels": [ "instance of", "place of death" ] }
select distinct ?obj where { wd:Q9041 wdt:P20 ?obj . ?obj wdt:P31 wd:Q3947 }
lcquad2-16917
Where does the holder of the position of Lech Kaczynski live?
[ "Presidential Palace" ]
{ "entities": [ "Q608932", "Q1054799", "Q2757" ], "relations": [ "P263", "P39" ], "adjacency": [ [ 2, 1, 1 ], [ 1, 0, 0 ] ], "entity_labels": [ "Presidential Palace", "President of the Republic of Poland", "Lech Kaczyński" ], "relation_labels": [ "official residence", "position held" ] }
SELECT ?answer WHERE { wd:Q2757 wdt:P39 ?X . ?X wdt:P263 ?answer}
lcquad2-22296
Where are eggplants grown?
[ "eggplant" ]
{ "entities": [ "Q11004", "Q12533094", "Q7540" ], "relations": [ "P31", "P1672" ], "adjacency": [ [ 2, 1, 1 ], [ 1, 0, 0 ] ], "entity_labels": [ "vegetable", "eggplant", "Solanum melongena" ], "relation_labels": [ "instance of", "this taxon is source of" ] }
select distinct ?obj where { wd:Q7540 wdt:P1672 ?obj . ?obj wdt:P31 wd:Q11004 }
lcquad2-14982
What film arrangement does Plane Daffy star in?
[ "Leonard Maltin" ]
{ "entities": [ "Q7201002", "Q4035491", "Q731195" ], "relations": [ "P161", "P179" ], "adjacency": [ [ 0, 1, 1 ], [ 1, 0, 2 ] ], "entity_labels": [ "Plane Daffy", "Bugs & Daffy: The Wartime Cartoons", "Leonard Maltin" ], "relation_labels": [ "cast member", "part of the series" ] }
SELECT ?answer WHERE { wd:Q7201002 wdt:P179 ?X . ?X wdt:P161 ?answer}
lcquad2-16324
WHO Shows up TO BE THE Motion picture Chief OF THEODOROS ANGELOPOULOS?
[ "Patrice Leconte" ]
{ "entities": [ "Q106709", "Q507285", "Q55168" ], "relations": [ "P1441", "P57" ], "adjacency": [ [ 2, 0, 1 ], [ 1, 1, 0 ] ], "entity_labels": [ "Patrice Leconte", "Lumière and Company", "Thodoros Angelopoulos" ], "relation_labels": [ "present in work", "director" ] }
SELECT ?answer WHERE { wd:Q55168 wdt:P1441 ?X . ?X wdt:P57 ?answer}
lcquad2-17495
Where is the area in which the bread is created?
[ "bakery" ]
{ "entities": [ "Q13270", "Q274393", "Q720398" ], "relations": [ "P276", "P2079" ], "adjacency": [ [ 0, 1, 2 ], [ 2, 0, 1 ] ], "entity_labels": [ "biscuit", "bakery", "baking" ], "relation_labels": [ "location", "fabrication method" ] }
SELECT ?answer WHERE { wd:Q13270 wdt:P2079 ?X . ?X wdt:P276 ?answer}
lcquad2-15695
Who is the lead of Mafia Action?
[ "crime" ]
{ "entities": [ "Q83267", "Q18550", "Q46952" ], "relations": [ "P452", "P1542" ], "adjacency": [ [ 1, 0, 2 ], [ 2, 1, 0 ] ], "entity_labels": [ "crime", "mafia", "organized crime" ], "relation_labels": [ "industry", "has effect" ] }
SELECT ?answer WHERE { wd:Q18550 wdt:P452 ?X . ?X wdt:P1542 ?answer}
lcquad2-21517
What is the source of opium taxon?
[ "Papaver somniferum" ]
{ "entities": [ "Q16521", "Q131584", "Q46452" ], "relations": [ "P31", "P1672" ], "adjacency": [ [ 1, 1, 2 ], [ 1, 0, 0 ] ], "entity_labels": [ "taxon", "Papaver somniferum", "opium" ], "relation_labels": [ "instance of", "this taxon is source of" ] }
select distinct ?sbj where { ?sbj wdt:P1672 wd:Q46452 . ?sbj wdt:P31 wd:Q16521 }
lcquad2-12171
What is the coral whose rank is course?
[ "Anthozoa" ]
{ "entities": [ "Q171446", "Q28524", "Q37517" ], "relations": [ "P105", "P1889" ], "adjacency": [ [ 0, 1, 1 ], [ 1, 0, 2 ] ], "entity_labels": [ "coral", "Anthozoa", "class" ], "relation_labels": [ "taxon rank", "different from" ] }
SELECT ?answer WHERE { wd:Q171446 wdt:P1889 ?answer . ?answer wdt:P105 wd:Q37517}
lcquad2-21215
Who is the individual that was a understudy of Ivan Pavlov?
[ "Davyd Hlinski" ]
{ "entities": [ "Q42985", "Q5", "Q61750948" ], "relations": [ "P31", "P1066" ], "adjacency": [ [ 2, 1, 0 ], [ 2, 0, 1 ] ], "entity_labels": [ "Ivan Pavlov", "human", "Davyd Hlinski" ], "relation_labels": [ "instance of", "student of" ] }
select distinct ?sbj where { ?sbj wdt:P1066 wd:Q42985 . ?sbj wdt:P31 wd:Q5 }
lcquad2-15274
Which {sister has} {kids} of {John Spencer, 8th Earl Spencer} ?
[ "Charles Spencer, 9th Earl Spencer" ]
{ "entities": [ "Q331287", "Q2296963", "Q593671" ], "relations": [ "P3373", "P40" ], "adjacency": [ [ 2, 1, 1 ], [ 1, 0, 0 ] ], "entity_labels": [ "Charles Spencer, 9th Earl Spencer", "Jane Fellowes, Baroness Fellowes", "John Spencer, 8th Earl Spencer" ], "relation_labels": [ "sibling", "child" ] }
SELECT ?answer WHERE { wd:Q593671 wdt:P40 ?X . ?X wdt:P3373 ?answer}
lcquad2-12705
What are signs of mercury harming as a result of utilizing butabarbital for treatment?
[ "insomnia" ]
{ "entities": [ "Q410608", "Q408089", "Q1869874" ], "relations": [ "P2176", "P780" ], "adjacency": [ [ 1, 1, 2 ], [ 2, 0, 0 ] ], "entity_labels": [ "butabarbital", "mercury poisoning", "insomnia" ], "relation_labels": [ "drug or therapy used for treatment", "symptoms and signs" ] }
SELECT ?answer WHERE { wd:Q408089 wdt:P780 ?answer . ?answer wdt:P2176 wd:Q410608}
lcquad2-22114
Which is the metalanguage which HTML5 is based on?
[ "Standard Generalized Markup Language" ]
{ "entities": [ "Q2053", "Q207819", "Q193983" ], "relations": [ "P31", "P144" ], "adjacency": [ [ 0, 1, 1 ], [ 1, 0, 2 ] ], "entity_labels": [ "HTML5", "Standard Generalized Markup Language", "metalanguage" ], "relation_labels": [ "instance of", "based on" ] }
select distinct ?obj where { wd:Q2053 wdt:P144 ?obj . ?obj wdt:P31 wd:Q193983 }
lcquad2-12653
Which divinity of Kami has the impact of Koshintō.
[ "Shinto" ]
{ "entities": [ "Q812767", "Q3096508", "Q524158" ], "relations": [ "P737", "P1049" ], "adjacency": [ [ 2, 1, 0 ], [ 0, 0, 1 ] ], "entity_labels": [ "Shinto", "koshintō", "kami" ], "relation_labels": [ "influenced by", "worshipped by" ] }
SELECT ?answer WHERE { wd:Q524158 wdt:P1049 ?answer . ?answer wdt:P737 wd:Q3096508}
lcquad2-9558
Who owns the Los Angeles Lakers and where is their venue located?
[ "South Bay Lakers", "Crypto.com Arena" ]
{ "entities": [ "Q1781055", "Q121783", "Q186080" ], "relations": [ "P115", "P1830" ], "adjacency": [ [ 1, 1, 0 ], [ 1, 0, 2 ] ], "entity_labels": [ "South Bay Lakers", "Los Angeles Lakers", "Crypto.com Arena" ], "relation_labels": [ "home venue", "owner of" ] }
SELECT ?ans_1 ?ans_2 WHERE { wd:Q121783 wdt:P1830 ?ans_1 . wd:Q121783 wdt:P115 ?ans_2 }
lcquad2-20334
Give me the name of the leader of the government of Lahore?
[ "Mayor of Lahore" ]
{ "entities": [ "Q11739", "Q28223500", "Q294414" ], "relations": [ "P31", "P1313" ], "adjacency": [ [ 0, 1, 1 ], [ 1, 0, 2 ] ], "entity_labels": [ "Lahore", "Mayor of Lahore", "public office" ], "relation_labels": [ "instance of", "office held by head of government" ] }
select distinct ?obj where { wd:Q11739 wdt:P1313 ?obj . ?obj wdt:P31 wd:Q294414 }
lcquad2-13908
What is the area of Seething Bull, that has been separated into Washtenaw County?
[ "Michigan" ]
{ "entities": [ "Q220780", "Q137916", "Q1166" ], "relations": [ "P840", "P150" ], "adjacency": [ [ 0, 0, 2 ], [ 2, 1, 1 ] ], "entity_labels": [ "Raging Bull", "Washtenaw County", "Michigan" ], "relation_labels": [ "narrative location", "contains the administrative territorial entity" ] }
SELECT ?answer WHERE { wd:Q220780 wdt:P840 ?answer . ?answer wdt:P150 wd:Q137916}
lcquad2-25448
let me know scholarly sort union of list values as qualifiers begins with f
[ "fairy tale" ]
{ "entities": [ "Q699", "Q223393", "Q23766486" ], "relations": [ "P2737", "P31" ], "adjacency": [ [ 0, 1, 1 ], [ 0, 0, 2 ] ], "entity_labels": [ "fairy tale", "literary genre", "list of values as qualifiers" ], "relation_labels": [ "union of", "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q223393 . ?sbj wdt:P2737 wd:Q23766486 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'f')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-22106
N / A N / A
[ "Ancient Rome" ]
{ "entities": [ "Q1747689", "Q220", "Q3024240" ], "relations": [ "P2596", "P31" ], "adjacency": [ [ 1, 0, 0 ], [ 0, 1, 2 ] ], "entity_labels": [ "Ancient Rome", "Rome", "historical country" ], "relation_labels": [ "culture", "instance of" ] }
select distinct ?obj where { wd:Q220 wdt:P2596 ?obj . ?obj wdt:P31 wd:Q3024240 }
lcquad2-25376
What are the Hindu scriptures and texts which begin with the letter b that is translated by using Franklin Edgerton
[ "Bhagavad Gita" ]
{ "entities": [ "Q46802", "Q1194040", "Q16002981" ], "relations": [ "P655", "P31" ], "adjacency": [ [ 0, 1, 1 ], [ 0, 0, 2 ] ], "entity_labels": [ "Bhagavad Gita", "Hindu scriptures and texts", "Franklin Edgerton" ], "relation_labels": [ "translator", "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q1194040 . ?sbj wdt:P655 wd:Q16002981 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'b')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-16041
Which company operates the railway line of 36th Street?
[ "Bombardier Transportation" ]
{ "entities": [ "Q2155505", "Q688893", "Q4635783" ], "relations": [ "P81", "P137" ], "adjacency": [ [ 2, 0, 0 ], [ 0, 1, 1 ] ], "entity_labels": [ "River Line", "Bombardier Transportation", "36th Street" ], "relation_labels": [ "connecting line", "operator" ] }
SELECT ?answer WHERE { wd:Q4635783 wdt:P81 ?X . ?X wdt:P137 ?answer}
lcquad2-14727
Who is {understudies} of {painters} {Elisabeth Vilhelmine Juel} ?
[ "Caspar David Friedrich" ]
{ "entities": [ "Q104884", "Q50872419", "Q581361" ], "relations": [ "P802", "P170" ], "adjacency": [ [ 1, 1, 2 ], [ 2, 0, 0 ] ], "entity_labels": [ "Caspar David Friedrich", "Elisabeth Vilhelmine Juel", "Jens Juel" ], "relation_labels": [ "student", "creator" ] }
SELECT ?answer WHERE { wd:Q50872419 wdt:P170 ?X . ?X wdt:P802 ?answer}
lcquad2-14084
What is the battery of the plane that has causes of eating?
[ "human energy" ]
{ "entities": [ "Q213449", "Q20984829", "Q204260" ], "relations": [ "P618", "P828" ], "adjacency": [ [ 2, 0, 1 ], [ 1, 1, 0 ] ], "entity_labels": [ "eating", "human energy", "plane" ], "relation_labels": [ "source of energy", "has cause" ] }
SELECT ?answer WHERE { wd:Q204260 wdt:P618 ?answer . ?answer wdt:P828 wd:Q213449}
lcquad2-23636
Name a part of a plant containing in its name the word "veil"
[ "partial veil" ]
{ "entities": [ "Q20011319", "Q3916074" ], "relations": [ "P31" ], "adjacency": [ [ 1, 0, 0 ] ], "entity_labels": [ "plant structure", "partial veil" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q20011319 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'veil')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-15742
What grants has Quality Wolfe received?
[ "Cory Doctorow" ]
{ "entities": [ "Q110436", "Q361149", "Q1030402" ], "relations": [ "P1346", "P166" ], "adjacency": [ [ 1, 1, 2 ], [ 2, 0, 0 ] ], "entity_labels": [ "Cory Doctorow", "Gene Wolfe", "John W. Campbell Memorial Award for Best Science Fiction Novel" ], "relation_labels": [ "winner", "award received" ] }
SELECT ?answer WHERE { wd:Q361149 wdt:P166 ?X . ?X wdt:P1346 ?answer}
lcquad2-11813
What county seat of N'Djamena contains the villages of the Kanem Region?
[ "Chad" ]
{ "entities": [ "Q849841", "Q657", "Q3659" ], "relations": [ "P1376", "P150" ], "adjacency": [ [ 2, 0, 1 ], [ 1, 1, 0 ] ], "entity_labels": [ "Kanem Region", "Chad", "N'Djamena" ], "relation_labels": [ "capital of", "contains the administrative territorial entity" ] }
SELECT ?answer WHERE { wd:Q3659 wdt:P1376 ?answer . ?answer wdt:P150 wd:Q849841}
lcquad2-24912
What are the enlivened arrangement that official maker Ken Keeler and which contains the word futurama in their name
[ "Futurama" ]
{ "entities": [ "Q1339527", "Q73622", "Q581714" ], "relations": [ "P31", "P1431" ], "adjacency": [ [ 1, 0, 2 ], [ 1, 1, 0 ] ], "entity_labels": [ "Ken Keeler", "Futurama", "animated series" ], "relation_labels": [ "instance of", "executive producer" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q581714 . ?sbj wdt:P1431 wd:Q1339527 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'futurama')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-20688
Who was born in Monterrey?
[ "Diego Martínez de Leija" ]
{ "entities": [ "Q81033", "Q5", "Q97373511" ], "relations": [ "P31", "P19" ], "adjacency": [ [ 2, 1, 0 ], [ 2, 0, 1 ] ], "entity_labels": [ "Monterrey", "human", "Diego Martínez de Leija" ], "relation_labels": [ "instance of", "place of birth" ] }
select distinct ?sbj where { ?sbj wdt:P19 wd:Q81033 . ?sbj wdt:P31 wd:Q5 }
lcquad2-13839
What are the origins of lynching that had been commenced in the Colony of Virginia?
[ "Charles Lynch" ]
{ "entities": [ "Q507233", "Q1070529", "Q486775" ], "relations": [ "P138", "P19" ], "adjacency": [ [ 2, 0, 0 ], [ 0, 1, 1 ] ], "entity_labels": [ "Charles Lynch", "Colony of Virginia", "lynching" ], "relation_labels": [ "named after", "place of birth" ] }
SELECT ?answer WHERE { wd:Q486775 wdt:P138 ?answer . ?answer wdt:P19 wd:Q1070529}
lcquad2-16178
Who is {performer} of {continuation} {I Will Be Here} ?
[ "Tiësto" ]
{ "entities": [ "Q5979779", "Q7236566", "Q183508" ], "relations": [ "P175", "P155" ], "adjacency": [ [ 0, 1, 1 ], [ 1, 0, 2 ] ], "entity_labels": [ "I Will Be Here", "Power of You", "Tiësto" ], "relation_labels": [ "performer", "follows" ] }
SELECT ?answer WHERE { wd:Q5979779 wdt:P155 ?X . ?X wdt:P175 ?answer}
lcquad2-24417
What are include film which begin with the letter t
[ "The Last Mercenary" ]
{ "entities": [ "Q24869", "Q99903009" ], "relations": [ "P31" ], "adjacency": [ [ 1, 0, 0 ] ], "entity_labels": [ "feature film", "The Last Mercenary" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q24869 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 't')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-23134
Let me know climatic power whose title has the word ball in it.
[ "ball lightning" ]
{ "entities": [ "Q192962", "Q427085" ], "relations": [ "P31" ], "adjacency": [ [ 0, 0, 1 ] ], "entity_labels": [ "ball lightning", "atmospheric electricity" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q427085 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'ball')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-23843
Reveal to me Freedom suit whose name has the word dred in it
[ "Dred Scott v. Sandford" ]
{ "entities": [ "Q5500839", "Q690462" ], "relations": [ "P31" ], "adjacency": [ [ 1, 0, 0 ] ], "entity_labels": [ "freedom suit", "Dred Scott v. Sandford" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q5500839 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'dred')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-22440
What is PHP?
[ "Wikipedia" ]
{ "entities": [ "Q52", "Q59", "Q1293664" ], "relations": [ "P31", "P277" ], "adjacency": [ [ 0, 1, 1 ], [ 0, 0, 2 ] ], "entity_labels": [ "Wikipedia", "PHP", "open content" ], "relation_labels": [ "instance of", "programmed in" ] }
select distinct ?sbj where { ?sbj wdt:P277 wd:Q59 . ?sbj wdt:P31 wd:Q1293664 }
lcquad2-22095
What is the image and song of devotion of the EU?
[ "Anthem of Europe" ]
{ "entities": [ "Q23774077", "Q11993", "Q458" ], "relations": [ "P31", "P85" ], "adjacency": [ [ 2, 1, 1 ], [ 1, 0, 0 ] ], "entity_labels": [ "symbol of the European Union", "Anthem of Europe", "European Union" ], "relation_labels": [ "instance of", "anthem" ] }
select distinct ?obj where { wd:Q458 wdt:P85 ?obj . ?obj wdt:P31 wd:Q23774077 }
lcquad2-20088
Who was John the Baptist's student?
[ "historical Jesus" ]
{ "entities": [ "Q40662", "Q5", "Q51666" ], "relations": [ "P31", "P802" ], "adjacency": [ [ 0, 1, 2 ], [ 2, 0, 1 ] ], "entity_labels": [ "John the Baptist", "human", "historical Jesus" ], "relation_labels": [ "instance of", "student" ] }
select distinct ?obj where { wd:Q40662 wdt:P802 ?obj . ?obj wdt:P31 wd:Q5 }
lcquad2-21652
What grant did Clint Eastwood recieve
[ "Commander of the Legion of Honour" ]
{ "entities": [ "Q43203", "Q10855212", "Q60754876" ], "relations": [ "P31", "P166" ], "adjacency": [ [ 0, 1, 1 ], [ 1, 0, 2 ] ], "entity_labels": [ "Clint Eastwood", "Commander of the Legion of Honour", "grade of an order" ], "relation_labels": [ "instance of", "award received" ] }
select distinct ?obj where { wd:Q43203 wdt:P166 ?obj . ?obj wdt:P31 wd:Q60754876 }
lcquad2-9778
What is the name of the medical examination and health specialty in Hepatitis?
[ "internal medicine", "liver biopsy" ]
{ "entities": [ "Q11180", "Q131742", "Q360841" ], "relations": [ "P1995", "P923" ], "adjacency": [ [ 1, 1, 2 ], [ 1, 0, 0 ] ], "entity_labels": [ "internal medicine", "hepatitis", "liver biopsy" ], "relation_labels": [ "health specialty", "medical examination" ] }
SELECT ?ans_1 ?ans_2 WHERE { wd:Q131742 wdt:P923 ?ans_1 . wd:Q131742 wdt:P1995 ?ans_2 }
lcquad2-11837
What is Japan's political relationship with the locale of unconscionability?
[ "Germany" ]
{ "entities": [ "Q17", "Q183", "Q896358" ], "relations": [ "P1001", "P530" ], "adjacency": [ [ 2, 0, 1 ], [ 1, 1, 0 ] ], "entity_labels": [ "Japan", "Germany", "unconscionability" ], "relation_labels": [ "applies to jurisdiction", "diplomatic relation" ] }
SELECT ?answer WHERE { wd:Q896358 wdt:P1001 ?answer . ?answer wdt:P530 wd:Q17}
lcquad2-14499
The portrayals and figures of the Araneides of the Joined together States are what associate of creators?
[ "Caroline Lee Hentz" ]
{ "entities": [ "Q3142763", "Q28667629", "Q4896381" ], "relations": [ "P26", "P50" ], "adjacency": [ [ 1, 1, 0 ], [ 0, 0, 2 ] ], "entity_labels": [ "Nicholas Marcellus Hentz", "Descriptions and figures of the Araneides of the United States", "Caroline Lee Hentz" ], "relation_labels": [ "spouse", "author" ] }
SELECT ?answer WHERE { wd:Q28667629 wdt:P50 ?X . ?X wdt:P26 ?answer}
lcquad2-14302
Who is the agent of the Field Football Association?
[ "Gabon" ]
{ "entities": [ "Q2725641", "Q1000", "Q30" ], "relations": [ "P17", "P530" ], "adjacency": [ [ 0, 0, 2 ], [ 2, 1, 1 ] ], "entity_labels": [ "Arena Football League", "Gabon", "United States of America" ], "relation_labels": [ "country", "diplomatic relation" ] }
SELECT ?answer WHERE { wd:Q2725641 wdt:P17 ?X . ?X wdt:P530 ?answer}
lcquad2-11882
what varies from warm that features a sub thing of energy?
[ "form of energy" ]
{ "entities": [ "Q11379", "Q3935690", "Q44432" ], "relations": [ "P1269", "P1889" ], "adjacency": [ [ 2, 1, 1 ], [ 1, 0, 0 ] ], "entity_labels": [ "energy", "form of energy", "heat" ], "relation_labels": [ "facet of", "different from" ] }
SELECT ?answer WHERE { wd:Q44432 wdt:P1889 ?answer . ?answer wdt:P1269 wd:Q11379}
lcquad2-17492
What range are the papers at the Monique Genonceaux about?
[ "women's history" ]
{ "entities": [ "Q29580359", "Q1279400", "Q49965119" ], "relations": [ "P101", "P485" ], "adjacency": [ [ 2, 1, 0 ], [ 0, 0, 1 ] ], "entity_labels": [ "Archiefcentrum voor Vrouwengeschiedenis", "women's history", "Monique Genonceaux" ], "relation_labels": [ "field of work", "archives at" ] }
SELECT ?answer WHERE { wd:Q49965119 wdt:P485 ?X . ?X wdt:P101 ?answer}
lcquad2-14690
When did Takeshi Inoue lose their business?
[ "learner" ]
{ "entities": [ "Q37226", "Q11448873", "Q11373250" ], "relations": [ "P106", "P461" ], "adjacency": [ [ 2, 0, 0 ], [ 0, 1, 1 ] ], "entity_labels": [ "teacher", "learner", "Takeshi Inoue" ], "relation_labels": [ "occupation", "opposite of" ] }
SELECT ?answer WHERE { wd:Q11373250 wdt:P106 ?X . ?X wdt:P461 ?answer}
lcquad2-16174
What is the medical condition of Sodium Bicarbonate being treated?
[ "nephrology" ]
{ "entities": [ "Q179731", "Q1516211", "Q177635" ], "relations": [ "P2175", "P1995" ], "adjacency": [ [ 0, 0, 1 ], [ 1, 1, 2 ] ], "entity_labels": [ "sodium bicarbonate", "renal tubular acidosis", "nephrology" ], "relation_labels": [ "medical condition treated", "health specialty" ] }
SELECT ?answer WHERE { wd:Q179731 wdt:P2175 ?X . ?X wdt:P1995 ?answer}
lcquad2-20369
Whom did Janet Yellen got hitched to?
[ "George Akerlof" ]
{ "entities": [ "Q222541", "Q5", "Q263725" ], "relations": [ "P31", "P26" ], "adjacency": [ [ 0, 1, 2 ], [ 0, 0, 1 ] ], "entity_labels": [ "George Akerlof", "human", "Janet Yellen" ], "relation_labels": [ "instance of", "spouse" ] }
select distinct ?sbj where { ?sbj wdt:P26 wd:Q263725 . ?sbj wdt:P31 wd:Q5 }
lcquad2-22336
Which is the legendary puppy that was murdered by Heracles?
[ "Orthrus" ]
{ "entities": [ "Q30307328", "Q336230", "Q122248" ], "relations": [ "P157", "P31" ], "adjacency": [ [ 1, 0, 2 ], [ 1, 1, 0 ] ], "entity_labels": [ "mythological dog", "Orthrus", "Heracles" ], "relation_labels": [ "killed by", "instance of" ] }
select distinct ?sbj where { ?sbj wdt:P157 wd:Q122248 . ?sbj wdt:P31 wd:Q30307328 }
lcquad2-24639
WHICH IS THE CHARTERED SPORT STARTS WITH C
[ "Compagnie des Îles de l'Amérique" ]
{ "entities": [ "Q2990059", "Q162157" ], "relations": [ "P31" ], "adjacency": [ [ 0, 0, 1 ] ], "entity_labels": [ "Compagnie des Îles de l'Amérique", "chartered company" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q162157 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'c')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-22050
What sort of government supplanted the administering of the thirteen colonies?
[ "United States of America" ]
{ "entities": [ "Q3624078", "Q179997", "Q30" ], "relations": [ "P31", "P1366" ], "adjacency": [ [ 1, 1, 2 ], [ 2, 0, 0 ] ], "entity_labels": [ "sovereign state", "Thirteen Colonies", "United States of America" ], "relation_labels": [ "instance of", "replaced by" ] }
select distinct ?obj where { wd:Q179997 wdt:P1366 ?obj . ?obj wdt:P31 wd:Q3624078 }
lcquad2-15777
Name the showrunner of Creeper
[ "Francis Ford Coppola" ]
{ "entities": [ "Q3696918", "Q1540379", "Q56094" ], "relations": [ "P1431", "P1441" ], "adjacency": [ [ 0, 1, 1 ], [ 1, 0, 2 ] ], "entity_labels": [ "Creeper", "Jeepers Creepers 2", "Francis Ford Coppola" ], "relation_labels": [ "executive producer", "present in work" ] }
SELECT ?answer WHERE { wd:Q3696918 wdt:P1441 ?X . ?X wdt:P1431 ?answer}
lcquad2-15352
What was the powerstation that supplanted the Yamaha RD400?
[ "two-stroke engine" ]
{ "entities": [ "Q2530514", "Q152323", "Q18395834" ], "relations": [ "P516", "P1365" ], "adjacency": [ [ 2, 1, 0 ], [ 0, 0, 1 ] ], "entity_labels": [ "Yamaha RD350", "two-stroke engine", "Yamaha RD400" ], "relation_labels": [ "powered by", "replaces" ] }
SELECT ?answer WHERE { wd:Q18395834 wdt:P1365 ?X . ?X wdt:P516 ?answer}
lcquad2-14603
Which is top dog of Martha Raye?
[ "James Stewart" ]
{ "entities": [ "Q435236", "Q102462", "Q1631998" ], "relations": [ "P1346", "P166" ], "adjacency": [ [ 0, 1, 2 ], [ 2, 0, 1 ] ], "entity_labels": [ "Martha Raye", "James Stewart", "Screen Actors Guild Life Achievement Award" ], "relation_labels": [ "winner", "award received" ] }
SELECT ?answer WHERE { wd:Q435236 wdt:P166 ?X . ?X wdt:P1346 ?answer}