id
stringlengths
11
13
question
stringlengths
11
8.64k
answers
sequence
subgraph
dict
sparql
stringlengths
49
483
lcquad2-24081
which bunch begins with the letter o
[ "One Monte-Carlo" ]
{ "entities": [ "Q16887380", "Q98168851" ], "relations": [ "P31" ], "adjacency": [ [ 1, 0, 0 ] ], "entity_labels": [ "group", "One Monte-Carlo" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q16887380 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'o')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-17367
Who is {casualty} {taken an interest in struggle} of {Fellow de Montlaur} ?
[ "Polish Armed Forces in the West" ]
{ "entities": [ "Q151340", "Q119879", "Q3122281" ], "relations": [ "P607", "P710" ], "adjacency": [ [ 2, 0, 0 ], [ 0, 1, 1 ] ], "entity_labels": [ "Battle of France", "Polish Armed Forces in the West", "Guy de Montlaur" ], "relation_labels": [ "conflict", "participant" ] }
SELECT ?answer WHERE { wd:Q3122281 wdt:P607 ?X . ?X wdt:P710 ?answer}
lcquad2-14238
Name the death vicinity of John X, which has a twin town called Cincinnati.
[ "Rome" ]
{ "entities": [ "Q227976", "Q220", "Q43196" ], "relations": [ "P190", "P20" ], "adjacency": [ [ 0, 1, 1 ], [ 1, 0, 2 ] ], "entity_labels": [ "John X", "Rome", "Cincinnati" ], "relation_labels": [ "twinned administrative body", "place of death" ] }
SELECT ?answer WHERE { wd:Q227976 wdt:P20 ?answer . ?answer wdt:P190 wd:Q43196}
lcquad2-19992
What is the taxonomic rank of the Dodo?
[ "species" ]
{ "entities": [ "Q7432", "Q43502", "Q3100180" ], "relations": [ "P105", "P31" ], "adjacency": [ [ 1, 0, 0 ], [ 0, 1, 2 ] ], "entity_labels": [ "species", "Raphus cucullatus", "rank in botany" ], "relation_labels": [ "taxon rank", "instance of" ] }
select distinct ?obj where { wd:Q43502 wdt:P105 ?obj . ?obj wdt:P31 wd:Q3100180 }
lcquad2-23240
Which band contains in its name the word u2
[ "THU20" ]
{ "entities": [ "Q60319207", "Q215380" ], "relations": [ "P31" ], "adjacency": [ [ 0, 0, 1 ] ], "entity_labels": [ "THU20", "musical group" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q215380 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'u2')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-13653
"Which is {diplomatic relation} of {Rwanda}, where {member of} is {Bay of Bengal Initiative for Multi-Sectoral Technical and Economic Cooperation} ?"
[ "Bangladesh" ]
{ "entities": [ "Q1037", "Q795985", "Q902" ], "relations": [ "P463", "P530" ], "adjacency": [ [ 0, 1, 2 ], [ 2, 0, 1 ] ], "entity_labels": [ "Rwanda", "Bay of Bengal Initiative for Multi-Sectoral Technical and Economic Cooperation", "Bangladesh" ], "relation_labels": [ "member of", "diplomatic relation" ] }
SELECT ?answer WHERE { wd:Q1037 wdt:P530 ?answer . ?answer wdt:P463 wd:Q795985}
lcquad2-16643
What was Dracula inspired by?
[ "Henry Irving" ]
{ "entities": [ "Q32505", "Q1131724", "Q3266236" ], "relations": [ "P941", "P144" ], "adjacency": [ [ 1, 1, 2 ], [ 2, 0, 0 ] ], "entity_labels": [ "Henry Irving", "Dracula", "Count Dracula" ], "relation_labels": [ "inspired by", "based on" ] }
SELECT ?answer WHERE { wd:Q1131724 wdt:P144 ?X . ?X wdt:P941 ?answer}
lcquad2-14414
What is the conciliatory connection of the imperial state of Mataram?
[ "Madagascar" ]
{ "entities": [ "Q252", "Q14126", "Q1019" ], "relations": [ "P17", "P530" ], "adjacency": [ [ 1, 0, 0 ], [ 0, 1, 2 ] ], "entity_labels": [ "Indonesia", "Mataram", "Madagascar" ], "relation_labels": [ "country", "diplomatic relation" ] }
SELECT ?answer WHERE { wd:Q14126 wdt:P17 ?X . ?X wdt:P530 ?answer}
lcquad2-15343
What is the item of the brand of Yum China ?
[ "Chinese cuisine" ]
{ "entities": [ "Q30645592", "Q1756895", "Q10876842" ], "relations": [ "P1056", "P1716" ], "adjacency": [ [ 0, 1, 1 ], [ 1, 0, 2 ] ], "entity_labels": [ "Yum China", "East Dawning", "Chinese cuisine" ], "relation_labels": [ "product or material produced", "brand" ] }
SELECT ?answer WHERE { wd:Q30645592 wdt:P1716 ?X . ?X wdt:P1056 ?answer}
lcquad2-20844
Which was the cryptocurrency being designed by Satoshi Nakamoto?
[ "bitcoin" ]
{ "entities": [ "Q13479982", "Q131723", "Q13382352" ], "relations": [ "P178", "P31" ], "adjacency": [ [ 1, 0, 2 ], [ 1, 1, 0 ] ], "entity_labels": [ "cryptocurrency", "bitcoin", "Satoshi Nakamoto" ], "relation_labels": [ "developer", "instance of" ] }
select distinct ?sbj where { ?sbj wdt:P178 wd:Q13382352 . ?sbj wdt:P31 wd:Q13479982 }
lcquad2-9888
Where was Rumi born, and where was he buried?
[ "Yeşil Türbe", "Vakhsh" ]
{ "entities": [ "Q2064329", "Q43347", "Q8053362" ], "relations": [ "P119", "P19" ], "adjacency": [ [ 1, 0, 2 ], [ 1, 1, 0 ] ], "entity_labels": [ "Vakhsh", "Rumi", "Yeşil Türbe" ], "relation_labels": [ "place of burial", "place of birth" ] }
SELECT ?ans_1 ?ans_2 WHERE { wd:Q43347 wdt:P119 ?ans_1 . wd:Q43347 wdt:P19 ?ans_2 }
lcquad2-16514
Give me the wife of the author of Sailor Moon.
[ "Yoshihiro Togashi" ]
{ "entities": [ "Q704353", "Q550311", "Q229724" ], "relations": [ "P58", "P26" ], "adjacency": [ [ 0, 0, 2 ], [ 2, 1, 1 ] ], "entity_labels": [ "Sailor Moon", "Yoshihiro Togashi", "Naoko Takeuchi" ], "relation_labels": [ "screenwriter", "spouse" ] }
SELECT ?answer WHERE { wd:Q704353 wdt:P58 ?X . ?X wdt:P26 ?answer}
lcquad2-13733
What are the circles of Europa and it's moon Thebe?
[ "Jupiter" ]
{ "entities": [ "Q3143", "Q16765", "Q319" ], "relations": [ "P397", "P398" ], "adjacency": [ [ 0, 0, 2 ], [ 2, 1, 1 ] ], "entity_labels": [ "Europa", "Thebe", "Jupiter" ], "relation_labels": [ "parent astronomical body", "child astronomical body" ] }
SELECT ?answer WHERE { wd:Q3143 wdt:P397 ?answer . ?answer wdt:P398 wd:Q16765}
lcquad2-9710
Where is planned parenthood located and what award did they receive?
[ "Lasker-Bloomberg Public Service Award", "New York City" ]
{ "entities": [ "Q60", "Q2553262", "Q136699" ], "relations": [ "P166", "P159" ], "adjacency": [ [ 1, 1, 0 ], [ 1, 0, 2 ] ], "entity_labels": [ "New York City", "Planned Parenthood", "Lasker-Bloomberg Public Service Award" ], "relation_labels": [ "award received", "headquarters location" ] }
SELECT ?ans_1 ?ans_2 WHERE { wd:Q2553262 wdt:P159 ?ans_1 . wd:Q2553262 wdt:P166 ?ans_2 }
lcquad2-9584
What is Dirk Nowitzki's role and who is the relative?
[ "Marcus Olsson", "power forward" ]
{ "entities": [ "Q44068", "Q462471", "Q1374528" ], "relations": [ "P1038", "P413" ], "adjacency": [ [ 0, 0, 2 ], [ 0, 1, 1 ] ], "entity_labels": [ "Dirk Nowitzki", "power forward", "Marcus Olsson" ], "relation_labels": [ "relative", "position played on team / speciality" ] }
SELECT ?ans_1 ?ans_2 WHERE { wd:Q44068 wdt:P1038 ?ans_1 . wd:Q44068 wdt:P413 ?ans_2 }
lcquad2-12484
What scene of the Fight of Nahāvand is within the borough of Central District?
[ "Nahavand" ]
{ "entities": [ "Q4814073", "Q720045", "Q603549" ], "relations": [ "P276", "P131" ], "adjacency": [ [ 2, 0, 1 ], [ 1, 1, 0 ] ], "entity_labels": [ "Central District", "Nahavand", "Battle of Nahāvand" ], "relation_labels": [ "location", "located in the administrative territorial entity" ] }
SELECT ?answer WHERE { wd:Q603549 wdt:P276 ?answer . ?answer wdt:P131 wd:Q4814073}
lcquad2-15139
Who is the administrator of the WOW air service?
[ "Citrus ×limon" ]
{ "entities": [ "Q500", "Q3873325", "Q1093742" ], "relations": [ "P1582", "P180" ], "adjacency": [ [ 1, 1, 2 ], [ 2, 0, 0 ] ], "entity_labels": [ "Citrus ×limon", "Still Life with Apples", "lemon" ], "relation_labels": [ "natural product of taxon", "depicts" ] }
SELECT ?answer WHERE { wd:Q3873325 wdt:P180 ?X . ?X wdt:P1582 ?answer}
lcquad2-20404
Who is the {protein} for {physically interatomic with} of {fentanyl}
[ "Opioid receptor kappa 1" ]
{ "entities": [ "Q407541", "Q8054", "Q8083989" ], "relations": [ "P31", "P129" ], "adjacency": [ [ 2, 1, 0 ], [ 2, 0, 1 ] ], "entity_labels": [ "fentanyl", "protein", "Opioid receptor kappa 1" ], "relation_labels": [ "instance of", "physically interacts with" ] }
select distinct ?sbj where { ?sbj wdt:P129 wd:Q407541 . ?sbj wdt:P31 wd:Q8054 }
lcquad2-13786
Which performing artist in Near Experiences of the Third Kind has worked as an astrophysicist?
[ "J. Allen Hynek" ]
{ "entities": [ "Q320588", "Q752129", "Q350468" ], "relations": [ "P106", "P161" ], "adjacency": [ [ 0, 1, 2 ], [ 2, 0, 1 ] ], "entity_labels": [ "Close Encounters of the Third Kind", "astrophysicist", "J. Allen Hynek" ], "relation_labels": [ "occupation", "cast member" ] }
SELECT ?answer WHERE { wd:Q320588 wdt:P161 ?answer . ?answer wdt:P106 wd:Q752129}
lcquad2-20976
With whom did Ernest Hemingway professionally partner playing?
[ "Mario Berrino" ]
{ "entities": [ "Q3848330", "Q5", "Q23434" ], "relations": [ "P31", "P1327" ], "adjacency": [ [ 0, 1, 2 ], [ 0, 0, 1 ] ], "entity_labels": [ "Mario Berrino", "human", "Ernest Hemingway" ], "relation_labels": [ "instance of", "partner in business or sport" ] }
select distinct ?sbj where { ?sbj wdt:P1327 wd:Q23434 . ?sbj wdt:P31 wd:Q5 }
lcquad2-17786
Was science thinks about Rashomon's unique work?
[ "Japanese linguistics" ]
{ "entities": [ "Q135465", "Q5287", "Q11509142" ], "relations": [ "P2579", "P364" ], "adjacency": [ [ 0, 1, 1 ], [ 1, 0, 2 ] ], "entity_labels": [ "Rashomon", "Japanese", "Japanese linguistics" ], "relation_labels": [ "studied by", "original language of film or TV show" ] }
SELECT ?answer WHERE { wd:Q135465 wdt:P364 ?X . ?X wdt:P2579 ?answer}
lcquad2-16517
What are the names of the co-founder and facility operator of Express Tram?
[ "Elisha Otis" ]
{ "entities": [ "Q171413", "Q1134069", "Q5421647" ], "relations": [ "P112", "P137" ], "adjacency": [ [ 2, 1, 1 ], [ 1, 0, 0 ] ], "entity_labels": [ "Elisha Otis", "Otis Worldwide Corporation", "ExpressTram" ], "relation_labels": [ "founded by", "operator" ] }
SELECT ?answer WHERE { wd:Q5421647 wdt:P137 ?X . ?X wdt:P112 ?answer}
lcquad2-15469
The artworks of Donatello is represented by what?
[ "crucifix" ]
{ "entities": [ "Q20460", "Q37562", "Q3698261" ], "relations": [ "P180", "P800" ], "adjacency": [ [ 1, 1, 2 ], [ 2, 0, 0 ] ], "entity_labels": [ "crucifix", "Donatello", "Donatello's Crucifix of Santa Croce" ], "relation_labels": [ "depicts", "notable work" ] }
SELECT ?answer WHERE { wd:Q37562 wdt:P800 ?X . ?X wdt:P180 ?answer}
lcquad2-23736
What dollo starts with the letter tyler?
[ "Tyler Wentworth" ]
{ "entities": [ "Q7860184", "Q168658" ], "relations": [ "P31" ], "adjacency": [ [ 0, 0, 1 ] ], "entity_labels": [ "Tyler Wentworth", "doll" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q168658 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'tyler')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-9734
Dustin Hoffman was nominated for what award that he received?
[ "Academy Award for Best Actor" ]
{ "entities": [ "Q42930", "Q103916" ], "relations": [ "P1411", "P166" ], "adjacency": [ [ 0, 0, 1 ], [ 0, 1, 1 ] ], "entity_labels": [ "Dustin Hoffman", "Academy Award for Best Actor" ], "relation_labels": [ "nominated for", "award received" ] }
SELECT ?ans_1 ?ans_2 WHERE { wd:Q42930 wdt:P1411 ?ans_1 . wd:Q42930 wdt:P166 ?ans_2 }
lcquad2-23513
Disclose ME GEOGRAPHIC REGION WHOSE NAME HAS THE WORD SUMADIJA IN IT
[ "Šumadija" ]
{ "entities": [ "Q261430", "Q82794" ], "relations": [ "P31" ], "adjacency": [ [ 0, 0, 1 ] ], "entity_labels": [ "Šumadija", "geographic region" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q82794 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'šumadija')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-22430
Who made the melodic sort difficult rock?
[ "Thomas Petersson" ]
{ "entities": [ "Q99618102", "Q83270", "Q5" ], "relations": [ "P31", "P136" ], "adjacency": [ [ 0, 1, 1 ], [ 0, 0, 2 ] ], "entity_labels": [ "Thomas Petersson", "hard rock", "human" ], "relation_labels": [ "instance of", "genre" ] }
select distinct ?sbj where { ?sbj wdt:P136 wd:Q83270 . ?sbj wdt:P31 wd:Q5 }
lcquad2-20928
Name the occupation of people who work with interior design
[ "architectural colorist" ]
{ "entities": [ "Q28640", "Q29167172", "Q179232" ], "relations": [ "P31", "P425" ], "adjacency": [ [ 1, 1, 2 ], [ 1, 0, 0 ] ], "entity_labels": [ "profession", "architectural colorist", "interior design" ], "relation_labels": [ "instance of", "field of this occupation" ] }
select distinct ?sbj where { ?sbj wdt:P425 wd:Q179232 . ?sbj wdt:P31 wd:Q28640 }
lcquad2-10193
Who composed and produced the TV show, Buffy the Vampire Slayer?
[ "Doug Petrie", "Christophe Beck" ]
{ "entities": [ "Q183513", "Q1086291", "Q1608351" ], "relations": [ "P162", "P86" ], "adjacency": [ [ 0, 1, 1 ], [ 0, 0, 2 ] ], "entity_labels": [ "Buffy the Vampire Slayer", "Christophe Beck", "Doug Petrie" ], "relation_labels": [ "producer", "composer" ] }
SELECT ?ans_1 ?ans_2 WHERE { wd:Q183513 wdt:P86 ?ans_1 . wd:Q183513 wdt:P162 ?ans_2 }
lcquad2-17454
Let me know the introduction by Sandra Hoffmann-Ursache and where she presented.
[ "Jerry Springer" ]
{ "entities": [ "Q27214", "Q2708369", "Q2221002" ], "relations": [ "P371", "P1344" ], "adjacency": [ [ 2, 1, 1 ], [ 1, 0, 0 ] ], "entity_labels": [ "Jerry Springer", "Miss World 2000", "Sandra Hoffmann-Ursache" ], "relation_labels": [ "presenter", "participant in" ] }
SELECT ?answer WHERE { wd:Q2221002 wdt:P1344 ?X . ?X wdt:P371 ?answer}
lcquad2-25179
WHat is where you a discover the Andromeda star grouping that contains the word " ugc" in its name ?
[ "UGC 1813" ]
{ "entities": [ "Q9256", "Q9364004", "Q2488" ], "relations": [ "P31", "P59" ], "adjacency": [ [ 1, 0, 2 ], [ 1, 1, 0 ] ], "entity_labels": [ "Andromeda", "UGC 1813", "spiral galaxy" ], "relation_labels": [ "instance of", "constellation" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q2488 . ?sbj wdt:P59 wd:Q9256 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'ugc')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-14796
Who is {won by} {privileged title} of {Scott Cooper} ?
[ "Carlos Gallardo" ]
{ "entities": [ "Q1750712", "Q1170500", "Q1042923" ], "relations": [ "P1346", "P166" ], "adjacency": [ [ 0, 1, 1 ], [ 1, 0, 2 ] ], "entity_labels": [ "Scott Cooper", "Independent Spirit Award for Best First Feature", "Carlos Gallardo" ], "relation_labels": [ "winner", "award received" ] }
SELECT ?answer WHERE { wd:Q1750712 wdt:P166 ?X . ?X wdt:P1346 ?answer}
lcquad2-21797
Who is the chairperson of Justin Trudeau's political party?
[ "Liberal Party of Canada" ]
{ "entities": [ "Q3099714", "Q7278", "Q138345" ], "relations": [ "P31", "P488" ], "adjacency": [ [ 2, 1, 0 ], [ 2, 0, 1 ] ], "entity_labels": [ "Justin Trudeau", "political party", "Liberal Party of Canada" ], "relation_labels": [ "instance of", "chairperson" ] }
select distinct ?sbj where { ?sbj wdt:P488 wd:Q3099714 . ?sbj wdt:P31 wd:Q7278 }
lcquad2-12048
What is in the administrative location of Hudson River, whose category of related people is Category:People from New York?
[ "New York" ]
{ "entities": [ "Q5616379", "Q3140", "Q1384" ], "relations": [ "P131", "P1792" ], "adjacency": [ [ 1, 0, 2 ], [ 2, 1, 0 ] ], "entity_labels": [ "Category:People from New York (state)", "Hudson River", "New York" ], "relation_labels": [ "located in the administrative territorial entity", "category of associated people" ] }
SELECT ?answer WHERE { wd:Q3140 wdt:P131 ?answer . ?answer wdt:P1792 wd:Q5616379}
lcquad2-14276
What kind of oil was utilized within the representation of Vista geral do Centro S. Paulo 103?
[ "electricity" ]
{ "entities": [ "Q51099374", "Q1420", "Q12725" ], "relations": [ "P618", "P180" ], "adjacency": [ [ 0, 1, 1 ], [ 1, 0, 2 ] ], "entity_labels": [ "Vista geral do Centro S. Paulo 103", "motor car", "electricity" ], "relation_labels": [ "source of energy", "depicts" ] }
SELECT ?answer WHERE { wd:Q51099374 wdt:P180 ?X . ?X wdt:P618 ?answer}
lcquad2-23385
What are the city in Ukraine which begin with the letter vylkove
[ "Vylkove" ]
{ "entities": [ "Q889536", "Q12131624" ], "relations": [ "P31" ], "adjacency": [ [ 0, 0, 1 ] ], "entity_labels": [ "Vylkove", "city ​​in Ukraine" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q12131624 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'vylkove')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-23579
Which is the melodic shape which contains the word variety in it's title?
[ "theme and variations" ]
{ "entities": [ "Q214981", "Q862597" ], "relations": [ "P31" ], "adjacency": [ [ 0, 0, 1 ] ], "entity_labels": [ "theme and variations", "musical form" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q862597 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'variation')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-21572
What tv station does Oprah Winfrey work for?
[ "WLS-TV" ]
{ "entities": [ "Q3050972", "Q55800", "Q1616075" ], "relations": [ "P108", "P31" ], "adjacency": [ [ 1, 0, 0 ], [ 0, 1, 2 ] ], "entity_labels": [ "WLS-TV", "Oprah Winfrey", "television station" ], "relation_labels": [ "employer", "instance of" ] }
select distinct ?obj where { wd:Q55800 wdt:P108 ?obj . ?obj wdt:P31 wd:Q1616075 }
lcquad2-21976
What is the moon of Neptune?
[ "Triton" ]
{ "entities": [ "Q332", "Q2139", "Q3359" ], "relations": [ "P397", "P31" ], "adjacency": [ [ 2, 0, 0 ], [ 2, 1, 1 ] ], "entity_labels": [ "Neptune", "moon of Neptune", "Triton" ], "relation_labels": [ "parent astronomical body", "instance of" ] }
select distinct ?sbj where { ?sbj wdt:P397 wd:Q332 . ?sbj wdt:P31 wd:Q2139 }
lcquad2-9713
Who were Neil Gaiman's dad and wife?
[ "Amanda Palmer", "David Gaiman" ]
{ "entities": [ "Q240377", "Q210059", "Q5233971" ], "relations": [ "P26", "P22" ], "adjacency": [ [ 1, 1, 2 ], [ 1, 0, 0 ] ], "entity_labels": [ "Amanda Palmer", "Neil Gaiman", "David Gaiman" ], "relation_labels": [ "spouse", "father" ] }
SELECT ?ans_1 ?ans_2 WHERE { wd:Q210059 wdt:P22 ?ans_1 . wd:Q210059 wdt:P26 ?ans_2 }
lcquad2-22266
What is the capital of Melbourne?
[ "Colony of Victoria" ]
{ "entities": [ "Q56850459", "Q3141", "Q7448101" ], "relations": [ "P31", "P36" ], "adjacency": [ [ 0, 1, 1 ], [ 0, 0, 2 ] ], "entity_labels": [ "Colony of Victoria", "Melbourne", "self-governing colony of the British Empire" ], "relation_labels": [ "instance of", "capital" ] }
select distinct ?sbj where { ?sbj wdt:P36 wd:Q3141 . ?sbj wdt:P31 wd:Q7448101 }
lcquad2-22186
What is the sacrosanct dialect of Hildegard of Bingen?
[ "Latin" ]
{ "entities": [ "Q397", "Q839470", "Q70991" ], "relations": [ "P31", "P1412" ], "adjacency": [ [ 2, 1, 0 ], [ 0, 0, 1 ] ], "entity_labels": [ "Latin", "sacred language", "Hildegard of Bingen" ], "relation_labels": [ "instance of", "languages spoken, written or signed" ] }
select distinct ?obj where { wd:Q70991 wdt:P1412 ?obj . ?obj wdt:P31 wd:Q839470 }
lcquad2-14762
Which is {timezone} of {landmass} {Balhae} ?
[ "Asia/Thimphu" ]
{ "entities": [ "Q28322", "Q48", "Q1087393" ], "relations": [ "P30", "P421" ], "adjacency": [ [ 0, 0, 1 ], [ 1, 1, 2 ] ], "entity_labels": [ "Balhae", "Asia", "Asia/Thimphu" ], "relation_labels": [ "continent", "located in time zone" ] }
SELECT ?answer WHERE { wd:Q28322 wdt:P30 ?X . ?X wdt:P421 ?answer}
lcquad2-20293
What's the name of the protein that interacts with codeine?
[ "Opioid receptor mu 1" ]
{ "entities": [ "Q5123372", "Q8054", "Q174723" ], "relations": [ "P31", "P129" ], "adjacency": [ [ 0, 1, 2 ], [ 0, 0, 1 ] ], "entity_labels": [ "Opioid receptor mu 1", "protein", "codeine" ], "relation_labels": [ "instance of", "physically interacts with" ] }
select distinct ?sbj where { ?sbj wdt:P129 wd:Q174723 . ?sbj wdt:P31 wd:Q8054 }
lcquad2-10188
Which is the {location of formation} and the {headquarters location} of {Microsoft} ?
[ "Redmond", "Albuquerque" ]
{ "entities": [ "Q34804", "Q223718", "Q2283" ], "relations": [ "P740", "P159" ], "adjacency": [ [ 2, 0, 0 ], [ 2, 1, 1 ] ], "entity_labels": [ "Albuquerque", "Redmond", "Microsoft" ], "relation_labels": [ "location of formation", "headquarters location" ] }
SELECT ?ans_1 ?ans_2 WHERE { wd:Q2283 wdt:P740 ?ans_1 . wd:Q2283 wdt:P159 ?ans_2 }
lcquad2-14463
What are the administrative divisions of the headquarters of Sinovac Biotech?
[ "Miyun District" ]
{ "entities": [ "Q1022269", "Q3485048", "Q956" ], "relations": [ "P150", "P159" ], "adjacency": [ [ 1, 1, 2 ], [ 2, 0, 0 ] ], "entity_labels": [ "Miyun District", "Sinovac Biotech", "Beijing" ], "relation_labels": [ "contains the administrative territorial entity", "headquarters location" ] }
SELECT ?answer WHERE { wd:Q3485048 wdt:P159 ?X . ?X wdt:P150 ?answer}
lcquad2-16051
How did Robert West die?
[ "aorta" ]
{ "entities": [ "Q101004", "Q616003", "Q1648686" ], "relations": [ "P689", "P509" ], "adjacency": [ [ 2, 1, 1 ], [ 1, 0, 0 ] ], "entity_labels": [ "aorta", "aortic aneurysm", "Red West" ], "relation_labels": [ "afflicts", "cause of death" ] }
SELECT ?answer WHERE { wd:Q1648686 wdt:P509 ?X . ?X wdt:P689 ?answer}
lcquad2-23228
Tell me the branch of philosophy containing in their name the word
[ "Renaissance philosophy" ]
{ "entities": [ "Q22811234", "Q917440" ], "relations": [ "P31" ], "adjacency": [ [ 1, 0, 0 ] ], "entity_labels": [ "branch of philosophy", "Renaissance philosophy" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q22811234 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'philosophy')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-22229
Which awards has John Steinbeck received?
[ "California Hall of Fame" ]
{ "entities": [ "Q28739778", "Q5020532", "Q39212" ], "relations": [ "P31", "P166" ], "adjacency": [ [ 2, 1, 1 ], [ 1, 0, 0 ] ], "entity_labels": [ "hall of fame of a state or province", "California Hall of Fame", "John Steinbeck" ], "relation_labels": [ "instance of", "award received" ] }
select distinct ?obj where { wd:Q39212 wdt:P166 ?obj . ?obj wdt:P31 wd:Q28739778 }
lcquad2-21192
What is the measurable framework for Hebrew
[ "National Statistics System" ]
{ "entities": [ "Q9288", "Q55537252", "Q55456485" ], "relations": [ "P37", "P31" ], "adjacency": [ [ 1, 0, 0 ], [ 1, 1, 2 ] ], "entity_labels": [ "Hebrew", "National Statistics System", "national statistical system" ], "relation_labels": [ "official language", "instance of" ] }
select distinct ?sbj where { ?sbj wdt:P37 wd:Q9288 . ?sbj wdt:P31 wd:Q55456485 }
lcquad2-16111
What members are part of the party of Normandy landings?
[ "Multilateral Investment Guarantee Agency" ]
{ "entities": [ "Q145", "Q16470", "Q1043527" ], "relations": [ "P463", "P710" ], "adjacency": [ [ 1, 1, 0 ], [ 0, 0, 2 ] ], "entity_labels": [ "United Kingdom", "Normandy landings", "Multilateral Investment Guarantee Agency" ], "relation_labels": [ "member of", "participant" ] }
SELECT ?answer WHERE { wd:Q16470 wdt:P710 ?X . ?X wdt:P463 ?answer}
lcquad2-14512
who ward of lawfully set up by of water contamination ?
[ "Germany" ]
{ "entities": [ "Q674827", "Q183", "Q183129" ], "relations": [ "P1001", "P92" ], "adjacency": [ [ 2, 1, 0 ], [ 0, 0, 1 ] ], "entity_labels": [ "Strafgesetzbuch", "Germany", "water pollution" ], "relation_labels": [ "applies to jurisdiction", "main regulatory text" ] }
SELECT ?answer WHERE { wd:Q183129 wdt:P92 ?X . ?X wdt:P1001 ?answer}
lcquad2-21896
Who was the stepfather of Claude Debussy?
[ "Raoul Bardac" ]
{ "entities": [ "Q15973497", "Q5", "Q4700" ], "relations": [ "P31", "P3448" ], "adjacency": [ [ 0, 1, 2 ], [ 0, 0, 1 ] ], "entity_labels": [ "Raoul Bardac", "human", "Claude Debussy" ], "relation_labels": [ "instance of", "stepparent" ] }
select distinct ?sbj where { ?sbj wdt:P3448 wd:Q4700 . ?sbj wdt:P31 wd:Q5 }
lcquad2-21721
Who coordinated the Seven Samurai ?
[ "Akira Kurosawa" ]
{ "entities": [ "Q189540", "Q8006", "Q5" ], "relations": [ "P31", "P57" ], "adjacency": [ [ 0, 1, 1 ], [ 1, 0, 2 ] ], "entity_labels": [ "Seven Samurai", "Akira Kurosawa", "human" ], "relation_labels": [ "instance of", "director" ] }
select distinct ?obj where { wd:Q189540 wdt:P57 ?obj . ?obj wdt:P31 wd:Q5 }
lcquad2-12214
What is the native land of Phil Jackson that is in Sherdan County?
[ "Montana" ]
{ "entities": [ "Q1212", "Q496629", "Q316246" ], "relations": [ "P150", "P551" ], "adjacency": [ [ 2, 1, 0 ], [ 0, 0, 1 ] ], "entity_labels": [ "Montana", "Sheridan County", "Phil Jackson" ], "relation_labels": [ "contains the administrative territorial entity", "residence" ] }
SELECT ?answer WHERE { wd:Q316246 wdt:P551 ?answer . ?answer wdt:P150 wd:Q496629}
lcquad2-20146
What is Intel's specification edition?
[ "Advanced Configuration and Power Interface Specification Version 5.0" ]
{ "entities": [ "Q248", "Q55238791", "Q55155149" ], "relations": [ "P178", "P31" ], "adjacency": [ [ 1, 0, 0 ], [ 1, 1, 2 ] ], "entity_labels": [ "Intel", "Advanced Configuration and Power Interface Specification Version 5.0", "specification edition" ], "relation_labels": [ "developer", "instance of" ] }
select distinct ?sbj where { ?sbj wdt:P178 wd:Q248 . ?sbj wdt:P31 wd:Q55155149 }
lcquad2-13901
Is the history of Greenville Province a subtopic that separates into the history of SC?
[ "South Carolina" ]
{ "entities": [ "Q3137063", "Q1456", "Q502273" ], "relations": [ "P1269", "P150" ], "adjacency": [ [ 0, 0, 1 ], [ 1, 1, 2 ] ], "entity_labels": [ "history of South Carolina", "South Carolina", "Greenville County" ], "relation_labels": [ "facet of", "contains the administrative territorial entity" ] }
SELECT ?answer WHERE { wd:Q3137063 wdt:P1269 ?answer . ?answer wdt:P150 wd:Q502273}
lcquad2-12012
Who is the creator that composed the Discworld arrangement in their auxiliary dialect of English?
[ "Terry Pratchett" ]
{ "entities": [ "Q1860", "Q3257270", "Q46248" ], "relations": [ "P1412", "P50" ], "adjacency": [ [ 1, 1, 2 ], [ 2, 0, 0 ] ], "entity_labels": [ "English", "Discworld books", "Terry Pratchett" ], "relation_labels": [ "languages spoken, written or signed", "author" ] }
SELECT ?answer WHERE { wd:Q3257270 wdt:P50 ?answer . ?answer wdt:P1412 wd:Q1860}
lcquad2-15282
Which is Ann Radcliffe's { twin town } and { death place }?
[ "Mumbai" ]
{ "entities": [ "Q1156", "Q84", "Q231944" ], "relations": [ "P190", "P20" ], "adjacency": [ [ 2, 1, 1 ], [ 1, 0, 0 ] ], "entity_labels": [ "Mumbai", "London", "Ann Radcliffe" ], "relation_labels": [ "twinned administrative body", "place of death" ] }
SELECT ?answer WHERE { wd:Q231944 wdt:P20 ?X . ?X wdt:P190 ?answer}
lcquad2-22125
Which motion picture is around Stephen Hawking?
[ "The Theory of Everything" ]
{ "entities": [ "Q15079318", "Q11424", "Q17714" ], "relations": [ "P674", "P31" ], "adjacency": [ [ 0, 0, 2 ], [ 0, 1, 1 ] ], "entity_labels": [ "The Theory of Everything", "film", "Stephen Hawking" ], "relation_labels": [ "characters", "instance of" ] }
select distinct ?sbj where { ?sbj wdt:P674 wd:Q17714 . ?sbj wdt:P31 wd:Q11424 }
lcquad2-20767
How did the members of the American Progressive Way offer assistance constitute the republic?
[ "United States of America" ]
{ "entities": [ "Q40949", "Q1520223", "Q30" ], "relations": [ "P31", "P710" ], "adjacency": [ [ 0, 1, 2 ], [ 2, 0, 1 ] ], "entity_labels": [ "American Revolutionary War", "constitutional republic", "United States of America" ], "relation_labels": [ "instance of", "participant" ] }
select distinct ?obj where { wd:Q40949 wdt:P710 ?obj . ?obj wdt:P31 wd:Q1520223 }
lcquad2-23484
Tell me the primary emotion which contains the phrase have faith in their name!
[ "trust" ]
{ "entities": [ "Q659974", "Q16748867" ], "relations": [ "P31" ], "adjacency": [ [ 0, 0, 1 ] ], "entity_labels": [ "trust", "basic emotion" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q16748867 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'trust')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-14489
What is the cause of working with Jinul?
[ "philosophical viewpoint" ]
{ "entities": [ "Q704894", "Q4964182", "Q30046560" ], "relations": [ "P106", "P1542" ], "adjacency": [ [ 0, 0, 1 ], [ 1, 1, 2 ] ], "entity_labels": [ "Jinul", "philosopher", "philosophical viewpoint" ], "relation_labels": [ "occupation", "has effect" ] }
SELECT ?answer WHERE { wd:Q704894 wdt:P106 ?X . ?X wdt:P1542 ?answer}
lcquad2-14004
With an influx of Kultuchnaya, what are the waterfalls on the Angara River called?
[ "Lake Baikal" ]
{ "entities": [ "Q5513", "Q162737", "Q4246441" ], "relations": [ "P200", "P469" ], "adjacency": [ [ 1, 1, 0 ], [ 0, 0, 2 ] ], "entity_labels": [ "Lake Baikal", "Angara", "Kultuchnaya" ], "relation_labels": [ "inflows", "lake on watercourse" ] }
SELECT ?answer WHERE { wd:Q162737 wdt:P469 ?answer . ?answer wdt:P200 wd:Q4246441}
lcquad2-23107
Let me know dialect family whose title has the word quechua in it.
[ "Lowland Peruvian Quechua" ]
{ "entities": [ "Q25295", "Q6694075" ], "relations": [ "P31" ], "adjacency": [ [ 1, 0, 0 ] ], "entity_labels": [ "language family", "Lowland Peruvian Quechua" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q25295 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'quechua')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-14027
Where does the Modern York Yankees play the don of baseball?
[ "Yankee Stadium" ]
{ "entities": [ "Q753529", "Q213417", "Q5369" ], "relations": [ "P641", "P115" ], "adjacency": [ [ 1, 1, 0 ], [ 0, 0, 2 ] ], "entity_labels": [ "Yankee Stadium", "New York Yankees", "baseball" ], "relation_labels": [ "sport", "home venue" ] }
SELECT ?answer WHERE { wd:Q213417 wdt:P115 ?answer . ?answer wdt:P641 wd:Q5369}
lcquad2-24578
Tell me taxation whose name has the word sam in it.
[ "Regina and Rainer Franke" ]
{ "entities": [ "Q10648343", "Q93080530" ], "relations": [ "P31" ], "adjacency": [ [ 1, 0, 0 ] ], "entity_labels": [ "duo", "Regina and Rainer Franke" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q10648343 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'r')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-22212
Federico Fellini is found in what exhibit?
[ "documenta 6" ]
{ "entities": [ "Q667276", "Q1233993", "Q7371" ], "relations": [ "P31", "P1344" ], "adjacency": [ [ 2, 1, 1 ], [ 1, 0, 0 ] ], "entity_labels": [ "art exhibition", "documenta 6", "Federico Fellini" ], "relation_labels": [ "instance of", "participant in" ] }
select distinct ?obj where { wd:Q7371 wdt:P1344 ?obj . ?obj wdt:P31 wd:Q667276 }
lcquad2-24220
Which Australian State starts with a V?
[ "Victoria" ]
{ "entities": [ "Q36687", "Q5852411" ], "relations": [ "P31" ], "adjacency": [ [ 0, 0, 1 ] ], "entity_labels": [ "Victoria", "state of Australia" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q5852411 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'v')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-12883
When is the book was distributed by Zork that was set up by David Crane?
[ "Activision Publishing" ]
{ "entities": [ "Q1174091", "Q226736", "Q200491" ], "relations": [ "P112", "P123" ], "adjacency": [ [ 1, 1, 2 ], [ 2, 0, 0 ] ], "entity_labels": [ "David Crane", "Zork", "Activision Publishing" ], "relation_labels": [ "founded by", "publisher" ] }
SELECT ?answer WHERE { wd:Q226736 wdt:P123 ?answer . ?answer wdt:P112 wd:Q1174091}
lcquad2-24064
What old Greek sanctuary begins with the letter "t"?
[ "Temple of Delphinian Apollo" ]
{ "entities": [ "Q267596", "Q97206898" ], "relations": [ "P31" ], "adjacency": [ [ 1, 0, 0 ] ], "entity_labels": [ "ancient Greek temple", "Temple of Delphinian Apollo" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q267596 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 't')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-24482
What carbine does the letter "z" start with?
[ "Zastava M85" ]
{ "entities": [ "Q8067064", "Q183302" ], "relations": [ "P31" ], "adjacency": [ [ 0, 0, 1 ] ], "entity_labels": [ "Zastava M85", "carbine" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q183302 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'z')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-23169
Which is the magnitude of film studio?
[ "Bolometric magnitude" ]
{ "entities": [ "Q2028919", "Q891539" ], "relations": [ "P31" ], "adjacency": [ [ 1, 0, 0 ] ], "entity_labels": [ "magnitude", "Bolometric magnitude" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q2028919 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'magnitude')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-12466
Who is educated by Woozy Gillespie whose calling is conductor?
[ "Louis Armstrong" ]
{ "entities": [ "Q49575", "Q1779", "Q158852" ], "relations": [ "P106", "P737" ], "adjacency": [ [ 0, 1, 1 ], [ 1, 0, 2 ] ], "entity_labels": [ "Dizzy Gillespie", "Louis Armstrong", "conductor" ], "relation_labels": [ "occupation", "influenced by" ] }
SELECT ?answer WHERE { wd:Q49575 wdt:P737 ?answer . ?answer wdt:P106 wd:Q158852}
lcquad2-22687
What is Wales the capital of?
[ "Cardiff" ]
{ "entities": [ "Q10690", "Q5119", "Q25" ], "relations": [ "P31", "P36" ], "adjacency": [ [ 2, 1, 0 ], [ 0, 0, 1 ] ], "entity_labels": [ "Cardiff", "capital city", "Wales" ], "relation_labels": [ "instance of", "capital" ] }
select distinct ?obj where { wd:Q25 wdt:P36 ?obj . ?obj wdt:P31 wd:Q5119 }
lcquad2-22027
What winery does Brat Pitt own?
[ "Château Miraval, Correns-Var" ]
{ "entities": [ "Q2969900", "Q35332", "Q156362" ], "relations": [ "P31", "P1830" ], "adjacency": [ [ 1, 1, 0 ], [ 0, 0, 2 ] ], "entity_labels": [ "Château Miraval, Correns-Var", "Brad Pitt", "winery" ], "relation_labels": [ "instance of", "owner of" ] }
select distinct ?obj where { wd:Q35332 wdt:P1830 ?obj . ?obj wdt:P31 wd:Q156362 }
lcquad2-23838
Name a task containing in its name the word "quantum"
[ "Universal quantum simulator" ]
{ "entities": [ "Q4183836", "Q759676" ], "relations": [ "P31" ], "adjacency": [ [ 0, 0, 1 ] ], "entity_labels": [ "Universal quantum simulator", "task" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q759676 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'quantum')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-15385
What may be a backup company of Robert Mundell's alumni?
[ "British Library of Political and Economic Science" ]
{ "entities": [ "Q174570", "Q219721", "Q2371017" ], "relations": [ "P355", "P69" ], "adjacency": [ [ 1, 1, 0 ], [ 0, 0, 2 ] ], "entity_labels": [ "London School of Economics and Political Science", "Robert Mundell", "British Library of Political and Economic Science" ], "relation_labels": [ "has subsidiary", "educated at" ] }
SELECT ?answer WHERE { wd:Q219721 wdt:P69 ?X . ?X wdt:P355 ?answer}
lcquad2-19661
What edition is this book of King James?
[ "Bible" ]
{ "entities": [ "Q1845", "Q179461", "Q623398" ], "relations": [ "P629", "P31" ], "adjacency": [ [ 2, 0, 0 ], [ 0, 1, 1 ] ], "entity_labels": [ "Bible", "religious text", "King James Version" ], "relation_labels": [ "edition or translation of", "instance of" ] }
select distinct ?obj where { wd:Q623398 wdt:P629 ?obj . ?obj wdt:P31 wd:Q179461 }
lcquad2-22416
What is the mainland region and the encompassing islands of Southeast Asia?
[ "Asia" ]
{ "entities": [ "Q11708", "Q48", "Q2418896" ], "relations": [ "P30", "P31" ], "adjacency": [ [ 0, 0, 1 ], [ 1, 1, 2 ] ], "entity_labels": [ "Southeast Asia", "Asia", "part of the world" ], "relation_labels": [ "continent", "instance of" ] }
select distinct ?obj where { wd:Q11708 wdt:P30 ?obj . ?obj wdt:P31 wd:Q2418896 }
lcquad2-24922
Let me know the commerce of the stock trade of the Unused York Stock Trade that contains the word wabtec in it's name?
[ "Wabtec" ]
{ "entities": [ "Q4830453", "Q741707", "Q13677" ], "relations": [ "P31", "P414" ], "adjacency": [ [ 1, 0, 0 ], [ 1, 1, 2 ] ], "entity_labels": [ "business", "Wabtec", "New York Stock Exchange" ], "relation_labels": [ "instance of", "stock exchange" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q4830453 . ?sbj wdt:P414 wd:Q13677 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'wabtec')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-15775
What are the individuals that are bordered by Londonderry District called?
[ "Category:People from County Donegal" ]
{ "entities": [ "Q192208", "Q179424", "Q7234327" ], "relations": [ "P47", "P1792" ], "adjacency": [ [ 0, 0, 1 ], [ 1, 1, 2 ] ], "entity_labels": [ "County Londonderry", "County Donegal", "Category:People from County Donegal" ], "relation_labels": [ "shares border with", "category of associated people" ] }
SELECT ?answer WHERE { wd:Q192208 wdt:P47 ?X . ?X wdt:P1792 ?answer}
lcquad2-23890
What is the title of a women's activist development that has the word wereldvrouwenmars their name.
[ "Wereldvrouwenmars (WVM)" ]
{ "entities": [ "Q49965060", "Q15580856" ], "relations": [ "P31" ], "adjacency": [ [ 0, 0, 1 ] ], "entity_labels": [ "Wereldvrouwenmars (WVM)", "feminist movement" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q15580856 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'wereldvrouwenmars')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-20929
What is Emmanuel Macron's citizenship?
[ "France" ]
{ "entities": [ "Q3624078", "Q3052772", "Q142" ], "relations": [ "P31", "P27" ], "adjacency": [ [ 1, 1, 2 ], [ 2, 0, 0 ] ], "entity_labels": [ "sovereign state", "Emmanuel Macron", "France" ], "relation_labels": [ "instance of", "country of citizenship" ] }
select distinct ?obj where { wd:Q3052772 wdt:P27 ?obj . ?obj wdt:P31 wd:Q3624078 }
lcquad2-20150
Which films were directed by Marlon Brando?
[ "One-Eyed Jacks" ]
{ "entities": [ "Q11424", "Q174513", "Q34012" ], "relations": [ "P31", "P57" ], "adjacency": [ [ 1, 1, 2 ], [ 1, 0, 0 ] ], "entity_labels": [ "film", "One-Eyed Jacks", "Marlon Brando" ], "relation_labels": [ "instance of", "director" ] }
select distinct ?sbj where { ?sbj wdt:P57 wd:Q34012 . ?sbj wdt:P31 wd:Q11424 }
lcquad2-23615
Let me know unitary specialist of Britain whose title has the word wokingham in it.
[ "Wokingham" ]
{ "entities": [ "Q1136601", "Q1758432" ], "relations": [ "P31" ], "adjacency": [ [ 1, 0, 0 ] ], "entity_labels": [ "unitary authority area in England", "Wokingham" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q1136601 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'wokingham')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-15756
Wha is Amalia Pachelbel's father's favorite type of music?
[ "fugue" ]
{ "entities": [ "Q452904", "Q76485", "Q181014" ], "relations": [ "P136", "P22" ], "adjacency": [ [ 0, 1, 1 ], [ 1, 0, 2 ] ], "entity_labels": [ "Amalia Pachelbel", "Johann Pachelbel", "fugue" ], "relation_labels": [ "genre", "father" ] }
SELECT ?answer WHERE { wd:Q452904 wdt:P22 ?X . ?X wdt:P136 ?answer}
lcquad2-23486
Let me know magazine whose title has the word zillo in it.
[ "Zillo" ]
{ "entities": [ "Q203220", "Q41298" ], "relations": [ "P31" ], "adjacency": [ [ 0, 0, 1 ] ], "entity_labels": [ "Zillo", "magazine" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q41298 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'zillo')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-9748
Name the headquarters is near the administrative territory of Princeton University?
[ "Princeton" ]
{ "entities": [ "Q138518", "Q21578" ], "relations": [ "P131", "P159" ], "adjacency": [ [ 1, 1, 0 ], [ 1, 0, 0 ] ], "entity_labels": [ "Princeton", "Princeton University" ], "relation_labels": [ "located in the administrative territorial entity", "headquarters location" ] }
SELECT ?ans_1 ?ans_2 WHERE { wd:Q21578 wdt:P159 ?ans_1 . wd:Q21578 wdt:P131 ?ans_2 }
lcquad2-13917
How was Lemmy Kilmister, who was taking the medicine sedate hydroxyurea, murdered?
[ "prostate cancer" ]
{ "entities": [ "Q181257", "Q309926", "Q212272" ], "relations": [ "P2176", "P509" ], "adjacency": [ [ 1, 1, 0 ], [ 0, 0, 2 ] ], "entity_labels": [ "prostate cancer", "Lemmy", "hydroxyurea" ], "relation_labels": [ "drug or therapy used for treatment", "cause of death" ] }
SELECT ?answer WHERE { wd:Q309926 wdt:P509 ?answer . ?answer wdt:P2176 wd:Q212272}
lcquad2-16803
In the breach loading gun, what does the magnetic ordering do?
[ "ferromagnetism" ]
{ "entities": [ "Q30276286", "Q677", "Q184207" ], "relations": [ "P922", "P186" ], "adjacency": [ [ 0, 1, 1 ], [ 1, 0, 2 ] ], "entity_labels": [ "breach loading gun", "iron", "ferromagnetism" ], "relation_labels": [ "magnetic ordering", "made from material" ] }
SELECT ?answer WHERE { wd:Q30276286 wdt:P186 ?X . ?X wdt:P922 ?answer}
lcquad2-14403
When you investigated my eyes, I remained there like I was hyp-notized. You sent an inclination to my spine, An inclination warm and smooth and fine. Be that as it may, everything I could do were remain there deadened. When we kissed, ooh what a rush, You grasped my hand and, ooh infant, what a chill. I felt like grabbin' you genuine tight, Squeeze and press energetically. However, everything I could do were remain there deadened.
[ "Michigan" ]
{ "entities": [ "Q7490925", "Q1166", "Q30" ], "relations": [ "P150", "P27" ], "adjacency": [ [ 0, 1, 2 ], [ 2, 0, 1 ] ], "entity_labels": [ "Shaun Murray", "Michigan", "United States of America" ], "relation_labels": [ "contains the administrative territorial entity", "country of citizenship" ] }
SELECT ?answer WHERE { wd:Q7490925 wdt:P27 ?X . ?X wdt:P150 ?answer}
lcquad2-25278
What was once the explosive material invented by Alfred Novbel that contains the phrase "dynamite" in its title ?
[ "dynamite" ]
{ "entities": [ "Q80728", "Q23810", "Q12870" ], "relations": [ "P31", "P61" ], "adjacency": [ [ 0, 0, 2 ], [ 0, 1, 1 ] ], "entity_labels": [ "dynamite", "Alfred Nobel", "explosive material" ], "relation_labels": [ "instance of", "discoverer or inventor" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q12870 . ?sbj wdt:P61 wd:Q23810 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'dynamite')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-21926
What grant did Juan Carlos I win?
[ "Nansen Refugee Award" ]
{ "entities": [ "Q19943", "Q618779", "Q663005" ], "relations": [ "P31", "P1346" ], "adjacency": [ [ 2, 1, 0 ], [ 2, 0, 1 ] ], "entity_labels": [ "Juan Carlos I of Spain", "award", "Nansen Refugee Award" ], "relation_labels": [ "instance of", "winner" ] }
select distinct ?sbj where { ?sbj wdt:P1346 wd:Q19943 . ?sbj wdt:P31 wd:Q618779 }
lcquad2-17913
By whom is Pellagra used?
[ "vitamin B" ]
{ "entities": [ "Q134658", "Q183206", "Q221441" ], "relations": [ "P2176", "P2868" ], "adjacency": [ [ 2, 0, 0 ], [ 0, 1, 1 ] ], "entity_labels": [ "nicotinic acid", "vitamin B", "pellagra" ], "relation_labels": [ "drug or therapy used for treatment", "subject has role" ] }
SELECT ?answer WHERE { wd:Q221441 wdt:P2176 ?X . ?X wdt:P2868 ?answer}
lcquad2-23270
What are the topographical supereon which begin with the letter precambrian
[ "Precambrian" ]
{ "entities": [ "Q15398983", "Q103910" ], "relations": [ "P31" ], "adjacency": [ [ 1, 0, 0 ] ], "entity_labels": [ "supereon", "Precambrian" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q15398983 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'precambrian')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-16867
How do people prepare to play The Sims 2: Pets?
[ "PlayStation 3" ]
{ "entities": [ "Q10683", "Q751329", "Q10680" ], "relations": [ "P156", "P400" ], "adjacency": [ [ 1, 1, 2 ], [ 2, 0, 0 ] ], "entity_labels": [ "PlayStation 3", "The Sims 2: Pets", "PlayStation 2" ], "relation_labels": [ "followed by", "platform" ] }
SELECT ?answer WHERE { wd:Q751329 wdt:P400 ?X . ?X wdt:P156 ?answer}
lcquad2-15329
Who is Benny Carter's { winner }?
[ "Ursula K. Le Guin" ]
{ "entities": [ "Q181659", "Q356715", "Q6542686" ], "relations": [ "P1346", "P166" ], "adjacency": [ [ 1, 1, 2 ], [ 2, 0, 0 ] ], "entity_labels": [ "Ursula K. Le Guin", "Benny Carter", "Library of Congress Living Legend" ], "relation_labels": [ "winner", "award received" ] }
SELECT ?answer WHERE { wd:Q356715 wdt:P166 ?X . ?X wdt:P1346 ?answer}
lcquad2-10019
Which person was the director and director of photography for the film Eternal Sunshine of the Spotless Mind?
[ "Michel Gondry", "Ellen Kuras" ]
{ "entities": [ "Q126098", "Q208269", "Q439911" ], "relations": [ "P344", "P57" ], "adjacency": [ [ 1, 1, 0 ], [ 1, 0, 2 ] ], "entity_labels": [ "Michel Gondry", "Eternal Sunshine of the Spotless Mind", "Ellen Kuras" ], "relation_labels": [ "director of photography", "director" ] }
SELECT ?ans_1 ?ans_2 WHERE { wd:Q208269 wdt:P57 ?ans_1 . wd:Q208269 wdt:P344 ?ans_2 }
lcquad2-21278
Who were J. R. R. Tolkien's guardians?
[ "Robert Havard" ]
{ "entities": [ "Q5", "Q4250312", "Q892" ], "relations": [ "P31", "P3205" ], "adjacency": [ [ 2, 1, 1 ], [ 1, 0, 0 ] ], "entity_labels": [ "human", "Robert Havard", "J. R. R. Tolkien" ], "relation_labels": [ "instance of", "patient of" ] }
select distinct ?obj where { wd:Q892 wdt:P3205 ?obj . ?obj wdt:P31 wd:Q5 }