id
stringlengths
11
13
question
stringlengths
11
8.64k
answers
sequence
subgraph
dict
sparql
stringlengths
49
483
lcquad2-23323
Let me know iba official cocktail whose title has the word vesper in it.
[ "Vesper" ]
{ "entities": [ "Q590793", "Q2536409" ], "relations": [ "P31" ], "adjacency": [ [ 0, 0, 1 ] ], "entity_labels": [ "Vesper", "IBA official cocktail" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q2536409 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'vesper')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-14807
While Amy Bloom is a student what happens?
[ "Middletown" ]
{ "entities": [ "Q49192", "Q49167", "Q4749108" ], "relations": [ "P131", "P69" ], "adjacency": [ [ 2, 1, 1 ], [ 1, 0, 0 ] ], "entity_labels": [ "Middletown", "Wesleyan University", "Amy Bloom" ], "relation_labels": [ "located in the administrative territorial entity", "educated at" ] }
SELECT ?answer WHERE { wd:Q4749108 wdt:P69 ?X . ?X wdt:P131 ?answer}
lcquad2-19908
Where is the house Rachel Carson was born in?
[ "Rachel Carson Homestead" ]
{ "entities": [ "Q7279187", "Q19979289", "Q100948" ], "relations": [ "P31", "P19" ], "adjacency": [ [ 2, 1, 0 ], [ 0, 0, 1 ] ], "entity_labels": [ "Rachel Carson Homestead", "birth house", "Rachel Carson" ], "relation_labels": [ "instance of", "place of birth" ] }
select distinct ?obj where { wd:Q100948 wdt:P19 ?obj . ?obj wdt:P31 wd:Q19979289 }
lcquad2-15641
who has landscaped the work of williams gell?
[ "Parthenon" ]
{ "entities": [ "Q506472", "Q10288", "Q18689506" ], "relations": [ "P180", "P800" ], "adjacency": [ [ 0, 1, 2 ], [ 2, 0, 1 ] ], "entity_labels": [ "William Gell", "Parthenon", "The removal of the Sculptures from the Pediments of the Parthenon by Elgin" ], "relation_labels": [ "depicts", "notable work" ] }
SELECT ?answer WHERE { wd:Q506472 wdt:P800 ?X . ?X wdt:P180 ?answer}
lcquad2-21558
Ethylene is polymerized into which polymer?
[ "polyethylene" ]
{ "entities": [ "Q81163", "Q151313", "Q143429" ], "relations": [ "P31", "P4600" ], "adjacency": [ [ 2, 1, 1 ], [ 2, 0, 0 ] ], "entity_labels": [ "polymer", "ethylene", "polyethylene" ], "relation_labels": [ "instance of", "polymer of" ] }
select distinct ?sbj where { ?sbj wdt:P4600 wd:Q151313 . ?sbj wdt:P31 wd:Q81163 }
lcquad2-23786
Which is the tomb which contains the word zuihōden in it's name?
[ "Zuihōden" ]
{ "entities": [ "Q162875", "Q115856" ], "relations": [ "P31" ], "adjacency": [ [ 1, 0, 0 ] ], "entity_labels": [ "mausoleum", "Zuihōden" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q162875 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'zuihōden')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-15780
Who paints a broken good example?
[ "Käthe Kollwitz" ]
{ "entities": [ "Q7634046", "Q142472", "Q19888760" ], "relations": [ "P737", "P170" ], "adjacency": [ [ 2, 1, 0 ], [ 0, 0, 1 ] ], "entity_labels": [ "Sue Coe", "Käthe Kollwitz", "Breaking" ], "relation_labels": [ "influenced by", "creator" ] }
SELECT ?answer WHERE { wd:Q19888760 wdt:P170 ?X . ?X wdt:P737 ?answer}
lcquad2-17235
Which person owns Tesco?
[ "Tesco" ]
{ "entities": [ "Q12777405", "Q487494" ], "relations": [ "P1830", "P749" ], "adjacency": [ [ 1, 0, 0 ], [ 0, 1, 1 ] ], "entity_labels": [ "Tesco Mobile", "Tesco" ], "relation_labels": [ "owner of", "parent organization" ] }
SELECT ?answer WHERE { wd:Q487494 wdt:P1830 ?X . ?X wdt:P749 ?answer}
lcquad2-13455
Which statistician is the Nyquist-Shannon sampling theorem named after?
[ "Harry Nyquist" ]
{ "entities": [ "Q679800", "Q316022", "Q2732142" ], "relations": [ "P106", "P138" ], "adjacency": [ [ 0, 1, 1 ], [ 1, 0, 2 ] ], "entity_labels": [ "Nyquist–Shannon sampling theorem", "Harry Nyquist", "statistician" ], "relation_labels": [ "occupation", "named after" ] }
SELECT ?answer WHERE { wd:Q679800 wdt:P138 ?answer . ?answer wdt:P106 wd:Q2732142}
lcquad2-15720
The Commodore 64 was founded by whom?
[ "Jack Tramiel" ]
{ "entities": [ "Q380363", "Q99775", "Q208305" ], "relations": [ "P112", "P176" ], "adjacency": [ [ 1, 1, 2 ], [ 2, 0, 0 ] ], "entity_labels": [ "Jack Tramiel", "Commodore 64", "Commodore International" ], "relation_labels": [ "founded by", "manufacturer" ] }
SELECT ?answer WHERE { wd:Q99775 wdt:P176 ?X . ?X wdt:P112 ?answer}
lcquad2-25077
Disclose me me a media player whose name consist of the word "woman" and whose readable file format iTunes Music Library, binary variant itunes
[ "iTunes" ]
{ "entities": [ "Q27967349", "Q210337", "Q9589" ], "relations": [ "P31", "P1072" ], "adjacency": [ [ 2, 0, 1 ], [ 2, 1, 0 ] ], "entity_labels": [ "iTunes Music Library, binary variant", "media player software", "iTunes" ], "relation_labels": [ "instance of", "readable file format" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q210337 . ?sbj wdt:P1072 wd:Q27967349 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'itunes')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-23733
Tell me National Noteworthy Path whose title has the word path in it.
[ "El Camino Real de los Tejas National Historic Trail" ]
{ "entities": [ "Q6973377", "Q818954" ], "relations": [ "P31" ], "adjacency": [ [ 1, 0, 0 ] ], "entity_labels": [ "National Historic Trail", "El Camino Real de los Tejas National Historic Trail" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q6973377 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'trail')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-22093
The Prophet Organization supplanted which company?
[ "JD Edwards" ]
{ "entities": [ "Q19900", "Q6881511", "Q2456368" ], "relations": [ "P31", "P1366" ], "adjacency": [ [ 2, 1, 0 ], [ 2, 0, 1 ] ], "entity_labels": [ "Oracle", "enterprise", "JD Edwards" ], "relation_labels": [ "instance of", "replaced by" ] }
select distinct ?sbj where { ?sbj wdt:P1366 wd:Q19900 . ?sbj wdt:P31 wd:Q6881511 }
lcquad2-24648
Give me a hypostasis name that begins with an ' h ' alphabet.
[ "Holy Spirit" ]
{ "entities": [ "Q651118", "Q37302" ], "relations": [ "P31" ], "adjacency": [ [ 1, 0, 0 ] ], "entity_labels": [ "hypostasis", "Holy Spirit" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q651118 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'h')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-17190
Who named the deepest point of endemism of Guibemantis tornieri?
[ "Indian Ocean" ]
{ "entities": [ "Q1239", "Q28056966", "Q1019" ], "relations": [ "P183", "P1589" ], "adjacency": [ [ 1, 0, 2 ], [ 2, 1, 0 ] ], "entity_labels": [ "Indian Ocean", "Guibemantis tornieri", "Madagascar" ], "relation_labels": [ "endemic to", "lowest point" ] }
SELECT ?answer WHERE { wd:Q28056966 wdt:P183 ?X . ?X wdt:P1589 ?answer}
lcquad2-21314
Which film was Sergei Eisenstein a executive of?
[ "Time in the Sun" ]
{ "entities": [ "Q95454736", "Q8003", "Q11424" ], "relations": [ "P31", "P57" ], "adjacency": [ [ 0, 1, 1 ], [ 0, 0, 2 ] ], "entity_labels": [ "Time in the Sun", "Sergei Eisenstein", "film" ], "relation_labels": [ "instance of", "director" ] }
select distinct ?sbj where { ?sbj wdt:P57 wd:Q8003 . ?sbj wdt:P31 wd:Q11424 }
lcquad2-19771
The Church of England hold's what position?
[ "Archbishop of Canterbury" ]
{ "entities": [ "Q29282", "Q82708", "Q4164871" ], "relations": [ "P31", "P2389" ], "adjacency": [ [ 0, 1, 1 ], [ 0, 0, 2 ] ], "entity_labels": [ "Archbishop of Canterbury", "Church of England", "position" ], "relation_labels": [ "instance of", "organization directed by the office or position" ] }
select distinct ?sbj where { ?sbj wdt:P2389 wd:Q82708 . ?sbj wdt:P31 wd:Q4164871 }
lcquad2-9951
Where was Rollo buried and what is his place of death?
[ "Rouen Cathedral", "Normandy" ]
{ "entities": [ "Q273773", "Q476516", "Q15878" ], "relations": [ "P119", "P20" ], "adjacency": [ [ 0, 0, 1 ], [ 0, 1, 2 ] ], "entity_labels": [ "Rollo", "Rouen Cathedral", "Normandy" ], "relation_labels": [ "place of burial", "place of death" ] }
SELECT ?ans_1 ?ans_2 WHERE { wd:Q273773 wdt:P119 ?ans_1 . wd:Q273773 wdt:P20 ?ans_2 }
lcquad2-21829
who is the setting for administrator of F.C. Porto?
[ "CTFD PortoGaia" ]
{ "entities": [ "Q5014565", "Q17350442", "Q128446" ], "relations": [ "P31", "P137" ], "adjacency": [ [ 0, 1, 2 ], [ 0, 0, 1 ] ], "entity_labels": [ "CTFD PortoGaia", "venue", "FC Porto" ], "relation_labels": [ "instance of", "operator" ] }
select distinct ?sbj where { ?sbj wdt:P137 wd:Q128446 . ?sbj wdt:P31 wd:Q17350442 }
lcquad2-23200
WHAT IS SINGLE WHICH START WITH THE LETTER WAY
[ " The Gal That Got Away", "Someone to Watch Over Me / The Gal That Got Away" ]
{ "entities": [ "Q96184805", "Q134556" ], "relations": [ "P31" ], "adjacency": [ [ 0, 0, 1 ] ], "entity_labels": [ "Someone to Watch Over Me / The Gal That Got Away", "single" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q134556 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'way')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-16005
Tell me who Louis, Dauphin of France, Duke of Guyenne's sister's child is.
[ "Charles VI of France" ]
{ "entities": [ "Q1347131", "Q160349", "Q133372" ], "relations": [ "P3373", "P22" ], "adjacency": [ [ 0, 0, 2 ], [ 2, 1, 1 ] ], "entity_labels": [ "Louis, Dauphin of France, Duke of Guyenne", "Charles VI of France", "Charles VII of France" ], "relation_labels": [ "sibling", "father" ] }
SELECT ?answer WHERE { wd:Q1347131 wdt:P3373 ?X . ?X wdt:P22 ?answer}
lcquad2-16875
What satellites the star Triton?
[ "Hippocamp" ]
{ "entities": [ "Q13938622", "Q332", "Q3359" ], "relations": [ "P397", "P398" ], "adjacency": [ [ 2, 0, 1 ], [ 1, 1, 0 ] ], "entity_labels": [ "Hippocamp", "Neptune", "Triton" ], "relation_labels": [ "parent astronomical body", "child astronomical body" ] }
SELECT ?answer WHERE { wd:Q3359 wdt:P397 ?X . ?X wdt:P398 ?answer}
lcquad2-20792
What sports clubs represent Georgia Institute of Technology?
[ "Georgia Tech Yellow Jackets" ]
{ "entities": [ "Q864855", "Q2367225", "Q3572131" ], "relations": [ "P1268", "P31" ], "adjacency": [ [ 2, 0, 0 ], [ 2, 1, 1 ] ], "entity_labels": [ "Georgia Institute of Technology", "university and college sports club", "Georgia Tech Yellow Jackets" ], "relation_labels": [ "represents", "instance of" ] }
select distinct ?sbj where { ?sbj wdt:P1268 wd:Q864855 . ?sbj wdt:P31 wd:Q2367225 }
lcquad2-25411
Give me a college that begins with 'V' and has Carnegie Classification of Institutions of Higher Education, that is likewise a Doctoral University with most noteworthy research action.
[ "Virginia Tech" ]
{ "entities": [ "Q23334765", "Q3918", "Q65379" ], "relations": [ "P31", "P2643" ], "adjacency": [ [ 2, 0, 1 ], [ 2, 1, 0 ] ], "entity_labels": [ "doctoral university: highest research activity", "university", "Virginia Tech" ], "relation_labels": [ "instance of", "Carnegie Classification of Institutions of Higher Education" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q3918 . ?sbj wdt:P2643 wd:Q23334765 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'v')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-23948
What nation has the word "States" in its name?
[ "United States of Greater Austria" ]
{ "entities": [ "Q666670", "Q43702" ], "relations": [ "P31" ], "adjacency": [ [ 0, 0, 1 ] ], "entity_labels": [ "United States of Greater Austria", "federation" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q43702 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'states')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-13970
Who is the child of Charles Martel, who moreover features a brother called Remigius of Rouen?
[ "Pepin the Short" ]
{ "entities": [ "Q975560", "Q3301", "Q81212" ], "relations": [ "P3373", "P40" ], "adjacency": [ [ 1, 1, 2 ], [ 2, 0, 0 ] ], "entity_labels": [ "Remigius of Rouen", "Charles Martel", "Pepin the Short" ], "relation_labels": [ "sibling", "child" ] }
SELECT ?answer WHERE { wd:Q3301 wdt:P40 ?answer . ?answer wdt:P3373 wd:Q975560}
lcquad2-13765
What is the {Christian title} of {Vasco Núñez de Balboa}, that has {dialect of site} is {Portuguese} ?"
[ "Vasco" ]
{ "entities": [ "Q5146", "Q16620432", "Q19080" ], "relations": [ "P407", "P735" ], "adjacency": [ [ 2, 1, 1 ], [ 1, 0, 0 ] ], "entity_labels": [ "Portuguese", "Vasco", "Vasco Núñez de Balboa" ], "relation_labels": [ "language of work or name", "given name" ] }
SELECT ?answer WHERE { wd:Q19080 wdt:P735 ?answer . ?answer wdt:P407 wd:Q5146}
lcquad2-23410
which formally dressed look that contains the word to begin with in their name
[ "depth-first search" ]
{ "entities": [ "Q816319", "Q4443425" ], "relations": [ "P31" ], "adjacency": [ [ 0, 0, 1 ] ], "entity_labels": [ "depth-first search", "uninformed search algorithm" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q4443425 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'first')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-9732
Who is Sean Hannity married to and where does he work?
[ "Jill Rhodes", "Fox News" ]
{ "entities": [ "Q186068", "Q33111280", "Q557730" ], "relations": [ "P108", "P26" ], "adjacency": [ [ 2, 0, 0 ], [ 2, 1, 1 ] ], "entity_labels": [ "Fox News", "Jill Rhodes", "Sean Hannity" ], "relation_labels": [ "employer", "spouse" ] }
SELECT ?ans_1 ?ans_2 WHERE { wd:Q557730 wdt:P108 ?ans_1 . wd:Q557730 wdt:P26 ?ans_2 }
lcquad2-17895
Can you use Vanuatu to speak?
[ "first-person singular" ]
{ "entities": [ "Q51929218", "Q686", "Q150" ], "relations": [ "P5110", "P2936" ], "adjacency": [ [ 1, 1, 2 ], [ 2, 0, 0 ] ], "entity_labels": [ "first-person singular", "Vanuatu", "French" ], "relation_labels": [ "has grammatical person", "language used" ] }
SELECT ?answer WHERE { wd:Q686 wdt:P2936 ?X . ?X wdt:P5110 ?answer}
lcquad2-16745
Who was the author of 'The Virginian, Season 2'?
[ "Percy Faith" ]
{ "entities": [ "Q712683", "Q1214471", "Q16552411" ], "relations": [ "P179", "P86" ], "adjacency": [ [ 2, 0, 1 ], [ 1, 1, 0 ] ], "entity_labels": [ "Percy Faith", "The Virginian", "The Virginian, season 2" ], "relation_labels": [ "part of the series", "composer" ] }
SELECT ?answer WHERE { wd:Q16552411 wdt:P179 ?X . ?X wdt:P86 ?answer}
lcquad2-20075
does not apply
[ "CSI: NY" ]
{ "entities": [ "Q192259", "Q5398426", "Q212002" ], "relations": [ "P161", "P31" ], "adjacency": [ [ 0, 0, 2 ], [ 0, 1, 1 ] ], "entity_labels": [ "CSI: NY", "television series", "Amanda Bynes" ], "relation_labels": [ "cast member", "instance of" ] }
select distinct ?sbj where { ?sbj wdt:P161 wd:Q212002 . ?sbj wdt:P31 wd:Q5398426 }
lcquad2-21637
Who is the {point of interest} for {official home} of {Parthian Domain}
[ "Susa" ]
{ "entities": [ "Q2319498", "Q180773", "Q1986139" ], "relations": [ "P263", "P31" ], "adjacency": [ [ 2, 0, 1 ], [ 1, 1, 0 ] ], "entity_labels": [ "landmark", "Susa", "Parthian Empire" ], "relation_labels": [ "official residence", "instance of" ] }
select distinct ?obj where { wd:Q1986139 wdt:P263 ?obj . ?obj wdt:P31 wd:Q2319498 }
lcquad2-9870
What unit of power is named after James Watt, and what is it based on?
[ "second", "James Watt" ]
{ "entities": [ "Q11574", "Q25236", "Q9041" ], "relations": [ "P144", "P138" ], "adjacency": [ [ 1, 0, 0 ], [ 1, 1, 2 ] ], "entity_labels": [ "second", "watt", "James Watt" ], "relation_labels": [ "based on", "named after" ] }
SELECT ?ans_1 ?ans_2 WHERE { wd:Q25236 wdt:P144 ?ans_1 . wd:Q25236 wdt:P138 ?ans_2 }
lcquad2-23306
Title a report program that contains the word " climate" in its name
[ "A.M. Weather" ]
{ "entities": [ "Q1358344", "Q4647252" ], "relations": [ "P31" ], "adjacency": [ [ 1, 0, 0 ] ], "entity_labels": [ "news program", "A.M. Weather" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q1358344 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'weather')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-21990
What landmass is Melanesia found on?
[ "Insular Oceania" ]
{ "entities": [ "Q538", "Q37394", "Q5107" ], "relations": [ "P706", "P31" ], "adjacency": [ [ 1, 0, 0 ], [ 0, 1, 2 ] ], "entity_labels": [ "Insular Oceania", "Melanesia", "continent" ], "relation_labels": [ "located in/on physical feature", "instance of" ] }
select distinct ?obj where { wd:Q37394 wdt:P706 ?obj . ?obj wdt:P31 wd:Q5107 }
lcquad2-9690
Casey Affleck is brother and father to whom?
[ "Ben Affleck", "Atticus Affleck" ]
{ "entities": [ "Q270730", "Q483118", "Q29075353" ], "relations": [ "P3373", "P40" ], "adjacency": [ [ 0, 0, 1 ], [ 0, 1, 2 ] ], "entity_labels": [ "Casey Affleck", "Ben Affleck", "Atticus Affleck" ], "relation_labels": [ "sibling", "child" ] }
SELECT ?ans_1 ?ans_2 WHERE { wd:Q270730 wdt:P3373 ?ans_1 . wd:Q270730 wdt:P40 ?ans_2 }
lcquad2-24188
let me know island begins with z
[ "Zubchaty Island" ]
{ "entities": [ "Q23442", "Q8074924" ], "relations": [ "P31" ], "adjacency": [ [ 1, 0, 0 ] ], "entity_labels": [ "island", "Zubchaty Island" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q23442 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'z')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-22022
What t.v show did Ellen DeGeneres create?
[ "The Ellen Show" ]
{ "entities": [ "Q1140270", "Q5398426", "Q483325" ], "relations": [ "P31", "P170" ], "adjacency": [ [ 0, 1, 2 ], [ 0, 0, 1 ] ], "entity_labels": [ "The Ellen Show", "television series", "Ellen DeGeneres" ], "relation_labels": [ "instance of", "creator" ] }
select distinct ?sbj where { ?sbj wdt:P170 wd:Q483325 . ?sbj wdt:P31 wd:Q5398426 }
lcquad2-12742
What was once the demise region of Max Miedinger, which was divided into District 7?
[ "Zürich" ]
{ "entities": [ "Q72", "Q456149", "Q118270" ], "relations": [ "P150", "P20" ], "adjacency": [ [ 2, 1, 0 ], [ 0, 0, 1 ] ], "entity_labels": [ "Zürich", "District 7", "Max Miedinger" ], "relation_labels": [ "contains the administrative territorial entity", "place of death" ] }
SELECT ?answer WHERE { wd:Q118270 wdt:P20 ?answer . ?answer wdt:P150 wd:Q456149}
lcquad2-24125
What are the framework of units which begin with the letter u
[ "United States customary system" ]
{ "entities": [ "Q1116609", "Q932268" ], "relations": [ "P31" ], "adjacency": [ [ 0, 0, 1 ] ], "entity_labels": [ "United States customary system", "system of units" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q932268 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'u')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-14200
What is San Francisco's twin city containing the district Songjiang?
[ "Shanghai" ]
{ "entities": [ "Q62", "Q662380", "Q8686" ], "relations": [ "P190", "P150" ], "adjacency": [ [ 0, 0, 2 ], [ 2, 1, 1 ] ], "entity_labels": [ "San Francisco", "Songjiang District", "Shanghai" ], "relation_labels": [ "twinned administrative body", "contains the administrative territorial entity" ] }
SELECT ?answer WHERE { wd:Q62 wdt:P190 ?answer . ?answer wdt:P150 wd:Q662380}
lcquad2-13770
What title does Ashot I of Armenia have that is listed in the foremost article of list?
[ "prince of princes of Armenia" ]
{ "entities": [ "Q5", "Q463419", "Q13053001" ], "relations": [ "P97", "P360" ], "adjacency": [ [ 1, 0, 2 ], [ 2, 1, 0 ] ], "entity_labels": [ "human", "Ashot I of Armenia", "prince of princes of Armenia" ], "relation_labels": [ "noble title", "is a list of" ] }
SELECT ?answer WHERE { wd:Q463419 wdt:P97 ?answer . ?answer wdt:P360 wd:Q5}
lcquad2-21415
What football group does Clarence Seedorf play for?
[ "U.C. Sampdoria" ]
{ "entities": [ "Q476028", "Q1457", "Q484909" ], "relations": [ "P54", "P31" ], "adjacency": [ [ 2, 0, 1 ], [ 1, 1, 0 ] ], "entity_labels": [ "association football club", "U.C. Sampdoria", "Clarence Seedorf" ], "relation_labels": [ "member of sports team", "instance of" ] }
select distinct ?obj where { wd:Q484909 wdt:P54 ?obj . ?obj wdt:P31 wd:Q476028 }
lcquad2-14771
Which is area seat of working environment of Hans Bellmer?
[ "Germany" ]
{ "entities": [ "Q213703", "Q183", "Q64" ], "relations": [ "P1376", "P937" ], "adjacency": [ [ 0, 1, 2 ], [ 2, 0, 1 ] ], "entity_labels": [ "Hans Bellmer", "Germany", "Berlin" ], "relation_labels": [ "capital of", "work location" ] }
SELECT ?answer WHERE { wd:Q213703 wdt:P937 ?X . ?X wdt:P1376 ?answer}
lcquad2-19903
The veganism lifestyle is for which type person?
[ "Lewis Hamilton" ]
{ "entities": [ "Q9673", "Q5", "Q181138" ], "relations": [ "P31", "P1576" ], "adjacency": [ [ 0, 1, 2 ], [ 0, 0, 1 ] ], "entity_labels": [ "Lewis Hamilton", "human", "veganism" ], "relation_labels": [ "instance of", "lifestyle" ] }
select distinct ?sbj where { ?sbj wdt:P1576 wd:Q181138 . ?sbj wdt:P31 wd:Q5 }
lcquad2-24728
which web standard begins with the letter u
[ "Uniform Resource Identifier" ]
{ "entities": [ "Q61694", "Q290378" ], "relations": [ "P31" ], "adjacency": [ [ 0, 0, 1 ] ], "entity_labels": [ "Uniform Resource Identifier", "internet standard" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q290378 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'u')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-16431
What is the passing cause of the characters of Troades ?
[ "disappointment" ]
{ "entities": [ "Q3999195", "Q725527", "Q621206" ], "relations": [ "P674", "P509" ], "adjacency": [ [ 0, 0, 1 ], [ 1, 1, 2 ] ], "entity_labels": [ "Troades", "Calchas", "disappointment" ], "relation_labels": [ "characters", "cause of death" ] }
SELECT ?answer WHERE { wd:Q3999195 wdt:P674 ?X . ?X wdt:P509 ?answer}
lcquad2-9699
Who is the partner and who is the mom of Ganesha?
[ "Ridhi", "Parvati" ]
{ "entities": [ "Q170485", "Q1579", "Q55762463" ], "relations": [ "P25", "P26" ], "adjacency": [ [ 1, 0, 0 ], [ 1, 1, 2 ] ], "entity_labels": [ "Parvati", "Ganesha är snygg", "Ridhi" ], "relation_labels": [ "mother", "spouse" ] }
SELECT ?ans_1 ?ans_2 WHERE { wd:Q1579 wdt:P25 ?ans_1 . wd:Q1579 wdt:P26 ?ans_2 }
lcquad2-23915
Let me know respectful ward whose title has the word winmarleigh in it.
[ "Winmarleigh" ]
{ "entities": [ "Q1115575", "Q600901" ], "relations": [ "P31" ], "adjacency": [ [ 1, 0, 0 ] ], "entity_labels": [ "civil parish", "Winmarleigh" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q1115575 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'winmarleigh')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-17498
What is the universe of the boyfriend of Minnie Mouse ?
[ "Mickey Mouse universe" ]
{ "entities": [ "Q11936", "Q11934", "Q3260246" ], "relations": [ "P451", "P1080" ], "adjacency": [ [ 0, 0, 1 ], [ 1, 1, 2 ] ], "entity_labels": [ "Minnie Mouse", "Mickey Mouse", "Mickey Mouse universe" ], "relation_labels": [ "unmarried partner", "from narrative universe" ] }
SELECT ?answer WHERE { wd:Q11936 wdt:P451 ?X . ?X wdt:P1080 ?answer}
lcquad2-22068
What republic does George Weah live in?
[ "Liberia" ]
{ "entities": [ "Q1014", "Q173139", "Q7270" ], "relations": [ "P31", "P1532" ], "adjacency": [ [ 1, 1, 0 ], [ 0, 0, 2 ] ], "entity_labels": [ "Liberia", "George Weah", "republic" ], "relation_labels": [ "instance of", "country for sport" ] }
select distinct ?obj where { wd:Q173139 wdt:P1532 ?obj . ?obj wdt:P31 wd:Q7270 }
lcquad2-25601
let me know scholarly character to begin with appearance Activity Comics #1 begins with s
[ "Superman" ]
{ "entities": [ "Q79015", "Q3658341", "Q5229132" ], "relations": [ "P31", "P4584" ], "adjacency": [ [ 0, 0, 1 ], [ 0, 1, 2 ] ], "entity_labels": [ "Superman", "literary character", "Action Comics #1" ], "relation_labels": [ "instance of", "first appearance" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q3658341 . ?sbj wdt:P4584 wd:Q5229132 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 's')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-16289
The Aircraft carried by Cook was played by who?
[ "cook" ]
{ "entities": [ "Q1521410", "Q156839" ], "relations": [ "P1535", "P121" ], "adjacency": [ [ 1, 1, 0 ], [ 0, 0, 1 ] ], "entity_labels": [ "kitchenware", "cook" ], "relation_labels": [ "used by", "item operated" ] }
SELECT ?answer WHERE { wd:Q156839 wdt:P121 ?X . ?X wdt:P1535 ?answer}
lcquad2-22968
who is the vehicle demonstrate for producer of honda?
[ "Honda J-VX" ]
{ "entities": [ "Q5892531", "Q29048322", "Q9584" ], "relations": [ "P31", "P176" ], "adjacency": [ [ 0, 1, 2 ], [ 0, 0, 1 ] ], "entity_labels": [ "Honda J-VX", "vehicle model", "Honda" ], "relation_labels": [ "instance of", "manufacturer" ] }
select distinct ?sbj where { ?sbj wdt:P176 wd:Q9584 . ?sbj wdt:P31 wd:Q29048322 }
lcquad2-23951
Let me know tax assessment whose title has the word sam in it.
[ "tithe" ]
{ "entities": [ "Q184664", "Q1964442" ], "relations": [ "P31" ], "adjacency": [ [ 0, 0, 1 ] ], "entity_labels": [ "tithe", "taxation" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q1964442 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'tithe')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-12427
What is Nanning's twin town, where Carinthia is located in the administrative territorial entity?
[ "Klagenfurt" ]
{ "entities": [ "Q179608", "Q37985", "Q41753" ], "relations": [ "P190", "P131" ], "adjacency": [ [ 0, 0, 2 ], [ 2, 1, 1 ] ], "entity_labels": [ "Nanning", "Carinthia", "Klagenfurt" ], "relation_labels": [ "twinned administrative body", "located in the administrative territorial entity" ] }
SELECT ?answer WHERE { wd:Q179608 wdt:P190 ?answer . ?answer wdt:P131 wd:Q37985}
lcquad2-20689
Which is the portion which is somewhat coincident with the curriculum?
[ "course" ]
{ "entities": [ "Q15989253", "Q600134", "Q207137" ], "relations": [ "P1382", "P31" ], "adjacency": [ [ 2, 0, 1 ], [ 1, 1, 0 ] ], "entity_labels": [ "part", "course", "curriculum" ], "relation_labels": [ "partially coincident with", "instance of" ] }
select distinct ?obj where { wd:Q207137 wdt:P1382 ?obj . ?obj wdt:P31 wd:Q15989253 }
lcquad2-23399
Disclose me alternative medical treatment whose name has the word therapy in it.
[ "Balur therapy" ]
{ "entities": [ "Q31338769", "Q97328066" ], "relations": [ "P31" ], "adjacency": [ [ 1, 0, 0 ] ], "entity_labels": [ "alternative medical treatment", "Balur therapy" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q31338769 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'therapy')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-24293
What is the state of Mexico that begins with letter z?
[ "Zacatecas" ]
{ "entities": [ "Q80269", "Q15149663" ], "relations": [ "P31" ], "adjacency": [ [ 0, 0, 1 ] ], "entity_labels": [ "Zacatecas", "state of Mexico" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q15149663 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'z')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-24155
what is legal case that begins with w
[ "Watkins v Home Office and others" ]
{ "entities": [ "Q99372812", "Q2334719" ], "relations": [ "P31" ], "adjacency": [ [ 0, 0, 1 ] ], "entity_labels": [ "Watkins v Home Office and others", "legal case" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q2334719 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'w')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-19842
Describe silk fabrication process.
[ "sericulture" ]
{ "entities": [ "Q29028649", "Q37681", "Q864650" ], "relations": [ "P31", "P2079" ], "adjacency": [ [ 1, 1, 2 ], [ 2, 0, 0 ] ], "entity_labels": [ "economic concept", "silk", "sericulture" ], "relation_labels": [ "instance of", "fabrication method" ] }
select distinct ?obj where { wd:Q37681 wdt:P2079 ?obj . ?obj wdt:P31 wd:Q29028649 }
lcquad2-13015
Who is the inventor/ discoverer of paper bag and have demise region as Framingham ?
[ "Margaret E. Knight" ]
{ "entities": [ "Q988568", "Q379754", "Q431518" ], "relations": [ "P20", "P61" ], "adjacency": [ [ 1, 1, 2 ], [ 2, 0, 0 ] ], "entity_labels": [ "Framingham", "paper bag", "Margaret E. Knight" ], "relation_labels": [ "place of death", "discoverer or inventor" ] }
SELECT ?answer WHERE { wd:Q379754 wdt:P61 ?answer . ?answer wdt:P20 wd:Q988568}
lcquad2-19787
The parent astronomical body Pluto has which moons?
[ "Charon" ]
{ "entities": [ "Q6604", "Q184246", "Q339" ], "relations": [ "P397", "P31" ], "adjacency": [ [ 0, 0, 2 ], [ 0, 1, 1 ] ], "entity_labels": [ "Charon", "moon of Pluto", "Pluto" ], "relation_labels": [ "parent astronomical body", "instance of" ] }
select distinct ?sbj where { ?sbj wdt:P397 wd:Q339 . ?sbj wdt:P31 wd:Q184246 }
lcquad2-17286
What voice is on-screen characters from work of Passing the Kid ?What is critical of musician of My Way ?
[ "France Gall" ]
{ "entities": [ "Q365985", "Q925657", "Q208258" ], "relations": [ "P451", "P86" ], "adjacency": [ [ 1, 1, 0 ], [ 0, 0, 2 ] ], "entity_labels": [ "Claude François", "My Way", "France Gall" ], "relation_labels": [ "unmarried partner", "composer" ] }
SELECT ?answer WHERE { wd:Q925657 wdt:P86 ?X . ?X wdt:P451 ?answer}
lcquad2-22409
What's the Spanish road leading to Seville called?
[ "Carretera Nacional N-IV" ]
{ "entities": [ "Q15212722", "Q8717", "Q1959612" ], "relations": [ "P31", "P609" ], "adjacency": [ [ 2, 1, 1 ], [ 2, 0, 0 ] ], "entity_labels": [ "national road in Spain", "Seville", "Carretera Nacional N-IV" ], "relation_labels": [ "instance of", "terminus location" ] }
select distinct ?sbj where { ?sbj wdt:P609 wd:Q8717 . ?sbj wdt:P31 wd:Q15212722 }
lcquad2-21774
Who is the { film } of the { Wyatt Earp } characters?
[ "Wyatt Earp" ]
{ "entities": [ "Q1355172", "Q11424", "Q44616" ], "relations": [ "P674", "P31" ], "adjacency": [ [ 0, 0, 2 ], [ 0, 1, 1 ] ], "entity_labels": [ "Wyatt Earp", "film", "Wyatt Earp" ], "relation_labels": [ "characters", "instance of" ] }
select distinct ?sbj where { ?sbj wdt:P674 wd:Q44616 . ?sbj wdt:P31 wd:Q11424 }
lcquad2-14335
What is the official department of the citizens of Zhang Ziyi?
[ "State Council of the People's Republic of China" ]
{ "entities": [ "Q180852", "Q59261", "Q148" ], "relations": [ "P208", "P27" ], "adjacency": [ [ 0, 1, 2 ], [ 2, 0, 1 ] ], "entity_labels": [ "Zhang Ziyi", "State Council of the People's Republic of China", "People's Republic of China" ], "relation_labels": [ "executive body", "country of citizenship" ] }
SELECT ?answer WHERE { wd:Q180852 wdt:P27 ?X . ?X wdt:P208 ?answer}
lcquad2-20243
Give me the names of those who signed the Declaration of Independence.
[ "Thomas Jefferson" ]
{ "entities": [ "Q11812", "Q127912", "Q5" ], "relations": [ "P31", "P1891" ], "adjacency": [ [ 1, 1, 0 ], [ 0, 0, 2 ] ], "entity_labels": [ "Thomas Jefferson", "United States Declaration of Independence", "human" ], "relation_labels": [ "instance of", "signatory" ] }
select distinct ?obj where { wd:Q127912 wdt:P1891 ?obj . ?obj wdt:P31 wd:Q5 }
lcquad2-20477
What college did Niels Bohr work at?
[ "University of Cambridge" ]
{ "entities": [ "Q3354859", "Q7085", "Q35794" ], "relations": [ "P31", "P1416" ], "adjacency": [ [ 1, 1, 2 ], [ 2, 0, 0 ] ], "entity_labels": [ "collegiate university", "Niels Bohr", "University of Cambridge" ], "relation_labels": [ "instance of", "affiliation" ] }
select distinct ?obj where { wd:Q7085 wdt:P1416 ?obj . ?obj wdt:P31 wd:Q3354859 }
lcquad2-15969
Let me, know Tokyo Marui, who was the marker that played sports?
[ "airsoft" ]
{ "entities": [ "Q607621", "Q217108", "Q1142497" ], "relations": [ "P641", "P1056" ], "adjacency": [ [ 0, 1, 2 ], [ 2, 0, 1 ] ], "entity_labels": [ "Tokyo Marui", "airsoft", "airsoft gun" ], "relation_labels": [ "sport", "product or material produced" ] }
SELECT ?answer WHERE { wd:Q607621 wdt:P1056 ?X . ?X wdt:P641 ?answer}
lcquad2-21052
What is the critical point of interest within the capital of the Achaemenid Realm?
[ "Persepolis" ]
{ "entities": [ "Q389688", "Q2319498", "Q129072" ], "relations": [ "P31", "P36" ], "adjacency": [ [ 0, 1, 2 ], [ 2, 0, 1 ] ], "entity_labels": [ "Achaemenid Empire", "landmark", "Persepolis" ], "relation_labels": [ "instance of", "capital" ] }
select distinct ?obj where { wd:Q389688 wdt:P36 ?obj . ?obj wdt:P31 wd:Q2319498 }
lcquad2-11919
Who is the author of Fox Broadcasting Company and encompasses a situate in Unused York City?
[ "Rupert Murdoch" ]
{ "entities": [ "Q60", "Q166419", "Q53944" ], "relations": [ "P112", "P159" ], "adjacency": [ [ 1, 0, 2 ], [ 2, 1, 0 ] ], "entity_labels": [ "New York City", "Fox Broadcasting Company", "Rupert Murdoch" ], "relation_labels": [ "founded by", "headquarters location" ] }
SELECT ?answer WHERE { wd:Q166419 wdt:P112 ?answer . ?answer wdt:P159 wd:Q60}
lcquad2-14319
What is the musical instrument used in the painting of Her Majesty Queen Elizabeth II - An eightieth Birthday Portrait?
[ "voice" ]
{ "entities": [ "Q24807636", "Q1975172", "Q17172850" ], "relations": [ "P1303", "P170" ], "adjacency": [ [ 0, 1, 1 ], [ 1, 0, 2 ] ], "entity_labels": [ "Her Majesty Queen Elizabeth II – An 80th Birthday Portrait", "Rolf Harris", "voice" ], "relation_labels": [ "instrument", "creator" ] }
SELECT ?answer WHERE { wd:Q24807636 wdt:P170 ?X . ?X wdt:P1303 ?answer}
lcquad2-22944
Allow the triangular number which is inverse to 0?
[ "zero" ]
{ "entities": [ "Q204", "Q245102" ], "relations": [ "P31", "P461" ], "adjacency": [ [ 0, 1, 0 ], [ 0, 0, 1 ] ], "entity_labels": [ "zero", "triangular number" ], "relation_labels": [ "instance of", "opposite of" ] }
select distinct ?sbj where { ?sbj wdt:P461 wd:Q204 . ?sbj wdt:P31 wd:Q245102 }
lcquad2-23269
Tell me game whose name has the word zauberturm in it
[ "Blue wine" ]
{ "entities": [ "Q60741368", "Q8024923" ], "relations": [ "P31" ], "adjacency": [ [ 0, 0, 1 ] ], "entity_labels": [ "Blue wine", "wine color" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q8024923 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'wine')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-23635
what is evangelist society that contains the word society in their title
[ "Women's Baptist Foreign Missionary Society of Eastern Ontario and Quebec" ]
{ "entities": [ "Q20746389", "Q96196689" ], "relations": [ "P31" ], "adjacency": [ [ 1, 0, 0 ] ], "entity_labels": [ "missionary society", "Women's Baptist Foreign Missionary Society of Eastern Ontario and Quebec" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q20746389 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'society')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-23492
Disclose me mythical creature whose name has the word seka in it.
[ "Şekä" ]
{ "entities": [ "Q2239243", "Q4818242" ], "relations": [ "P31" ], "adjacency": [ [ 1, 0, 0 ] ], "entity_labels": [ "mythical creature", "Şekä" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q2239243 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'şekä')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-21367
Who is the { mausoleum } for the { Qin Shi Huang } commission?
[ "Mausoleum of the First Qin Emperor" ]
{ "entities": [ "Q162875", "Q7192", "Q910180" ], "relations": [ "P31", "P88" ], "adjacency": [ [ 2, 1, 1 ], [ 2, 0, 0 ] ], "entity_labels": [ "mausoleum", "Qin Shi Huangdi", "Mausoleum of the First Qin Emperor" ], "relation_labels": [ "instance of", "commissioned by" ] }
select distinct ?sbj where { ?sbj wdt:P88 wd:Q7192 . ?sbj wdt:P31 wd:Q162875 }
lcquad2-20265
Where does Game of Thrones take place?
[ "World of Ice and Fire" ]
{ "entities": [ "Q23572", "Q559618", "Q2461698" ], "relations": [ "P1434", "P31" ], "adjacency": [ [ 0, 0, 2 ], [ 2, 1, 1 ] ], "entity_labels": [ "Game of Thrones", "fictional universe", "World of Ice and Fire" ], "relation_labels": [ "takes place in fictional universe", "instance of" ] }
select distinct ?obj where { wd:Q23572 wdt:P1434 ?obj . ?obj wdt:P31 wd:Q559618 }
lcquad2-25201
Tell me a beer festival geared up by using Landeshauptstadt München with the phrase "oktoberfest" in its name.
[ "Oktoberfest" ]
{ "entities": [ "Q102400", "Q1361384", "Q2919327" ], "relations": [ "P31", "P664" ], "adjacency": [ [ 0, 0, 2 ], [ 0, 1, 1 ] ], "entity_labels": [ "Oktoberfest", "Landeshauptstadt München", "beer festival" ], "relation_labels": [ "instance of", "organizer" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q2919327 . ?sbj wdt:P664 wd:Q1361384 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'oktoberfest')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-13311
Where is the deathplace of Sergie Bodrov, Jr. that borders the Karbardino-Balkar Republic?
[ "Republic of North Ossetia-Alania" ]
{ "entities": [ "Q508904", "Q5237", "Q5267" ], "relations": [ "P20", "P47" ], "adjacency": [ [ 0, 0, 1 ], [ 1, 1, 2 ] ], "entity_labels": [ "Sergey Bodrov, Jr.", "Republic of North Ossetia-Alania", "Kabardino-Balkaria" ], "relation_labels": [ "place of death", "shares border with" ] }
SELECT ?answer WHERE { wd:Q508904 wdt:P20 ?answer . ?answer wdt:P47 wd:Q5267}
lcquad2-20493
Who is the Soviet Union's head of state?
[ "Mikhail Gorbachev" ]
{ "entities": [ "Q15180", "Q5", "Q30487" ], "relations": [ "P35", "P31" ], "adjacency": [ [ 0, 0, 2 ], [ 2, 1, 1 ] ], "entity_labels": [ "Soviet Union", "human", "Mikhail Gorbachev" ], "relation_labels": [ "head of state", "instance of" ] }
select distinct ?obj where { wd:Q15180 wdt:P35 ?obj . ?obj wdt:P31 wd:Q5 }
lcquad2-19681
What is the prefecture of Hiroshima in Japan ?
[ "Hiroshima Prefecture" ]
{ "entities": [ "Q617375", "Q50337", "Q34664" ], "relations": [ "P31", "P131" ], "adjacency": [ [ 2, 1, 0 ], [ 0, 0, 1 ] ], "entity_labels": [ "Hiroshima Prefecture", "prefecture of Japan", "Hiroshima" ], "relation_labels": [ "instance of", "located in the administrative territorial entity" ] }
select distinct ?obj where { wd:Q34664 wdt:P131 ?obj . ?obj wdt:P31 wd:Q50337 }
lcquad2-23900
what is military enhancement that contains the word war in their name
[ "List of Padma Shri award recipients (2020–2029)" ]
{ "entities": [ "Q1788716", "Q83794474" ], "relations": [ "P31" ], "adjacency": [ [ 1, 0, 0 ] ], "entity_labels": [ "military decoration", "List of Padma Shri award recipients (2020–2029)" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q1788716 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'war')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-22052
What component of history is affiliated with the study of Psychology?
[ "history of psychology" ]
{ "entities": [ "Q9418", "Q17524420", "Q261215" ], "relations": [ "P31", "P2578" ], "adjacency": [ [ 2, 1, 0 ], [ 2, 0, 1 ] ], "entity_labels": [ "psychology", "aspect of history", "history of psychology" ], "relation_labels": [ "instance of", "is the study of" ] }
select distinct ?sbj where { ?sbj wdt:P2578 wd:Q9418 . ?sbj wdt:P31 wd:Q17524420 }
lcquad2-9963
Tell me Stephen Fry's gender and sexual orientation.
[ "homosexuality", "male" ]
{ "entities": [ "Q6636", "Q192912", "Q6581097" ], "relations": [ "P21", "P91" ], "adjacency": [ [ 1, 0, 2 ], [ 1, 1, 0 ] ], "entity_labels": [ "homosexuality", "Stephen Fry", "male" ], "relation_labels": [ "sex or gender", "sexual orientation" ] }
SELECT ?ans_1 ?ans_2 WHERE { wd:Q192912 wdt:P21 ?ans_1 . wd:Q192912 wdt:P91 ?ans_2 }
lcquad2-14024
What is located in Western Ghats with the same Ramanathapuram district administrative divisions?
[ "Tamil Nadu" ]
{ "entities": [ "Q4527", "Q1445", "Q15191" ], "relations": [ "P150", "P131" ], "adjacency": [ [ 0, 1, 1 ], [ 1, 0, 2 ] ], "entity_labels": [ "Western Ghats", "Tamil Nadu", "Ramanathapuram district" ], "relation_labels": [ "contains the administrative territorial entity", "located in the administrative territorial entity" ] }
SELECT ?answer WHERE { wd:Q4527 wdt:P131 ?answer . ?answer wdt:P150 wd:Q15191}
lcquad2-15193
Who lives on the shore of Richard Dawkins?
[ "Cherwell" ]
{ "entities": [ "Q44461", "Q1070474", "Q34217" ], "relations": [ "P206", "P551" ], "adjacency": [ [ 0, 1, 2 ], [ 2, 0, 1 ] ], "entity_labels": [ "Richard Dawkins", "Cherwell", "Oxford" ], "relation_labels": [ "located in or next to body of water", "residence" ] }
SELECT ?answer WHERE { wd:Q44461 wdt:P551 ?X . ?X wdt:P206 ?answer}
lcquad2-14409
Who composed the outstanding book, The Bigmoon Nights?
[ "Piano Concerto No. 1" ]
{ "entities": [ "Q4327733", "Q7315", "Q162935" ], "relations": [ "P86", "P800" ], "adjacency": [ [ 0, 0, 1 ], [ 1, 1, 2 ] ], "entity_labels": [ "The Bigmoon Nights", "Pyotr Ilyich Tchaikovsky", "Piano Concerto No. 1" ], "relation_labels": [ "composer", "notable work" ] }
SELECT ?answer WHERE { wd:Q4327733 wdt:P86 ?X . ?X wdt:P800 ?answer}
lcquad2-23944
Tell me the functional class of the aircraft whose name includes the word twinjet.
[ "wide-body twinjet" ]
{ "entities": [ "Q20027953", "Q18683432" ], "relations": [ "P31" ], "adjacency": [ [ 1, 0, 0 ] ], "entity_labels": [ "aircraft functional class", "wide-body twinjet" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q20027953 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'twinjet')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-22426
What pharmaceutical is utilized to treat anthrax?
[ "streptomycin" ]
{ "entities": [ "Q12140", "Q129104", "Q192717" ], "relations": [ "P31", "P2176" ], "adjacency": [ [ 1, 1, 2 ], [ 2, 0, 0 ] ], "entity_labels": [ "medication", "anthrax", "streptomycin" ], "relation_labels": [ "instance of", "drug or therapy used for treatment" ] }
select distinct ?obj where { wd:Q129104 wdt:P2176 ?obj . ?obj wdt:P31 wd:Q12140 }
lcquad2-23282
What are the endeavor which begin with the letter zinifex
[ "Zinifex" ]
{ "entities": [ "Q6881511", "Q204557" ], "relations": [ "P31" ], "adjacency": [ [ 1, 0, 0 ] ], "entity_labels": [ "enterprise", "Zinifex" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q6881511 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'zinifex')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-17177
What is the film of the melodic score of String Quartets, Op. 76?
[ "western classical music" ]
{ "entities": [ "Q7349", "Q9730", "Q2919526" ], "relations": [ "P86", "P136" ], "adjacency": [ [ 2, 0, 0 ], [ 0, 1, 1 ] ], "entity_labels": [ "Joseph Haydn", "western classical music", "String Quartets, Op. 76" ], "relation_labels": [ "composer", "genre" ] }
SELECT ?answer WHERE { wd:Q2919526 wdt:P86 ?X . ?X wdt:P136 ?answer}
lcquad2-24767
the letter M what are the controversy that start with it
[ "Mao Zedong thanking Japan controversy" ]
{ "entities": [ "Q1255828", "Q97300335" ], "relations": [ "P31" ], "adjacency": [ [ 1, 0, 0 ] ], "entity_labels": [ "controversy", "Mao Zedong thanking Japan controversy" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q1255828 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'm')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-21855
Who is the individual that was affected by Richard Dawkins?
[ "Stephen Law" ]
{ "entities": [ "Q44461", "Q7609759", "Q5" ], "relations": [ "P31", "P737" ], "adjacency": [ [ 1, 1, 0 ], [ 1, 0, 2 ] ], "entity_labels": [ "Richard Dawkins", "Stephen Law", "human" ], "relation_labels": [ "instance of", "influenced by" ] }
select distinct ?sbj where { ?sbj wdt:P737 wd:Q44461 . ?sbj wdt:P31 wd:Q5 }
lcquad2-23402
Name the web search engine in the name of the word yatedo
[ "Yatedo" ]
{ "entities": [ "Q4182287", "Q3572006" ], "relations": [ "P31" ], "adjacency": [ [ 1, 0, 0 ] ], "entity_labels": [ "web search engine", "Yatedo" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q4182287 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'yatedo')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-21196
What Hanseatic city is the twinned authoritative body of Leeds?
[ "Dortmund" ]
{ "entities": [ "Q1295", "Q707813", "Q39121" ], "relations": [ "P31", "P190" ], "adjacency": [ [ 0, 1, 2 ], [ 0, 0, 1 ] ], "entity_labels": [ "Dortmund", "Hanseatic city", "Leeds" ], "relation_labels": [ "instance of", "twinned administrative body" ] }
select distinct ?sbj where { ?sbj wdt:P190 wd:Q39121 . ?sbj wdt:P31 wd:Q707813 }
lcquad2-13928
Where did Robert Shrewd pass on, sister city is Makati?
[ "Los Angeles" ]
{ "entities": [ "Q59821", "Q65", "Q1508" ], "relations": [ "P190", "P20" ], "adjacency": [ [ 0, 1, 1 ], [ 1, 0, 2 ] ], "entity_labels": [ "Robert Wise", "Los Angeles", "Makati" ], "relation_labels": [ "twinned administrative body", "place of death" ] }
SELECT ?answer WHERE { wd:Q59821 wdt:P20 ?answer . ?answer wdt:P190 wd:Q1508}
lcquad2-16963
Julius Caesar's patron saint place of residence is where?
[ "Peter" ]
{ "entities": [ "Q33923", "Q220", "Q1048" ], "relations": [ "P417", "P551" ], "adjacency": [ [ 2, 1, 1 ], [ 1, 0, 0 ] ], "entity_labels": [ "Peter", "Rome", "Julius Caesar" ], "relation_labels": [ "patron saint", "residence" ] }
SELECT ?answer WHERE { wd:Q1048 wdt:P551 ?X . ?X wdt:P417 ?answer}