id
stringlengths
11
13
question
stringlengths
11
8.64k
answers
list
subgraph
dict
sparql
stringlengths
49
483
lcquad2-23533
Reveal me mountain whose name has the word zumsteinspitze in it.
[ "Zumsteinspitze" ]
{ "entities": [ "Q30400", "Q8502" ], "relations": [ "P31" ], "adjacency": [ [ 0, 0, 1 ] ], "entity_labels": [ "Zumsteinspitze", "mountain" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q8502 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'zumsteinspitze')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-19966
Name the ortholog gene associated with INS
[ "ins" ]
{ "entities": [ "Q21163221", "Q7187", "Q29742419" ], "relations": [ "P31", "P684" ], "adjacency": [ [ 2, 1, 0 ], [ 2, 0, 1 ] ], "entity_labels": [ "INS", "gene", "ins" ], "relation_labels": [ "instance of", "ortholog" ] }
select distinct ?sbj where { ?sbj wdt:P684 wd:Q21163221 . ?sbj wdt:P31 wd:Q7187 }
lcquad2-20454
Who planned Organized Inquiry Language?
[ "Raymond F. Boyce" ]
{ "entities": [ "Q47607", "Q93007", "Q5" ], "relations": [ "P31", "P287" ], "adjacency": [ [ 0, 1, 1 ], [ 1, 0, 2 ] ], "entity_labels": [ "SQL", "Raymond F. Boyce", "human" ], "relation_labels": [ "instance of", "designed by" ] }
select distinct ?obj where { wd:Q47607 wdt:P287 ?obj . ?obj wdt:P31 wd:Q5 }
lcquad2-21655
What is the mascot of Georgia established of Technology?
[ "Buzz" ]
{ "entities": [ "Q864855", "Q5003507", "Q386208" ], "relations": [ "P31", "P822" ], "adjacency": [ [ 0, 1, 1 ], [ 1, 0, 2 ] ], "entity_labels": [ "Georgia Institute of Technology", "Buzz", "mascot character" ], "relation_labels": [ "instance of", "mascot" ] }
select distinct ?obj where { wd:Q864855 wdt:P822 ?obj . ?obj wdt:P31 wd:Q386208 }
lcquad2-17198
What is treated by isoflurane?
[ "lithium compounds" ]
{ "entities": [ "Q152763", "Q19000444", "Q413918" ], "relations": [ "P2175", "P2176" ], "adjacency": [ [ 2, 0, 1 ], [ 1, 1, 0 ] ], "entity_labels": [ "lithium compounds", "neurotic disorder", "isoflurane" ], "relation_labels": [ "medical condition treated", "drug or therapy used for treatment" ] }
SELECT ?answer WHERE { wd:Q413918 wdt:P2175 ?X . ?X wdt:P2176 ?answer}
lcquad2-13647
"What is {murder method} of {Fernandel}, which has {signs} is {wheeze} ?"
[ "lung cancer" ]
{ "entities": [ "Q47912", "Q517104", "Q129092" ], "relations": [ "P509", "P780" ], "adjacency": [ [ 2, 0, 0 ], [ 0, 1, 1 ] ], "entity_labels": [ "lung cancer", "wheeze", "Fernandel" ], "relation_labels": [ "cause of death", "symptoms and signs" ] }
SELECT ?answer WHERE { wd:Q129092 wdt:P509 ?answer . ?answer wdt:P780 wd:Q517104}
lcquad2-21096
The humanlike cat; Sonic the Hedgehog belongs to what company?
[ "Big the Cat" ]
{ "entities": [ "Q1046812", "Q2592391", "Q27303706" ], "relations": [ "P31", "P1441" ], "adjacency": [ [ 1, 1, 0 ], [ 1, 0, 2 ] ], "entity_labels": [ "Sonic the Hedgehog", "Big the Cat", "anthropomorphic cat" ], "relation_labels": [ "instance of", "present in work" ] }
select distinct ?sbj where { ?sbj wdt:P1441 wd:Q1046812 . ?sbj wdt:P31 wd:Q27303706 }
lcquad2-20992
Which is the baseball diversion, member of which is Yogi Berra?
[ "Don Larsen's perfect game" ]
{ "entities": [ "Q20657156", "Q367566", "Q27927857" ], "relations": [ "P31", "P1344" ], "adjacency": [ [ 1, 1, 0 ], [ 0, 0, 2 ] ], "entity_labels": [ "Don Larsen's perfect game", "Yogi Berra", "baseball game" ], "relation_labels": [ "instance of", "participant in" ] }
select distinct ?obj where { wd:Q367566 wdt:P1344 ?obj . ?obj wdt:P31 wd:Q27927857 }
lcquad2-20192
What video game studio developed Pong?
[ "Atari, Inc." ]
{ "entities": [ "Q13409231", "Q210167", "Q216293" ], "relations": [ "P31", "P123" ], "adjacency": [ [ 2, 1, 0 ], [ 0, 0, 1 ] ], "entity_labels": [ "Atari, Inc.", "video game developer", "Pong" ], "relation_labels": [ "instance of", "publisher" ] }
select distinct ?obj where { wd:Q216293 wdt:P123 ?obj . ?obj wdt:P31 wd:Q210167 }
lcquad2-11897
What music is associated with the iron overload disorder with Piano Sonata No. 8
[ "Ludwig van Beethoven" ]
{ "entities": [ "Q2025687", "Q255", "Q146113" ], "relations": [ "P1050", "P86" ], "adjacency": [ [ 2, 1, 1 ], [ 1, 0, 0 ] ], "entity_labels": [ "iron overload", "Ludwig van Beethoven", "Piano Sonata No. 8" ], "relation_labels": [ "medical condition", "composer" ] }
SELECT ?answer WHERE { wd:Q146113 wdt:P86 ?answer . ?answer wdt:P1050 wd:Q2025687}
lcquad2-17641
To which religion does the victim of the Battle of Stalingrad belong?
[ "secular state" ]
{ "entities": [ "Q15180", "Q859563", "Q38789" ], "relations": [ "P140", "P710" ], "adjacency": [ [ 2, 1, 0 ], [ 0, 0, 1 ] ], "entity_labels": [ "Soviet Union", "secular state", "Battle of Stalingrad" ], "relation_labels": [ "religion or worldview", "participant" ] }
SELECT ?answer WHERE { wd:Q38789 wdt:P710 ?X . ?X wdt:P140 ?answer}
lcquad2-24399
what are the media establishment begins with t
[ "Teenage Mutant Ninja Turtles" ]
{ "entities": [ "Q98713259", "Q196600" ], "relations": [ "P31" ], "adjacency": [ [ 0, 0, 1 ] ], "entity_labels": [ "Teenage Mutant Ninja Turtles", "media franchise" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q196600 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 't')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-15202
What action have Malibu shareholders taken?
[ "food and tobacco industry" ]
{ "entities": [ "Q107601756", "Q177092", "Q837049" ], "relations": [ "P127", "P452" ], "adjacency": [ [ 1, 0, 2 ], [ 2, 1, 0 ] ], "entity_labels": [ "food and tobacco industry", "Malibu", "Pernod Ricard" ], "relation_labels": [ "owned by", "industry" ] }
SELECT ?answer WHERE { wd:Q177092 wdt:P127 ?X . ?X wdt:P452 ?answer}
lcquad2-16031
The child's body in HD 4208 occurs in which part of the constellation?
[ "Sculptor" ]
{ "entities": [ "Q177267", "Q1367671", "Q9286" ], "relations": [ "P398", "P59" ], "adjacency": [ [ 1, 0, 0 ], [ 0, 1, 2 ] ], "entity_labels": [ "Xolotlan", "HD 4208", "Sculptor" ], "relation_labels": [ "child astronomical body", "constellation" ] }
SELECT ?answer WHERE { wd:Q1367671 wdt:P398 ?X . ?X wdt:P59 ?answer}
lcquad2-17818
What did Jim Kublin take part as within the event?
[ "Fairbanks" ]
{ "entities": [ "Q79638", "Q18579412", "Q18586173" ], "relations": [ "P1427", "P1344" ], "adjacency": [ [ 2, 1, 1 ], [ 1, 0, 0 ] ], "entity_labels": [ "Fairbanks", "1992 Yukon Quest", "Jim Kublin" ], "relation_labels": [ "start point", "participant in" ] }
SELECT ?answer WHERE { wd:Q18586173 wdt:P1344 ?X . ?X wdt:P1427 ?answer}
lcquad2-14340
List the codes for DRD2
[ "dendrite" ]
{ "entities": [ "Q12821248", "Q15335165", "Q2034004" ], "relations": [ "P688", "P681" ], "adjacency": [ [ 1, 0, 2 ], [ 2, 1, 0 ] ], "entity_labels": [ "dendrite", "DRD2", "dopamine receptor D2" ], "relation_labels": [ "encodes", "cell component" ] }
SELECT ?answer WHERE { wd:Q15335165 wdt:P688 ?X . ?X wdt:P681 ?answer}
lcquad2-13067
Where is the replica of the book, Philosophiae Naturalis Principia Mathematica written via Isaac Newton?
[ "De motu corporum in gyrum" ]
{ "entities": [ "Q205921", "Q5244955", "Q935" ], "relations": [ "P144", "P50" ], "adjacency": [ [ 0, 0, 1 ], [ 1, 1, 2 ] ], "entity_labels": [ "Philosophiæ Naturalis Principia Mathematica", "De motu corporum in gyrum", "Isaac Newton" ], "relation_labels": [ "based on", "author" ] }
SELECT ?answer WHERE { wd:Q205921 wdt:P144 ?answer . ?answer wdt:P50 wd:Q935}
lcquad2-21163
The native language of Yiddish is exemplified by which individual?
[ "Yosef Yitzchok Schneersohn" ]
{ "entities": [ "Q8641", "Q966359", "Q5" ], "relations": [ "P103", "P31" ], "adjacency": [ [ 1, 0, 0 ], [ 1, 1, 2 ] ], "entity_labels": [ "Yiddish", "Yosef Yitzchok Schneersohn", "human" ], "relation_labels": [ "native language", "instance of" ] }
select distinct ?sbj where { ?sbj wdt:P103 wd:Q8641 . ?sbj wdt:P31 wd:Q5 }
lcquad2-16380
What characteristics denote the role of the president in History of Tonga?
[ "Tupou VI of Tonga" ]
{ "entities": [ "Q208497", "Q1075000", "Q678" ], "relations": [ "P35", "P1269" ], "adjacency": [ [ 1, 1, 2 ], [ 2, 0, 0 ] ], "entity_labels": [ "Tupou VI of Tonga", "history of Tonga", "Tonga" ], "relation_labels": [ "head of state", "facet of" ] }
SELECT ?answer WHERE { wd:Q1075000 wdt:P1269 ?X . ?X wdt:P35 ?answer}
lcquad2-17351
Who are the companions of the characters from Batman: Frequented Knight?
[ "Catwoman" ]
{ "entities": [ "Q158952", "Q2891507", "Q2695156" ], "relations": [ "P674", "P451" ], "adjacency": [ [ 1, 0, 2 ], [ 2, 1, 0 ] ], "entity_labels": [ "Catwoman", "Batman: Haunted Knight", "Batman" ], "relation_labels": [ "characters", "unmarried partner" ] }
SELECT ?answer WHERE { wd:Q2891507 wdt:P674 ?X . ?X wdt:P451 ?answer}
lcquad2-20260
Which academic institutions are subsidiaries of Clemson University?
[ "College of Health, Education, and Human Development, Clemson University" ]
{ "entities": [ "Q45134485", "Q4671277", "Q631066" ], "relations": [ "P31", "P355" ], "adjacency": [ [ 2, 1, 0 ], [ 0, 0, 1 ] ], "entity_labels": [ "College of Health, Education, and Human Development, Clemson University", "academic institution", "Clemson University" ], "relation_labels": [ "instance of", "has subsidiary" ] }
select distinct ?obj where { wd:Q631066 wdt:P355 ?obj . ?obj wdt:P31 wd:Q4671277 }
lcquad2-25088
Title a scientific work whose documentation is made with a radical sign which contains the word "root" in its name
[ "nth root" ]
{ "entities": [ "Q601053", "Q11536248", "Q47279819" ], "relations": [ "P31", "P913" ], "adjacency": [ [ 0, 0, 2 ], [ 0, 1, 1 ] ], "entity_labels": [ "nth root", "radical sign", "type of mathematical function" ], "relation_labels": [ "instance of", "notation" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q47279819 . ?sbj wdt:P913 wd:Q11536248 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'root')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-13881
Where is the passing area of Paul Castellano whose passing area is additionally adjoining to Queens
[ "Manhattan" ]
{ "entities": [ "Q304489", "Q11299", "Q18424" ], "relations": [ "P20", "P47" ], "adjacency": [ [ 0, 0, 1 ], [ 1, 1, 2 ] ], "entity_labels": [ "Paul Castellano", "Manhattan", "Queens" ], "relation_labels": [ "place of death", "shares border with" ] }
SELECT ?answer WHERE { wd:Q304489 wdt:P20 ?answer . ?answer wdt:P47 wd:Q18424}
lcquad2-14999
What is the province situate of the passing area of Sylvia Plath?
[ "United Kingdom" ]
{ "entities": [ "Q145", "Q133054", "Q84" ], "relations": [ "P1376", "P20" ], "adjacency": [ [ 1, 1, 2 ], [ 2, 0, 0 ] ], "entity_labels": [ "United Kingdom", "Sylvia Plath", "London" ], "relation_labels": [ "capital of", "place of death" ] }
SELECT ?answer WHERE { wd:Q133054 wdt:P20 ?X . ?X wdt:P1376 ?answer}
lcquad2-19866
What city in Belgium is adjacent to Bruges?
[ "Oostkamp" ]
{ "entities": [ "Q742892", "Q12994", "Q493522" ], "relations": [ "P31", "P47" ], "adjacency": [ [ 0, 1, 1 ], [ 0, 0, 2 ] ], "entity_labels": [ "Oostkamp", "Bruges", "municipality of Belgium" ], "relation_labels": [ "instance of", "shares border with" ] }
select distinct ?sbj where { ?sbj wdt:P47 wd:Q12994 . ?sbj wdt:P31 wd:Q493522 }
lcquad2-23743
Let me know the law of thermodynamics which contains the word law in it's name!
[ "third law of thermodynamics" ]
{ "entities": [ "Q849392", "Q29166" ], "relations": [ "P31" ], "adjacency": [ [ 1, 0, 0 ] ], "entity_labels": [ "law of thermodynamics", "third law of thermodynamics" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q849392 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'law')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-12951
What is the head quarters of Interpol whose ancestor is Saint-Rambert-I'lle-Barbe?
[ "Lyon" ]
{ "entities": [ "Q3463259", "Q456", "Q8475" ], "relations": [ "P1365", "P159" ], "adjacency": [ [ 2, 1, 1 ], [ 1, 0, 0 ] ], "entity_labels": [ "Saint-Rambert-l'Île-Barbe", "Lyon", "Interpol" ], "relation_labels": [ "replaces", "headquarters location" ] }
SELECT ?answer WHERE { wd:Q8475 wdt:P159 ?answer . ?answer wdt:P1365 wd:Q3463259}
lcquad2-9603
What causet Pete Maravich's death and what club and position is he known for?
[ "myocardial infarction", "point guard" ]
{ "entities": [ "Q212413", "Q12152", "Q316183" ], "relations": [ "P413", "P509" ], "adjacency": [ [ 2, 1, 1 ], [ 2, 0, 0 ] ], "entity_labels": [ "point guard", "myocardial infarction", "Pete Maravich" ], "relation_labels": [ "position played on team / speciality", "cause of death" ] }
SELECT ?ans_1 ?ans_2 WHERE { wd:Q316183 wdt:P509 ?ans_1 . wd:Q316183 wdt:P413 ?ans_2 }
lcquad2-14682
What prize was awarded to the Simpson Family?
[ "Genesis Award" ]
{ "entities": [ "Q135498", "Q9762", "Q886" ], "relations": [ "P1441", "P166" ], "adjacency": [ [ 1, 0, 2 ], [ 2, 1, 0 ] ], "entity_labels": [ "Genesis Award", "Simpson family", "The Simpsons" ], "relation_labels": [ "present in work", "award received" ] }
SELECT ?answer WHERE { wd:Q9762 wdt:P1441 ?X . ?X wdt:P166 ?answer}
lcquad2-13208
Did J.K. Simmons graduate from the College of Clinical and Translational Science at Ohio State University?
[ "Ohio State University" ]
{ "entities": [ "Q45137588", "Q150482", "Q309331" ], "relations": [ "P355", "P69" ], "adjacency": [ [ 1, 1, 2 ], [ 2, 0, 0 ] ], "entity_labels": [ "Center for Clinical and Translational Science, Ohio State University", "J. K. Simmons", "Ohio State University" ], "relation_labels": [ "has subsidiary", "educated at" ] }
SELECT ?answer WHERE { wd:Q150482 wdt:P69 ?answer . ?answer wdt:P355 wd:Q45137588}
lcquad2-22109
What language is used by the Khazars?
[ "Khazar" ]
{ "entities": [ "Q173282", "Q38058796", "Q1067986" ], "relations": [ "P103", "P31" ], "adjacency": [ [ 0, 0, 2 ], [ 2, 1, 1 ] ], "entity_labels": [ "Khazars", "extinct language", "Khazar" ], "relation_labels": [ "native language", "instance of" ] }
select distinct ?obj where { wd:Q173282 wdt:P103 ?obj . ?obj wdt:P31 wd:Q38058796 }
lcquad2-20765
Which is the antihydrogen isotope of proton ?
[ "antiproton" ]
{ "entities": [ "Q2294", "Q31804375", "Q107575" ], "relations": [ "P2152", "P31" ], "adjacency": [ [ 0, 0, 2 ], [ 2, 1, 1 ] ], "entity_labels": [ "proton", "isotope of antihydrogen", "antiproton" ], "relation_labels": [ "antiparticle", "instance of" ] }
select distinct ?obj where { wd:Q2294 wdt:P2152 ?obj . ?obj wdt:P31 wd:Q31804375 }
lcquad2-23514
Let me know Wikimedia list article whose title has the word nuts in it.
[ "listed buildings in Knutsford" ]
{ "entities": [ "Q6646140", "Q13406463" ], "relations": [ "P31" ], "adjacency": [ [ 0, 0, 1 ] ], "entity_labels": [ "listed buildings in Knutsford", "Wikimedia list article" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q13406463 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'nuts')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-12692
In what accomplice city of Santo Domingo was Francis Bedford born?
[ "London" ]
{ "entities": [ "Q34820", "Q84", "Q3504712" ], "relations": [ "P190", "P19" ], "adjacency": [ [ 2, 1, 1 ], [ 1, 0, 0 ] ], "entity_labels": [ "Santo Domingo", "London", "Francis Bedford" ], "relation_labels": [ "twinned administrative body", "place of birth" ] }
SELECT ?answer WHERE { wd:Q3504712 wdt:P19 ?answer . ?answer wdt:P190 wd:Q34820}
lcquad2-12822
Who is the innovator of plutonium, that lived in US?
[ "Arthur Wahl" ]
{ "entities": [ "Q1102", "Q472997", "Q30" ], "relations": [ "P551", "P61" ], "adjacency": [ [ 0, 1, 1 ], [ 1, 0, 2 ] ], "entity_labels": [ "plutonium", "Arthur Wahl", "United States of America" ], "relation_labels": [ "residence", "discoverer or inventor" ] }
SELECT ?answer WHERE { wd:Q1102 wdt:P61 ?answer . ?answer wdt:P551 wd:Q30}
lcquad2-19722
What is the name of any member in The Cure?
[ "Matthieu Hartley" ]
{ "entities": [ "Q5", "Q484427", "Q779627" ], "relations": [ "P31", "P463" ], "adjacency": [ [ 2, 1, 1 ], [ 2, 0, 0 ] ], "entity_labels": [ "human", "The Cure", "Matthieu Hartley" ], "relation_labels": [ "instance of", "member of" ] }
select distinct ?sbj where { ?sbj wdt:P463 wd:Q484427 . ?sbj wdt:P31 wd:Q5 }
lcquad2-17573
What name discharged the collection Dissolving the Crown?
[ "Houston" ]
{ "entities": [ "Q16555", "Q20081317", "Q1971223" ], "relations": [ "P264", "P159" ], "adjacency": [ [ 1, 0, 2 ], [ 2, 1, 0 ] ], "entity_labels": [ "Houston", "Melting the Crown", "Rap-A-Lot Records" ], "relation_labels": [ "record label", "headquarters location" ] }
SELECT ?answer WHERE { wd:Q20081317 wdt:P264 ?X . ?X wdt:P159 ?answer}
lcquad2-23251
what is an algorithm that consists of the word device in their name
[ "Reversible reference system propagation algorithm" ]
{ "entities": [ "Q8366", "Q7318304" ], "relations": [ "P31" ], "adjacency": [ [ 1, 0, 0 ] ], "entity_labels": [ "algorithm", "Reversible reference system propagation algorithm" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q8366 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'system')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-23034
Which Himalayan countries are located?
[ "Taiwan" ]
{ "entities": [ "Q865", "Q6256", "Q27231" ], "relations": [ "P706", "P31" ], "adjacency": [ [ 0, 0, 2 ], [ 0, 1, 1 ] ], "entity_labels": [ "Taiwan", "country", "East Asia" ], "relation_labels": [ "located in/on physical feature", "instance of" ] }
select distinct ?sbj where { ?sbj wdt:P706 wd:Q27231 . ?sbj wdt:P31 wd:Q6256 }
lcquad2-15084
where the ward of Thurong Tin located body
[ "Red River" ]
{ "entities": [ "Q1858", "Q864581", "Q206850" ], "relations": [ "P206", "P131" ], "adjacency": [ [ 1, 1, 0 ], [ 0, 0, 2 ] ], "entity_labels": [ "Hanoi", "Thường Tín District", "Red River" ], "relation_labels": [ "located in or next to body of water", "located in the administrative territorial entity" ] }
SELECT ?answer WHERE { wd:Q864581 wdt:P131 ?X . ?X wdt:P206 ?answer}
lcquad2-24593
What are the sonnet which begin with the letter t
[ "The Fire on London Bridge, &c." ]
{ "entities": [ "Q5185279", "Q99428947" ], "relations": [ "P31" ], "adjacency": [ [ 1, 0, 0 ] ], "entity_labels": [ "poem", "The Fire on London Bridge, &c." ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q5185279 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 't')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-13748
what is the concern of the records of Asia, that has time quarter is Magadan
[ "Asia" ]
{ "entities": [ "Q627531", "Q48", "Q385504" ], "relations": [ "P421", "P1269" ], "adjacency": [ [ 0, 1, 1 ], [ 1, 0, 2 ] ], "entity_labels": [ "history of Asia", "Asia", "Magadan Time" ], "relation_labels": [ "located in time zone", "facet of" ] }
SELECT ?answer WHERE { wd:Q627531 wdt:P1269 ?answer . ?answer wdt:P421 wd:Q385504}
lcquad2-21320
Who is the { human } for the { Star Trek } creator?
[ "Gene Roddenberry" ]
{ "entities": [ "Q191716", "Q1092", "Q5" ], "relations": [ "P31", "P170" ], "adjacency": [ [ 1, 1, 0 ], [ 0, 0, 2 ] ], "entity_labels": [ "Gene Roddenberry", "Star Trek", "human" ], "relation_labels": [ "instance of", "creator" ] }
select distinct ?obj where { wd:Q1092 wdt:P170 ?obj . ?obj wdt:P31 wd:Q5 }
lcquad2-14398
What country is Mohamed Boudiaf strategically related to?
[ "Libya" ]
{ "entities": [ "Q262", "Q1016", "Q314691" ], "relations": [ "P27", "P530" ], "adjacency": [ [ 2, 0, 0 ], [ 0, 1, 1 ] ], "entity_labels": [ "Algeria", "Libya", "Mohamed Boudiaf" ], "relation_labels": [ "country of citizenship", "diplomatic relation" ] }
SELECT ?answer WHERE { wd:Q314691 wdt:P27 ?X . ?X wdt:P530 ?answer}
lcquad2-24682
Which restorative test begins with the letter t?
[ "Timed Up and Go test" ]
{ "entities": [ "Q7805516", "Q2671652" ], "relations": [ "P31" ], "adjacency": [ [ 0, 0, 1 ] ], "entity_labels": [ "Timed Up and Go test", "medical test" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q2671652 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 't')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-16720
Who gave the {interaction} of {antiparticle of} of {interesting quark} ?
[ "gravity" ]
{ "entities": [ "Q6763", "Q11905755", "Q11412" ], "relations": [ "P2152", "P517" ], "adjacency": [ [ 0, 0, 1 ], [ 1, 1, 2 ] ], "entity_labels": [ "strange quark", "strange antiquark", "gravity" ], "relation_labels": [ "antiparticle", "interaction" ] }
SELECT ?answer WHERE { wd:Q6763 wdt:P2152 ?X . ?X wdt:P517 ?answer}
lcquad2-22601
What was the cause of Mahatma Gandhi's actions?
[ "Salt March" ]
{ "entities": [ "Q506259", "Q239344", "Q1001" ], "relations": [ "P31", "P607" ], "adjacency": [ [ 2, 1, 1 ], [ 1, 0, 0 ] ], "entity_labels": [ "direct action", "Salt March", "Mohandas Karamchand Gandhi" ], "relation_labels": [ "instance of", "conflict" ] }
select distinct ?obj where { wd:Q1001 wdt:P607 ?obj . ?obj wdt:P31 wd:Q506259 }
lcquad2-15701
which is sister birth city of Ludmilla Siim ?
[ "Riga" ]
{ "entities": [ "Q16404682", "Q1773", "Q35493" ], "relations": [ "P190", "P19" ], "adjacency": [ [ 0, 1, 2 ], [ 2, 0, 1 ] ], "entity_labels": [ "Ludmilla Siim", "Riga", "Almaty" ], "relation_labels": [ "twinned administrative body", "place of birth" ] }
SELECT ?answer WHERE { wd:Q16404682 wdt:P19 ?X . ?X wdt:P190 ?answer}
lcquad2-24095
What geological epoch starts with "w"?
[ "Wenlock" ]
{ "entities": [ "Q1064996", "Q754897" ], "relations": [ "P31" ], "adjacency": [ [ 0, 0, 1 ] ], "entity_labels": [ "Wenlock", "epoch" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q754897 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'w')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-12462
Who had influenced France Prešeren, who worked as a translator?
[ "Friedrich Schlegel" ]
{ "entities": [ "Q1031", "Q333634", "Q157271" ], "relations": [ "P106", "P737" ], "adjacency": [ [ 0, 1, 2 ], [ 2, 0, 1 ] ], "entity_labels": [ "France Prešeren", "translator", "Friedrich Schlegel" ], "relation_labels": [ "occupation", "influenced by" ] }
SELECT ?answer WHERE { wd:Q1031 wdt:P737 ?answer . ?answer wdt:P106 wd:Q333634}
lcquad2-14328
Who is {prizewinner} of {assignment gotten} of {Adrien Brody} ?
[ "James Stewart" ]
{ "entities": [ "Q104514", "Q102462", "Q103916" ], "relations": [ "P1411", "P1346" ], "adjacency": [ [ 0, 0, 2 ], [ 2, 1, 1 ] ], "entity_labels": [ "Adrien Brody", "James Stewart", "Academy Award for Best Actor" ], "relation_labels": [ "nominated for", "winner" ] }
SELECT ?answer WHERE { wd:Q104514 wdt:P1411 ?X . ?X wdt:P1346 ?answer}
lcquad2-19844
To whom did Napolean's parents get re-married?
[ "Eugène de Beauharnais" ]
{ "entities": [ "Q155545", "Q517", "Q5" ], "relations": [ "P31", "P3448" ], "adjacency": [ [ 0, 1, 1 ], [ 0, 0, 2 ] ], "entity_labels": [ "Eugène de Beauharnais", "Napoleon", "human" ], "relation_labels": [ "instance of", "stepparent" ] }
select distinct ?sbj where { ?sbj wdt:P3448 wd:Q517 . ?sbj wdt:P31 wd:Q5 }
lcquad2-21442
What were the fights attempted by Joan of Arc
[ "Battle of Meung-sur-Loire" ]
{ "entities": [ "Q7226", "Q1618756", "Q178561" ], "relations": [ "P31", "P607" ], "adjacency": [ [ 0, 1, 1 ], [ 1, 0, 2 ] ], "entity_labels": [ "Joan of Arc", "Battle of Meung-sur-Loire", "battle" ], "relation_labels": [ "instance of", "conflict" ] }
select distinct ?obj where { wd:Q7226 wdt:P607 ?obj . ?obj wdt:P31 wd:Q178561 }
lcquad2-20348
Is tritium the result of the isotope of hydrogen decay?
[ "hydrogen-5" ]
{ "entities": [ "Q466603", "Q54389", "Q843748" ], "relations": [ "P31", "P816" ], "adjacency": [ [ 2, 1, 1 ], [ 2, 0, 0 ] ], "entity_labels": [ "isotope of hydrogen", "tritium", "hydrogen-5" ], "relation_labels": [ "instance of", "decays to" ] }
select distinct ?sbj where { ?sbj wdt:P816 wd:Q54389 . ?sbj wdt:P31 wd:Q466603 }
lcquad2-23848
What are the SI base unit which begin with the letter second
[ "second" ]
{ "entities": [ "Q11574", "Q223662" ], "relations": [ "P31" ], "adjacency": [ [ 0, 0, 1 ] ], "entity_labels": [ "second", "SI base unit" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q223662 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'second')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-9673
What is the legislative body and highest judicial authority of the European Union?
[ "European Parliament", "Court of Justice of the European Union" ]
{ "entities": [ "Q8889", "Q4951", "Q458" ], "relations": [ "P209", "P194" ], "adjacency": [ [ 2, 1, 0 ], [ 2, 0, 1 ] ], "entity_labels": [ "European Parliament", "Court of Justice of the European Union", "European Union" ], "relation_labels": [ "highest judicial authority", "legislative body" ] }
SELECT ?ans_1 ?ans_2 WHERE { wd:Q458 wdt:P194 ?ans_1 . wd:Q458 wdt:P209 ?ans_2 }
lcquad2-15037
Scott Wade's team played for which children?
[ "Tasmania cricket team" ]
{ "entities": [ "Q3299813", "Q1133545", "Q7437454" ], "relations": [ "P54", "P40" ], "adjacency": [ [ 2, 1, 0 ], [ 0, 0, 1 ] ], "entity_labels": [ "Matthew Wade", "Tasmania cricket team", "Scott Wade" ], "relation_labels": [ "member of sports team", "child" ] }
SELECT ?answer WHERE { wd:Q7437454 wdt:P40 ?X . ?X wdt:P54 ?answer}
lcquad2-24096
WHICH IS THE Factual Deduction Begins WITH B
[ "Bayesian inference" ]
{ "entities": [ "Q938438", "Q812535" ], "relations": [ "P31" ], "adjacency": [ [ 1, 0, 0 ] ], "entity_labels": [ "statistical inference", "Bayesian inference" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q938438 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'b')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-13685
What is the title of the deathplace of Tullio Levi-Civita that moreover borders Pomezia?
[ "Rome" ]
{ "entities": [ "Q220", "Q353438", "Q243172" ], "relations": [ "P20", "P47" ], "adjacency": [ [ 1, 0, 0 ], [ 0, 1, 2 ] ], "entity_labels": [ "Rome", "Tullio Levi-Civita", "Pomezia" ], "relation_labels": [ "place of death", "shares border with" ] }
SELECT ?answer WHERE { wd:Q353438 wdt:P20 ?answer . ?answer wdt:P47 wd:Q243172}
lcquad2-17922
Which party will Anabella Azin lead?
[ "Álvaro Noboa" ]
{ "entities": [ "Q251146", "Q1425186", "Q5674198" ], "relations": [ "P102", "P488" ], "adjacency": [ [ 2, 0, 1 ], [ 1, 1, 0 ] ], "entity_labels": [ "Álvaro Noboa", "Institutional Renewal Party of National Action", "Anabella Azín" ], "relation_labels": [ "member of political party", "chairperson" ] }
SELECT ?answer WHERE { wd:Q5674198 wdt:P102 ?X . ?X wdt:P488 ?answer}
lcquad2-17702
Which {time} of {lives in} {Ludwig Erhard} ?
[ "UTC+01:00" ]
{ "entities": [ "Q2496", "Q6655", "Q31662" ], "relations": [ "P421", "P551" ], "adjacency": [ [ 0, 1, 2 ], [ 2, 0, 1 ] ], "entity_labels": [ "Ludwig Erhard", "UTC+01:00", "Gmund am Tegernsee" ], "relation_labels": [ "located in time zone", "residence" ] }
SELECT ?answer WHERE { wd:Q2496 wdt:P551 ?X . ?X wdt:P421 ?answer}
lcquad2-9854
Which is the {initial combination} and the {parent taxon} of {Panther} ?
[ "Panthera", "Felis pardus" ]
{ "entities": [ "Q34706", "Q127960", "Q47450956" ], "relations": [ "P171", "P1403" ], "adjacency": [ [ 0, 1, 2 ], [ 0, 0, 1 ] ], "entity_labels": [ "leopard", "Panthera", "Felis pardus" ], "relation_labels": [ "parent taxon", "original combination" ] }
SELECT ?ans_1 ?ans_2 WHERE { wd:Q34706 wdt:P1403 ?ans_1 . wd:Q34706 wdt:P171 ?ans_2 }
lcquad2-22033
Which is the inquire about center that's partnered with Niels Bohr?
[ "Niels Bohr Institute" ]
{ "entities": [ "Q7085", "Q263761", "Q7315155" ], "relations": [ "P31", "P1416" ], "adjacency": [ [ 0, 1, 1 ], [ 1, 0, 2 ] ], "entity_labels": [ "Niels Bohr", "Niels Bohr Institute", "research center" ], "relation_labels": [ "instance of", "affiliation" ] }
select distinct ?obj where { wd:Q7085 wdt:P1416 ?obj . ?obj wdt:P31 wd:Q7315155 }
lcquad2-17263
Ambrose holds what thought almost their position as the extreme significance?
[ "Christianity" ]
{ "entities": [ "Q29182", "Q5043", "Q43689" ], "relations": [ "P140", "P39" ], "adjacency": [ [ 2, 1, 0 ], [ 0, 0, 1 ] ], "entity_labels": [ "bishop", "Christianity", "Ambrose" ], "relation_labels": [ "religion or worldview", "position held" ] }
SELECT ?answer WHERE { wd:Q43689 wdt:P39 ?X . ?X wdt:P140 ?answer}
lcquad2-16976
The first air channel of series part of Werewolves of Highland is who?
[ "MTV" ]
{ "entities": [ "Q511726", "Q7983279", "Q43359" ], "relations": [ "P179", "P449" ], "adjacency": [ [ 1, 0, 0 ], [ 0, 1, 2 ] ], "entity_labels": [ "Beavis and Butt-Head", "Werewolves of Highland", "MTV" ], "relation_labels": [ "part of the series", "original broadcaster" ] }
SELECT ?answer WHERE { wd:Q7983279 wdt:P179 ?X . ?X wdt:P449 ?answer}
lcquad2-20440
Who is the specialist of B. F. Skinner ?
[ "Richard Herrnstein" ]
{ "entities": [ "Q1689788", "Q5", "Q213195" ], "relations": [ "P184", "P31" ], "adjacency": [ [ 0, 0, 2 ], [ 0, 1, 1 ] ], "entity_labels": [ "Richard Herrnstein", "human", "B. F. Skinner" ], "relation_labels": [ "doctoral advisor", "instance of" ] }
select distinct ?sbj where { ?sbj wdt:P184 wd:Q213195 . ?sbj wdt:P31 wd:Q5 }
lcquad2-9986
Identify the property and subsidiary of Metro-Goldwyn-Mayer.
[ "The Cannon Group", "Amazon" ]
{ "entities": [ "Q179200", "Q3884", "Q1033465" ], "relations": [ "P127", "P355" ], "adjacency": [ [ 0, 0, 1 ], [ 0, 1, 2 ] ], "entity_labels": [ "Metro-Goldwyn-Mayer", "Amazon", "The Cannon Group" ], "relation_labels": [ "owned by", "has subsidiary" ] }
SELECT ?ans_1 ?ans_2 WHERE { wd:Q179200 wdt:P127 ?ans_1 . wd:Q179200 wdt:P355 ?ans_2 }
lcquad2-23330
Let me know financial action whose title has the word vehices in it name
[ "Sale of cars and light motor vehicles" ]
{ "entities": [ "Q29585467", "Q8187769" ], "relations": [ "P31" ], "adjacency": [ [ 0, 0, 1 ] ], "entity_labels": [ "Sale of cars and light motor vehicles", "economic activity" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q8187769 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'vehicles')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-15232
Which is {conciliatory connection} of {area of found question} of {krypton} ?
[ "Libya" ]
{ "entities": [ "Q1016", "Q145", "Q888" ], "relations": [ "P189", "P530" ], "adjacency": [ [ 2, 0, 1 ], [ 1, 1, 0 ] ], "entity_labels": [ "Libya", "United Kingdom", "krypton" ], "relation_labels": [ "location of discovery", "diplomatic relation" ] }
SELECT ?answer WHERE { wd:Q888 wdt:P189 ?X . ?X wdt:P530 ?answer}
lcquad2-15919
What are the children of Euphorion of Eleusis popular for?
[ "The Libation Bearers" ]
{ "entities": [ "Q11688406", "Q40939", "Q13410739" ], "relations": [ "P40", "P800" ], "adjacency": [ [ 2, 0, 1 ], [ 1, 1, 0 ] ], "entity_labels": [ "The Libation Bearers", "Aeschylus", "Euphorion of Eleusis" ], "relation_labels": [ "child", "notable work" ] }
SELECT ?answer WHERE { wd:Q13410739 wdt:P40 ?X . ?X wdt:P800 ?answer}
lcquad2-17426
What drug has caused Calvin Coolidge's death?
[ "urokinase" ]
{ "entities": [ "Q110969665", "Q36023", "Q12152" ], "relations": [ "P2176", "P509" ], "adjacency": [ [ 1, 1, 2 ], [ 2, 0, 0 ] ], "entity_labels": [ "urokinase", "Calvin Coolidge", "myocardial infarction" ], "relation_labels": [ "drug or therapy used for treatment", "cause of death" ] }
SELECT ?answer WHERE { wd:Q36023 wdt:P509 ?X . ?X wdt:P2176 ?answer}
lcquad2-12240
In case Jóhan is the primary title identical of Jack Blackman; what is the final title equivalent?
[ "Jack" ]
{ "entities": [ "Q3157130", "Q1159009", "Q23821304" ], "relations": [ "P735", "P460" ], "adjacency": [ [ 0, 0, 1 ], [ 1, 1, 2 ] ], "entity_labels": [ "Jack Blackham", "Jack", "Jóhan" ], "relation_labels": [ "given name", "said to be the same as" ] }
SELECT ?answer WHERE { wd:Q3157130 wdt:P735 ?answer . ?answer wdt:P460 wd:Q23821304}
lcquad2-12597
What was once the college attended by means of Alexander Dubcek, which precedes the Academy of Social Sciences of the Central Committee of CPSU?
[ "Higher Party School at the Central Committee of the CPSU" ]
{ "entities": [ "Q150543", "Q15628703", "Q4059245" ], "relations": [ "P156", "P69" ], "adjacency": [ [ 0, 1, 1 ], [ 1, 0, 2 ] ], "entity_labels": [ "Alexander Dubček", "Higher Party School at the Central Committee of the CPSU", "Academy of Social Sciences of the Central Committee of CPSU" ], "relation_labels": [ "followed by", "educated at" ] }
SELECT ?answer WHERE { wd:Q150543 wdt:P69 ?answer . ?answer wdt:P156 wd:Q4059245}
lcquad2-9494
Name of Bette Midler's child and spouse
[ "Sophie von Haselberg", "Martin von Haselberg" ]
{ "entities": [ "Q7744719", "Q21285647", "Q190631" ], "relations": [ "P40", "P26" ], "adjacency": [ [ 2, 0, 1 ], [ 2, 1, 0 ] ], "entity_labels": [ "Martin von Haselberg", "Sophie von Haselberg", "Bette Midler" ], "relation_labels": [ "child", "spouse" ] }
SELECT ?ans_1 ?ans_2 WHERE { wd:Q190631 wdt:P40 ?ans_1 . wd:Q190631 wdt:P26 ?ans_2 }
lcquad2-23784
Let me know colossal statue whose title has the word statue in it
[ "Dilapidated Bundela temple with a colossal statue of Tirthankar called linga with two short inscriptions" ]
{ "entities": [ "Q97705607", "Q1779653" ], "relations": [ "P31" ], "adjacency": [ [ 0, 0, 1 ] ], "entity_labels": [ "Dilapidated Bundela temple with a colossal statue of Tirthankar called linga with two short inscriptions", "colossal statue" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q1779653 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'statue')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-23912
Let me know stage whose title has the word hydrogen in it.
[ "solid hydrogen" ]
{ "entities": [ "Q104837", "Q9003482" ], "relations": [ "P31" ], "adjacency": [ [ 1, 0, 0 ] ], "entity_labels": [ "phase", "solid hydrogen" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q104837 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'hydrogen')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-25555
Let me know the State church that office held by head of the association Ecclesiastical overseer of Canterbury and which that begins with the letter c
[ "Church of England" ]
{ "entities": [ "Q2325038", "Q29282", "Q82708" ], "relations": [ "P31", "P2388" ], "adjacency": [ [ 2, 0, 0 ], [ 2, 1, 1 ] ], "entity_labels": [ "state church", "Archbishop of Canterbury", "Church of England" ], "relation_labels": [ "instance of", "office held by head of the organization" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q2325038 . ?sbj wdt:P2388 wd:Q29282 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'c')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-16632
Who started the trend of sculpture of No.F?
[ "feminist art" ]
{ "entities": [ "Q1246516", "Q231121", "Q19887461" ], "relations": [ "P170", "P135" ], "adjacency": [ [ 2, 0, 1 ], [ 1, 1, 0 ] ], "entity_labels": [ "feminist art", "Yayoi Kusama", "No. F" ], "relation_labels": [ "creator", "movement" ] }
SELECT ?answer WHERE { wd:Q19887461 wdt:P170 ?X . ?X wdt:P135 ?answer}
lcquad2-24122
what are the organic handle which begins with the letter v
[ "Vectorial synthesis" ]
{ "entities": [ "Q7917852", "Q2996394" ], "relations": [ "P31" ], "adjacency": [ [ 0, 0, 1 ] ], "entity_labels": [ "Vectorial synthesis", "biological process" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q2996394 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'v')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-14848
What government is headed by the accomplice town of Netanya?
[ "François Pupponi" ]
{ "entities": [ "Q192225", "Q107501", "Q3085621" ], "relations": [ "P6", "P190" ], "adjacency": [ [ 0, 1, 1 ], [ 1, 0, 2 ] ], "entity_labels": [ "Netanya", "Sarcelles", "François Pupponi" ], "relation_labels": [ "head of government", "twinned administrative body" ] }
SELECT ?answer WHERE { wd:Q192225 wdt:P190 ?X . ?X wdt:P6 ?answer}
lcquad2-17090
What is the sign language alphabet of Arthur Phillip?
[ "English orthography" ]
{ "entities": [ "Q311548", "Q1860", "Q3491268" ], "relations": [ "P282", "P1412" ], "adjacency": [ [ 0, 1, 1 ], [ 1, 0, 2 ] ], "entity_labels": [ "Arthur Phillip", "English", "English orthography" ], "relation_labels": [ "writing system", "languages spoken, written or signed" ] }
SELECT ?answer WHERE { wd:Q311548 wdt:P1412 ?X . ?X wdt:P282 ?answer}
lcquad2-19739
Who is Frida Kahlo's kin?
[ "Cristina Kahlo y Calderón" ]
{ "entities": [ "Q5", "Q5588", "Q47541637" ], "relations": [ "P3373", "P31" ], "adjacency": [ [ 2, 0, 1 ], [ 2, 1, 0 ] ], "entity_labels": [ "human", "Frida Kahlo", "Cristina Kahlo y Calderón" ], "relation_labels": [ "sibling", "instance of" ] }
select distinct ?sbj where { ?sbj wdt:P3373 wd:Q5588 . ?sbj wdt:P31 wd:Q5 }
lcquad2-16356
What language has influcned mod_perl?
[ "ALGOL 60" ]
{ "entities": [ "Q1209759", "Q15777", "Q292390" ], "relations": [ "P737", "P277" ], "adjacency": [ [ 2, 1, 1 ], [ 1, 0, 0 ] ], "entity_labels": [ "ALGOL 60", "C", "mod_perl" ], "relation_labels": [ "influenced by", "programmed in" ] }
SELECT ?answer WHERE { wd:Q292390 wdt:P277 ?X . ?X wdt:P737 ?answer}
lcquad2-19905
Who was Pablo Picasso's partner?
[ "Nusch Éluard" ]
{ "entities": [ "Q5", "Q90635", "Q5593" ], "relations": [ "P31", "P451" ], "adjacency": [ [ 1, 1, 2 ], [ 1, 0, 0 ] ], "entity_labels": [ "human", "Nusch Éluard", "Pablo Picasso" ], "relation_labels": [ "instance of", "unmarried partner" ] }
select distinct ?sbj where { ?sbj wdt:P451 wd:Q5593 . ?sbj wdt:P31 wd:Q5 }
lcquad2-24959
Give the name of the trade association that contains the word "association" in its name?
[ "Association of Learned and Professional Society Publishers" ]
{ "entities": [ "Q4809891", "Q48204", "Q2178147" ], "relations": [ "P31", "P1454" ], "adjacency": [ [ 0, 0, 2 ], [ 0, 1, 1 ] ], "entity_labels": [ "Association of Learned and Professional Society Publishers", "voluntary association", "trade association" ], "relation_labels": [ "instance of", "legal form" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q2178147 . ?sbj wdt:P1454 wd:Q48204 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'association')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-14397
What grants has Aruna Irani received?
[ "Tanuja" ]
{ "entities": [ "Q388433", "Q146724", "Q158225" ], "relations": [ "P1346", "P166" ], "adjacency": [ [ 2, 1, 0 ], [ 0, 0, 1 ] ], "entity_labels": [ "Filmfare Award for Best Supporting Actress", "Tanuja", "Aruna Irani" ], "relation_labels": [ "winner", "award received" ] }
SELECT ?answer WHERE { wd:Q158225 wdt:P166 ?X . ?X wdt:P1346 ?answer}
lcquad2-17439
What is the nation of root of Claudio Pressich?
[ "Palermo" ]
{ "entities": [ "Q16919906", "Q2656", "Q2674" ], "relations": [ "P54", "P159" ], "adjacency": [ [ 0, 0, 2 ], [ 2, 1, 1 ] ], "entity_labels": [ "Claudio Pressich", "Palermo", "Palermo F.C." ], "relation_labels": [ "member of sports team", "headquarters location" ] }
SELECT ?answer WHERE { wd:Q16919906 wdt:P54 ?X . ?X wdt:P159 ?answer}
lcquad2-21213
What is Mike Myer's Producer's film?
[ "The Love Guru" ]
{ "entities": [ "Q656664", "Q185724", "Q11424" ], "relations": [ "P162", "P31" ], "adjacency": [ [ 0, 0, 1 ], [ 0, 1, 2 ] ], "entity_labels": [ "The Love Guru", "Mike Myers", "film" ], "relation_labels": [ "producer", "instance of" ] }
select distinct ?sbj where { ?sbj wdt:P162 wd:Q185724 . ?sbj wdt:P31 wd:Q11424 }
lcquad2-16752
What is portray of Galactic Perceptions: Jupiter?
[ "S/2003 J 24" ]
{ "entities": [ "Q107643667", "Q319", "Q24007751" ], "relations": [ "P398", "P180" ], "adjacency": [ [ 2, 1, 1 ], [ 1, 0, 0 ] ], "entity_labels": [ "S/2003 J 24", "Jupiter", "Astronomical Observations: Jupiter" ], "relation_labels": [ "child astronomical body", "depicts" ] }
SELECT ?answer WHERE { wd:Q24007751 wdt:P180 ?X . ?X wdt:P398 ?answer}
lcquad2-14181
Who was Maurice Merleau-Ponty examining beneath, that was born at Bar-le-Duc?
[ "Émile Bréhier" ]
{ "entities": [ "Q185721", "Q212639", "Q274978" ], "relations": [ "P19", "P1066" ], "adjacency": [ [ 1, 1, 2 ], [ 2, 0, 0 ] ], "entity_labels": [ "Bar-le-Duc", "Maurice Merleau-Ponty", "Émile Bréhier" ], "relation_labels": [ "place of birth", "student of" ] }
SELECT ?answer WHERE { wd:Q212639 wdt:P1066 ?answer . ?answer wdt:P19 wd:Q185721}
lcquad2-14852
Who considered the melodic score Mozart's Composition?
[ "Johann Nepomuk Hummel" ]
{ "entities": [ "Q207875", "Q151953", "Q254" ], "relations": [ "P86", "P802" ], "adjacency": [ [ 0, 0, 2 ], [ 2, 1, 1 ] ], "entity_labels": [ "Requiem", "Johann Nepomuk Hummel", "Wolfgang Amadeus Mozart" ], "relation_labels": [ "composer", "student" ] }
SELECT ?answer WHERE { wd:Q207875 wdt:P86 ?X . ?X wdt:P802 ?answer}
lcquad2-12659
"Which is {used language} of {Miguel Ángel Asturias Rosales}, that has {typology} is {subject–verb–object} ?"
[ "Spanish" ]
{ "entities": [ "Q1321", "Q651641", "Q75603" ], "relations": [ "P1412", "P4132" ], "adjacency": [ [ 2, 0, 0 ], [ 0, 1, 1 ] ], "entity_labels": [ "Spanish", "subject–verb–object", "Miguel Ángel Asturias Rosales" ], "relation_labels": [ "languages spoken, written or signed", "linguistic typology" ] }
SELECT ?answer WHERE { wd:Q75603 wdt:P1412 ?answer . ?answer wdt:P4132 wd:Q651641}
lcquad2-14750
How does neutrino interact?
[ "general relativity" ]
{ "entities": [ "Q2126", "Q11452", "Q11412" ], "relations": [ "P1269", "P517" ], "adjacency": [ [ 0, 1, 2 ], [ 2, 0, 1 ] ], "entity_labels": [ "neutrino", "general relativity", "gravity" ], "relation_labels": [ "facet of", "interaction" ] }
SELECT ?answer WHERE { wd:Q2126 wdt:P517 ?X . ?X wdt:P1269 ?answer}
lcquad2-12714
What are the names of the twin cities of Corinth adjoining to Salvitelle?
[ "Buccino" ]
{ "entities": [ "Q81486", "Q103011", "Q80669" ], "relations": [ "P190", "P47" ], "adjacency": [ [ 1, 0, 2 ], [ 2, 1, 0 ] ], "entity_labels": [ "Salvitelle", "Corinth", "Buccino" ], "relation_labels": [ "twinned administrative body", "shares border with" ] }
SELECT ?answer WHERE { wd:Q103011 wdt:P190 ?answer . ?answer wdt:P47 wd:Q81486}
lcquad2-13744
What was the cauae of death of Alfred Jarry, which had pott diaease as an effect?
[ "tuberculosis" ]
{ "entities": [ "Q12204", "Q7841", "Q2723627" ], "relations": [ "P1542", "P509" ], "adjacency": [ [ 1, 1, 0 ], [ 0, 0, 2 ] ], "entity_labels": [ "tuberculosis", "Alfred Jarry", "Pott disease" ], "relation_labels": [ "has effect", "cause of death" ] }
SELECT ?answer WHERE { wd:Q7841 wdt:P509 ?answer . ?answer wdt:P1542 wd:Q2723627}
lcquad2-22855
Which is the college with which is subsidiary Niels Bohr?
[ "Victoria University of Manchester" ]
{ "entities": [ "Q7085", "Q867530", "Q3918" ], "relations": [ "P31", "P1416" ], "adjacency": [ [ 0, 1, 1 ], [ 1, 0, 2 ] ], "entity_labels": [ "Niels Bohr", "Victoria University of Manchester", "university" ], "relation_labels": [ "instance of", "affiliation" ] }
select distinct ?obj where { wd:Q7085 wdt:P1416 ?obj . ?obj wdt:P31 wd:Q3918 }
lcquad2-22885
Which is the anecdotal lion in the characters of The Lion King?
[ "Mufasa" ]
{ "entities": [ "Q36479", "Q27267085", "Q2287748" ], "relations": [ "P674", "P31" ], "adjacency": [ [ 0, 0, 2 ], [ 2, 1, 1 ] ], "entity_labels": [ "The Lion King", "fictional lion", "Mufasa" ], "relation_labels": [ "characters", "instance of" ] }
select distinct ?obj where { wd:Q36479 wdt:P674 ?obj . ?obj wdt:P31 wd:Q27267085 }
lcquad2-23995
What kind of quantum particle does the letter o start?
[ "Σ+" ]
{ "entities": [ "Q22675015", "Q17258124" ], "relations": [ "P31" ], "adjacency": [ [ 1, 0, 0 ] ], "entity_labels": [ "type of quantum particle", "Σ+" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q22675015 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'σ')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-16238
What are the signs and treatments for lyme disease?
[ "salsalate" ]
{ "entities": [ "Q1320691", "Q170990", "Q201989" ], "relations": [ "P2176", "P780" ], "adjacency": [ [ 2, 1, 1 ], [ 1, 0, 0 ] ], "entity_labels": [ "salsalate", "arthritis", "Lyme disease" ], "relation_labels": [ "drug or therapy used for treatment", "symptoms and signs" ] }
SELECT ?answer WHERE { wd:Q201989 wdt:P780 ?X . ?X wdt:P2176 ?answer}
lcquad2-17060
What does Family Petfoods Make?
[ "chocolate bar" ]
{ "entities": [ "Q1361086", "Q695087", "Q2027177" ], "relations": [ "P1056", "P749" ], "adjacency": [ [ 2, 1, 1 ], [ 1, 0, 0 ] ], "entity_labels": [ "chocolate bar", "Mars, Incorporated", "Pedigree Petfoods" ], "relation_labels": [ "product or material produced", "parent organization" ] }
SELECT ?answer WHERE { wd:Q2027177 wdt:P749 ?X . ?X wdt:P1056 ?answer}