id
stringlengths 11
13
| question
stringlengths 11
8.64k
| answers
sequence | subgraph
dict | sparql
stringlengths 49
483
|
---|---|---|---|---|
lcquad2-23388 | Let me know financial marker whose title has the word soil in it. | [
"Tripel"
] | {
"entities": [
"Q1998962",
"Q2719638"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"beer style",
"Tripel"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q1998962 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'tripel')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-16703 | What is the sister of the has mother of Mary of Chatillon ? | [
"Charles II, Count of Alençon"
] | {
"entities": [
"Q3292886",
"Q1034017",
"Q1384129"
],
"relations": [
"P25",
"P3373"
],
"adjacency": [
[
0,
0,
1
],
[
1,
1,
2
]
],
"entity_labels": [
"Mary of Chatillon",
"Margaret of Valois, Countess of Blois",
"Charles II, Count of Alençon"
],
"relation_labels": [
"mother",
"sibling"
]
} | SELECT ?answer WHERE { wd:Q3292886 wdt:P25 ?X . ?X wdt:P3373 ?answer} |
lcquad2-9609 | Who was the director and the directory of photography for the movie Forrest Gump? | [
"Robert Zemeckis",
"Don Burgess"
] | {
"entities": [
"Q134773",
"Q484980",
"Q187364"
],
"relations": [
"P344",
"P57"
],
"adjacency": [
[
0,
0,
1
],
[
0,
1,
2
]
],
"entity_labels": [
"Forrest Gump",
"Don Burgess",
"Robert Zemeckis"
],
"relation_labels": [
"director of photography",
"director"
]
} | SELECT ?ans_1 ?ans_2 WHERE { wd:Q134773 wdt:P344 ?ans_1 . wd:Q134773 wdt:P57 ?ans_2 } |
lcquad2-16773 | Which are the leads that held role Derry Irvine, Baron Irvine of Lairg? | [
"Courts of England and Wales"
] | {
"entities": [
"Q614305",
"Q337121",
"Q217217"
],
"relations": [
"P2389",
"P39"
],
"adjacency": [
[
1,
1,
2
],
[
2,
0,
0
]
],
"entity_labels": [
"Courts of England and Wales",
"Derry Irvine, Baron Irvine of Lairg",
"Lord Chancellor"
],
"relation_labels": [
"organization directed by the office or position",
"position held"
]
} | SELECT ?answer WHERE { wd:Q337121 wdt:P39 ?X . ?X wdt:P2389 ?answer} |
lcquad2-23148 | WHICH IS THE MUSIC GENRE WHOSE NAME HAS THE WORD SWING IN IT | [
"new jack swing"
] | {
"entities": [
"Q188451",
"Q840065"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"music genre",
"new jack swing"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q188451 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'swing')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-13247 | Who is named after the Dahlia additionally has the final title of Dahl? | [
"Anders Dahl"
] | {
"entities": [
"Q496775",
"Q1158580",
"Q130918"
],
"relations": [
"P138",
"P734"
],
"adjacency": [
[
2,
0,
0
],
[
0,
1,
1
]
],
"entity_labels": [
"Anders Dahl",
"Dahl",
"Dahlia"
],
"relation_labels": [
"named after",
"family name"
]
} | SELECT ?answer WHERE { wd:Q130918 wdt:P138 ?answer . ?answer wdt:P734 wd:Q1158580} |
lcquad2-23865 | Let me know elaborate gadget whose title has the word iham in it. | [
"Īhām"
] | {
"entities": [
"Q456020",
"Q182545"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"Īhām",
"stylistic device"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q182545 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'īhām')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-16442 | What is the antonym of the After the Bath landscape? | [
"clothed"
] | {
"entities": [
"Q10791",
"Q111291995",
"Q18599075"
],
"relations": [
"P180",
"P461"
],
"adjacency": [
[
2,
0,
0
],
[
0,
1,
1
]
],
"entity_labels": [
"nudity",
"clothed",
"After the Bath"
],
"relation_labels": [
"depicts",
"opposite of"
]
} | SELECT ?answer WHERE { wd:Q18599075 wdt:P180 ?X . ?X wdt:P461 ?answer} |
lcquad2-17936 | What timezone is Oceania in? | [
"UTC−10:00"
] | {
"entities": [
"Q2163",
"Q538",
"Q5249553"
],
"relations": [
"P30",
"P421"
],
"adjacency": [
[
2,
0,
1
],
[
1,
1,
0
]
],
"entity_labels": [
"UTC−10:00",
"Insular Oceania",
"decolonisation of Oceania"
],
"relation_labels": [
"continent",
"located in time zone"
]
} | SELECT ?answer WHERE { wd:Q5249553 wdt:P30 ?X . ?X wdt:P421 ?answer} |
lcquad2-9933 | What is Doxycycline treating medically and what is its category of pregnancy? | [
"US pregnancy category D",
"malaria"
] | {
"entities": [
"Q422442",
"Q28123618",
"Q12156"
],
"relations": [
"P2175",
"P3489"
],
"adjacency": [
[
0,
0,
2
],
[
0,
1,
1
]
],
"entity_labels": [
"doxycycline",
"US pregnancy category D",
"malaria"
],
"relation_labels": [
"medical condition treated",
"pregnancy category"
]
} | SELECT ?ans_1 ?ans_2 WHERE { wd:Q422442 wdt:P2175 ?ans_1 . wd:Q422442 wdt:P3489 ?ans_2 } |
lcquad2-24600 | What are the disciplinary store which begin with the letter E | [
"EarthArXiv"
] | {
"entities": [
"Q45787277",
"Q5281480"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"EarthArXiv",
"disciplinary repository"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q5281480 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'e')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-16335 | What is the scholastic teach of lambda calculus? | [
"mathematical logic"
] | {
"entities": [
"Q92741",
"Q1166618",
"Q242028"
],
"relations": [
"P101",
"P61"
],
"adjacency": [
[
2,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"Alonzo Church",
"mathematical logic",
"lambda calculus"
],
"relation_labels": [
"field of work",
"discoverer or inventor"
]
} | SELECT ?answer WHERE { wd:Q242028 wdt:P61 ?X . ?X wdt:P101 ?answer} |
lcquad2-14639 | What award does George Shuckburgh - Evelyn's champion receive? | [
"Derek Barton"
] | {
"entities": [
"Q102419",
"Q3300195",
"Q28003"
],
"relations": [
"P1346",
"P166"
],
"adjacency": [
[
1,
1,
2
],
[
2,
0,
0
]
],
"entity_labels": [
"Derek Barton",
"George Shuckburgh-Evelyn",
"Copley Medal"
],
"relation_labels": [
"winner",
"award received"
]
} | SELECT ?answer WHERE { wd:Q3300195 wdt:P166 ?X . ?X wdt:P1346 ?answer} |
lcquad2-17349 | Who is the child of Diminish Gelb? | [
"Jascha Heifetz"
] | {
"entities": [
"Q243472",
"Q7174198",
"Q28738852"
],
"relations": [
"P25",
"P1038"
],
"adjacency": [
[
1,
0,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"Jascha Heifetz",
"Peter Gelb",
"Barbara Gelb"
],
"relation_labels": [
"mother",
"relative"
]
} | SELECT ?answer WHERE { wd:Q7174198 wdt:P25 ?X . ?X wdt:P1038 ?answer} |
lcquad2-21536 | What war was the fight of Stonewall Jackson portion of? | [
"Shenandoah Valley Campaign"
] | {
"entities": [
"Q1153610",
"Q216124",
"Q178561"
],
"relations": [
"P31",
"P607"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"Shenandoah Valley Campaign",
"Stonewall Jackson",
"battle"
],
"relation_labels": [
"instance of",
"conflict"
]
} | select distinct ?obj where { wd:Q216124 wdt:P607 ?obj . ?obj wdt:P31 wd:Q178561 } |
lcquad2-15418 | Ruth Prawer Jhabvala was granted what prize? | [
"Richard Flanagan"
] | {
"entities": [
"Q235759",
"Q1351191",
"Q160082"
],
"relations": [
"P1346",
"P166"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"Ruth Prawer Jhabvala",
"Richard Flanagan",
"Booker Prize"
],
"relation_labels": [
"winner",
"award received"
]
} | SELECT ?answer WHERE { wd:Q235759 wdt:P166 ?X . ?X wdt:P1346 ?answer} |
lcquad2-21349 | What is the name of the public company of the parent organization that Oracle Corporation trades under? | [
"Acme Packet"
] | {
"entities": [
"Q891723",
"Q4674399",
"Q19900"
],
"relations": [
"P31",
"P749"
],
"adjacency": [
[
1,
1,
2
],
[
1,
0,
0
]
],
"entity_labels": [
"public company",
"Acme Packet",
"Oracle"
],
"relation_labels": [
"instance of",
"parent organization"
]
} | select distinct ?sbj where { ?sbj wdt:P749 wd:Q19900 . ?sbj wdt:P31 wd:Q891723 } |
lcquad2-25556 | Name the activity which fabrication method is planning and which starts with letter 'm'? | [
"management"
] | {
"entities": [
"Q309100",
"Q2920921",
"Q1914636"
],
"relations": [
"P31",
"P2079"
],
"adjacency": [
[
1,
0,
2
],
[
1,
1,
0
]
],
"entity_labels": [
"planning",
"management",
"activity"
],
"relation_labels": [
"instance of",
"fabrication method"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q1914636 . ?sbj wdt:P2079 wd:Q309100 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'm')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-24837 | Let me know a children's diversion that begins with the letter z. | [
"Zancos"
] | {
"entities": [
"Q1509934",
"Q6170867"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"children's game",
"Zancos"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q1509934 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'z')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-10194 | What are the point and space groups of the mineral Quartz? | [
"trigonal-trapezoidal",
"space group P3₁21"
] | {
"entities": [
"Q15040807",
"Q43010",
"Q13362465"
],
"relations": [
"P589",
"P690"
],
"adjacency": [
[
1,
0,
2
],
[
1,
1,
0
]
],
"entity_labels": [
"space group P3₁21",
"quartz",
"trigonal-trapezoidal"
],
"relation_labels": [
"point group",
"space group"
]
} | SELECT ?ans_1 ?ans_2 WHERE { wd:Q43010 wdt:P589 ?ans_1 . wd:Q43010 wdt:P690 ?ans_2 } |
lcquad2-22693 | The London Bridge supplanted which bridge? | [
"New London Bridge"
] | {
"entities": [
"Q130206",
"Q56739652",
"Q158438"
],
"relations": [
"P167",
"P31"
],
"adjacency": [
[
1,
0,
0
],
[
1,
1,
2
]
],
"entity_labels": [
"London Bridge",
"New London Bridge",
"arch bridge"
],
"relation_labels": [
"structure replaced by",
"instance of"
]
} | select distinct ?sbj where { ?sbj wdt:P167 wd:Q130206 . ?sbj wdt:P31 wd:Q158438 } |
lcquad2-25572 | Tell me the patron saint of the economic sector Isidore the Laborer and that begins with a | [
"agriculture"
] | {
"entities": [
"Q3958441",
"Q11451",
"Q379685"
],
"relations": [
"P31",
"P417"
],
"adjacency": [
[
1,
0,
0
],
[
1,
1,
2
]
],
"entity_labels": [
"economic sector",
"agriculture",
"Isidore the Laborer"
],
"relation_labels": [
"instance of",
"patron saint"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q3958441 . ?sbj wdt:P417 wd:Q379685 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'a')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-21422 | In the conjugation acid of phenol, what is the polyatomic anion? | [
"phenolate"
] | {
"entities": [
"Q27122100",
"Q55511438",
"Q130336"
],
"relations": [
"P31",
"P4147"
],
"adjacency": [
[
0,
1,
2
],
[
0,
0,
1
]
],
"entity_labels": [
"phenolate",
"polyatomic anion",
"phenol"
],
"relation_labels": [
"instance of",
"conjugate acid"
]
} | select distinct ?sbj where { ?sbj wdt:P4147 wd:Q130336 . ?sbj wdt:P31 wd:Q55511438 } |
lcquad2-23180 | What kind of video game that contains the word video in its name | [
"floorball video game"
] | {
"entities": [
"Q97097760",
"Q659563"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"floorball video game",
"video game genre"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q659563 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'video')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-17748 | What is the initial dialect of the script for All inclusive Trooper III: Unfinished Commerce? | [
"English orthography"
] | {
"entities": [
"Q843008",
"Q1860",
"Q3491268"
],
"relations": [
"P282",
"P364"
],
"adjacency": [
[
0,
1,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"Universal Soldier III: Unfinished Business",
"English",
"English orthography"
],
"relation_labels": [
"writing system",
"original language of film or TV show"
]
} | SELECT ?answer WHERE { wd:Q843008 wdt:P364 ?X . ?X wdt:P282 ?answer} |
lcquad2-15166 | What was the area of the 1956 Terrific Canyon mid-air collision? | [
"Grand Canyon"
] | {
"entities": [
"Q54877381",
"Q1116495",
"Q118841"
],
"relations": [
"P706",
"P276"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"1956 Grand Canyon mid-air collision crash site",
"1956 Grand Canyon mid-air collision",
"Grand Canyon"
],
"relation_labels": [
"located in/on physical feature",
"location"
]
} | SELECT ?answer WHERE { wd:Q1116495 wdt:P276 ?X . ?X wdt:P706 ?answer} |
lcquad2-20703 | What is the name of the war in which the contention of Idi Amin occurred? | [
"Uganda–Tanzania War"
] | {
"entities": [
"Q202465",
"Q198",
"Q48231"
],
"relations": [
"P31",
"P607"
],
"adjacency": [
[
2,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"Uganda–Tanzania War",
"war",
"Idi Amin"
],
"relation_labels": [
"instance of",
"conflict"
]
} | select distinct ?obj where { wd:Q48231 wdt:P607 ?obj . ?obj wdt:P31 wd:Q198 } |
lcquad2-17812 | What used to be the controversy between Alerding v. Ohio High School Athletic Association? | [
"Xavier University"
] | {
"entities": [
"Q53832847",
"Q1142714",
"Q1849843"
],
"relations": [
"P807",
"P1591"
],
"adjacency": [
[
0,
1,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"Alerding v. Ohio High School Athletic Association",
"St. Xavier High School",
"Xavier University"
],
"relation_labels": [
"separated from",
"defendant"
]
} | SELECT ?answer WHERE { wd:Q53832847 wdt:P1591 ?X . ?X wdt:P807 ?answer} |
lcquad2-23298 | Who is the anecdotal individual whose title contains the word tarzan? | [
"Tarzan"
] | {
"entities": [
"Q15632617",
"Q85083069"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"fictional human",
"Tarzan"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q15632617 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'tarzan')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-16566 | What works out of RAF Lossiemouth? | [
"Eurofighter Typhoon"
] | {
"entities": [
"Q151384",
"Q1164139",
"Q3491161"
],
"relations": [
"P466",
"P121"
],
"adjacency": [
[
1,
0,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"Eurofighter Typhoon",
"RAF Lossiemouth",
"No. 1 Squadron"
],
"relation_labels": [
"occupant",
"item operated"
]
} | SELECT ?answer WHERE { wd:Q1164139 wdt:P466 ?X . ?X wdt:P121 ?answer} |
lcquad2-15033 | What person composed the music for Darth Vader? | [
"American Academy of Arts and Sciences"
] | {
"entities": [
"Q203960",
"Q12206942",
"Q463303"
],
"relations": [
"P175",
"P463"
],
"adjacency": [
[
1,
0,
0
],
[
0,
1,
2
]
],
"entity_labels": [
"James Earl Jones",
"Darth Vader",
"American Academy of Arts and Sciences"
],
"relation_labels": [
"performer",
"member of"
]
} | SELECT ?answer WHERE { wd:Q12206942 wdt:P175 ?X . ?X wdt:P463 ?answer} |
lcquad2-24292 | What is the basic state of affairs that begins with the letter s | [
"solid"
] | {
"entities": [
"Q15831576",
"Q11438"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"fundamental state of matter",
"solid"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q15831576 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 's')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-14755 | What was the nationality of the sports teams that played for Ali Daei? | [
"Iran"
] | {
"entities": [
"Q184602",
"Q794",
"Q159622"
],
"relations": [
"P54",
"P1532"
],
"adjacency": [
[
2,
0,
0
],
[
0,
1,
1
]
],
"entity_labels": [
"Iran national football team",
"Iran",
"Ali Daei"
],
"relation_labels": [
"member of sports team",
"country for sport"
]
} | SELECT ?answer WHERE { wd:Q159622 wdt:P54 ?X . ?X wdt:P1532 ?answer} |
lcquad2-9876 | What is {practiced by} the {employments} of {Rugby_union} ? | [
"rugby union player",
"rugby union ball"
] | {
"entities": [
"Q909196",
"Q5849",
"Q14089670"
],
"relations": [
"P2283",
"P3095"
],
"adjacency": [
[
1,
1,
2
],
[
1,
0,
0
]
],
"entity_labels": [
"rugby union ball",
"rugby union",
"rugby union player"
],
"relation_labels": [
"uses",
"practiced by"
]
} | SELECT ?ans_1 ?ans_2 WHERE { wd:Q5849 wdt:P3095 ?ans_1 . wd:Q5849 wdt:P2283 ?ans_2 } |
lcquad2-17963 | Give me the diaspora culture of The Three Stooges. | [
"Jewish diaspora"
] | {
"entities": [
"Q1412733",
"Q949161",
"Q678551"
],
"relations": [
"P172",
"P3833"
],
"adjacency": [
[
1,
0,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"Jewish diaspora",
"The Three Stooges",
"American Jews"
],
"relation_labels": [
"ethnic group",
"diaspora"
]
} | SELECT ?answer WHERE { wd:Q949161 wdt:P172 ?X . ?X wdt:P3833 ?answer} |
lcquad2-10098 | The 14th Dalai Lama religion is a member of which particular religious order? | [
"Gelug",
"Rimé movement"
] | {
"entities": [
"Q1571776",
"Q319218",
"Q17293"
],
"relations": [
"P611",
"P140"
],
"adjacency": [
[
2,
0,
1
],
[
2,
1,
0
]
],
"entity_labels": [
"Rimé movement",
"Gelug",
"Tenzin Gyatso"
],
"relation_labels": [
"religious order",
"religion or worldview"
]
} | SELECT ?ans_1 ?ans_2 WHERE { wd:Q17293 wdt:P611 ?ans_1 . wd:Q17293 wdt:P140 ?ans_2 } |
lcquad2-15208 | What is the result of family arranging? | [
"birth rate"
] | {
"entities": [
"Q1280670",
"Q8436",
"Q203516"
],
"relations": [
"P1269",
"P1542"
],
"adjacency": [
[
0,
0,
1
],
[
1,
1,
2
]
],
"entity_labels": [
"family planning",
"family",
"birth rate"
],
"relation_labels": [
"facet of",
"has effect"
]
} | SELECT ?answer WHERE { wd:Q1280670 wdt:P1269 ?X . ?X wdt:P1542 ?answer} |
lcquad2-23686 | What are the cola which begin with the letter pepsi | [
"Pepsi"
] | {
"entities": [
"Q134041",
"Q47719"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"cola",
"Pepsi"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q134041 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'pepsi')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-20888 | Who got the Asian Film Grants of Takeshi Kitano? | [
"Asian Film Award for Best Director"
] | {
"entities": [
"Q26372",
"Q594504",
"Q4806631"
],
"relations": [
"P31",
"P1346"
],
"adjacency": [
[
2,
1,
0
],
[
2,
0,
1
]
],
"entity_labels": [
"Takeshi Kitano",
"Asian Film Awards",
"Asian Film Award for Best Director"
],
"relation_labels": [
"instance of",
"winner"
]
} | select distinct ?sbj where { ?sbj wdt:P1346 wd:Q26372 . ?sbj wdt:P31 wd:Q594504 } |
lcquad2-20040 | What fundraising performance did Phil Collins take part in? | [
"Live Aid"
] | {
"entities": [
"Q144622",
"Q1850936",
"Q193740"
],
"relations": [
"P31",
"P1344"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"Phil Collins",
"benefit concert",
"Live Aid"
],
"relation_labels": [
"instance of",
"participant in"
]
} | select distinct ?obj where { wd:Q144622 wdt:P1344 ?obj . ?obj wdt:P31 wd:Q1850936 } |
lcquad2-20177 | What is the Vidhan Sabha body of Karnataka? | [
"Karnataka Legislative Assembly"
] | {
"entities": [
"Q1185",
"Q3091020",
"Q6372858"
],
"relations": [
"P208",
"P31"
],
"adjacency": [
[
0,
0,
2
],
[
2,
1,
1
]
],
"entity_labels": [
"Karnataka",
"Vidhan Sabha",
"Karnataka Legislative Assembly"
],
"relation_labels": [
"executive body",
"instance of"
]
} | select distinct ?obj where { wd:Q1185 wdt:P208 ?obj . ?obj wdt:P31 wd:Q3091020 } |
lcquad2-14809 | Which muscle ends up separated in light of an inherent diaphragmatic hernia? | [
"xiphoid process"
] | {
"entities": [
"Q9654",
"Q2163245",
"Q16359"
],
"relations": [
"P689",
"P3491"
],
"adjacency": [
[
1,
0,
0
],
[
0,
1,
2
]
],
"entity_labels": [
"thoracic diaphragm",
"congenital diaphragmatic hernia",
"xiphoid process"
],
"relation_labels": [
"afflicts",
"muscle insertion"
]
} | SELECT ?answer WHERE { wd:Q2163245 wdt:P689 ?X . ?X wdt:P3491 ?answer} |
lcquad2-17208 | What group of culture was Claude McKay celebrated for? | [
"Catholicism"
] | {
"entities": [
"Q1841",
"Q1096967",
"Q49085"
],
"relations": [
"P140",
"P172"
],
"adjacency": [
[
1,
1,
2
],
[
2,
0,
0
]
],
"entity_labels": [
"Catholicism",
"Claude McKay",
"African Americans"
],
"relation_labels": [
"religion or worldview",
"ethnic group"
]
} | SELECT ?answer WHERE { wd:Q1096967 wdt:P172 ?X . ?X wdt:P140 ?answer} |
lcquad2-14996 | What ensemble creator presented the Owl and the Pussycat? | [
"Cecil Beaton"
] | {
"entities": [
"Q697096",
"Q2702903",
"Q7755763"
],
"relations": [
"P2515",
"P155"
],
"adjacency": [
[
2,
1,
1
],
[
1,
0,
0
]
],
"entity_labels": [
"Cecil Beaton",
"On a Clear Day You Can See Forever",
"The Owl and the Pussycat"
],
"relation_labels": [
"costume designer",
"follows"
]
} | SELECT ?answer WHERE { wd:Q7755763 wdt:P155 ?X . ?X wdt:P2515 ?answer} |
lcquad2-20415 | The WWE is the organization for which don of proficient wrestling? | [
"No Way Out"
] | {
"entities": [
"Q868250",
"Q131359",
"Q4918546"
],
"relations": [
"P641",
"P31"
],
"adjacency": [
[
2,
0,
1
],
[
2,
1,
0
]
],
"entity_labels": [
"WWE No Way Out",
"professional wrestling",
"No Way Out"
],
"relation_labels": [
"sport",
"instance of"
]
} | select distinct ?sbj where { ?sbj wdt:P641 wd:Q131359 . ?sbj wdt:P31 wd:Q868250 } |
lcquad2-25139 | What is the name of the binary star in Canis Major's constellation that has in its name the word "sirius?" | [
"Sirius B"
] | {
"entities": [
"Q10538",
"Q3962041",
"Q50053"
],
"relations": [
"P31",
"P59"
],
"adjacency": [
[
1,
0,
2
],
[
1,
1,
0
]
],
"entity_labels": [
"Canis Major",
"Sirius B",
"binary star"
],
"relation_labels": [
"instance of",
"constellation"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q50053 . ?sbj wdt:P59 wd:Q10538 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'sirius')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-9943 | Ava Gardener's eyes and hair are what color? | [
"brown hair",
"green"
] | {
"entities": [
"Q164487",
"Q17122854",
"Q2367101"
],
"relations": [
"P1340",
"P1884"
],
"adjacency": [
[
0,
1,
2
],
[
0,
0,
1
]
],
"entity_labels": [
"Ava Gardner",
"green",
"brown hair"
],
"relation_labels": [
"eye color",
"hair color"
]
} | SELECT ?ans_1 ?ans_2 WHERE { wd:Q164487 wdt:P1884 ?ans_1 . wd:Q164487 wdt:P1340 ?ans_2 } |
lcquad2-21963 | On which site we will discover area data for HongKong headquarters? | [
"juwai.com"
] | {
"entities": [
"Q8646",
"Q35127",
"Q6319098"
],
"relations": [
"P31",
"P159"
],
"adjacency": [
[
2,
1,
0
],
[
2,
0,
1
]
],
"entity_labels": [
"Hong Kong",
"website",
"juwai.com"
],
"relation_labels": [
"instance of",
"headquarters location"
]
} | select distinct ?sbj where { ?sbj wdt:P159 wd:Q8646 . ?sbj wdt:P31 wd:Q35127 } |
lcquad2-17715 | What stream streams into the store of the Sulak River? | [
"Karachay"
] | {
"entities": [
"Q770781",
"Q12844309",
"Q5484"
],
"relations": [
"P200",
"P469"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"Sulak",
"Karachay",
"Caspian Sea"
],
"relation_labels": [
"inflows",
"lake on watercourse"
]
} | SELECT ?answer WHERE { wd:Q770781 wdt:P469 ?X . ?X wdt:P200 ?answer} |
lcquad2-10018 | Which subject has effect of Sucrose? | [
"sucrose exposure",
"sweetener"
] | {
"entities": [
"Q4027534",
"Q4368298",
"Q21175321"
],
"relations": [
"P1542",
"P2868"
],
"adjacency": [
[
0,
1,
1
],
[
0,
0,
2
]
],
"entity_labels": [
"sucrose",
"sweetener",
"sucrose exposure"
],
"relation_labels": [
"has effect",
"subject has role"
]
} | SELECT ?ans_1 ?ans_2 WHERE { wd:Q4027534 wdt:P2868 ?ans_1 . wd:Q4027534 wdt:P1542 ?ans_2 } |
lcquad2-14879 | What is the border of the passing put of Domino Harvey? | [
"Los Feliz"
] | {
"entities": [
"Q34006",
"Q265658",
"Q6682727"
],
"relations": [
"P20",
"P47"
],
"adjacency": [
[
1,
0,
0
],
[
0,
1,
2
]
],
"entity_labels": [
"Hollywood",
"Domino Harvey",
"Los Feliz"
],
"relation_labels": [
"place of death",
"shares border with"
]
} | SELECT ?answer WHERE { wd:Q265658 wdt:P20 ?X . ?X wdt:P47 ?answer} |
lcquad2-14437 | Where did Nadia Boulanger graduate university from? | [
"Municipal Conservatory of Music of Barcelona"
] | {
"entities": [
"Q140619",
"Q11938387",
"Q4890917"
],
"relations": [
"P802",
"P69"
],
"adjacency": [
[
0,
0,
1
],
[
1,
1,
2
]
],
"entity_labels": [
"Nadia Boulanger",
"Narcís Bonet",
"Municipal Conservatory of Music of Barcelona"
],
"relation_labels": [
"student",
"educated at"
]
} | SELECT ?answer WHERE { wd:Q140619 wdt:P802 ?X . ?X wdt:P69 ?answer} |
lcquad2-24706 | What could be a superpower that begins with the letter w. | [
"waterbreathing"
] | {
"entities": [
"Q1047698",
"Q51993795"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"superpower",
"waterbreathing"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q1047698 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'w')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-14889 | Where is the central station of the school gone to by Emir Kusturica? | [
"Prague"
] | {
"entities": [
"Q94882",
"Q1414256",
"Q1085"
],
"relations": [
"P159",
"P69"
],
"adjacency": [
[
0,
1,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"Emir Kusturica",
"Film and TV School of the Academy of Performing Arts in Prague",
"Prague"
],
"relation_labels": [
"headquarters location",
"educated at"
]
} | SELECT ?answer WHERE { wd:Q94882 wdt:P69 ?X . ?X wdt:P159 ?answer} |
lcquad2-22479 | Grigori Perelman illuminated what conjecture? | [
"geometrization conjecture"
] | {
"entities": [
"Q117346",
"Q1503309",
"Q319141"
],
"relations": [
"P1136",
"P31"
],
"adjacency": [
[
1,
0,
0
],
[
1,
1,
2
]
],
"entity_labels": [
"Grigori Perelman",
"geometrization conjecture",
"conjecture"
],
"relation_labels": [
"solved by",
"instance of"
]
} | select distinct ?sbj where { ?sbj wdt:P1136 wd:Q117346 . ?sbj wdt:P31 wd:Q319141 } |
lcquad2-21712 | Which is the {unicameral council} of {authoritative body} of {Hong Kong}? | [
"Legislative Council of Hong Kong"
] | {
"entities": [
"Q19208",
"Q37002670",
"Q8646"
],
"relations": [
"P31",
"P194"
],
"adjacency": [
[
2,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"Legislative Council of Hong Kong",
"unicameral legislature",
"Hong Kong"
],
"relation_labels": [
"instance of",
"legislative body"
]
} | select distinct ?obj where { wd:Q8646 wdt:P194 ?obj . ?obj wdt:P31 wd:Q37002670 } |
lcquad2-19872 | What country replaced Great Britain? | [
"United Kingdom of Great Britain and Ireland"
] | {
"entities": [
"Q161885",
"Q174193",
"Q3024240"
],
"relations": [
"P31",
"P1365"
],
"adjacency": [
[
1,
1,
0
],
[
1,
0,
2
]
],
"entity_labels": [
"Great Britain",
"United Kingdom of Great Britain and Ireland",
"historical country"
],
"relation_labels": [
"instance of",
"replaces"
]
} | select distinct ?sbj where { ?sbj wdt:P1365 wd:Q161885 . ?sbj wdt:P31 wd:Q3024240 } |
lcquad2-25346 | what is television series of lorne michaels of executive producer and also which begins with letter t | [
"The Other Two"
] | {
"entities": [
"Q60486916",
"Q5398426",
"Q521221"
],
"relations": [
"P31",
"P1431"
],
"adjacency": [
[
0,
0,
1
],
[
0,
1,
2
]
],
"entity_labels": [
"The Other Two",
"television series",
"Lorne Michaels"
],
"relation_labels": [
"instance of",
"executive producer"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q5398426 . ?sbj wdt:P1431 wd:Q521221 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 't')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-15547 | What was the calling of the pioneer of the Explanatory Engine? | [
"analytic philosophy"
] | {
"entities": [
"Q46633",
"Q485257",
"Q183216"
],
"relations": [
"P101",
"P61"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"Charles Babbage",
"Analytical Engine",
"analytic philosophy"
],
"relation_labels": [
"field of work",
"discoverer or inventor"
]
} | SELECT ?answer WHERE { wd:Q485257 wdt:P61 ?X . ?X wdt:P101 ?answer} |
lcquad2-21100 | What is the built dialect for Esperanto signed? | [
"Signuno"
] | {
"entities": [
"Q2145718",
"Q143",
"Q33215"
],
"relations": [
"P3969",
"P31"
],
"adjacency": [
[
1,
0,
0
],
[
0,
1,
2
]
],
"entity_labels": [
"Signuno",
"Esperanto",
"constructed language"
],
"relation_labels": [
"signed form",
"instance of"
]
} | select distinct ?obj where { wd:Q143 wdt:P3969 ?obj . ?obj wdt:P31 wd:Q33215 } |
lcquad2-25104 | Tell me a assertion of independence that is signed through Thomas Jefferson with the word "declaration" in its name. | [
"United States Declaration of Independence"
] | {
"entities": [
"Q11812",
"Q127912",
"Q1464916"
],
"relations": [
"P31",
"P1891"
],
"adjacency": [
[
1,
0,
2
],
[
1,
1,
0
]
],
"entity_labels": [
"Thomas Jefferson",
"United States Declaration of Independence",
"declaration of independence"
],
"relation_labels": [
"instance of",
"signatory"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q1464916 . ?sbj wdt:P1891 wd:Q11812 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'declaration')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-14052 | Who honours Barbara McClintock, whose pinnacle canine is Renato Dulbecco? | [
"Louisa Gross Horwitz Prize"
] | {
"entities": [
"Q899039",
"Q199654",
"Q109553"
],
"relations": [
"P1346",
"P166"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"Louisa Gross Horwitz Prize",
"Barbara McClintock",
"Renato Dulbecco"
],
"relation_labels": [
"winner",
"award received"
]
} | SELECT ?answer WHERE { wd:Q199654 wdt:P166 ?answer . ?answer wdt:P1346 wd:Q109553} |
lcquad2-17956 | Who or what is the proprietor of Deutsche Bank? | [
"Vivendi"
] | {
"entities": [
"Q219635",
"Q1127887",
"Q66048"
],
"relations": [
"P127",
"P1830"
],
"adjacency": [
[
2,
0,
0
],
[
0,
1,
1
]
],
"entity_labels": [
"BlackRock",
"Vivendi",
"Deutsche Bank"
],
"relation_labels": [
"owned by",
"owner of"
]
} | SELECT ?answer WHERE { wd:Q66048 wdt:P127 ?X . ?X wdt:P1830 ?answer} |
lcquad2-25675 | WHICH IS THE BEER FESTIVAL THAT ORGANIZED BY LANDESHAUPTSTADT MUNCHEN AND WHICH STARTS WITH O | [
"Oktoberfest"
] | {
"entities": [
"Q102400",
"Q1361384",
"Q2919327"
],
"relations": [
"P31",
"P664"
],
"adjacency": [
[
0,
0,
2
],
[
0,
1,
1
]
],
"entity_labels": [
"Oktoberfest",
"Landeshauptstadt München",
"beer festival"
],
"relation_labels": [
"instance of",
"organizer"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q2919327 . ?sbj wdt:P664 wd:Q1361384 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'o')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-16636 | Who gave the {co-founded by} of {is possessed by} of {THEhotel at Mandalay Inlet} ? | [
"Kirk Kerkorian"
] | {
"entities": [
"Q568532",
"Q356068",
"Q2297323"
],
"relations": [
"P112",
"P127"
],
"adjacency": [
[
2,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"MGM Resorts International",
"Kirk Kerkorian",
"Delano Las Vegas"
],
"relation_labels": [
"founded by",
"owned by"
]
} | SELECT ?answer WHERE { wd:Q2297323 wdt:P127 ?X . ?X wdt:P112 ?answer} |
lcquad2-20939 | Which is the calling for the field of occupation of manga? | [
"mangaka"
] | {
"entities": [
"Q191633",
"Q8274",
"Q28640"
],
"relations": [
"P31",
"P425"
],
"adjacency": [
[
0,
1,
1
],
[
0,
0,
2
]
],
"entity_labels": [
"mangaka",
"manga",
"profession"
],
"relation_labels": [
"instance of",
"field of this occupation"
]
} | select distinct ?sbj where { ?sbj wdt:P425 wd:Q8274 . ?sbj wdt:P31 wd:Q28640 } |
lcquad2-13335 | What is solved by divergence theorem whose the trainer is Dmitry Ivanovich Zhurasky? | [
"Mikhail Ostrogradsky"
] | {
"entities": [
"Q1048502",
"Q355892",
"Q338886"
],
"relations": [
"P1136",
"P802"
],
"adjacency": [
[
2,
0,
1
],
[
1,
1,
0
]
],
"entity_labels": [
"Dmitry Ivanovich Zhuravsky",
"Mikhail Ostrogradsky",
"divergence theorem"
],
"relation_labels": [
"solved by",
"student"
]
} | SELECT ?answer WHERE { wd:Q338886 wdt:P1136 ?answer . ?answer wdt:P802 wd:Q1048502} |
lcquad2-14362 | What awards did the creator of the typewriter receive? | [
"National Inventors Hall of Fame"
] | {
"entities": [
"Q46335",
"Q453351",
"Q1366018"
],
"relations": [
"P166",
"P61"
],
"adjacency": [
[
0,
1,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"typewriter",
"Christopher Latham Sholes",
"National Inventors Hall of Fame"
],
"relation_labels": [
"award received",
"discoverer or inventor"
]
} | SELECT ?answer WHERE { wd:Q46335 wdt:P61 ?X . ?X wdt:P166 ?answer} |
lcquad2-20903 | What is the name of the dog of Emmanuel Macron? | [
"Nemo"
] | {
"entities": [
"Q38125921",
"Q144",
"Q3052772"
],
"relations": [
"P1429",
"P31"
],
"adjacency": [
[
2,
0,
0
],
[
0,
1,
1
]
],
"entity_labels": [
"Nemo",
"dog",
"Emmanuel Macron"
],
"relation_labels": [
"has pet",
"instance of"
]
} | select distinct ?obj where { wd:Q3052772 wdt:P1429 ?obj . ?obj wdt:P31 wd:Q144 } |
lcquad2-25373 | WHat is the name of the detective character inspired by Zorro that begins with letter B ? | [
"Batman"
] | {
"entities": [
"Q3656924",
"Q226822",
"Q2695156"
],
"relations": [
"P31",
"P941"
],
"adjacency": [
[
2,
0,
0
],
[
2,
1,
1
]
],
"entity_labels": [
"fictional detective",
"Zorro",
"Batman"
],
"relation_labels": [
"instance of",
"inspired by"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q3656924 . ?sbj wdt:P941 wd:Q226822 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'b')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-12723 | What physically interacts with adenosine triphosphate, which has subcellular localization in the plasma membrane? | [
"Potassium inwardly rectifying channel, subfamily J, member 11"
] | {
"entities": [
"Q80863",
"Q29548",
"Q14912057"
],
"relations": [
"P681",
"P129"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"adenosine triphosphate",
"plasma membrane",
"Potassium inwardly rectifying channel, subfamily J, member 11"
],
"relation_labels": [
"cell component",
"physically interacts with"
]
} | SELECT ?answer WHERE { wd:Q80863 wdt:P129 ?answer . ?answer wdt:P681 wd:Q29548} |
lcquad2-23817 | which brand contains the word vicks in their name | [
"Vicks Sinex"
] | {
"entities": [
"Q7925475",
"Q431289"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"Vicks Sinex",
"brand"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q431289 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'vicks')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-13129 | What wards in Gimpo are part of Goyang? | [
"Gyeonggi Province"
] | {
"entities": [
"Q42061",
"Q20937",
"Q42080"
],
"relations": [
"P150",
"P131"
],
"adjacency": [
[
0,
1,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"Goyang",
"Gyeonggi Province",
"Gimpo"
],
"relation_labels": [
"contains the administrative territorial entity",
"located in the administrative territorial entity"
]
} | SELECT ?answer WHERE { wd:Q42061 wdt:P131 ?answer . ?answer wdt:P150 wd:Q42080} |
lcquad2-24720 | What are the triple star framework which begin with the letter p | [
"Polaris"
] | {
"entities": [
"Q2088753",
"Q12980"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"triple star system",
"Polaris"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q2088753 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'p')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-24798 | what are the gracious freedoms which begin with the letter w | [
"freedom of association"
] | {
"entities": [
"Q688503",
"Q29556"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"freedom of association",
"civil liberties"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q29556 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'f')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-21158 | In which range is the open occasion of Chinese Unused Year looked for after? | [
"Hong Kong"
] | {
"entities": [
"Q131772",
"Q779415",
"Q8646"
],
"relations": [
"P31",
"P832"
],
"adjacency": [
[
2,
1,
0
],
[
2,
0,
1
]
],
"entity_labels": [
"Chinese New Year",
"special administrative region of China",
"Hong Kong"
],
"relation_labels": [
"instance of",
"public holiday"
]
} | select distinct ?sbj where { ?sbj wdt:P832 wd:Q131772 . ?sbj wdt:P31 wd:Q779415 } |
lcquad2-12161 | Is one of Selim I's biological sex sons of women? | [
"Fatma Sultan"
] | {
"entities": [
"Q494660",
"Q6581072",
"Q12809521"
],
"relations": [
"P21",
"P40"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"Selim I",
"female",
"Fatma Sultan"
],
"relation_labels": [
"sex or gender",
"child"
]
} | SELECT ?answer WHERE { wd:Q494660 wdt:P40 ?answer . ?answer wdt:P21 wd:Q6581072} |
lcquad2-24697 | Let me know which borough of Modern York city begins with the letter q. | [
"Queens"
] | {
"entities": [
"Q408804",
"Q18424"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"borough of New York City",
"Queens"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q408804 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'q')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-17730 | Which is ordered rank of taxon parent of Acanthuridae? | [
"suborder"
] | {
"entities": [
"Q5867959",
"Q481701",
"Q465563"
],
"relations": [
"P105",
"P171"
],
"adjacency": [
[
2,
1,
1
],
[
1,
0,
0
]
],
"entity_labels": [
"suborder",
"Acanthuroidei",
"Acanthuridae"
],
"relation_labels": [
"taxon rank",
"parent taxon"
]
} | SELECT ?answer WHERE { wd:Q465563 wdt:P171 ?X . ?X wdt:P105 ?answer} |
lcquad2-17117 | Sayed Yousuf Mirranay's party membership ideology was given by whom? | [
"ethnocentrism"
] | {
"entities": [
"Q642816",
"Q189049",
"Q3360918"
],
"relations": [
"P102",
"P1142"
],
"adjacency": [
[
0,
0,
2
],
[
2,
1,
1
]
],
"entity_labels": [
"Sayed Yousuf Mirranay",
"ethnocentrism",
"Afghan Social Democratic Party"
],
"relation_labels": [
"member of political party",
"political ideology"
]
} | SELECT ?answer WHERE { wd:Q642816 wdt:P102 ?X . ?X wdt:P1142 ?answer} |
lcquad2-14270 | Who is the kin of Paul Wittgenstein? | [
"Bertrand Russell"
] | {
"entities": [
"Q33760",
"Q9391",
"Q170348"
],
"relations": [
"P3373",
"P737"
],
"adjacency": [
[
2,
0,
1
],
[
1,
1,
0
]
],
"entity_labels": [
"Bertrand Russell",
"Ludwig Wittgenstein",
"Paul Wittgenstein"
],
"relation_labels": [
"sibling",
"influenced by"
]
} | SELECT ?answer WHERE { wd:Q170348 wdt:P3373 ?X . ?X wdt:P737 ?answer} |
lcquad2-12548 | What is the work of Stephane Mallarme, whose field of business is interpretation? | [
"translator"
] | {
"entities": [
"Q333634",
"Q7553",
"Q767"
],
"relations": [
"P106",
"P425"
],
"adjacency": [
[
2,
0,
0
],
[
0,
1,
1
]
],
"entity_labels": [
"translator",
"translation",
"Stéphane Mallarmé"
],
"relation_labels": [
"occupation",
"field of this occupation"
]
} | SELECT ?answer WHERE { wd:Q767 wdt:P106 ?answer . ?answer wdt:P425 wd:Q7553} |
lcquad2-14797 | Which is {twin town} of {birth area} of {Paul Gottlieb Werlhof} ? | [
"Fiuggi"
] | {
"entities": [
"Q486562",
"Q116840",
"Q87025"
],
"relations": [
"P190",
"P19"
],
"adjacency": [
[
2,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"Helmstedt",
"Fiuggi",
"Paul Gottlieb Werlhof"
],
"relation_labels": [
"twinned administrative body",
"place of birth"
]
} | SELECT ?answer WHERE { wd:Q87025 wdt:P19 ?X . ?X wdt:P190 ?answer} |
lcquad2-25612 | Which is the English spoken channel that starts with letter R? | [
"RT Documentary"
] | {
"entities": [
"Q1860",
"Q4048628",
"Q561068"
],
"relations": [
"P31",
"P2936"
],
"adjacency": [
[
1,
0,
2
],
[
1,
1,
0
]
],
"entity_labels": [
"English",
"RT Documentary",
"specialty channel"
],
"relation_labels": [
"instance of",
"language used"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q561068 . ?sbj wdt:P2936 wd:Q1860 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'r')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-16708 | who is treated by passing cause of Jules Ship ? | [
"urokinase"
] | {
"entities": [
"Q959708",
"Q110969665",
"Q12152"
],
"relations": [
"P2176",
"P509"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"Jules Ferry",
"urokinase",
"myocardial infarction"
],
"relation_labels": [
"drug or therapy used for treatment",
"cause of death"
]
} | SELECT ?answer WHERE { wd:Q959708 wdt:P509 ?X . ?X wdt:P2176 ?answer} |
lcquad2-24012 | What is the game of cards starting with the letter z? | [
"zetema"
] | {
"entities": [
"Q142714",
"Q56081514"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"card game",
"zetema"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q142714 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'z')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-21772 | What drug treats anthrax? | [
"streptomycin"
] | {
"entities": [
"Q35456",
"Q129104",
"Q192717"
],
"relations": [
"P31",
"P2176"
],
"adjacency": [
[
1,
1,
2
],
[
2,
0,
0
]
],
"entity_labels": [
"essential medicine",
"anthrax",
"streptomycin"
],
"relation_labels": [
"instance of",
"drug or therapy used for treatment"
]
} | select distinct ?obj where { wd:Q129104 wdt:P2176 ?obj . ?obj wdt:P31 wd:Q35456 } |
lcquad2-17885 | What is the taxonomic rank of the taxon mother or father of Homo floresiensis? | [
"genus"
] | {
"entities": [
"Q34740",
"Q186266",
"Q171283"
],
"relations": [
"P105",
"P171"
],
"adjacency": [
[
1,
1,
2
],
[
2,
0,
0
]
],
"entity_labels": [
"genus",
"Homo floresiensis",
"Homo"
],
"relation_labels": [
"taxon rank",
"parent taxon"
]
} | SELECT ?answer WHERE { wd:Q186266 wdt:P171 ?X . ?X wdt:P105 ?answer} |
lcquad2-21435 | Who is the {field} for {domestic scene} of {Toronto Maple Leafs} | [
"Scotiabank Arena"
] | {
"entities": [
"Q203384",
"Q641226",
"Q406972"
],
"relations": [
"P31",
"P115"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"Toronto Maple Leafs",
"arena",
"Scotiabank Arena"
],
"relation_labels": [
"instance of",
"home venue"
]
} | select distinct ?obj where { wd:Q203384 wdt:P115 ?obj . ?obj wdt:P31 wd:Q641226 } |
lcquad2-10008 | Which is Randy Couture's sports team and which country is it? | [
"United States of America",
"Team Quest"
] | {
"entities": [
"Q7691563",
"Q352733",
"Q30"
],
"relations": [
"P54",
"P1532"
],
"adjacency": [
[
1,
0,
0
],
[
1,
1,
2
]
],
"entity_labels": [
"Team Quest",
"Randy Couture",
"United States of America"
],
"relation_labels": [
"member of sports team",
"country for sport"
]
} | SELECT ?ans_1 ?ans_2 WHERE { wd:Q352733 wdt:P54 ?ans_1 . wd:Q352733 wdt:P1532 ?ans_2 } |
lcquad2-21875 | Who was Rembrandt's instructor ? | [
"Carel Fabritius"
] | {
"entities": [
"Q5598",
"Q352954",
"Q5"
],
"relations": [
"P31",
"P69"
],
"adjacency": [
[
1,
1,
0
],
[
1,
0,
2
]
],
"entity_labels": [
"Rembrandt",
"Carel Fabritius",
"human"
],
"relation_labels": [
"instance of",
"educated at"
]
} | select distinct ?sbj where { ?sbj wdt:P69 wd:Q5598 . ?sbj wdt:P31 wd:Q5 } |
lcquad2-22690 | Which music celebration was the motivation for Eurovision Melody Contest? | [
"Sanremo Music Festival"
] | {
"entities": [
"Q206959",
"Q868557",
"Q276"
],
"relations": [
"P941",
"P31"
],
"adjacency": [
[
2,
0,
0
],
[
0,
1,
1
]
],
"entity_labels": [
"Sanremo Music Festival",
"music festival",
"Eurovision Song Contest"
],
"relation_labels": [
"inspired by",
"instance of"
]
} | select distinct ?obj where { wd:Q276 wdt:P941 ?obj . ?obj wdt:P31 wd:Q868557 } |
lcquad2-24890 | Name the miltary campaign that starts with the letter o | [
"Operations of the Prussian Western Army in the Austro-Prussian war"
] | {
"entities": [
"Q99938309",
"Q831663"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"Operations of the Prussian Western Army in the Austro-Prussian war",
"military campaign"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q831663 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'o')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-15902 | Who is the benefactor holy person within the locale of the Fight of Turin? | [
"Our Lady of Consolation"
] | {
"entities": [
"Q693282",
"Q495",
"Q2457205"
],
"relations": [
"P276",
"P417"
],
"adjacency": [
[
0,
0,
1
],
[
1,
1,
2
]
],
"entity_labels": [
"Siege of Turin",
"Turin",
"Our Lady of Consolation"
],
"relation_labels": [
"location",
"patron saint"
]
} | SELECT ?answer WHERE { wd:Q693282 wdt:P276 ?X . ?X wdt:P417 ?answer} |
lcquad2-25554 | Title a locale in China whose most elevated point is K2 that begins with letter X | [
"Xinjiang"
] | {
"entities": [
"Q43512",
"Q57362",
"Q34800"
],
"relations": [
"P610",
"P31"
],
"adjacency": [
[
2,
1,
1
],
[
2,
0,
0
]
],
"entity_labels": [
"K2",
"autonomous region of the People's Republic of China",
"Xinjiang"
],
"relation_labels": [
"highest point",
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q57362 . ?sbj wdt:P610 wd:Q43512 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'x')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-13048 | Is the first name Petru the same as the first title in Pierre Fauchard? | [
"Pierre"
] | {
"entities": [
"Q2093070",
"Q1376711",
"Q16761621"
],
"relations": [
"P735",
"P460"
],
"adjacency": [
[
1,
0,
0
],
[
0,
1,
2
]
],
"entity_labels": [
"Pierre",
"Pierre Fauchard",
"Petru"
],
"relation_labels": [
"given name",
"said to be the same as"
]
} | SELECT ?answer WHERE { wd:Q1376711 wdt:P735 ?answer . ?answer wdt:P460 wd:Q16761621} |
lcquad2-15226 | What type of movie is Honeysuckle Rose and who is the star actress? | [
"Western"
] | {
"entities": [
"Q1277039",
"Q21590660",
"Q2319060"
],
"relations": [
"P161",
"P136"
],
"adjacency": [
[
2,
0,
0
],
[
0,
1,
1
]
],
"entity_labels": [
"Slim Pickens",
"Western",
"Honeysuckle Rose"
],
"relation_labels": [
"cast member",
"genre"
]
} | SELECT ?answer WHERE { wd:Q2319060 wdt:P161 ?X . ?X wdt:P136 ?answer} |
lcquad2-11870 | Who is Russell's teapot named after, that is essayist? | [
"Bertrand Russell"
] | {
"entities": [
"Q33760",
"Q267277",
"Q11774202"
],
"relations": [
"P106",
"P138"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"Bertrand Russell",
"Russell's Teapot",
"essayist"
],
"relation_labels": [
"occupation",
"named after"
]
} | SELECT ?answer WHERE { wd:Q267277 wdt:P138 ?answer . ?answer wdt:P106 wd:Q11774202} |
lcquad2-12910 | What is Mae West's place of interment with Tel Aviv's twin cities? | [
"New York City"
] | {
"entities": [
"Q33935",
"Q60",
"Q202878"
],
"relations": [
"P119",
"P190"
],
"adjacency": [
[
2,
0,
1
],
[
1,
1,
0
]
],
"entity_labels": [
"Tel Aviv",
"New York City",
"Mae West"
],
"relation_labels": [
"place of burial",
"twinned administrative body"
]
} | SELECT ?answer WHERE { wd:Q202878 wdt:P119 ?answer . ?answer wdt:P190 wd:Q33935} |
lcquad2-17699 | Which { parent organization } has { Reginald Brabazon, 13th Earl of Meath } formed? | [
"British Armed Forces"
] | {
"entities": [
"Q7308616",
"Q275482",
"Q222595"
],
"relations": [
"P241",
"P749"
],
"adjacency": [
[
0,
0,
2
],
[
2,
1,
1
]
],
"entity_labels": [
"Reginald Brabazon, 13th Earl of Meath",
"British Armed Forces",
"British Army"
],
"relation_labels": [
"military branch",
"parent organization"
]
} | SELECT ?answer WHERE { wd:Q7308616 wdt:P241 ?X . ?X wdt:P749 ?answer} |