id
stringlengths
11
13
question
stringlengths
11
8.64k
answers
sequence
subgraph
dict
sparql
stringlengths
49
483
lcquad2-21087
Avion represents in the context of the Georgetown university?
[ "Georgetown Hoyas men's basketball" ]
{ "entities": [ "Q333886", "Q13393265", "Q5547005" ], "relations": [ "P1268", "P31" ], "adjacency": [ [ 2, 0, 0 ], [ 2, 1, 1 ] ], "entity_labels": [ "Georgetown University", "basketball team", "Georgetown Hoyas men's basketball" ], "relation_labels": [ "represents", "instance of" ] }
select distinct ?sbj where { ?sbj wdt:P1268 wd:Q333886 . ?sbj wdt:P31 wd:Q13393265 }
lcquad2-20508
Batman was created by whom?
[ "Bob Kane" ]
{ "entities": [ "Q313048", "Q2695156", "Q5" ], "relations": [ "P31", "P170" ], "adjacency": [ [ 1, 1, 0 ], [ 0, 0, 2 ] ], "entity_labels": [ "Bob Kane", "Batman", "human" ], "relation_labels": [ "instance of", "creator" ] }
select distinct ?obj where { wd:Q2695156 wdt:P170 ?obj . ?obj wdt:P31 wd:Q5 }
lcquad2-17173
Who gave the { higher taxon } { Triticale } { type of taxon }?
[ "tribe" ]
{ "entities": [ "Q148694", "Q227936", "Q380329" ], "relations": [ "P105", "P171" ], "adjacency": [ [ 2, 1, 0 ], [ 0, 0, 1 ] ], "entity_labels": [ "Triticeae", "tribe", "×Triticale" ], "relation_labels": [ "taxon rank", "parent taxon" ] }
SELECT ?answer WHERE { wd:Q380329 wdt:P171 ?X . ?X wdt:P105 ?answer}
lcquad2-25180
Tell me me a ethnic group whose name consist of the phrase "sioux" and whose language used Sioux
[ "Sioux" ]
{ "entities": [ "Q13268", "Q41710", "Q107434" ], "relations": [ "P31", "P2936" ], "adjacency": [ [ 2, 0, 1 ], [ 2, 1, 0 ] ], "entity_labels": [ "Sioux", "ethnic group", "Sioux" ], "relation_labels": [ "instance of", "language used" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q41710 . ?sbj wdt:P2936 wd:Q13268 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'sioux')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-12503
When did award received of Octavio Paz and area of work?
[ "pain" ]
{ "entities": [ "Q81938", "Q221174", "Q208195" ], "relations": [ "P2176", "P461" ], "adjacency": [ [ 2, 1, 0 ], [ 0, 0, 1 ] ], "entity_labels": [ "pain", "topiramate", "pleasure" ], "relation_labels": [ "drug or therapy used for treatment", "opposite of" ] }
SELECT ?answer WHERE { wd:Q208195 wdt:P461 ?answer . ?answer wdt:P2176 wd:Q221174}
lcquad2-11915
"What is {is in the Indian reserve of} of {Fujian}, which has {borders} of {Afghanistan} ?"
[ "People's Republic of China" ]
{ "entities": [ "Q148", "Q889", "Q41705" ], "relations": [ "P47", "P131" ], "adjacency": [ [ 2, 1, 0 ], [ 0, 0, 1 ] ], "entity_labels": [ "People's Republic of China", "Afghanistan", "Fujian" ], "relation_labels": [ "shares border with", "located in the administrative territorial entity" ] }
SELECT ?answer WHERE { wd:Q41705 wdt:P131 ?answer . ?answer wdt:P47 wd:Q889}
lcquad2-12642
Who was the Arlene Raven Award winner that was awarded for art by the Women's Caucus?
[ "Women's Caucus for Art Lifetime Achievement Award" ]
{ "entities": [ "Q17019319", "Q8030842", "Q4792169" ], "relations": [ "P1027", "P166" ], "adjacency": [ [ 2, 1, 0 ], [ 0, 0, 1 ] ], "entity_labels": [ "Women's Caucus for Art Lifetime Achievement Award", "Women's Caucus for Art", "Arlene Raven" ], "relation_labels": [ "conferred by", "award received" ] }
SELECT ?answer WHERE { wd:Q4792169 wdt:P166 ?answer . ?answer wdt:P1027 wd:Q8030842}
lcquad2-22442
who archipelago for official dialect of norwegian?
[ "Svalbard" ]
{ "entities": [ "Q25231", "Q33837", "Q9043" ], "relations": [ "P37", "P31" ], "adjacency": [ [ 0, 0, 2 ], [ 0, 1, 1 ] ], "entity_labels": [ "Svalbard", "archipelago", "Norwegian" ], "relation_labels": [ "official language", "instance of" ] }
select distinct ?sbj where { ?sbj wdt:P37 wd:Q9043 . ?sbj wdt:P31 wd:Q33837 }
lcquad2-16907
What are the side effects of exposure to phosphine?
[ "heart rate variability" ]
{ "entities": [ "Q933954", "Q189331", "Q21175052" ], "relations": [ "P689", "P780" ], "adjacency": [ [ 2, 1, 1 ], [ 1, 0, 0 ] ], "entity_labels": [ "heart rate variability", "heart arrhythmia", "phosphine exposure" ], "relation_labels": [ "afflicts", "symptoms and signs" ] }
SELECT ?answer WHERE { wd:Q21175052 wdt:P780 ?X . ?X wdt:P689 ?answer}
lcquad2-24677
What is the railway line starting with the letter s
[ "Shanghai–Kunming railway" ]
{ "entities": [ "Q728937", "Q986630" ], "relations": [ "P31" ], "adjacency": [ [ 1, 0, 0 ] ], "entity_labels": [ "railway line", "Shanghai–Kunming railway" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q728937 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 's')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-20920
What is the wearing occasion for tall - hop competition?
[ "2018 European Athletics Championships – men's high jump" ]
{ "entities": [ "Q16510064", "Q56025992", "Q165704" ], "relations": [ "P31", "P2094" ], "adjacency": [ [ 1, 1, 2 ], [ 1, 0, 0 ] ], "entity_labels": [ "sporting event", "2018 European Athletics Championships – men's high jump", "high jump" ], "relation_labels": [ "instance of", "competition class" ] }
select distinct ?sbj where { ?sbj wdt:P2094 wd:Q165704 . ?sbj wdt:P31 wd:Q16510064 }
lcquad2-12154
What is the subitem of the records of Indiana that is bordered by using the country of Michigan?
[ "Indiana" ]
{ "entities": [ "Q1415", "Q11287624", "Q1166" ], "relations": [ "P1269", "P47" ], "adjacency": [ [ 1, 0, 0 ], [ 0, 1, 2 ] ], "entity_labels": [ "Indiana", "history of Indiana", "Michigan" ], "relation_labels": [ "facet of", "shares border with" ] }
SELECT ?answer WHERE { wd:Q11287624 wdt:P1269 ?answer . ?answer wdt:P47 wd:Q1166}
lcquad2-23945
Tell me the hypothesis in which the word substratum has its name.
[ "Vasconic substratum theory" ]
{ "entities": [ "Q202926", "Q41719" ], "relations": [ "P31" ], "adjacency": [ [ 0, 0, 1 ] ], "entity_labels": [ "Vasconic substratum theory", "hypothesis" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q41719 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'substratum')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-10112
What are the symptoms and medical treatments for the Ebola virus disease?
[ "analgesic", "poisoning" ]
{ "entities": [ "Q173235", "Q114953", "Q51993" ], "relations": [ "P924", "P780" ], "adjacency": [ [ 2, 0, 0 ], [ 2, 1, 1 ] ], "entity_labels": [ "analgesic", "poisoning", "Ebola hemorrhagic fever" ], "relation_labels": [ "possible treatment", "symptoms and signs" ] }
SELECT ?ans_1 ?ans_2 WHERE { wd:Q51993 wdt:P924 ?ans_1 . wd:Q51993 wdt:P780 ?ans_2 }
lcquad2-14143
What are the eminent books of Francis Portage Coppola that has gotten assignment in Institute Grant for Best Composing, Adjusted Screenplay?
[ "Apocalypse Now" ]
{ "entities": [ "Q107258", "Q182692", "Q56094" ], "relations": [ "P1411", "P800" ], "adjacency": [ [ 2, 1, 1 ], [ 1, 0, 0 ] ], "entity_labels": [ "Academy Award for Best Writing, Adapted Screenplay", "Apocalypse Now", "Francis Ford Coppola" ], "relation_labels": [ "nominated for", "notable work" ] }
SELECT ?answer WHERE { wd:Q56094 wdt:P800 ?answer . ?answer wdt:P1411 wd:Q107258}
lcquad2-12616
Title the innovator of deuterium who worked at Columbia University.
[ "Harold Urey" ]
{ "entities": [ "Q49088", "Q179777", "Q102296" ], "relations": [ "P108", "P61" ], "adjacency": [ [ 2, 1, 1 ], [ 1, 0, 0 ] ], "entity_labels": [ "Columbia University", "Harold Urey", "deuterium" ], "relation_labels": [ "employer", "discoverer or inventor" ] }
SELECT ?answer WHERE { wd:Q102296 wdt:P61 ?answer . ?answer wdt:P108 wd:Q49088}
lcquad2-24330
What are the flim generation company which begin with the letter t
[ "Tekele Productions" ]
{ "entities": [ "Q96239295", "Q1762059" ], "relations": [ "P31" ], "adjacency": [ [ 0, 0, 1 ] ], "entity_labels": [ "Tekele Productions", "film production company" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q1762059 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 't')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-14983
What sort of theme is based in Watsons, Ontario?
[ "history of Ontario" ]
{ "entities": [ "Q7974891", "Q1904", "Q1516561" ], "relations": [ "P2184", "P131" ], "adjacency": [ [ 0, 1, 1 ], [ 1, 0, 2 ] ], "entity_labels": [ "Watsons", "Ontario", "history of Ontario" ], "relation_labels": [ "history of topic", "located in the administrative territorial entity" ] }
SELECT ?answer WHERE { wd:Q7974891 wdt:P131 ?X . ?X wdt:P2184 ?answer}
lcquad2-22840
Jim Henson was the chief of which film?
[ "The Frog Prince" ]
{ "entities": [ "Q191037", "Q11424", "Q7735340" ], "relations": [ "P31", "P57" ], "adjacency": [ [ 2, 1, 0 ], [ 2, 0, 1 ] ], "entity_labels": [ "Jim Henson", "film", "The Frog Prince" ], "relation_labels": [ "instance of", "director" ] }
select distinct ?sbj where { ?sbj wdt:P57 wd:Q191037 . ?sbj wdt:P31 wd:Q11424 }
lcquad2-21879
What sort of quantum molecule may be a photon?
[ "photon" ]
{ "entities": [ "Q22675015", "Q3198" ], "relations": [ "P2152", "P31" ], "adjacency": [ [ 1, 0, 1 ], [ 1, 1, 0 ] ], "entity_labels": [ "type of quantum particle", "photon" ], "relation_labels": [ "antiparticle", "instance of" ] }
select distinct ?obj where { wd:Q3198 wdt:P2152 ?obj . ?obj wdt:P31 wd:Q22675015 }
lcquad2-20594
What proficient don does Kristi Yamaguchi take an interest in?
[ "Rudy Galindo" ]
{ "entities": [ "Q237651", "Q2001375", "Q5" ], "relations": [ "P31", "P1327" ], "adjacency": [ [ 0, 1, 1 ], [ 1, 0, 2 ] ], "entity_labels": [ "Kristi Yamaguchi", "Rudy Galindo", "human" ], "relation_labels": [ "instance of", "partner in business or sport" ] }
select distinct ?obj where { wd:Q237651 wdt:P1327 ?obj . ?obj wdt:P31 wd:Q5 }
lcquad2-13960
What is the language legitimate for Caucasian Albania , that comes earlier than Persian?
[ "Middle Persian" ]
{ "entities": [ "Q32063", "Q9168", "Q177076" ], "relations": [ "P37", "P156" ], "adjacency": [ [ 2, 0, 0 ], [ 0, 1, 1 ] ], "entity_labels": [ "Middle Persian", "Persian", "Caucasian Albania" ], "relation_labels": [ "official language", "followed by" ] }
SELECT ?answer WHERE { wd:Q177076 wdt:P37 ?answer . ?answer wdt:P156 wd:Q9168}
lcquad2-23226
Which is the solidarity of vitality that contains the word zettajoule in it's title?
[ "zettajoule" ]
{ "entities": [ "Q53393893", "Q2916980" ], "relations": [ "P31" ], "adjacency": [ [ 0, 0, 1 ] ], "entity_labels": [ "zettajoule", "unit of energy" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q2916980 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'zettajoule')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-14837
Give me the name of the administrative region of William M. Bass.
[ "Charlottesville" ]
{ "entities": [ "Q213439", "Q2579797", "Q123766" ], "relations": [ "P131", "P69" ], "adjacency": [ [ 1, 1, 0 ], [ 0, 0, 2 ] ], "entity_labels": [ "University of Virginia", "William M. Bass", "Charlottesville" ], "relation_labels": [ "located in the administrative territorial entity", "educated at" ] }
SELECT ?answer WHERE { wd:Q2579797 wdt:P69 ?X . ?X wdt:P131 ?answer}
lcquad2-23544
let me know cattle breed which title has the word wagtu in it
[ "Wagyu" ]
{ "entities": [ "Q1757956", "Q12045585" ], "relations": [ "P31" ], "adjacency": [ [ 0, 0, 1 ] ], "entity_labels": [ "Wagyu", "cattle breed" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q12045585 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'wagyu')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-21325
Where is the burial put of Anthony of Padua?
[ "Basilica of Saint Anthony of Padua" ]
{ "entities": [ "Q120560", "Q167477", "Q810139" ], "relations": [ "P119", "P31" ], "adjacency": [ [ 1, 0, 2 ], [ 2, 1, 0 ] ], "entity_labels": [ "minor basilica", "Anthony of Padua", "Basilica of Saint Anthony of Padua" ], "relation_labels": [ "place of burial", "instance of" ] }
select distinct ?obj where { wd:Q167477 wdt:P119 ?obj . ?obj wdt:P31 wd:Q120560 }
lcquad2-17870
What is the Pontus Kingdom's administrative center?
[ "Rûm Eyalet" ]
{ "entities": [ "Q487574", "Q170532", "Q7380487" ], "relations": [ "P1376", "P36" ], "adjacency": [ [ 2, 1, 1 ], [ 1, 0, 0 ] ], "entity_labels": [ "Rûm Eyalet", "Amasya", "Kingdom of Pontus" ], "relation_labels": [ "capital of", "capital" ] }
SELECT ?answer WHERE { wd:Q7380487 wdt:P36 ?X . ?X wdt:P1376 ?answer}
lcquad2-24889
Tell me the name of the military that begins with "w"
[ "Wehrmacht" ]
{ "entities": [ "Q128781", "Q772547" ], "relations": [ "P31" ], "adjacency": [ [ 0, 0, 1 ] ], "entity_labels": [ "Wehrmacht", "armed forces" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q772547 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'w')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-12416
What disease was once handled with niacin that was used for treatment of cerivastatin?
[ "familial hyperlipidemia" ]
{ "entities": [ "Q134658", "Q18554145", "Q423439" ], "relations": [ "P2175", "P2176" ], "adjacency": [ [ 0, 0, 1 ], [ 1, 1, 2 ] ], "entity_labels": [ "nicotinic acid", "familial hyperlipidemia", "cerivastatin" ], "relation_labels": [ "medical condition treated", "drug or therapy used for treatment" ] }
SELECT ?answer WHERE { wd:Q134658 wdt:P2175 ?answer . ?answer wdt:P2176 wd:Q423439}
lcquad2-17840
What is the most action of Harman Worldwide Businesses?
[ "audio amplifier" ]
{ "entities": [ "Q1153754", "Q27094", "Q1585599" ], "relations": [ "P1056", "P355" ], "adjacency": [ [ 2, 1, 0 ], [ 0, 0, 1 ] ], "entity_labels": [ "JBL", "audio amplifier", "Harman International Industries" ], "relation_labels": [ "product or material produced", "has subsidiary" ] }
SELECT ?answer WHERE { wd:Q1585599 wdt:P355 ?X . ?X wdt:P1056 ?answer}
lcquad2-24808
Disclose me the version, edition or translation that begins with "K".
[ "Кіевскія Святыни (1894 edition)" ]
{ "entities": [ "Q3331189", "Q63314786" ], "relations": [ "P31" ], "adjacency": [ [ 1, 0, 0 ] ], "entity_labels": [ "version, edition, or translation", "Кіевскія Святыни (1894 edition)" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q3331189 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'к')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-20709
Which is the internal planet that's a child cosmic body of Mir?
[ "Earth" ]
{ "entities": [ "Q2", "Q48604", "Q3504248" ], "relations": [ "P31", "P398" ], "adjacency": [ [ 0, 1, 1 ], [ 0, 0, 2 ] ], "entity_labels": [ "Earth", "Mir", "inner planet of the Solar System" ], "relation_labels": [ "instance of", "child astronomical body" ] }
select distinct ?sbj where { ?sbj wdt:P398 wd:Q48604 . ?sbj wdt:P31 wd:Q3504248 }
lcquad2-22708
What is the title of the Joined together Methodist Church's cemetary?
[ "Absecon United Methodist Church Cemetery" ]
{ "entities": [ "Q54940513", "Q39614", "Q329646" ], "relations": [ "P140", "P31" ], "adjacency": [ [ 0, 0, 2 ], [ 0, 1, 1 ] ], "entity_labels": [ "Absecon United Methodist Church Cemetery", "cemetery", "United Methodist Church" ], "relation_labels": [ "religion or worldview", "instance of" ] }
select distinct ?sbj where { ?sbj wdt:P140 wd:Q329646 . ?sbj wdt:P31 wd:Q39614 }
lcquad2-12491
What was Lee Marvin's disease whose symptoms included nausea?
[ "myocardial infarction" ]
{ "entities": [ "Q186889", "Q76895", "Q12152" ], "relations": [ "P509", "P780" ], "adjacency": [ [ 1, 0, 2 ], [ 2, 1, 0 ] ], "entity_labels": [ "nausea", "Lee Marvin", "myocardial infarction" ], "relation_labels": [ "cause of death", "symptoms and signs" ] }
SELECT ?answer WHERE { wd:Q76895 wdt:P509 ?answer . ?answer wdt:P780 wd:Q186889}
lcquad2-14374
Who is the conciliatory relations citizen of Kitty Wells
[ "Gabon" ]
{ "entities": [ "Q272913", "Q1000", "Q30" ], "relations": [ "P27", "P530" ], "adjacency": [ [ 0, 0, 2 ], [ 2, 1, 1 ] ], "entity_labels": [ "Kitty Wells", "Gabon", "United States of America" ], "relation_labels": [ "country of citizenship", "diplomatic relation" ] }
SELECT ?answer WHERE { wd:Q272913 wdt:P27 ?X . ?X wdt:P530 ?answer}
lcquad2-15879
In the conflict of Lajos Morocz, what agent participated?
[ "Imre Nagy" ]
{ "entities": [ "Q47462699", "Q177917", "Q164348" ], "relations": [ "P607", "P710" ], "adjacency": [ [ 0, 0, 2 ], [ 2, 1, 1 ] ], "entity_labels": [ "Lajos Mórocz", "Imre Nagy", "Hungarian Revolution of 1956" ], "relation_labels": [ "conflict", "participant" ] }
SELECT ?answer WHERE { wd:Q47462699 wdt:P607 ?X . ?X wdt:P710 ?answer}
lcquad2-12356
What is the impact of cellulose managed by eye contact?
[ "cellulose exposure" ]
{ "entities": [ "Q80294", "Q21074571", "Q21173544" ], "relations": [ "P1542", "P636" ], "adjacency": [ [ 0, 0, 2 ], [ 2, 1, 1 ] ], "entity_labels": [ "cellulose", "eye contact", "cellulose exposure" ], "relation_labels": [ "has effect", "route of administration" ] }
SELECT ?answer WHERE { wd:Q80294 wdt:P1542 ?answer . ?answer wdt:P636 wd:Q21074571}
lcquad2-21531
What sort does David Blaine work in?
[ "endurance art" ]
{ "entities": [ "Q5376667", "Q353983", "Q1792379" ], "relations": [ "P31", "P136" ], "adjacency": [ [ 1, 1, 0 ], [ 0, 0, 2 ] ], "entity_labels": [ "endurance art", "David Blaine", "art genre" ], "relation_labels": [ "instance of", "genre" ] }
select distinct ?obj where { wd:Q353983 wdt:P136 ?obj . ?obj wdt:P31 wd:Q1792379 }
lcquad2-24351
infer me that wikimedia set list article which begins with the letter t in it.
[ "Tallow tree" ]
{ "entities": [ "Q15623926", "Q96478975" ], "relations": [ "P31" ], "adjacency": [ [ 1, 0, 0 ] ], "entity_labels": [ "Wikimedia set index article", "Tallow tree" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q15623926 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 't')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-16921
What is the information about The Elevator's film script?
[ "Edgar Rice Burroughs" ]
{ "entities": [ "Q40640", "Q7731771", "Q148234" ], "relations": [ "P58", "P737" ], "adjacency": [ [ 1, 0, 0 ], [ 0, 1, 2 ] ], "entity_labels": [ "Ray Bradbury", "The Elevator", "Edgar Rice Burroughs" ], "relation_labels": [ "screenwriter", "influenced by" ] }
SELECT ?answer WHERE { wd:Q7731771 wdt:P58 ?X . ?X wdt:P737 ?answer}
lcquad2-16524
What is the consequence of employing chemotherapy treatment?
[ "dolasetron" ]
{ "entities": [ "Q1829318", "Q127076", "Q974135" ], "relations": [ "P1542", "P2176" ], "adjacency": [ [ 2, 0, 1 ], [ 1, 1, 0 ] ], "entity_labels": [ "dolasetron", "vomiting", "chemotherapy" ], "relation_labels": [ "has effect", "drug or therapy used for treatment" ] }
SELECT ?answer WHERE { wd:Q974135 wdt:P1542 ?X . ?X wdt:P2176 ?answer}
lcquad2-21945
What's the name of the ship that the VOC manufactured?
[ "Arnhem" ]
{ "entities": [ "Q11446", "Q159766", "Q2093437" ], "relations": [ "P31", "P176" ], "adjacency": [ [ 2, 1, 1 ], [ 2, 0, 0 ] ], "entity_labels": [ "ship", "Dutch East India Company", "Arnhem" ], "relation_labels": [ "instance of", "manufacturer" ] }
select distinct ?sbj where { ?sbj wdt:P176 wd:Q159766 . ?sbj wdt:P31 wd:Q11446 }
lcquad2-21445
Which is the quality for the hereditary affiliation with lung cancer?
[ "GPC5" ]
{ "entities": [ "Q5573603", "Q47912", "Q7187" ], "relations": [ "P31", "P2293" ], "adjacency": [ [ 0, 1, 1 ], [ 0, 0, 2 ] ], "entity_labels": [ "GPC5", "lung cancer", "gene" ], "relation_labels": [ "instance of", "genetic association" ] }
select distinct ?sbj where { ?sbj wdt:P2293 wd:Q47912 . ?sbj wdt:P31 wd:Q7187 }
lcquad2-14698
Which boroughs was the birth put of Zhao Tuo?
[ "Nanlou Township" ]
{ "entities": [ "Q10908226", "Q197678", "Q701895" ], "relations": [ "P19", "P150" ], "adjacency": [ [ 2, 0, 1 ], [ 1, 1, 0 ] ], "entity_labels": [ "Nanlou Township", "Zhengding County", "Zhao Tuo" ], "relation_labels": [ "place of birth", "contains the administrative territorial entity" ] }
SELECT ?answer WHERE { wd:Q701895 wdt:P19 ?X . ?X wdt:P150 ?answer}
lcquad2-23247
What are the religious text which begin with the letter tohorot
[ "Tohorot" ]
{ "entities": [ "Q734802", "Q179461" ], "relations": [ "P31" ], "adjacency": [ [ 0, 0, 1 ] ], "entity_labels": [ "Tohorot", "religious text" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q179461 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'tohorot')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-24670
What is the theme that begins with the letter t
[ "triumph of Death" ]
{ "entities": [ "Q1406161", "Q958261" ], "relations": [ "P31" ], "adjacency": [ [ 1, 0, 0 ] ], "entity_labels": [ "artistic theme", "triumph of Death" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q1406161 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 't')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-9659
Give the locations of Constantine the Great's birth and death.
[ "Niš", "Nicomedia" ]
{ "entities": [ "Q129259", "Q8413", "Q209349" ], "relations": [ "P19", "P20" ], "adjacency": [ [ 1, 0, 0 ], [ 1, 1, 2 ] ], "entity_labels": [ "Niš", "Constantine the Great", "Nicomedia" ], "relation_labels": [ "place of birth", "place of death" ] }
SELECT ?ans_1 ?ans_2 WHERE { wd:Q8413 wdt:P19 ?ans_1 . wd:Q8413 wdt:P20 ?ans_2 }
lcquad2-12229
What is the award of Al Gore whose 1st vicinity medalist is David Trimble?
[ "Nobel Peace Prize" ]
{ "entities": [ "Q192556", "Q35637", "Q19673" ], "relations": [ "P1346", "P166" ], "adjacency": [ [ 2, 1, 1 ], [ 1, 0, 0 ] ], "entity_labels": [ "David Trimble", "Nobel Peace Prize", "Al Gore" ], "relation_labels": [ "winner", "award received" ] }
SELECT ?answer WHERE { wd:Q19673 wdt:P166 ?answer . ?answer wdt:P1346 wd:Q192556}
lcquad2-12623
Where is {location born} of {Mark the Evangelist}, which has {timeline of topic} is {history of Palestine} ?"
[ "Palestine" ]
{ "entities": [ "Q23792", "Q31966", "Q556079" ], "relations": [ "P19", "P2184" ], "adjacency": [ [ 1, 0, 0 ], [ 0, 1, 2 ] ], "entity_labels": [ "Palestine", "Mark the Evangelist", "history of Palestine" ], "relation_labels": [ "place of birth", "history of topic" ] }
SELECT ?answer WHERE { wd:Q31966 wdt:P19 ?answer . ?answer wdt:P2184 wd:Q556079}
lcquad2-24492
What search engine starts with "y"?
[ "Yahoo! Search BOSS" ]
{ "entities": [ "Q4182287", "Q8046870" ], "relations": [ "P31" ], "adjacency": [ [ 1, 0, 0 ] ], "entity_labels": [ "web search engine", "Yahoo! Search BOSS" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q4182287 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'y')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-9935
What is Linux based on and influenced by?
[ "Linux kernel", "Unix" ]
{ "entities": [ "Q14579", "Q11368", "Q388" ], "relations": [ "P737", "P144" ], "adjacency": [ [ 2, 1, 0 ], [ 2, 0, 1 ] ], "entity_labels": [ "Linux kernel", "Unix", "Linux" ], "relation_labels": [ "influenced by", "based on" ] }
SELECT ?ans_1 ?ans_2 WHERE { wd:Q388 wdt:P144 ?ans_1 . wd:Q388 wdt:P737 ?ans_2 }
lcquad2-16560
who is wed charged of Kirkorov vs Aroyan Outrage?
[ "Alla Pugacheva" ]
{ "entities": [ "Q80510", "Q4421556", "Q494596" ], "relations": [ "P26", "P710" ], "adjacency": [ [ 1, 1, 2 ], [ 2, 0, 0 ] ], "entity_labels": [ "Alla Pugacheva", "Kirkorov vs Aroyan Scandal", "Philipp Kirkorov" ], "relation_labels": [ "spouse", "participant" ] }
SELECT ?answer WHERE { wd:Q4421556 wdt:P710 ?X . ?X wdt:P26 ?answer}
lcquad2-17337
What is the distributed in diary of the bibliographic quotation of The Five Marks of the Mental.
[ "Analysis" ]
{ "entities": [ "Q1362699", "Q38652945", "Q485155" ], "relations": [ "P2860", "P1433" ], "adjacency": [ [ 1, 0, 0 ], [ 0, 1, 2 ] ], "entity_labels": [ "The Extended Mind", "The Five Marks of the Mental", "Analysis" ], "relation_labels": [ "cites work", "published in" ] }
SELECT ?answer WHERE { wd:Q38652945 wdt:P2860 ?X . ?X wdt:P1433 ?answer}
lcquad2-12528
What is the first name of Jerzy Rubach, that is equal to the Gorch?
[ "Jerzy" ]
{ "entities": [ "Q11725319", "Q13188334", "Q17536409" ], "relations": [ "P735", "P460" ], "adjacency": [ [ 0, 0, 2 ], [ 2, 1, 1 ] ], "entity_labels": [ "Jerzy Rubach", "Gorch", "Jerzy" ], "relation_labels": [ "given name", "said to be the same as" ] }
SELECT ?answer WHERE { wd:Q11725319 wdt:P735 ?answer . ?answer wdt:P460 wd:Q13188334}
lcquad2-14457
Sway has taken on a distinctive meaning with the improvement of the rule of self-determination and the disallowance against the risk or utilize of drive as jus cogens standards of present day worldwide law. The Joined together Countries Constitution, the Draft Announcement on Rights and Obligations of States, and the charters of territorial worldwide organizations express the see that all states are juridically rise to and appreciate the same rights and obligations based upon the insignificant truth of their presence as people beneath worldwide law.[8][9] The correct of countries to decide their claim political status and work out changeless sway inside the limits of their regional locales is broadly recognized.[10][11][12] In political science, sovereignty is as a rule characterized as the foremost fundamental trait of the state within the form of its complete self-sufficiency within the outlines of a certain region, that's its matchless quality within the household approach and freedom within the outside one.[13]
[ "United Nations" ]
{ "entities": [ "Q49241", "Q1065", "Q30" ], "relations": [ "P463", "P17" ], "adjacency": [ [ 0, 1, 2 ], [ 2, 0, 1 ] ], "entity_labels": [ "Lexington", "United Nations", "United States of America" ], "relation_labels": [ "member of", "country" ] }
SELECT ?answer WHERE { wd:Q49241 wdt:P17 ?X . ?X wdt:P463 ?answer}
lcquad2-14388
Where did the head of national government, Jan Dismas Zelenka, kick the bucket?
[ "Dirk Hilbert" ]
{ "entities": [ "Q157777", "Q1731", "Q1227894" ], "relations": [ "P6", "P20" ], "adjacency": [ [ 0, 1, 1 ], [ 1, 0, 2 ] ], "entity_labels": [ "Jan Dismas Zelenka", "Dresden", "Dirk Hilbert" ], "relation_labels": [ "head of government", "place of death" ] }
SELECT ?answer WHERE { wd:Q157777 wdt:P20 ?X . ?X wdt:P6 ?answer}
lcquad2-20778
title a child of Leif Erikson
[ "Erik the Red" ]
{ "entities": [ "Q172345", "Q5", "Q42838" ], "relations": [ "P40", "P31" ], "adjacency": [ [ 0, 0, 2 ], [ 0, 1, 1 ] ], "entity_labels": [ "Erik the Red", "human", "Leif Erikson" ], "relation_labels": [ "child", "instance of" ] }
select distinct ?sbj where { ?sbj wdt:P40 wd:Q42838 . ?sbj wdt:P31 wd:Q5 }
lcquad2-20543
Let me know the pharmaceutical utilized for the treatment of post-traumatic stretch clutter.
[ "topiramate" ]
{ "entities": [ "Q202387", "Q12140", "Q221174" ], "relations": [ "P31", "P2176" ], "adjacency": [ [ 0, 1, 2 ], [ 2, 0, 1 ] ], "entity_labels": [ "post-traumatic stress disorder", "medication", "topiramate" ], "relation_labels": [ "instance of", "drug or therapy used for treatment" ] }
select distinct ?obj where { wd:Q202387 wdt:P2176 ?obj . ?obj wdt:P31 wd:Q12140 }
lcquad2-13992
What genetic association with kind I hypersensitivity has ortholog of abl2?
[ "ABL2" ]
{ "entities": [ "Q42982", "Q17708701", "Q29773403" ], "relations": [ "P684", "P2293" ], "adjacency": [ [ 0, 1, 1 ], [ 1, 0, 2 ] ], "entity_labels": [ "allergy", "ABL2", "abl2" ], "relation_labels": [ "ortholog", "genetic association" ] }
SELECT ?answer WHERE { wd:Q42982 wdt:P2293 ?answer . ?answer wdt:P684 wd:Q29773403}
lcquad2-24423
Name the album that begins with the letter w
[ "When We Were Us" ]
{ "entities": [ "Q482994", "Q96176530" ], "relations": [ "P31" ], "adjacency": [ [ 1, 0, 0 ] ], "entity_labels": [ "album", "When We Were Us" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q482994 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'w')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-22781
What is the occupation of William Shakespeare?
[ "playwright" ]
{ "entities": [ "Q692", "Q214917", "Q12737077" ], "relations": [ "P106", "P31" ], "adjacency": [ [ 0, 0, 1 ], [ 1, 1, 2 ] ], "entity_labels": [ "William Shakespeare", "playwright", "occupation" ], "relation_labels": [ "occupation", "instance of" ] }
select distinct ?obj where { wd:Q692 wdt:P106 ?obj . ?obj wdt:P31 wd:Q12737077 }
lcquad2-25487
What church is devoted to the Virgin Mary and the church name begins with D.
[ "Dulce Nombre de Maria Cathedral Basilica" ]
{ "entities": [ "Q56242215", "Q345", "Q2580264" ], "relations": [ "P31", "P825" ], "adjacency": [ [ 2, 0, 0 ], [ 2, 1, 1 ] ], "entity_labels": [ "Catholic cathedral", "Virgin Mary", "Dulce Nombre de Maria Cathedral Basilica" ], "relation_labels": [ "instance of", "dedicated to" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q56242215 . ?sbj wdt:P825 wd:Q345 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'd')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-21417
ASEAN is an association found in which region of the world ?
[ "European Union" ]
{ "entities": [ "Q4120211", "Q458", "Q7768" ], "relations": [ "P31", "P530" ], "adjacency": [ [ 1, 1, 2 ], [ 1, 0, 0 ] ], "entity_labels": [ "regional organization", "European Union", "ASEAN" ], "relation_labels": [ "instance of", "diplomatic relation" ] }
select distinct ?sbj where { ?sbj wdt:P530 wd:Q7768 . ?sbj wdt:P31 wd:Q4120211 }
lcquad2-21620
Give me the name of the parent company of the American Broadcasting Company?
[ "The Walt Disney Company" ]
{ "entities": [ "Q7414", "Q169889", "Q4830453" ], "relations": [ "P31", "P1830" ], "adjacency": [ [ 0, 1, 1 ], [ 0, 0, 2 ] ], "entity_labels": [ "The Walt Disney Company", "American Broadcasting Company", "business" ], "relation_labels": [ "instance of", "owner of" ] }
select distinct ?sbj where { ?sbj wdt:P1830 wd:Q169889 . ?sbj wdt:P31 wd:Q4830453 }
lcquad2-14595
Who {has children} of {child of} of {Fu Xi} ?
[ "Nüwa" ]
{ "entities": [ "Q860434", "Q236972", "Q641632" ], "relations": [ "P40", "P22" ], "adjacency": [ [ 1, 1, 0 ], [ 0, 0, 2 ] ], "entity_labels": [ "Jade Emperor", "Fuxi", "Nüwa" ], "relation_labels": [ "child", "father" ] }
SELECT ?answer WHERE { wd:Q236972 wdt:P22 ?X . ?X wdt:P40 ?answer}
lcquad2-25084
Which is the activity method of the feature of 3D movement program and contains the word activity in it's name?
[ "computer animation" ]
{ "entities": [ "Q3516833", "Q23442766", "Q1401416" ], "relations": [ "P31", "P1269" ], "adjacency": [ [ 2, 0, 0 ], [ 2, 1, 1 ] ], "entity_labels": [ "animation technique", "3D animation software", "computer animation" ], "relation_labels": [ "instance of", "facet of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q3516833 . ?sbj wdt:P1269 wd:Q23442766 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'animation')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-15065
what career did newton Morton choice.
[ "epidemiology" ]
{ "entities": [ "Q133805", "Q13416803", "Q20984526" ], "relations": [ "P106", "P425" ], "adjacency": [ [ 2, 0, 1 ], [ 1, 1, 0 ] ], "entity_labels": [ "epidemiology", "epidemiologist", "Newton Ennis Morton" ], "relation_labels": [ "occupation", "field of this occupation" ] }
SELECT ?answer WHERE { wd:Q20984526 wdt:P106 ?X . ?X wdt:P425 ?answer}
lcquad2-13275
What is portion of the authoritative unit of Cascade Extend, which incorporates the rustic cities of Wahkiakum County?
[ "Washington" ]
{ "entities": [ "Q4558", "Q1223", "Q484015" ], "relations": [ "P150", "P131" ], "adjacency": [ [ 0, 1, 1 ], [ 1, 0, 2 ] ], "entity_labels": [ "Cascade Range", "Washington", "Wahkiakum County" ], "relation_labels": [ "contains the administrative territorial entity", "located in the administrative territorial entity" ] }
SELECT ?answer WHERE { wd:Q4558 wdt:P131 ?answer . ?answer wdt:P150 wd:Q484015}
lcquad2-14255
With states of the Golyanovo Area, what is the situate of the KGB?
[ "Moscow" ]
{ "entities": [ "Q649", "Q2365753", "Q80919" ], "relations": [ "P150", "P159" ], "adjacency": [ [ 2, 1, 0 ], [ 0, 0, 1 ] ], "entity_labels": [ "Moscow", "Golyanovo District", "KGB" ], "relation_labels": [ "contains the administrative territorial entity", "headquarters location" ] }
SELECT ?answer WHERE { wd:Q80919 wdt:P159 ?answer . ?answer wdt:P150 wd:Q2365753}
lcquad2-15687
What college did the writer of the music score in Holly Hobbie and Friends Surprise Party go to?
[ "Berklee College of Music" ]
{ "entities": [ "Q6159956", "Q12124801", "Q248970" ], "relations": [ "P86", "P69" ], "adjacency": [ [ 1, 0, 0 ], [ 0, 1, 2 ] ], "entity_labels": [ "Jared Faber", "Holly Hobbie and Friends: Surprise Party", "Berklee College of Music" ], "relation_labels": [ "composer", "educated at" ] }
SELECT ?answer WHERE { wd:Q12124801 wdt:P86 ?X . ?X wdt:P69 ?answer}
lcquad2-24823
What commandment begins with the letter "t"?
[ "Thou shalt not take the name of the Lord thy God in vain" ]
{ "entities": [ "Q7796969", "Q1497090" ], "relations": [ "P31" ], "adjacency": [ [ 0, 0, 1 ] ], "entity_labels": [ "Thou shalt not take the name of the Lord thy God in vain", "commandment" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q1497090 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 't')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-15869
Who is the life associate of the brother Janet Auchincloss Rutherfurd?
[ "Stanisław Albrecht Radziwiłł" ]
{ "entities": [ "Q5176153", "Q10305226", "Q1081523" ], "relations": [ "P3373", "P26" ], "adjacency": [ [ 1, 0, 2 ], [ 2, 1, 0 ] ], "entity_labels": [ "Stanisław Albrecht Radziwiłł", "Janet Auchincloss Rutherfurd", "Lee Radziwill" ], "relation_labels": [ "sibling", "spouse" ] }
SELECT ?answer WHERE { wd:Q10305226 wdt:P3373 ?X . ?X wdt:P26 ?answer}
lcquad2-17779
What are the {signs} that {driven to} {Aldrin}?
[ "dizziness" ]
{ "entities": [ "Q21167666", "Q409054", "Q10916362" ], "relations": [ "P1542", "P780" ], "adjacency": [ [ 1, 0, 0 ], [ 0, 1, 2 ] ], "entity_labels": [ "Aldrin exposure", "Aldrin", "dizziness" ], "relation_labels": [ "has effect", "symptoms and signs" ] }
SELECT ?answer WHERE { wd:Q409054 wdt:P1542 ?X . ?X wdt:P780 ?answer}
lcquad2-13151
What is the Sumerian alphabet that the Sumerians discovered?
[ "cuneiform" ]
{ "entities": [ "Q656043", "Q36790", "Q401" ], "relations": [ "P282", "P61" ], "adjacency": [ [ 1, 0, 2 ], [ 2, 1, 0 ] ], "entity_labels": [ "Sumerians", "Sumerian", "cuneiform" ], "relation_labels": [ "writing system", "discoverer or inventor" ] }
SELECT ?answer WHERE { wd:Q36790 wdt:P282 ?answer . ?answer wdt:P61 wd:Q656043}
lcquad2-17512
By whom is the Tractatus Logico-Philosophicus translated?
[ "economy" ]
{ "entities": [ "Q655717", "Q159810", "Q315387" ], "relations": [ "P655", "P101" ], "adjacency": [ [ 0, 0, 2 ], [ 2, 1, 1 ] ], "entity_labels": [ "Tractatus Logico-Philosophicus", "economy", "Frank P. Ramsey" ], "relation_labels": [ "translator", "field of work" ] }
SELECT ?answer WHERE { wd:Q655717 wdt:P655 ?X . ?X wdt:P101 ?answer}
lcquad2-22361
Amtrak works which train administration?
[ "Illinois Zephyr" ]
{ "entities": [ "Q23239", "Q1096411", "Q15141321" ], "relations": [ "P31", "P121" ], "adjacency": [ [ 0, 1, 1 ], [ 1, 0, 2 ] ], "entity_labels": [ "Amtrak", "Illinois Zephyr", "train service" ], "relation_labels": [ "instance of", "item operated" ] }
select distinct ?obj where { wd:Q23239 wdt:P121 ?obj . ?obj wdt:P31 wd:Q15141321 }
lcquad2-23280
Tell me the musical duet in their name that contains the word yazoo
[ "Yazoo" ]
{ "entities": [ "Q9212979", "Q1410055" ], "relations": [ "P31" ], "adjacency": [ [ 1, 0, 0 ] ], "entity_labels": [ "musical duo", "Yazoo" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q9212979 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'yazoo')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-16910
What is the tributary flowing from Guangzhou harbour?
[ "Liuxihe River" ]
{ "entities": [ "Q201463", "Q11147873", "Q16572" ], "relations": [ "P974", "P206" ], "adjacency": [ [ 2, 1, 0 ], [ 0, 0, 1 ] ], "entity_labels": [ "Pearl River", "Liuxihe River", "Guangzhou" ], "relation_labels": [ "tributary", "located in or next to body of water" ] }
SELECT ?answer WHERE { wd:Q16572 wdt:P206 ?X . ?X wdt:P974 ?answer}
lcquad2-16161
How was food made using artichoke ranked?
[ "group" ]
{ "entities": [ "Q23041454", "Q23041430", "Q4150646" ], "relations": [ "P105", "P1582" ], "adjacency": [ [ 1, 1, 0 ], [ 0, 0, 2 ] ], "entity_labels": [ "Cynara cardunculus Scolymus Group", "globe artichoke", "group" ], "relation_labels": [ "taxon rank", "natural product of taxon" ] }
SELECT ?answer WHERE { wd:Q23041430 wdt:P1582 ?X . ?X wdt:P105 ?answer}
lcquad2-15989
Give me the name of narrative time explained by the work of William Weatherall Wilkins
[ "1930s" ]
{ "entities": [ "Q24272881", "Q35702", "Q27477095" ], "relations": [ "P2408", "P1441" ], "adjacency": [ [ 2, 1, 0 ], [ 0, 0, 1 ] ], "entity_labels": [ "Mary Poppins Returns", "1930s", "William Weatherall Wilkins" ], "relation_labels": [ "set in period", "present in work" ] }
SELECT ?answer WHERE { wd:Q27477095 wdt:P1441 ?X . ?X wdt:P2408 ?answer}
lcquad2-14559
Which was the working put built up by Eric Johnston?
[ "William Harrison Hays" ]
{ "entities": [ "Q676222", "Q5386837", "Q2094258" ], "relations": [ "P112", "P108" ], "adjacency": [ [ 1, 1, 0 ], [ 0, 0, 2 ] ], "entity_labels": [ "Motion Picture Association", "Eric Johnston", "William Harrison Hays" ], "relation_labels": [ "founded by", "employer" ] }
SELECT ?answer WHERE { wd:Q5386837 wdt:P108 ?X . ?X wdt:P112 ?answer}
lcquad2-21139
who god in anecdotal work for kin of ponder woman?
[ "Ares" ]
{ "entities": [ "Q338430", "Q2426111", "Q17624054" ], "relations": [ "P3373", "P31" ], "adjacency": [ [ 0, 0, 1 ], [ 1, 1, 2 ] ], "entity_labels": [ "Wonder Woman", "Ares", "fictional deity" ], "relation_labels": [ "sibling", "instance of" ] }
select distinct ?obj where { wd:Q338430 wdt:P3373 ?obj . ?obj wdt:P31 wd:Q17624054 }
lcquad2-20277
Charles Dickens wrote which books?
[ "Charles Dickens bibliography" ]
{ "entities": [ "Q5076856", "Q1631107", "Q5686" ], "relations": [ "P31", "P1455" ], "adjacency": [ [ 2, 1, 0 ], [ 0, 0, 1 ] ], "entity_labels": [ "Charles Dickens bibliography", "bibliography", "Charles Dickens" ], "relation_labels": [ "instance of", "list of works" ] }
select distinct ?obj where { wd:Q5686 wdt:P1455 ?obj . ?obj wdt:P31 wd:Q1631107 }
lcquad2-13768
Which is the location of start of Irina Slutskaya, that have tournament of loss of life through burning?
[ "Moscow" ]
{ "entities": [ "Q649", "Q231590", "Q468455" ], "relations": [ "P793", "P19" ], "adjacency": [ [ 1, 1, 0 ], [ 0, 0, 2 ] ], "entity_labels": [ "Moscow", "Irina Slutskaya", "death by burning" ], "relation_labels": [ "significant event", "place of birth" ] }
SELECT ?answer WHERE { wd:Q231590 wdt:P19 ?answer . ?answer wdt:P793 wd:Q468455}
lcquad2-10094
Name the legislative and executive body of Assam.
[ "Assam Legislative Assembly" ]
{ "entities": [ "Q4808385", "Q1164" ], "relations": [ "P208", "P194" ], "adjacency": [ [ 1, 1, 0 ], [ 1, 0, 0 ] ], "entity_labels": [ "Assam Legislative Assembly", "Assam" ], "relation_labels": [ "executive body", "legislative body" ] }
SELECT ?ans_1 ?ans_2 WHERE { wd:Q1164 wdt:P194 ?ans_1 . wd:Q1164 wdt:P208 ?ans_2 }
lcquad2-14672
What is the scholarly work that stars The Cider House Rules?
[ "Whiplash" ]
{ "entities": [ "Q150482", "Q648977", "Q15648198" ], "relations": [ "P161", "P800" ], "adjacency": [ [ 1, 0, 0 ], [ 0, 1, 2 ] ], "entity_labels": [ "J. K. Simmons", "The Cider House Rules", "Whiplash" ], "relation_labels": [ "cast member", "notable work" ] }
SELECT ?answer WHERE { wd:Q648977 wdt:P161 ?X . ?X wdt:P800 ?answer}
lcquad2-17914
Mention the trend worked at by Dardanus of Athens.
[ "stoicism" ]
{ "entities": [ "Q48235", "Q434203", "Q2661420" ], "relations": [ "P135", "P1066" ], "adjacency": [ [ 2, 1, 1 ], [ 1, 0, 0 ] ], "entity_labels": [ "stoicism", "Diogenes of Babylon", "Dardanus of Athens" ], "relation_labels": [ "movement", "student of" ] }
SELECT ?answer WHERE { wd:Q2661420 wdt:P1066 ?X . ?X wdt:P135 ?answer}
lcquad2-21191
What greek god appears as Artemis?
[ "Zeus" ]
{ "entities": [ "Q39503", "Q34201", "Q22989102" ], "relations": [ "P4675", "P31" ], "adjacency": [ [ 1, 0, 0 ], [ 1, 1, 2 ] ], "entity_labels": [ "Artemis", "Zeus", "Greek deity" ], "relation_labels": [ "appears in the form of", "instance of" ] }
select distinct ?sbj where { ?sbj wdt:P4675 wd:Q39503 . ?sbj wdt:P31 wd:Q22989102 }
lcquad2-11836
Who was the male actor in Downtown Abbey
[ "Sean McKenzie" ]
{ "entities": [ "Q6581097", "Q111309528", "Q83071" ], "relations": [ "P161", "P21" ], "adjacency": [ [ 2, 0, 1 ], [ 1, 1, 0 ] ], "entity_labels": [ "male", "Sean McKenzie", "Downton Abbey" ], "relation_labels": [ "cast member", "sex or gender" ] }
SELECT ?answer WHERE { wd:Q83071 wdt:P161 ?answer . ?answer wdt:P21 wd:Q6581097}
lcquad2-14941
Give me the name of the first minister of Hama.
[ "José Luis Martínez-Almeida" ]
{ "entities": [ "Q2807", "Q173545", "Q29636954" ], "relations": [ "P6", "P190" ], "adjacency": [ [ 1, 1, 0 ], [ 0, 0, 2 ] ], "entity_labels": [ "Madrid", "Hama", "José Luis Martínez-Almeida" ], "relation_labels": [ "head of government", "twinned administrative body" ] }
SELECT ?answer WHERE { wd:Q173545 wdt:P190 ?X . ?X wdt:P6 ?answer}
lcquad2-20455
What is Judaism?
[ "Saul Wahl" ]
{ "entities": [ "Q983578", "Q9268", "Q5" ], "relations": [ "P140", "P31" ], "adjacency": [ [ 0, 0, 1 ], [ 0, 1, 2 ] ], "entity_labels": [ "Saul Wahl", "Judaism", "human" ], "relation_labels": [ "religion or worldview", "instance of" ] }
select distinct ?sbj where { ?sbj wdt:P140 wd:Q9268 . ?sbj wdt:P31 wd:Q5 }
lcquad2-17075
What material did McAfee VirusScan develop?
[ "Mcafee Anti Virus" ]
{ "entities": [ "Q1629915", "Q15834632", "Q267313" ], "relations": [ "P178", "P1056" ], "adjacency": [ [ 0, 0, 2 ], [ 2, 1, 1 ] ], "entity_labels": [ "McAfee VirusScan", "Mcafee Anti Virus", "McAfee, LLC" ], "relation_labels": [ "developer", "product or material produced" ] }
SELECT ?answer WHERE { wd:Q1629915 wdt:P178 ?X . ?X wdt:P1056 ?answer}
lcquad2-23045
Where was the death of Akhenaten?
[ "Amarna" ]
{ "entities": [ "Q81794", "Q755017", "Q5736" ], "relations": [ "P31", "P20" ], "adjacency": [ [ 0, 1, 2 ], [ 2, 0, 1 ] ], "entity_labels": [ "Akhenaten", "tell", "Amarna" ], "relation_labels": [ "instance of", "place of death" ] }
select distinct ?obj where { wd:Q81794 wdt:P20 ?obj . ?obj wdt:P31 wd:Q755017 }
lcquad2-9534
On what continent and country is Brussels located?
[ "Belgium", "Europe" ]
{ "entities": [ "Q46", "Q240", "Q31" ], "relations": [ "P30", "P17" ], "adjacency": [ [ 1, 1, 2 ], [ 1, 0, 0 ] ], "entity_labels": [ "Europe", "Brussels-Capital Region", "Belgium" ], "relation_labels": [ "continent", "country" ] }
SELECT ?ans_1 ?ans_2 WHERE { wd:Q240 wdt:P17 ?ans_1 . wd:Q240 wdt:P30 ?ans_2 }
lcquad2-22419
Which is the military claim to fame for the occupation of Holy person George?
[ "soldier" ]
{ "entities": [ "Q48438", "Q6857706", "Q4991371" ], "relations": [ "P106", "P31" ], "adjacency": [ [ 0, 0, 2 ], [ 2, 1, 1 ] ], "entity_labels": [ "Saint George", "military profession", "soldier" ], "relation_labels": [ "occupation", "instance of" ] }
select distinct ?obj where { wd:Q48438 wdt:P106 ?obj . ?obj wdt:P31 wd:Q6857706 }
lcquad2-23787
Let me know the street bridge which contains the word viaduct in it's name?
[ "Reno Viaduct" ]
{ "entities": [ "Q97743183", "Q537127" ], "relations": [ "P31" ], "adjacency": [ [ 0, 0, 1 ] ], "entity_labels": [ "Reno Viaduct", "road bridge" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q537127 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'viaduct')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-13888
Which county seat is divided into the district of Lilongwe?
[ "Central Region" ]
{ "entities": [ "Q1058453", "Q860758", "Q3876" ], "relations": [ "P1376", "P150" ], "adjacency": [ [ 2, 0, 1 ], [ 1, 1, 0 ] ], "entity_labels": [ "Lilongwe District", "Central Region", "Lilongwe" ], "relation_labels": [ "capital of", "contains the administrative territorial entity" ] }
SELECT ?answer WHERE { wd:Q3876 wdt:P1376 ?answer . ?answer wdt:P150 wd:Q1058453}
lcquad2-20170
Who is the defendant for Bill Cosby's legal case?
[ "Bill Cosby sexual assault cases" ]
{ "entities": [ "Q20917517", "Q213512", "Q2334719" ], "relations": [ "P31", "P1591" ], "adjacency": [ [ 0, 1, 1 ], [ 0, 0, 2 ] ], "entity_labels": [ "Bill Cosby sexual assault cases", "Bill Cosby", "legal case" ], "relation_labels": [ "instance of", "defendant" ] }
select distinct ?sbj where { ?sbj wdt:P1591 wd:Q213512 . ?sbj wdt:P31 wd:Q2334719 }
lcquad2-20934
The input method extension for the Wii is what on the wii remote?
[ "Classic Controller" ]
{ "entities": [ "Q8079", "Q44753009", "Q2573628" ], "relations": [ "P31", "P479" ], "adjacency": [ [ 0, 1, 2 ], [ 2, 0, 1 ] ], "entity_labels": [ "Wii", "Wii Remote extension", "Classic Controller" ], "relation_labels": [ "instance of", "input device" ] }
select distinct ?obj where { wd:Q8079 wdt:P479 ?obj . ?obj wdt:P31 wd:Q44753009 }
lcquad2-23185
Tell me non-metropolitan county whose name has the phrase worcestershire in it.
[ "Worcestershire" ]
{ "entities": [ "Q23135", "Q769603" ], "relations": [ "P31" ], "adjacency": [ [ 0, 0, 1 ] ], "entity_labels": [ "Worcestershire", "non-metropolitan county" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q769603 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'worcestershire')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25