id
stringlengths 11
13
| question
stringlengths 11
8.64k
| answers
sequence | subgraph
dict | sparql
stringlengths 49
483
|
---|---|---|---|---|
lcquad2-20659 | In which nation is Dutch the official dialect? | [
"Dutch Gold Coast"
] | {
"entities": [
"Q770776",
"Q7411",
"Q133156"
],
"relations": [
"P37",
"P31"
],
"adjacency": [
[
0,
0,
1
],
[
0,
1,
2
]
],
"entity_labels": [
"Dutch Gold Coast",
"Dutch",
"colony"
],
"relation_labels": [
"official language",
"instance of"
]
} | select distinct ?sbj where { ?sbj wdt:P37 wd:Q7411 . ?sbj wdt:P31 wd:Q133156 } |
lcquad2-25099 | Title an instruction set design outlined by Intel which contains the word "x86" in its name | [
"x86"
] | {
"entities": [
"Q248",
"Q272683",
"Q182933"
],
"relations": [
"P31",
"P287"
],
"adjacency": [
[
2,
0,
1
],
[
2,
1,
0
]
],
"entity_labels": [
"Intel",
"instruction set architecture",
"x86"
],
"relation_labels": [
"instance of",
"designed by"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q272683 . ?sbj wdt:P287 wd:Q248 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'x86')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-22357 | What is the capital of the Achaemenid Empire? | [
"Persepolis"
] | {
"entities": [
"Q389688",
"Q5119",
"Q129072"
],
"relations": [
"P31",
"P36"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"Achaemenid Empire",
"capital city",
"Persepolis"
],
"relation_labels": [
"instance of",
"capital"
]
} | select distinct ?obj where { wd:Q389688 wdt:P36 ?obj . ?obj wdt:P31 wd:Q5119 } |
lcquad2-20842 | What does the Apostolic see for the association coordinated from the ecclesiastical office? | [
"Holy See"
] | {
"entities": [
"Q1147274",
"Q159583",
"Q19546"
],
"relations": [
"P31",
"P2389"
],
"adjacency": [
[
2,
1,
1
],
[
1,
0,
0
]
],
"entity_labels": [
"Apostolic see",
"Holy See",
"pope"
],
"relation_labels": [
"instance of",
"organization directed by the office or position"
]
} | select distinct ?obj where { wd:Q19546 wdt:P2389 ?obj . ?obj wdt:P31 wd:Q1147274 } |
lcquad2-23083 | Which is the colonial control of the nation of pound sterling? | [
"United Kingdom"
] | {
"entities": [
"Q25224",
"Q20181813",
"Q145"
],
"relations": [
"P31",
"P17"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"pound sterling",
"colonial power",
"United Kingdom"
],
"relation_labels": [
"instance of",
"country"
]
} | select distinct ?obj where { wd:Q25224 wdt:P17 ?obj . ?obj wdt:P31 wd:Q20181813 } |
lcquad2-21164 | Who was Ayman al - Zawahiri's replacement? | [
"Osama bin Laden"
] | {
"entities": [
"Q186316",
"Q5",
"Q1317"
],
"relations": [
"P31",
"P1366"
],
"adjacency": [
[
2,
1,
0
],
[
2,
0,
1
]
],
"entity_labels": [
"Ayman al-Zawahiri",
"human",
"Osama bin Laden"
],
"relation_labels": [
"instance of",
"replaced by"
]
} | select distinct ?sbj where { ?sbj wdt:P1366 wd:Q186316 . ?sbj wdt:P31 wd:Q5 } |
lcquad2-16630 | What is thinks about of coined for occasional table ? | [
"geology"
] | {
"entities": [
"Q1069",
"Q9106",
"Q10693"
],
"relations": [
"P101",
"P61"
],
"adjacency": [
[
2,
1,
1
],
[
1,
0,
0
]
],
"entity_labels": [
"geology",
"Dmitri Mendeleev",
"periodic table"
],
"relation_labels": [
"field of work",
"discoverer or inventor"
]
} | SELECT ?answer WHERE { wd:Q10693 wdt:P61 ?X . ?X wdt:P101 ?answer} |
lcquad2-21300 | Who commissioned the Taj Mehal | [
"Shah Jahan"
] | {
"entities": [
"Q83672",
"Q9141",
"Q5"
],
"relations": [
"P31",
"P88"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"Shah Jahan",
"Taj Mahal",
"human"
],
"relation_labels": [
"instance of",
"commissioned by"
]
} | select distinct ?obj where { wd:Q9141 wdt:P88 ?obj . ?obj wdt:P31 wd:Q5 } |
lcquad2-14298 | What obligations does Valerian Agafonoff perform? | [
"geology"
] | {
"entities": [
"Q319386",
"Q1069",
"Q4056733"
],
"relations": [
"P184",
"P101"
],
"adjacency": [
[
2,
0,
0
],
[
0,
1,
1
]
],
"entity_labels": [
"Vasily Dokuchaev",
"geology",
"Valerian Agafonov"
],
"relation_labels": [
"doctoral advisor",
"field of work"
]
} | SELECT ?answer WHERE { wd:Q4056733 wdt:P184 ?X . ?X wdt:P101 ?answer} |
lcquad2-24491 | What are the {territory of China which begins with letters z | [
"Zhejiang"
] | {
"entities": [
"Q1615742",
"Q16967"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"province of the People's Republic of China",
"Zhejiang"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q1615742 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'z')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-16252 | The higher taxon of resident animal species of Hellabrunn Zoo is what? | [
"Tragulus"
] | {
"entities": [
"Q264691",
"Q1059263",
"Q1987747"
],
"relations": [
"P171",
"P1990"
],
"adjacency": [
[
0,
1,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"Hellabrunn Zoo",
"Lesser mouse-deer",
"Tragulus"
],
"relation_labels": [
"parent taxon",
"species kept"
]
} | SELECT ?answer WHERE { wd:Q264691 wdt:P1990 ?X . ?X wdt:P171 ?answer} |
lcquad2-22476 | Which is the chronicle for the engineering fashion of Bauhaus? | [
"Bauhaus Archive"
] | {
"entities": [
"Q166118",
"Q124354",
"Q811389"
],
"relations": [
"P31",
"P149"
],
"adjacency": [
[
2,
1,
1
],
[
2,
0,
0
]
],
"entity_labels": [
"archives",
"Bauhaus",
"Bauhaus Archive"
],
"relation_labels": [
"instance of",
"architectural style"
]
} | select distinct ?sbj where { ?sbj wdt:P149 wd:Q124354 . ?sbj wdt:P31 wd:Q166118 } |
lcquad2-17586 | Which is the film sort of the arrangement of Unmasked? | [
"drama television series"
] | {
"entities": [
"Q16746470",
"Q1366112",
"Q1189631"
],
"relations": [
"P179",
"P136"
],
"adjacency": [
[
0,
0,
2
],
[
2,
1,
1
]
],
"entity_labels": [
"Unmasked",
"drama television series",
"The Following"
],
"relation_labels": [
"part of the series",
"genre"
]
} | SELECT ?answer WHERE { wd:Q16746470 wdt:P179 ?X . ?X wdt:P136 ?answer} |
lcquad2-22026 | Salzburg airport gets its name from? | [
"Salzburg Airport"
] | {
"entities": [
"Q1248784",
"Q251538",
"Q34713"
],
"relations": [
"P31",
"P138"
],
"adjacency": [
[
1,
1,
2
],
[
1,
0,
0
]
],
"entity_labels": [
"airport",
"Salzburg Airport",
"Salzburg"
],
"relation_labels": [
"instance of",
"named after"
]
} | select distinct ?sbj where { ?sbj wdt:P138 wd:Q34713 . ?sbj wdt:P31 wd:Q1248784 } |
lcquad2-12019 | What is the put of passing of Endre Ady, which is the twin city of Daejeon? | [
"Budapest"
] | {
"entities": [
"Q1781",
"Q20921",
"Q211392"
],
"relations": [
"P190",
"P20"
],
"adjacency": [
[
2,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"Budapest",
"Daejeon",
"Endre Ady"
],
"relation_labels": [
"twinned administrative body",
"place of death"
]
} | SELECT ?answer WHERE { wd:Q211392 wdt:P20 ?answer . ?answer wdt:P190 wd:Q20921} |
lcquad2-15648 | Where is {border} of {birth area} of {Asia Argento} ? | [
"Zagarolo"
] | {
"entities": [
"Q220",
"Q140255",
"Q232052"
],
"relations": [
"P19",
"P47"
],
"adjacency": [
[
2,
0,
0
],
[
0,
1,
1
]
],
"entity_labels": [
"Rome",
"Zagarolo",
"Asia Argento"
],
"relation_labels": [
"place of birth",
"shares border with"
]
} | SELECT ?answer WHERE { wd:Q232052 wdt:P19 ?X . ?X wdt:P47 ?answer} |
lcquad2-16072 | Who sang In My Life? | [
"Mark David Chapman"
] | {
"entities": [
"Q1203",
"Q1324384",
"Q80462"
],
"relations": [
"P157",
"P676"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"John Lennon",
"In My Life",
"Mark David Chapman"
],
"relation_labels": [
"killed by",
"lyrics by"
]
} | SELECT ?answer WHERE { wd:Q1324384 wdt:P676 ?X . ?X wdt:P157 ?answer} |
lcquad2-25587 | Tell me the media participant with a license of proprietary license and begins with the letter w? | [
"Windows Media Center"
] | {
"entities": [
"Q3238057",
"Q210337",
"Q672794"
],
"relations": [
"P275",
"P31"
],
"adjacency": [
[
2,
1,
1
],
[
2,
0,
0
]
],
"entity_labels": [
"proprietary license",
"media player software",
"Windows Media Center"
],
"relation_labels": [
"copyright license",
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q210337 . ?sbj wdt:P275 wd:Q3238057 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'w')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-12860 | What isn't the same as the globe, whose time zone is Mountain Time Zone? | [
"Globe"
] | {
"entities": [
"Q133792",
"Q3134980",
"Q79823"
],
"relations": [
"P421",
"P1889"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"globe",
"Mountain Time Zone",
"Globe"
],
"relation_labels": [
"located in time zone",
"different from"
]
} | SELECT ?answer WHERE { wd:Q133792 wdt:P1889 ?answer . ?answer wdt:P421 wd:Q3134980} |
lcquad2-15021 | What would be the twin city of the subtopic of Istanbul's history? | [
"Sarajevo"
] | {
"entities": [
"Q406",
"Q32357",
"Q11194"
],
"relations": [
"P190",
"P1269"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"Istanbul",
"history of Istanbul",
"Sarajevo"
],
"relation_labels": [
"twinned administrative body",
"facet of"
]
} | SELECT ?answer WHERE { wd:Q32357 wdt:P1269 ?X . ?X wdt:P190 ?answer} |
lcquad2-12747 | what is the antonym of father that has arrangement is Ahnentafel? | [
"mother"
] | {
"entities": [
"Q7565",
"Q7560",
"Q267388"
],
"relations": [
"P179",
"P461"
],
"adjacency": [
[
0,
1,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"father",
"mother",
"Ahnentafel"
],
"relation_labels": [
"part of the series",
"opposite of"
]
} | SELECT ?answer WHERE { wd:Q7565 wdt:P461 ?answer . ?answer wdt:P179 wd:Q267388} |
lcquad2-16365 | What kind of music does Best Ballads play? | [
"soft rock"
] | {
"entities": [
"Q207472",
"Q1758314",
"Q217191"
],
"relations": [
"P175",
"P136"
],
"adjacency": [
[
1,
0,
0
],
[
0,
1,
2
]
],
"entity_labels": [
"Toto",
"Best Ballads",
"soft rock"
],
"relation_labels": [
"performer",
"genre"
]
} | SELECT ?answer WHERE { wd:Q1758314 wdt:P175 ?X . ?X wdt:P136 ?answer} |
lcquad2-21404 | Which athlete is Kate Bush's partner? | [
"Alan Stivell"
] | {
"entities": [
"Q636",
"Q5",
"Q10681"
],
"relations": [
"P31",
"P1327"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"Kate Bush",
"human",
"Alan Stivell"
],
"relation_labels": [
"instance of",
"partner in business or sport"
]
} | select distinct ?obj where { wd:Q636 wdt:P1327 ?obj . ?obj wdt:P31 wd:Q5 } |
lcquad2-16147 | What is the academic specialty of the writer of journal article "Research on Middle Age: An Assessment?" | [
"gerontology"
] | {
"entities": [
"Q15757423",
"Q40468747",
"Q10387"
],
"relations": [
"P101",
"P1433"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"Gerontologist",
"Research on Middle Age: An Assessment",
"gerontology"
],
"relation_labels": [
"field of work",
"published in"
]
} | SELECT ?answer WHERE { wd:Q40468747 wdt:P1433 ?X . ?X wdt:P101 ?answer} |
lcquad2-24404 | What are the recurring events beginning with the letter w | [
"World Quality Day"
] | {
"entities": [
"Q9396257",
"Q15275719"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"World Quality Day",
"recurring event"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q15275719 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'w')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-16081 | which is the job location of Charles Nirmalanathan | [
"Jaffna"
] | {
"entities": [
"Q20855546",
"Q215277",
"Q2303358"
],
"relations": [
"P102",
"P159"
],
"adjacency": [
[
0,
0,
2
],
[
2,
1,
1
]
],
"entity_labels": [
"Charles Nirmalanathan",
"Jaffna",
"Tamil National Alliance"
],
"relation_labels": [
"member of political party",
"headquarters location"
]
} | SELECT ?answer WHERE { wd:Q20855546 wdt:P102 ?X . ?X wdt:P159 ?answer} |
lcquad2-17874 | What is the mystery movement of child? | [
"quadrupedalism"
] | {
"entities": [
"Q21907045",
"Q7569",
"Q15978631"
],
"relations": [
"P3512",
"P2849"
],
"adjacency": [
[
1,
1,
2
],
[
2,
0,
0
]
],
"entity_labels": [
"quadrupedalism",
"child",
"Homo sapiens"
],
"relation_labels": [
"means of locomotion",
"produced by"
]
} | SELECT ?answer WHERE { wd:Q7569 wdt:P2849 ?X . ?X wdt:P3512 ?answer} |
lcquad2-25177 | What is an electrical connector framework that's distributed by USB Implementers Gathering with the word "usb" in its name? | [
"USB-C"
] | {
"entities": [
"Q3847420",
"Q20026619",
"Q58184783"
],
"relations": [
"P31",
"P123"
],
"adjacency": [
[
1,
0,
2
],
[
1,
1,
0
]
],
"entity_labels": [
"USB Implementers Forum",
"USB-C",
"electrical connector system"
],
"relation_labels": [
"instance of",
"publisher"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q58184783 . ?sbj wdt:P123 wd:Q3847420 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'usb')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-16765 | What is the parent company for the alumna of Thomas Hobbes? | [
"Ashmolean Museum collections"
] | {
"entities": [
"Q34433",
"Q111474594",
"Q37621"
],
"relations": [
"P355",
"P69"
],
"adjacency": [
[
2,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"University of Oxford",
"Ashmolean Museum collections",
"Thomas Hobbes"
],
"relation_labels": [
"has subsidiary",
"educated at"
]
} | SELECT ?answer WHERE { wd:Q37621 wdt:P69 ?X . ?X wdt:P355 ?answer} |
lcquad2-25148 | Which research program is the purpose of the human genome project or mission whose name contains the word genome? | [
"Human Genome Project"
] | {
"entities": [
"Q192446",
"Q7315176",
"Q720988"
],
"relations": [
"P3712",
"P31"
],
"adjacency": [
[
0,
1,
1
],
[
0,
0,
2
]
],
"entity_labels": [
"Human Genome Project",
"research program",
"human genome"
],
"relation_labels": [
"has goal",
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q7315176 . ?sbj wdt:P3712 wd:Q720988 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'genome')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-17698 | Which {makes utilize of} {sports} of {football boots} ? | [
"association football ball"
] | {
"entities": [
"Q2736",
"Q12252328",
"Q512804"
],
"relations": [
"P641",
"P2283"
],
"adjacency": [
[
2,
0,
0
],
[
0,
1,
1
]
],
"entity_labels": [
"association football",
"association football ball",
"football boots"
],
"relation_labels": [
"sport",
"uses"
]
} | SELECT ?answer WHERE { wd:Q512804 wdt:P641 ?X . ?X wdt:P2283 ?answer} |
lcquad2-15111 | What is the capital of the is within the city of Jauca? | [
"San Juan"
] | {
"entities": [
"Q41211",
"Q13736489",
"Q1183"
],
"relations": [
"P131",
"P36"
],
"adjacency": [
[
1,
0,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"San Juan",
"Jauca",
"Puerto Rico"
],
"relation_labels": [
"located in the administrative territorial entity",
"capital"
]
} | SELECT ?answer WHERE { wd:Q13736489 wdt:P131 ?X . ?X wdt:P36 ?answer} |
lcquad2-23141 | Which poem contains in its name the word prymskvioa | [
"Þrymskviða"
] | {
"entities": [
"Q2276114",
"Q5185279"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"Þrymskviða",
"poem"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q5185279 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'þrymskviða')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-25507 | Title a W3C Suggestion that begins with letter X | [
"XHTML+MathML+SVG"
] | {
"entities": [
"Q37033",
"Q8042136",
"Q2661442"
],
"relations": [
"P31",
"P1462"
],
"adjacency": [
[
1,
0,
2
],
[
1,
1,
0
]
],
"entity_labels": [
"World Wide Web Consortium",
"XHTML+MathML+SVG",
"W3C Recommendation"
],
"relation_labels": [
"instance of",
"standards body"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q2661442 . ?sbj wdt:P1462 wd:Q37033 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'x')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-10157 | Who performs and is the presents of Satan? | [
"The Devil and Tom Walker",
"Adam Sandler"
] | {
"entities": [
"Q35230",
"Q132952",
"Q16155801"
],
"relations": [
"P175",
"P1441"
],
"adjacency": [
[
0,
0,
1
],
[
0,
1,
2
]
],
"entity_labels": [
"Satan",
"Adam Sandler",
"The Devil and Tom Walker"
],
"relation_labels": [
"performer",
"present in work"
]
} | SELECT ?ans_1 ?ans_2 WHERE { wd:Q35230 wdt:P175 ?ans_1 . wd:Q35230 wdt:P1441 ?ans_2 } |
lcquad2-15734 | What is the Head office of Ärztekammer Nordrhein? | [
"Cologne"
] | {
"entities": [
"Q365",
"Q54096",
"Q1715188"
],
"relations": [
"P108",
"P159"
],
"adjacency": [
[
2,
0,
1
],
[
1,
1,
0
]
],
"entity_labels": [
"Cologne",
"University of Cologne",
"Jörg-Dietrich Hoppe"
],
"relation_labels": [
"employer",
"headquarters location"
]
} | SELECT ?answer WHERE { wd:Q1715188 wdt:P108 ?X . ?X wdt:P159 ?answer} |
lcquad2-13527 | Which architect, who additionally designed the Jewish Museum in Berlin, was once honored with the Buber-Rosenzweig-Medal? | [
"Daniel Libeskind"
] | {
"entities": [
"Q157003",
"Q278778",
"Q154538"
],
"relations": [
"P84",
"P166"
],
"adjacency": [
[
0,
0,
2
],
[
2,
1,
1
]
],
"entity_labels": [
"Jewish Museum Berlin",
"Buber-Rosenzweig-Medal",
"Daniel Libeskind"
],
"relation_labels": [
"architect",
"award received"
]
} | SELECT ?answer WHERE { wd:Q157003 wdt:P84 ?answer . ?answer wdt:P166 wd:Q278778} |
lcquad2-22973 | You can exchange the pound sterling for goods in which country? | [
"United Kingdom"
] | {
"entities": [
"Q25224",
"Q112099",
"Q145"
],
"relations": [
"P31",
"P38"
],
"adjacency": [
[
2,
1,
0
],
[
2,
0,
1
]
],
"entity_labels": [
"pound sterling",
"island nation",
"United Kingdom"
],
"relation_labels": [
"instance of",
"currency"
]
} | select distinct ?sbj where { ?sbj wdt:P38 wd:Q25224 . ?sbj wdt:P31 wd:Q112099 } |
lcquad2-20091 | The Commodore 64 is manufactured by which business | [
"Commodore International"
] | {
"entities": [
"Q4830453",
"Q99775",
"Q208305"
],
"relations": [
"P31",
"P176"
],
"adjacency": [
[
1,
1,
2
],
[
2,
0,
0
]
],
"entity_labels": [
"business",
"Commodore 64",
"Commodore International"
],
"relation_labels": [
"instance of",
"manufacturer"
]
} | select distinct ?obj where { wd:Q99775 wdt:P176 ?obj . ?obj wdt:P31 wd:Q4830453 } |
lcquad2-21174 | What is the pharmaceutical item for which cocaine is dynamic ingredient? | [
"Goprelto"
] | {
"entities": [
"Q28885102",
"Q48829055",
"Q41576"
],
"relations": [
"P31",
"P3781"
],
"adjacency": [
[
1,
1,
2
],
[
1,
0,
0
]
],
"entity_labels": [
"pharmaceutical product",
"Goprelto",
"cocaine"
],
"relation_labels": [
"instance of",
"has active ingredient"
]
} | select distinct ?sbj where { ?sbj wdt:P3781 wd:Q41576 . ?sbj wdt:P31 wd:Q28885102 } |
lcquad2-13337 | Which inventor or discoverer with the profession of astronomer determined 90377 Sedna? | [
"Michael E. Brown"
] | {
"entities": [
"Q11063",
"Q15610",
"Q298913"
],
"relations": [
"P106",
"P61"
],
"adjacency": [
[
1,
1,
2
],
[
2,
0,
0
]
],
"entity_labels": [
"astronomer",
"90377 Sedna",
"Michael E. Brown"
],
"relation_labels": [
"occupation",
"discoverer or inventor"
]
} | SELECT ?answer WHERE { wd:Q15610 wdt:P61 ?answer . ?answer wdt:P106 wd:Q11063} |
lcquad2-16672 | Who are the ladies who voiced portion of Bare to the Constrain, One More Time? | [
"Mickey Rooney"
] | {
"entities": [
"Q51164989",
"Q210311",
"Q104081"
],
"relations": [
"P179",
"P725"
],
"adjacency": [
[
0,
0,
1
],
[
1,
1,
2
]
],
"entity_labels": [
"Naked to the Limit, One More Time",
"American Dad!",
"Mickey Rooney"
],
"relation_labels": [
"part of the series",
"voice actor"
]
} | SELECT ?answer WHERE { wd:Q51164989 wdt:P179 ?X . ?X wdt:P725 ?answer} |
lcquad2-22164 | Which mosque is named after Suleiman the Radiant? | [
"Sultan Suleiman Mosque"
] | {
"entities": [
"Q8474",
"Q3906628",
"Q32815"
],
"relations": [
"P31",
"P138"
],
"adjacency": [
[
1,
1,
0
],
[
1,
0,
2
]
],
"entity_labels": [
"Suleiman the Magnificent",
"Sultan Suleiman Mosque",
"mosque"
],
"relation_labels": [
"instance of",
"named after"
]
} | select distinct ?sbj where { ?sbj wdt:P138 wd:Q8474 . ?sbj wdt:P31 wd:Q32815 } |
lcquad2-25594 | What affiliation football alliance that begins with the letter "s" is organized by the Italian Football League? | [
"Serie D"
] | {
"entities": [
"Q1141778",
"Q201897",
"Q15991303"
],
"relations": [
"P31",
"P664"
],
"adjacency": [
[
0,
0,
2
],
[
0,
1,
1
]
],
"entity_labels": [
"Serie D",
"Italian Football Federation",
"association football league"
],
"relation_labels": [
"instance of",
"organizer"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q15991303 . ?sbj wdt:P664 wd:Q201897 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 's')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-14430 | In what town is Taekyeung College? | [
"Busan"
] | {
"entities": [
"Q16520",
"Q491524",
"Q884"
],
"relations": [
"P150",
"P17"
],
"adjacency": [
[
1,
1,
2
],
[
2,
0,
0
]
],
"entity_labels": [
"Busan",
"Daekyeung University",
"South Korea"
],
"relation_labels": [
"contains the administrative territorial entity",
"country"
]
} | SELECT ?answer WHERE { wd:Q491524 wdt:P17 ?X . ?X wdt:P150 ?answer} |
lcquad2-16660 | What {source material} is the {buff coat} {made from}? | [
"Cervidae"
] | {
"entities": [
"Q3373195",
"Q25038245",
"Q23390"
],
"relations": [
"P1582",
"P186"
],
"adjacency": [
[
0,
1,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"buff coat",
"buff leather",
"Cervidae"
],
"relation_labels": [
"natural product of taxon",
"made from material"
]
} | SELECT ?answer WHERE { wd:Q3373195 wdt:P186 ?X . ?X wdt:P1582 ?answer} |
lcquad2-15353 | Tell me who Jens Breivik's spouse's children are? | [
"Anders Behring Breivik"
] | {
"entities": [
"Q48161273",
"Q44220",
"Q19376205"
],
"relations": [
"P40",
"P26"
],
"adjacency": [
[
2,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"Wenche Behring Breivik",
"Anders Behring Breivik",
"Jens Breivik"
],
"relation_labels": [
"child",
"spouse"
]
} | SELECT ?answer WHERE { wd:Q19376205 wdt:P26 ?X . ?X wdt:P40 ?answer} |
lcquad2-14647 | Who is the head common of this department? | [
"Oka Crisis"
] | {
"entities": [
"Q1486456",
"Q5531647",
"Q25436"
],
"relations": [
"P241",
"P607"
],
"adjacency": [
[
1,
0,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"Oka Crisis",
"general",
"Canadian Army"
],
"relation_labels": [
"military branch",
"conflict"
]
} | SELECT ?answer WHERE { wd:Q5531647 wdt:P241 ?X . ?X wdt:P607 ?answer} |
lcquad2-16114 | Which crew member described the film Mowgli? | [
"Dan Lemmon"
] | {
"entities": [
"Q1381592",
"Q1159105",
"Q16857406"
],
"relations": [
"P3092",
"P1441"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"Mowgli",
"Dan Lemmon",
"The Jungle Book"
],
"relation_labels": [
"film crew member",
"present in work"
]
} | SELECT ?answer WHERE { wd:Q1381592 wdt:P1441 ?X . ?X wdt:P3092 ?answer} |
lcquad2-14578 | What government is headed by the arrive of Arkhangelsk? | [
"Mikhail Mishustin"
] | {
"entities": [
"Q1851",
"Q159",
"Q4298520"
],
"relations": [
"P6",
"P17"
],
"adjacency": [
[
0,
1,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"Arkhangelsk",
"Russia",
"Mikhail Mishustin"
],
"relation_labels": [
"head of government",
"country"
]
} | SELECT ?answer WHERE { wd:Q1851 wdt:P17 ?X . ?X wdt:P6 ?answer} |
lcquad2-21040 | What pharmaceutical item has zinc as it's dynamic fixing? | [
"Wilzin"
] | {
"entities": [
"Q29006676",
"Q758",
"Q28885102"
],
"relations": [
"P31",
"P3781"
],
"adjacency": [
[
0,
1,
1
],
[
0,
0,
2
]
],
"entity_labels": [
"Wilzin",
"zinc",
"pharmaceutical product"
],
"relation_labels": [
"instance of",
"has active ingredient"
]
} | select distinct ?sbj where { ?sbj wdt:P3781 wd:Q758 . ?sbj wdt:P31 wd:Q28885102 } |
lcquad2-9806 | who are the film editor, chief of Spirited_Away? | [
"Takeshi Seyama",
"Hayao Miyazaki"
] | {
"entities": [
"Q1379022",
"Q55400",
"Q155653"
],
"relations": [
"P1040",
"P57"
],
"adjacency": [
[
2,
0,
0
],
[
2,
1,
1
]
],
"entity_labels": [
"Takeshi Seyama",
"Hayao Miyazaki",
"Spirited Away"
],
"relation_labels": [
"film editor",
"director"
]
} | SELECT ?ans_1 ?ans_2 WHERE { wd:Q155653 wdt:P1040 ?ans_1 . wd:Q155653 wdt:P57 ?ans_2 } |
lcquad2-16297 | What is the film class of the artist from Hold me in your arms. | [
"Greek folk music"
] | {
"entities": [
"Q12876995",
"Q2916587",
"Q26689546"
],
"relations": [
"P175",
"P136"
],
"adjacency": [
[
2,
0,
1
],
[
1,
1,
0
]
],
"entity_labels": [
"Greek folk music",
"Glykeria",
"Hold me in your arms (song)"
],
"relation_labels": [
"performer",
"genre"
]
} | SELECT ?answer WHERE { wd:Q26689546 wdt:P175 ?X . ?X wdt:P136 ?answer} |
lcquad2-16182 | The daughter of Alexander II of Russia was handed what award? | [
"Order of the Tower and Sword"
] | {
"entities": [
"Q130734",
"Q10341302",
"Q83171"
],
"relations": [
"P166",
"P22"
],
"adjacency": [
[
2,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"Nicholas I of Russia",
"Order of the Tower and Sword",
"Alexander II of Russia"
],
"relation_labels": [
"award received",
"father"
]
} | SELECT ?answer WHERE { wd:Q83171 wdt:P22 ?X . ?X wdt:P166 ?answer} |
lcquad2-9493 | How and where did Lewis Carrol die? | [
"The Chestnuts",
"pneumonia"
] | {
"entities": [
"Q26583003",
"Q38082",
"Q12192"
],
"relations": [
"P20",
"P509"
],
"adjacency": [
[
1,
0,
0
],
[
1,
1,
2
]
],
"entity_labels": [
"The Chestnuts",
"Lewis Carroll",
"pneumonia"
],
"relation_labels": [
"place of death",
"cause of death"
]
} | SELECT ?ans_1 ?ans_2 WHERE { wd:Q38082 wdt:P20 ?ans_1 . wd:Q38082 wdt:P509 ?ans_2 } |
lcquad2-16776 | WHEN IS THE ANTONYM Occasion OF MARCELO ARIEL GELMAN SCHBEROFF | [
"burial"
] | {
"entities": [
"Q55222552",
"Q331055",
"Q1898510"
],
"relations": [
"P793",
"P461"
],
"adjacency": [
[
0,
0,
2
],
[
2,
1,
1
]
],
"entity_labels": [
"Marcelo Ariel Gelman Schuberoff",
"burial",
"exhumation"
],
"relation_labels": [
"significant event",
"opposite of"
]
} | SELECT ?answer WHERE { wd:Q55222552 wdt:P793 ?X . ?X wdt:P461 ?answer} |
lcquad2-16944 | Which is the sort of music from the work of Guitar Player? | [
"mystery film"
] | {
"entities": [
"Q1200678",
"Q7820305",
"Q42384429"
],
"relations": [
"P1441",
"P136"
],
"adjacency": [
[
2,
0,
1
],
[
1,
1,
0
]
],
"entity_labels": [
"mystery film",
"Tomorrowland",
"Guitar Player"
],
"relation_labels": [
"present in work",
"genre"
]
} | SELECT ?answer WHERE { wd:Q42384429 wdt:P1441 ?X . ?X wdt:P136 ?answer} |
lcquad2-14019 | Which character who had the career of a cartographer was once the inventor of the jigsaw? | [
"John Spilsbury"
] | {
"entities": [
"Q6258679",
"Q181008",
"Q1734662"
],
"relations": [
"P106",
"P61"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"John Spilsbury",
"jigsaw puzzle",
"cartographer"
],
"relation_labels": [
"occupation",
"discoverer or inventor"
]
} | SELECT ?answer WHERE { wd:Q181008 wdt:P61 ?answer . ?answer wdt:P106 wd:Q1734662} |
lcquad2-23851 | What is Saturn's moon that starts with the titan letter? | [
"Titan"
] | {
"entities": [
"Q2565",
"Q1972"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"Titan",
"moon of Saturn"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q1972 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'titan')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-21566 | Title an on-screen character of 60 minutes | [
"Smita Nair Jain"
] | {
"entities": [
"Q5",
"Q247869",
"Q18126169"
],
"relations": [
"P161",
"P31"
],
"adjacency": [
[
1,
0,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"human",
"60 Minutes",
"Smita Nair Jain"
],
"relation_labels": [
"cast member",
"instance of"
]
} | select distinct ?obj where { wd:Q247869 wdt:P161 ?obj . ?obj wdt:P31 wd:Q5 } |
lcquad2-12625 | What are the borders of Kaifeng that comprise the rural city of Fendquan District | [
"Xinxiang"
] | {
"entities": [
"Q208471",
"Q1198617",
"Q404362"
],
"relations": [
"P150",
"P47"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"Kaifeng",
"Fengquan District",
"Xinxiang"
],
"relation_labels": [
"contains the administrative territorial entity",
"shares border with"
]
} | SELECT ?answer WHERE { wd:Q208471 wdt:P47 ?answer . ?answer wdt:P150 wd:Q1198617} |
lcquad2-16315 | Which constellation contains the Milky Way? | [
"Sagittarius"
] | {
"entities": [
"Q8866",
"Q1146322",
"Q321"
],
"relations": [
"P398",
"P59"
],
"adjacency": [
[
2,
0,
1
],
[
1,
1,
0
]
],
"entity_labels": [
"Sagittarius",
"NGC 6528",
"Milky Way"
],
"relation_labels": [
"child astronomical body",
"constellation"
]
} | SELECT ?answer WHERE { wd:Q321 wdt:P398 ?X . ?X wdt:P59 ?answer} |
lcquad2-22829 | What nation has The Star-Spangled Standard as its song of devotion? | [
"United States of America"
] | {
"entities": [
"Q6256",
"Q44696",
"Q30"
],
"relations": [
"P31",
"P85"
],
"adjacency": [
[
2,
1,
1
],
[
2,
0,
0
]
],
"entity_labels": [
"country",
"The Star-Spangled Banner",
"United States of America"
],
"relation_labels": [
"instance of",
"anthem"
]
} | select distinct ?sbj where { ?sbj wdt:P85 wd:Q44696 . ?sbj wdt:P31 wd:Q6256 } |
lcquad2-23349 | Tell me the name of a fossil taxon has the word "velociraptor" | [
"Velociraptorichnus sichuanensis"
] | {
"entities": [
"Q23038290",
"Q49413109"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"fossil taxon",
"Velociraptorichnus sichuanensis"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q23038290 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'velociraptor')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-16336 | Who gave the {belief system} of {part of} of {Lola Iturbe} ? | [
"anarcha-feminism"
] | {
"entities": [
"Q211380",
"Q9023549",
"Q1472936"
],
"relations": [
"P1142",
"P463"
],
"adjacency": [
[
1,
1,
2
],
[
2,
0,
0
]
],
"entity_labels": [
"anarcha-feminism",
"Lola Iturbe",
"Mujeres Libres"
],
"relation_labels": [
"political ideology",
"member of"
]
} | SELECT ?answer WHERE { wd:Q9023549 wdt:P463 ?X . ?X wdt:P1142 ?answer} |
lcquad2-20099 | What is the national football team whose home venue is Wembley Stadium? | [
"England national association football team"
] | {
"entities": [
"Q47762",
"Q128468",
"Q6979593"
],
"relations": [
"P31",
"P115"
],
"adjacency": [
[
0,
1,
1
],
[
0,
0,
2
]
],
"entity_labels": [
"England national association football team",
"Wembley Stadium",
"national association football team"
],
"relation_labels": [
"instance of",
"home venue"
]
} | select distinct ?sbj where { ?sbj wdt:P115 wd:Q128468 . ?sbj wdt:P31 wd:Q6979593 } |
lcquad2-17957 | Tobramycin treats what? | [
"clarithromycin"
] | {
"entities": [
"Q118551",
"Q12192",
"Q1758380"
],
"relations": [
"P2175",
"P2176"
],
"adjacency": [
[
2,
0,
1
],
[
1,
1,
0
]
],
"entity_labels": [
"clarithromycin",
"pneumonia",
"tobramycin"
],
"relation_labels": [
"medical condition treated",
"drug or therapy used for treatment"
]
} | SELECT ?answer WHERE { wd:Q1758380 wdt:P2175 ?X . ?X wdt:P2176 ?answer} |
lcquad2-21947 | who protein for found in taxon of homo sapiens? | [
"TNK1"
] | {
"entities": [
"Q8047",
"Q9081246",
"Q15978631"
],
"relations": [
"P703",
"P31"
],
"adjacency": [
[
1,
0,
2
],
[
1,
1,
0
]
],
"entity_labels": [
"enzyme",
"TNK1",
"Homo sapiens"
],
"relation_labels": [
"found in taxon",
"instance of"
]
} | select distinct ?sbj where { ?sbj wdt:P703 wd:Q15978631 . ?sbj wdt:P31 wd:Q8047 } |
lcquad2-15298 | who city of work environment of A. J. P. Taylor ? | [
"Bloomsbury"
] | {
"entities": [
"Q150120",
"Q193196",
"Q706931"
],
"relations": [
"P108",
"P131"
],
"adjacency": [
[
2,
0,
1
],
[
1,
1,
0
]
],
"entity_labels": [
"Bloomsbury",
"University College London",
"A. J. P. Taylor"
],
"relation_labels": [
"employer",
"located in the administrative territorial entity"
]
} | SELECT ?answer WHERE { wd:Q706931 wdt:P108 ?X . ?X wdt:P131 ?answer} |
lcquad2-9938 | Who is the? | [
"Sefer HaRazim",
"Epistle to the Hebrews"
] | {
"entities": [
"Q81422",
"Q1415108",
"Q128608"
],
"relations": [
"P1441",
"P800"
],
"adjacency": [
[
0,
1,
1
],
[
0,
0,
2
]
],
"entity_labels": [
"Noah",
"Sefer HaRazim",
"Epistle to the Hebrews"
],
"relation_labels": [
"present in work",
"notable work"
]
} | SELECT ?ans_1 ?ans_2 WHERE { wd:Q81422 wdt:P800 ?ans_1 . wd:Q81422 wdt:P1441 ?ans_2 } |
lcquad2-20242 | Our planet was formed how? | [
"Earth"
] | {
"entities": [
"Q200325",
"Q2",
"Q3504248"
],
"relations": [
"P31",
"P1269"
],
"adjacency": [
[
0,
1,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"human history",
"Earth",
"inner planet of the Solar System"
],
"relation_labels": [
"instance of",
"facet of"
]
} | select distinct ?obj where { wd:Q200325 wdt:P1269 ?obj . ?obj wdt:P31 wd:Q3504248 } |
lcquad2-17448 | Who is the chronology of the Canine Hills continent? | [
"history of Antarctica"
] | {
"entities": [
"Q5032401",
"Q51",
"Q722537"
],
"relations": [
"P30",
"P2184"
],
"adjacency": [
[
0,
0,
1
],
[
1,
1,
2
]
],
"entity_labels": [
"Canine Hills",
"Antarctica",
"history of Antarctica"
],
"relation_labels": [
"continent",
"history of topic"
]
} | SELECT ?answer WHERE { wd:Q5032401 wdt:P30 ?X . ?X wdt:P2184 ?answer} |
lcquad2-20846 | Mukesh Ambani is the boss of which company ? | [
"Reliance Industries Limited"
] | {
"entities": [
"Q4830453",
"Q908931",
"Q298547"
],
"relations": [
"P31",
"P169"
],
"adjacency": [
[
1,
1,
2
],
[
1,
0,
0
]
],
"entity_labels": [
"business",
"Reliance Industries Limited",
"Mukesh Ambani"
],
"relation_labels": [
"instance of",
"chief executive officer"
]
} | select distinct ?sbj where { ?sbj wdt:P169 wd:Q298547 . ?sbj wdt:P31 wd:Q4830453 } |
lcquad2-21888 | WHICH IS THE WORD OF WORK OR NAME IN ENGLISH | [
"Tinnie"
] | {
"entities": [
"Q7808389",
"Q1860",
"Q8171"
],
"relations": [
"P31",
"P407"
],
"adjacency": [
[
0,
1,
1
],
[
0,
0,
2
]
],
"entity_labels": [
"Tinnie",
"English",
"word"
],
"relation_labels": [
"instance of",
"language of work or name"
]
} | select distinct ?sbj where { ?sbj wdt:P407 wd:Q1860 . ?sbj wdt:P31 wd:Q8171 } |
lcquad2-15313 | Which characters are in The Emperor's New Groove? | [
"Quechua people"
] | {
"entities": [
"Q134936",
"Q223163",
"Q1143257"
],
"relations": [
"P674",
"P172"
],
"adjacency": [
[
1,
0,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"Quechua people",
"The Emperor's New Groove",
"Yzma"
],
"relation_labels": [
"characters",
"ethnic group"
]
} | SELECT ?answer WHERE { wd:Q223163 wdt:P674 ?X . ?X wdt:P172 ?answer} |
lcquad2-21527 | Who is credited as the author of "The Little Prince"? | [
"Antoine de Saint-Exupéry"
] | {
"entities": [
"Q2908",
"Q5",
"Q25338"
],
"relations": [
"P31",
"P3931"
],
"adjacency": [
[
2,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"Antoine de Saint-Exupéry",
"human",
"The Little Prince"
],
"relation_labels": [
"instance of",
"copyright holder"
]
} | select distinct ?obj where { wd:Q25338 wdt:P3931 ?obj . ?obj wdt:P31 wd:Q5 } |
lcquad2-21421 | Which work employments a brick? | [
"bricklayer"
] | {
"entities": [
"Q327321",
"Q28640",
"Q40089"
],
"relations": [
"P1535",
"P31"
],
"adjacency": [
[
2,
0,
0
],
[
0,
1,
1
]
],
"entity_labels": [
"bricklayer",
"profession",
"brick"
],
"relation_labels": [
"used by",
"instance of"
]
} | select distinct ?obj where { wd:Q40089 wdt:P1535 ?obj . ?obj wdt:P31 wd:Q28640 } |
lcquad2-20877 | What podcast does John Oliver work on? | [
"The Bugle"
] | {
"entities": [
"Q24634210",
"Q1701254",
"Q7720523"
],
"relations": [
"P371",
"P31"
],
"adjacency": [
[
2,
0,
1
],
[
2,
1,
0
]
],
"entity_labels": [
"podcast",
"John Oliver",
"The Bugle"
],
"relation_labels": [
"presenter",
"instance of"
]
} | select distinct ?sbj where { ?sbj wdt:P371 wd:Q1701254 . ?sbj wdt:P31 wd:Q24634210 } |
lcquad2-12634 | What is the title of the Bohr demonstrate that has been granted the Nobel Prize in Physics? | [
"Niels Bohr"
] | {
"entities": [
"Q38104",
"Q7085",
"Q172948"
],
"relations": [
"P138",
"P166"
],
"adjacency": [
[
2,
0,
1
],
[
1,
1,
0
]
],
"entity_labels": [
"Nobel Prize in Physics",
"Niels Bohr",
"Bohr model"
],
"relation_labels": [
"named after",
"award received"
]
} | SELECT ?answer WHERE { wd:Q172948 wdt:P138 ?answer . ?answer wdt:P166 wd:Q38104} |
lcquad2-12917 | Where is the passing put of Masaccio whose nations are municipio XII? | [
"Rome"
] | {
"entities": [
"Q5811",
"Q220",
"Q16481992"
],
"relations": [
"P150",
"P20"
],
"adjacency": [
[
0,
1,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"Masaccio",
"Rome",
"Municipio XII"
],
"relation_labels": [
"contains the administrative territorial entity",
"place of death"
]
} | SELECT ?answer WHERE { wd:Q5811 wdt:P20 ?answer . ?answer wdt:P150 wd:Q16481992} |
lcquad2-22382 | Where is the { dominion of the British Empire } for { state } of { Himachal Pradesh }? | [
"Rubberhose"
] | {
"entities": [
"Q2171491",
"Q360",
"Q5375622"
],
"relations": [
"P31",
"P50"
],
"adjacency": [
[
0,
1,
1
],
[
0,
0,
2
]
],
"entity_labels": [
"Rubberhose",
"Julian Assange",
"encryption software"
],
"relation_labels": [
"instance of",
"author"
]
} | select distinct ?sbj where { ?sbj wdt:P50 wd:Q360 . ?sbj wdt:P31 wd:Q5375622 } |
lcquad2-22063 | What historical country was led by Josip Broz Tito? | [
"Democratic Federal Yugoslavia"
] | {
"entities": [
"Q1277557",
"Q9161",
"Q3024240"
],
"relations": [
"P6",
"P31"
],
"adjacency": [
[
0,
0,
1
],
[
0,
1,
2
]
],
"entity_labels": [
"Democratic Federal Yugoslavia",
"Josip Broz Tito",
"historical country"
],
"relation_labels": [
"head of government",
"instance of"
]
} | select distinct ?sbj where { ?sbj wdt:P6 wd:Q9161 . ?sbj wdt:P31 wd:Q3024240 } |
lcquad2-21877 | What is the title of the archeological location where Qin Shi Huang was buried? | [
"Mausoleum of the First Qin Emperor"
] | {
"entities": [
"Q839954",
"Q7192",
"Q910180"
],
"relations": [
"P119",
"P31"
],
"adjacency": [
[
1,
0,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"archaeological site",
"Qin Shi Huangdi",
"Mausoleum of the First Qin Emperor"
],
"relation_labels": [
"place of burial",
"instance of"
]
} | select distinct ?obj where { wd:Q7192 wdt:P119 ?obj . ?obj wdt:P31 wd:Q839954 } |
lcquad2-21399 | Give me the history of Montevideo. | [
"history of Montevideo"
] | {
"entities": [
"Q9004162",
"Q1335",
"Q28747937"
],
"relations": [
"P31",
"P2184"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"history of Montevideo",
"Montevideo",
"history of a city"
],
"relation_labels": [
"instance of",
"history of topic"
]
} | select distinct ?obj where { wd:Q1335 wdt:P2184 ?obj . ?obj wdt:P31 wd:Q28747937 } |
lcquad2-9506 | What sports team and position does Stephen Curry play? | [
"Golden State Warriors",
"point guard"
] | {
"entities": [
"Q157376",
"Q212413",
"Q352159"
],
"relations": [
"P54",
"P413"
],
"adjacency": [
[
2,
0,
0
],
[
2,
1,
1
]
],
"entity_labels": [
"Golden State Warriors",
"point guard",
"Stephen Curry"
],
"relation_labels": [
"member of sports team",
"position played on team / speciality"
]
} | SELECT ?ans_1 ?ans_2 WHERE { wd:Q352159 wdt:P54 ?ans_1 . wd:Q352159 wdt:P413 ?ans_2 } |
lcquad2-24242 | What are the econothem which begin with the letter p | [
"Phanerozoic"
] | {
"entities": [
"Q2669627",
"Q101313"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"eonothem",
"Phanerozoic"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q2669627 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'p')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-21597 | Who was John Stuart Mill's stepparent? | [
"Helen Taylor"
] | {
"entities": [
"Q5703281",
"Q5",
"Q50020"
],
"relations": [
"P31",
"P3448"
],
"adjacency": [
[
0,
1,
2
],
[
0,
0,
1
]
],
"entity_labels": [
"Helen Taylor",
"human",
"John Stuart Mill"
],
"relation_labels": [
"instance of",
"stepparent"
]
} | select distinct ?sbj where { ?sbj wdt:P3448 wd:Q50020 . ?sbj wdt:P31 wd:Q5 } |
lcquad2-11809 | Who is Norax's father that is equal to Thoth? | [
"Hermes"
] | {
"entities": [
"Q146921",
"Q41484",
"Q2661436"
],
"relations": [
"P40",
"P460"
],
"adjacency": [
[
0,
1,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"Thoth",
"Hermes",
"Norax"
],
"relation_labels": [
"child",
"said to be the same as"
]
} | SELECT ?answer WHERE { wd:Q146921 wdt:P460 ?answer . ?answer wdt:P40 wd:Q2661436} |
lcquad2-23368 | Studio of films | [
"Voyager 1"
] | {
"entities": [
"Q26529",
"Q48469"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"space probe",
"Voyager 1"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q26529 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'voyager')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-16958 | How do the academic fields for nuclear physics interact? | [
"gravity"
] | {
"entities": [
"Q11412",
"Q37147",
"Q81197"
],
"relations": [
"P2578",
"P517"
],
"adjacency": [
[
2,
0,
1
],
[
1,
1,
0
]
],
"entity_labels": [
"gravity",
"atomic nucleus",
"nuclear physics"
],
"relation_labels": [
"is the study of",
"interaction"
]
} | SELECT ?answer WHERE { wd:Q81197 wdt:P2578 ?X . ?X wdt:P517 ?answer} |
lcquad2-20445 | Belgrade is the capital of what country? | [
"Socialist Federal Republic of Yugoslavia"
] | {
"entities": [
"Q3711",
"Q83286",
"Q3024240"
],
"relations": [
"P31",
"P36"
],
"adjacency": [
[
1,
1,
0
],
[
1,
0,
2
]
],
"entity_labels": [
"Belgrade",
"Socialist Federal Republic of Yugoslavia",
"historical country"
],
"relation_labels": [
"instance of",
"capital"
]
} | select distinct ?sbj where { ?sbj wdt:P36 wd:Q3711 . ?sbj wdt:P31 wd:Q3024240 } |
lcquad2-13396 | Where is Pat Sajak's birthplace in the province of Cook County? | [
"Chicago"
] | {
"entities": [
"Q705419",
"Q1297",
"Q108418"
],
"relations": [
"P19",
"P131"
],
"adjacency": [
[
0,
0,
1
],
[
1,
1,
2
]
],
"entity_labels": [
"Pat Sajak",
"Chicago",
"Cook County"
],
"relation_labels": [
"place of birth",
"located in the administrative territorial entity"
]
} | SELECT ?answer WHERE { wd:Q705419 wdt:P19 ?answer . ?answer wdt:P131 wd:Q108418} |
lcquad2-24479 | What are the archipelago which begin with the letter I | [
"îlets de Rémire"
] | {
"entities": [
"Q942849",
"Q33837"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"îlets de Rémire",
"archipelago"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q33837 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'î')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-9916 | Who is the 14th Dalai Lama's family and father? | [
"Choekyong Tsering",
"family of the 14th Dalai Lama"
] | {
"entities": [
"Q17293",
"Q11069491",
"Q16906376"
],
"relations": [
"P53",
"P22"
],
"adjacency": [
[
0,
0,
1
],
[
0,
1,
2
]
],
"entity_labels": [
"Tenzin Gyatso",
"family of the 14th Dalai Lama",
"Choekyong Tsering"
],
"relation_labels": [
"family",
"father"
]
} | SELECT ?ans_1 ?ans_2 WHERE { wd:Q17293 wdt:P53 ?ans_1 . wd:Q17293 wdt:P22 ?ans_2 } |
lcquad2-16618 | Who are the characters within the moment season of the arrangement Dark Sails? | [
"Woodes Rogers"
] | {
"entities": [
"Q114206",
"Q13475479",
"Q21185947"
],
"relations": [
"P674",
"P179"
],
"adjacency": [
[
2,
1,
1
],
[
1,
0,
0
]
],
"entity_labels": [
"Woodes Rogers",
"Black Sails",
"Black Sails, season 2"
],
"relation_labels": [
"characters",
"part of the series"
]
} | SELECT ?answer WHERE { wd:Q21185947 wdt:P179 ?X . ?X wdt:P674 ?answer} |
lcquad2-11909 | What is the {twin city} of {Modern York City}, that's too the {birth put} of {Judit Polgar}? | [
"Budapest"
] | {
"entities": [
"Q60",
"Q183250",
"Q1781"
],
"relations": [
"P190",
"P19"
],
"adjacency": [
[
1,
1,
2
],
[
2,
0,
0
]
],
"entity_labels": [
"New York City",
"Judit Polgár",
"Budapest"
],
"relation_labels": [
"twinned administrative body",
"place of birth"
]
} | SELECT ?answer WHERE { wd:Q183250 wdt:P19 ?answer . ?answer wdt:P190 wd:Q60} |
lcquad2-16797 | Which stockholder has Wanda Jackson's label? | [
"Universal Music Group"
] | {
"entities": [
"Q38903",
"Q193023",
"Q235223"
],
"relations": [
"P127",
"P264"
],
"adjacency": [
[
2,
1,
1
],
[
1,
0,
0
]
],
"entity_labels": [
"Universal Music Group",
"Capitol Records",
"Wanda Jackson"
],
"relation_labels": [
"owned by",
"record label"
]
} | SELECT ?answer WHERE { wd:Q235223 wdt:P264 ?X . ?X wdt:P127 ?answer} |
lcquad2-12911 | What is composed via Thaïs? Who is the child of Alexis Massenet? | [
"Jules Massenet"
] | {
"entities": [
"Q194436",
"Q20895527",
"Q1144467"
],
"relations": [
"P86",
"P22"
],
"adjacency": [
[
2,
0,
0
],
[
0,
1,
1
]
],
"entity_labels": [
"Jules Massenet",
"Alexis Massenet",
"Thaïs"
],
"relation_labels": [
"composer",
"father"
]
} | SELECT ?answer WHERE { wd:Q1144467 wdt:P86 ?answer . ?answer wdt:P22 wd:Q20895527} |
lcquad2-19832 | Which space launch was Gordon Cooper a part of as a crew member? | [
"Gemini 5"
] | {
"entities": [
"Q725849",
"Q312833",
"Q752783"
],
"relations": [
"P31",
"P1029"
],
"adjacency": [
[
0,
1,
1
],
[
0,
0,
2
]
],
"entity_labels": [
"Gemini 5",
"Gordon Cooper",
"human spaceflight"
],
"relation_labels": [
"instance of",
"crew member(s)"
]
} | select distinct ?sbj where { ?sbj wdt:P1029 wd:Q312833 . ?sbj wdt:P31 wd:Q752783 } |
lcquad2-23631 | Reveal to me decimal arrangement whose name has the word grouping in it. | [
"Global Forest Decimal Classification (GFDC) (printed edition)"
] | {
"entities": [
"Q95596646",
"Q1207369"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"Global Forest Decimal Classification (GFDC) (printed edition)",
"decimal classification"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q1207369 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'classification')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.