id
stringlengths 11
13
| question
stringlengths 11
8.64k
| answers
sequence | subgraph
dict | sparql
stringlengths 49
483
|
---|---|---|---|---|
lcquad2-16980 | Where did the developer of pasteurization attend college? | [
"University of Paris"
] | {
"entities": [
"Q58148",
"Q529",
"Q209842"
],
"relations": [
"P69",
"P61"
],
"adjacency": [
[
0,
1,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"pasteurization",
"Louis Pasteur",
"University of Paris"
],
"relation_labels": [
"educated at",
"discoverer or inventor"
]
} | SELECT ?answer WHERE { wd:Q58148 wdt:P61 ?X . ?X wdt:P69 ?answer} |
lcquad2-22333 | In which nation is the domain of Tripura? | [
"India"
] | {
"entities": [
"Q668",
"Q7270",
"Q1363"
],
"relations": [
"P31",
"P150"
],
"adjacency": [
[
0,
1,
2
],
[
0,
0,
1
]
],
"entity_labels": [
"India",
"republic",
"Tripura"
],
"relation_labels": [
"instance of",
"contains the administrative territorial entity"
]
} | select distinct ?sbj where { ?sbj wdt:P150 wd:Q1363 . ?sbj wdt:P31 wd:Q7270 } |
lcquad2-10164 | Who wrote West Side Story, and what was his native tongue? | [
"English",
"Stephen Sondheim"
] | {
"entities": [
"Q1860",
"Q669010",
"Q153579"
],
"relations": [
"P676",
"P407"
],
"adjacency": [
[
1,
1,
0
],
[
1,
0,
2
]
],
"entity_labels": [
"English",
"West Side Story",
"Stephen Sondheim"
],
"relation_labels": [
"lyrics by",
"language of work or name"
]
} | SELECT ?ans_1 ?ans_2 WHERE { wd:Q669010 wdt:P407 ?ans_1 . wd:Q669010 wdt:P676 ?ans_2 } |
lcquad2-17741 | Which is the child body portion of the star grouping of HD 152079? | [
"Ara"
] | {
"entities": [
"Q5096779",
"Q9253",
"Q2087410"
],
"relations": [
"P398",
"P59"
],
"adjacency": [
[
2,
0,
0
],
[
0,
1,
1
]
],
"entity_labels": [
"HD 152079 b",
"Ara",
"HD 152079"
],
"relation_labels": [
"child astronomical body",
"constellation"
]
} | SELECT ?answer WHERE { wd:Q2087410 wdt:P398 ?X . ?X wdt:P59 ?answer} |
lcquad2-16829 | Which son of Victoria Cary has a brother? | [
"Elizabeth Cary, Lady Falkland"
] | {
"entities": [
"Q19335416",
"Q28059797",
"Q331855"
],
"relations": [
"P3373",
"P25"
],
"adjacency": [
[
1,
0,
0
],
[
0,
1,
2
]
],
"entity_labels": [
"Anne Cary",
"Victoria Cary",
"Elizabeth Cary, Lady Falkland"
],
"relation_labels": [
"sibling",
"mother"
]
} | SELECT ?answer WHERE { wd:Q28059797 wdt:P3373 ?X . ?X wdt:P25 ?answer} |
lcquad2-24643 | What are the peace arrangement which begin with the letter t | [
"Treaty of Preobrazhenskoye"
] | {
"entities": [
"Q973764",
"Q625298"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"Treaty of Preobrazhenskoye",
"peace treaty"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q625298 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 't')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-12554 | What is the alumna of Elizabeth Cady Stanton, whose listed status is the area listed on the National Register of Historic Places? | [
"Emma Willard School"
] | {
"entities": [
"Q19558910",
"Q465335",
"Q5372997"
],
"relations": [
"P69",
"P1435"
],
"adjacency": [
[
1,
0,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"National Register of Historic Places listed place",
"Elizabeth Cady Stanton",
"Emma Willard School"
],
"relation_labels": [
"educated at",
"heritage designation"
]
} | SELECT ?answer WHERE { wd:Q465335 wdt:P69 ?answer . ?answer wdt:P1435 wd:Q19558910} |
lcquad2-16251 | What is the form of currency used in Loving, Virginia? | [
"United States dollar"
] | {
"entities": [
"Q1345835",
"Q4917",
"Q30"
],
"relations": [
"P1001",
"P38"
],
"adjacency": [
[
0,
0,
2
],
[
2,
1,
1
]
],
"entity_labels": [
"Loving v. Virginia",
"United States dollar",
"United States of America"
],
"relation_labels": [
"applies to jurisdiction",
"currency"
]
} | SELECT ?answer WHERE { wd:Q1345835 wdt:P1001 ?X . ?X wdt:P38 ?answer} |
lcquad2-16169 | WHEN DID THE Disciple FOUND THE STAR OF MERCURY? | [
"C/2010 X1 (Elenin)"
] | {
"entities": [
"Q1022613",
"Q525",
"Q308"
],
"relations": [
"P397",
"P398"
],
"adjacency": [
[
2,
0,
1
],
[
1,
1,
0
]
],
"entity_labels": [
"C/2010 X1 (Elenin)",
"Sun",
"Mercury"
],
"relation_labels": [
"parent astronomical body",
"child astronomical body"
]
} | SELECT ?answer WHERE { wd:Q308 wdt:P397 ?X . ?X wdt:P398 ?answer} |
lcquad2-15653 | What is the station of the arrangement of We'll Always Have Cyprus? | [
"broadcast syndication"
] | {
"entities": [
"Q1572845",
"Q41365962",
"Q828520"
],
"relations": [
"P179",
"P449"
],
"adjacency": [
[
1,
0,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"broadcast syndication",
"We'll Always Have Cyprus",
"Hercules: The Legendary Journeys"
],
"relation_labels": [
"part of the series",
"original broadcaster"
]
} | SELECT ?answer WHERE { wd:Q41365962 wdt:P179 ?X . ?X wdt:P449 ?answer} |
lcquad2-23885 | Which disciplinary repository starts with the ENGRXIV letter? | [
"engrXiv"
] | {
"entities": [
"Q5281480",
"Q30640384"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"disciplinary repository",
"engrXiv"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q5281480 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'engrxiv')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-24498 | Let me know around the unitary state that contains the definitive territorial substance of Sofia. | [
"temporal lobe"
] | {
"entities": [
"Q744385",
"Q1620186"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"temporal lobe",
"brain region"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q1620186 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 't')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-20663 | Who is the screenwriter for The Birth of a Nation | [
"Frank E. Woods"
] | {
"entities": [
"Q3082593",
"Q220394",
"Q5"
],
"relations": [
"P58",
"P31"
],
"adjacency": [
[
1,
0,
0
],
[
0,
1,
2
]
],
"entity_labels": [
"Frank E. Woods",
"The Birth of a Nation",
"human"
],
"relation_labels": [
"screenwriter",
"instance of"
]
} | select distinct ?obj where { wd:Q220394 wdt:P58 ?obj . ?obj wdt:P31 wd:Q5 } |
lcquad2-21487 | Chemical compounds are examined in what department of science? | [
"chemistry"
] | {
"entities": [
"Q2329",
"Q2465832",
"Q11173"
],
"relations": [
"P31",
"P2579"
],
"adjacency": [
[
2,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"chemistry",
"branch of science",
"chemical compound"
],
"relation_labels": [
"instance of",
"studied by"
]
} | select distinct ?obj where { wd:Q11173 wdt:P2579 ?obj . ?obj wdt:P31 wd:Q2465832 } |
lcquad2-15121 | Where is the head quarters of Transparency International is located? | [
"Brandenburg"
] | {
"entities": [
"Q174240",
"Q1208",
"Q64"
],
"relations": [
"P47",
"P159"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"Transparency International",
"Brandenburg",
"Berlin"
],
"relation_labels": [
"shares border with",
"headquarters location"
]
} | SELECT ?answer WHERE { wd:Q174240 wdt:P159 ?X . ?X wdt:P47 ?answer} |
lcquad2-16825 | The team Tallan Martin is in which division? | [
"National Premier Leagues NSW"
] | {
"entities": [
"Q7680059",
"Q1635767",
"Q929341"
],
"relations": [
"P54",
"P118"
],
"adjacency": [
[
0,
0,
1
],
[
1,
1,
2
]
],
"entity_labels": [
"Tallan Martin",
"Wollongong Wolves FC",
"National Premier Leagues NSW"
],
"relation_labels": [
"member of sports team",
"league"
]
} | SELECT ?answer WHERE { wd:Q7680059 wdt:P54 ?X . ?X wdt:P118 ?answer} |
lcquad2-13305 | "what is {creator} of {IV last fantasy}? | [
"Takashi Tokita"
] | {
"entities": [
"Q2657029",
"Q6581097",
"Q911226"
],
"relations": [
"P21",
"P287"
],
"adjacency": [
[
2,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"Takashi Tokita",
"male",
"Final Fantasy IV"
],
"relation_labels": [
"sex or gender",
"designed by"
]
} | SELECT ?answer WHERE { wd:Q911226 wdt:P287 ?answer . ?answer wdt:P21 wd:Q6581097} |
lcquad2-20274 | What Tasmania is the constituency of the Senate of Australia coextensive with? | [
"Tasmania"
] | {
"entities": [
"Q56649108",
"Q34366",
"Q56648990"
],
"relations": [
"P31",
"P3403"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"Tasmania",
"Tasmania",
"constituency of the Senate of Australia"
],
"relation_labels": [
"instance of",
"coextensive with"
]
} | select distinct ?obj where { wd:Q34366 wdt:P3403 ?obj . ?obj wdt:P31 wd:Q56648990 } |
lcquad2-25402 | Tell me the newcast of which Steve Kroft is the presenter, starting with number 6! | [
"60 Minutes"
] | {
"entities": [
"Q541068",
"Q247869",
"Q1358344"
],
"relations": [
"P31",
"P371"
],
"adjacency": [
[
1,
0,
2
],
[
1,
1,
0
]
],
"entity_labels": [
"Steve Kroft",
"60 Minutes",
"news program"
],
"relation_labels": [
"instance of",
"presenter"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q1358344 . ?sbj wdt:P371 wd:Q541068 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), '6')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-20353 | Tell me the name of the archeological site that is named after Qin Shi Huang. | [
"Mausoleum of the First Qin Emperor"
] | {
"entities": [
"Q839954",
"Q7192",
"Q910180"
],
"relations": [
"P31",
"P138"
],
"adjacency": [
[
2,
1,
1
],
[
2,
0,
0
]
],
"entity_labels": [
"archaeological site",
"Qin Shi Huangdi",
"Mausoleum of the First Qin Emperor"
],
"relation_labels": [
"instance of",
"named after"
]
} | select distinct ?sbj where { ?sbj wdt:P138 wd:Q7192 . ?sbj wdt:P31 wd:Q839954 } |
lcquad2-16845 | Which chairman developed ARPANET? | [
"Cynthia Barnhart"
] | {
"entities": [
"Q49108",
"Q27517506",
"Q177524"
],
"relations": [
"P178",
"P488"
],
"adjacency": [
[
2,
0,
0
],
[
0,
1,
1
]
],
"entity_labels": [
"Massachusetts Institute of Technology",
"Cynthia Barnhart",
"ARPANET"
],
"relation_labels": [
"developer",
"chairperson"
]
} | SELECT ?answer WHERE { wd:Q177524 wdt:P178 ?X . ?X wdt:P488 ?answer} |
lcquad2-22128 | What monument is associated with depicting the Iroquois? | [
"Maisonneuve Monument"
] | {
"entities": [
"Q924951",
"Q4989906",
"Q68518"
],
"relations": [
"P31",
"P180"
],
"adjacency": [
[
0,
1,
2
],
[
0,
0,
1
]
],
"entity_labels": [
"Maisonneuve Monument",
"monument",
"Haudenosaunee Confederacy"
],
"relation_labels": [
"instance of",
"depicts"
]
} | select distinct ?sbj where { ?sbj wdt:P180 wd:Q68518 . ?sbj wdt:P31 wd:Q4989906 } |
lcquad2-25336 | tell me mausoleum that World Heritage standards that starts with letter m | [
"Mausoleum of the First Qin Emperor"
] | {
"entities": [
"Q162875",
"Q23038972",
"Q910180"
],
"relations": [
"P31",
"P2614"
],
"adjacency": [
[
2,
0,
0
],
[
2,
1,
1
]
],
"entity_labels": [
"mausoleum",
"World Heritage selection criterion (i)",
"Mausoleum of the First Qin Emperor"
],
"relation_labels": [
"instance of",
"World Heritage criteria"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q162875 . ?sbj wdt:P2614 wd:Q23038972 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'm')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-17767 | What star is part of the constellation, WASP-13b? | [
"Lynx"
] | {
"entities": [
"Q10443",
"Q1146824",
"Q4052825"
],
"relations": [
"P397",
"P59"
],
"adjacency": [
[
1,
0,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"Lynx",
"Cruinlagh",
"Gloas"
],
"relation_labels": [
"parent astronomical body",
"constellation"
]
} | SELECT ?answer WHERE { wd:Q1146824 wdt:P397 ?X . ?X wdt:P59 ?answer} |
lcquad2-21689 | Who is Rafael Nadal's coach ? | [
"Carlos Moyá"
] | {
"entities": [
"Q193361",
"Q5",
"Q10132"
],
"relations": [
"P286",
"P31"
],
"adjacency": [
[
2,
0,
0
],
[
0,
1,
1
]
],
"entity_labels": [
"Carlos Moyá",
"human",
"Rafael Nadal"
],
"relation_labels": [
"head coach",
"instance of"
]
} | select distinct ?obj where { wd:Q10132 wdt:P286 ?obj . ?obj wdt:P31 wd:Q5 } |
lcquad2-14914 | What government office pays tribute to the Church of St Diminish. | [
"pope"
] | {
"entities": [
"Q33923",
"Q17556725",
"Q19546"
],
"relations": [
"P825",
"P39"
],
"adjacency": [
[
1,
0,
0
],
[
0,
1,
2
]
],
"entity_labels": [
"Peter",
"Church of St Peter",
"pope"
],
"relation_labels": [
"dedicated to",
"position held"
]
} | SELECT ?answer WHERE { wd:Q17556725 wdt:P825 ?X . ?X wdt:P39 ?answer} |
lcquad2-9813 | Electron is named after and followed by what? | [
"amber",
"muon"
] | {
"entities": [
"Q3151",
"Q2225",
"Q25381"
],
"relations": [
"P156",
"P138"
],
"adjacency": [
[
1,
1,
2
],
[
1,
0,
0
]
],
"entity_labels": [
"muon",
"electron",
"amber"
],
"relation_labels": [
"followed by",
"named after"
]
} | SELECT ?ans_1 ?ans_2 WHERE { wd:Q2225 wdt:P138 ?ans_1 . wd:Q2225 wdt:P156 ?ans_2 } |
lcquad2-23525 | The word bocce is contained in which diversion variation | [
"bocce"
] | {
"entities": [
"Q28807042",
"Q33135384"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"game variant",
"bocce"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q28807042 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'bocce')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-24153 | What is the legal concept that begins with the letter s | [
"sources of law"
] | {
"entities": [
"Q846882",
"Q2135465"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"sources of law",
"legal concept"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q2135465 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 's')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-12779 | What accomplice city of Oakland is within the central zone of Santiago de Cuba Area? | [
"Santiago de Cuba"
] | {
"entities": [
"Q17042",
"Q234200",
"Q117040"
],
"relations": [
"P190",
"P131"
],
"adjacency": [
[
0,
0,
2
],
[
2,
1,
1
]
],
"entity_labels": [
"Oakland",
"Santiago de Cuba Province",
"Santiago de Cuba"
],
"relation_labels": [
"twinned administrative body",
"located in the administrative territorial entity"
]
} | SELECT ?answer WHERE { wd:Q17042 wdt:P190 ?answer . ?answer wdt:P131 wd:Q234200} |
lcquad2-21895 | Does IDM have employees Wikimedia category? | [
"Category:IBM employees"
] | {
"entities": [
"Q7205175",
"Q4167836",
"Q37156"
],
"relations": [
"P31",
"P4195"
],
"adjacency": [
[
2,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"Category:IBM employees",
"Wikimedia category",
"IBM"
],
"relation_labels": [
"instance of",
"category for employees of the organization"
]
} | select distinct ?obj where { wd:Q37156 wdt:P4195 ?obj . ?obj wdt:P31 wd:Q4167836 } |
lcquad2-20406 | Who is the person in Tokugawa Shogunata's head of state? | [
"Tokugawa Ieyasu"
] | {
"entities": [
"Q171977",
"Q5",
"Q205662"
],
"relations": [
"P35",
"P31"
],
"adjacency": [
[
2,
0,
0
],
[
0,
1,
1
]
],
"entity_labels": [
"Tokugawa Ieyasu",
"human",
"Tokugawa Shogunate"
],
"relation_labels": [
"head of state",
"instance of"
]
} | select distinct ?obj where { wd:Q205662 wdt:P35 ?obj . ?obj wdt:P31 wd:Q5 } |
lcquad2-20607 | When did Scott Moir win the competition for ice dancing | [
"2017 World Figure Skating Championships - ice dancing"
] | {
"entities": [
"Q440940",
"Q61776863",
"Q16510064"
],
"relations": [
"P2522",
"P31"
],
"adjacency": [
[
0,
0,
1
],
[
1,
1,
2
]
],
"entity_labels": [
"Scott Moir",
"2017 World Figure Skating Championships - ice dancing",
"sporting event"
],
"relation_labels": [
"victory",
"instance of"
]
} | select distinct ?obj where { wd:Q440940 wdt:P2522 ?obj . ?obj wdt:P31 wd:Q16510064 } |
lcquad2-23775 | What are the verifiable locale which begin with the letter värend | [
"Värend"
] | {
"entities": [
"Q1620908",
"Q1972259"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"historical region",
"Värend"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q1620908 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'värend')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-16216 | Give what the songwriter of Hard Contract is known for. | [
"Unchained Melody"
] | {
"entities": [
"Q374974",
"Q349448",
"Q949416"
],
"relations": [
"P86",
"P800"
],
"adjacency": [
[
0,
0,
1
],
[
1,
1,
2
]
],
"entity_labels": [
"Hard Contract",
"Alex North",
"Unchained Melody"
],
"relation_labels": [
"composer",
"notable work"
]
} | SELECT ?answer WHERE { wd:Q374974 wdt:P86 ?X . ?X wdt:P800 ?answer} |
lcquad2-15278 | Who is the hitched child of Tabinshwehti? | [
"Yadana Dewi of Toungoo"
] | {
"entities": [
"Q17068083",
"Q1396459",
"Q981475"
],
"relations": [
"P26",
"P22"
],
"adjacency": [
[
2,
1,
1
],
[
1,
0,
0
]
],
"entity_labels": [
"Yadana Dewi of Toungoo",
"Mingyinyo",
"Tabinshwehti"
],
"relation_labels": [
"spouse",
"father"
]
} | SELECT ?answer WHERE { wd:Q981475 wdt:P22 ?X . ?X wdt:P26 ?answer} |
lcquad2-22593 | Which bridge did build Isambard Kingdom Burnel build? | [
"Clifton Suspension Bridge"
] | {
"entities": [
"Q537127",
"Q207380",
"Q162170"
],
"relations": [
"P631",
"P31"
],
"adjacency": [
[
2,
0,
1
],
[
2,
1,
0
]
],
"entity_labels": [
"road bridge",
"Isambard Kingdom Brunel",
"Clifton Suspension Bridge"
],
"relation_labels": [
"structural engineer",
"instance of"
]
} | select distinct ?sbj where { ?sbj wdt:P631 wd:Q207380 . ?sbj wdt:P31 wd:Q537127 } |
lcquad2-25271 | What is the area of arithmetic that algebraists practice and include the word algebra in its name. | [
"algebra"
] | {
"entities": [
"Q1936384",
"Q3968",
"Q23900107"
],
"relations": [
"P31",
"P3095"
],
"adjacency": [
[
1,
0,
0
],
[
1,
1,
2
]
],
"entity_labels": [
"area of mathematics",
"algebra",
"algebraist"
],
"relation_labels": [
"instance of",
"practiced by"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q1936384 . ?sbj wdt:P3095 wd:Q23900107 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'algebra')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-14770 | Which is {arrangement} of {prequel} {Inside a Budding Woods} ? | [
"In Search of Lost Time"
] | {
"entities": [
"Q464928",
"Q2700307",
"Q2343985"
],
"relations": [
"P179",
"P155"
],
"adjacency": [
[
2,
1,
1
],
[
1,
0,
0
]
],
"entity_labels": [
"In Search of Lost Time",
"Du côté de chez Swann",
"À l'ombre des jeunes filles en fleurs"
],
"relation_labels": [
"part of the series",
"follows"
]
} | SELECT ?answer WHERE { wd:Q2343985 wdt:P155 ?X . ?X wdt:P179 ?answer} |
lcquad2-11900 | "Who is {Wolf Totem} of {set area}, that has {discretionary connection} to {Zambia} ?" | [
"People's Republic of China"
] | {
"entities": [
"Q148",
"Q3115559",
"Q953"
],
"relations": [
"P840",
"P530"
],
"adjacency": [
[
1,
0,
0
],
[
0,
1,
2
]
],
"entity_labels": [
"People's Republic of China",
"Wolf Totem",
"Zambia"
],
"relation_labels": [
"narrative location",
"diplomatic relation"
]
} | SELECT ?answer WHERE { wd:Q3115559 wdt:P840 ?answer . ?answer wdt:P530 wd:Q953} |
lcquad2-20742 | who is the position held of Joko Widodo? | [
"President of Indonesia"
] | {
"entities": [
"Q3318231",
"Q4164871",
"Q11755916"
],
"relations": [
"P31",
"P39"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"Joko Widodo",
"position",
"President of Indonesia"
],
"relation_labels": [
"instance of",
"position held"
]
} | select distinct ?obj where { wd:Q3318231 wdt:P39 ?obj . ?obj wdt:P31 wd:Q4164871 } |
lcquad2-16240 | What is the name of the person who is translated in the translation by Nemean Ode I? | [
"Abraham Cowley"
] | {
"entities": [
"Q329896",
"Q19087090",
"Q55287508"
],
"relations": [
"P655",
"P747"
],
"adjacency": [
[
2,
1,
1
],
[
1,
0,
0
]
],
"entity_labels": [
"Abraham Cowley",
"The First Nemeæan Ode of Pindar",
"Nemean Ode I"
],
"relation_labels": [
"translator",
"has edition or translation"
]
} | SELECT ?answer WHERE { wd:Q55287508 wdt:P747 ?X . ?X wdt:P655 ?answer} |
lcquad2-13500 | What award did Ursula K. Guin get hold of as the the victor over Jacinda Townsend | [
"Janet Heidinger Kafka Prize"
] | {
"entities": [
"Q1099696",
"Q181659",
"Q28933643"
],
"relations": [
"P1346",
"P166"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"Janet Heidinger Kafka Prize",
"Ursula K. Le Guin",
"Jacinda Townsend"
],
"relation_labels": [
"winner",
"award received"
]
} | SELECT ?answer WHERE { wd:Q181659 wdt:P166 ?answer . ?answer wdt:P1346 wd:Q28933643} |
lcquad2-22141 | BEtween what a long time was old Rome active? | [
"Vitruvius"
] | {
"entities": [
"Q47163",
"Q1747689",
"Q5"
],
"relations": [
"P31",
"P2348"
],
"adjacency": [
[
0,
1,
1
],
[
0,
0,
2
]
],
"entity_labels": [
"Vitruvius",
"Ancient Rome",
"human"
],
"relation_labels": [
"instance of",
"time period"
]
} | select distinct ?sbj where { ?sbj wdt:P2348 wd:Q1747689 . ?sbj wdt:P31 wd:Q5 } |
lcquad2-11982 | What is the put of action of Paul Gauguin, that has shires and is within the 7th arrondissement of Paris? | [
"Paris"
] | {
"entities": [
"Q90",
"Q259463",
"Q37693"
],
"relations": [
"P150",
"P937"
],
"adjacency": [
[
2,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"Paris",
"7th arrondissement of Paris",
"Paul Gauguin"
],
"relation_labels": [
"contains the administrative territorial entity",
"work location"
]
} | SELECT ?answer WHERE { wd:Q37693 wdt:P937 ?answer . ?answer wdt:P150 wd:Q259463} |
lcquad2-9837 | Give the citizenship and occupation if Faith Hill. | [
"singer",
"United States of America"
] | {
"entities": [
"Q177220",
"Q464241",
"Q30"
],
"relations": [
"P106",
"P27"
],
"adjacency": [
[
1,
1,
2
],
[
1,
0,
0
]
],
"entity_labels": [
"singer",
"Faith Hill",
"United States of America"
],
"relation_labels": [
"occupation",
"country of citizenship"
]
} | SELECT ?ans_1 ?ans_2 WHERE { wd:Q464241 wdt:P27 ?ans_1 . wd:Q464241 wdt:P106 ?ans_2 } |
lcquad2-20055 | The Watergate Scandal happened in what country? | [
"United States of America"
] | {
"entities": [
"Q42761",
"Q1520223",
"Q30"
],
"relations": [
"P31",
"P17"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"Watergate scandal",
"constitutional republic",
"United States of America"
],
"relation_labels": [
"instance of",
"country"
]
} | select distinct ?obj where { wd:Q42761 wdt:P17 ?obj . ?obj wdt:P31 wd:Q1520223 } |
lcquad2-25545 | What is the name of the birthday party that starts offevolved with y and takes place on the day of the iciness solstice? | [
"Yule"
] | {
"entities": [
"Q211945",
"Q207932",
"Q200538"
],
"relations": [
"P837",
"P31"
],
"adjacency": [
[
0,
1,
2
],
[
0,
0,
1
]
],
"entity_labels": [
"Yule",
"winter solstice",
"party"
],
"relation_labels": [
"day in year for periodic occurrence",
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q200538 . ?sbj wdt:P837 wd:Q207932 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'y')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-24126 | What are the specialized organization of the Joined together Countries which begin with the letter W | [
"World Health Organization"
] | {
"entities": [
"Q7817",
"Q15925165"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"World Health Organization",
"specialized agency of the United Nations"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q15925165 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'w')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-24566 | What is the musical duet that begins with the letter z | [
"Zejman & Garkumpel"
] | {
"entities": [
"Q9389995",
"Q9212979"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"Zejman & Garkumpel",
"musical duo"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q9212979 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'z')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-24993 | Title a city in Spain that contain the word "granada " in its title and whose supporter holy person is John of God | [
"Granada"
] | {
"entities": [
"Q320171",
"Q8810",
"Q2074737"
],
"relations": [
"P31",
"P417"
],
"adjacency": [
[
1,
0,
2
],
[
1,
1,
0
]
],
"entity_labels": [
"John of God",
"Granada",
"municipality of Spain"
],
"relation_labels": [
"instance of",
"patron saint"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q2074737 . ?sbj wdt:P417 wd:Q320171 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'granada')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-22880 | In which gallery is Hadrian buried? | [
"Castel Sant'Angelo"
] | {
"entities": [
"Q486382",
"Q1427",
"Q33506"
],
"relations": [
"P119",
"P31"
],
"adjacency": [
[
1,
0,
0
],
[
0,
1,
2
]
],
"entity_labels": [
"Castel Sant'Angelo",
"Hadrian",
"museum"
],
"relation_labels": [
"place of burial",
"instance of"
]
} | select distinct ?obj where { wd:Q1427 wdt:P119 ?obj . ?obj wdt:P31 wd:Q33506 } |
lcquad2-23570 | Let me know the resort which contains the word vdara in it's name? | [
"Vdara"
] | {
"entities": [
"Q280910",
"Q875157"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"Vdara",
"resort"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q875157 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'vdara')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-19902 | The International Olympic Committee maintains which online database? | [
"Olympics.org athletes database"
] | {
"entities": [
"Q7094076",
"Q40970",
"Q28796597"
],
"relations": [
"P31",
"P126"
],
"adjacency": [
[
2,
1,
1
],
[
2,
0,
0
]
],
"entity_labels": [
"online database",
"International Olympic Committee",
"Olympics.org athletes database"
],
"relation_labels": [
"instance of",
"maintained by"
]
} | select distinct ?sbj where { ?sbj wdt:P126 wd:Q40970 . ?sbj wdt:P31 wd:Q7094076 } |
lcquad2-20852 | who conduit for found in or taking after to body of water of Aachen? | [
"Sergey Pushkin"
] | {
"entities": [
"Q5",
"Q4384727",
"Q7200"
],
"relations": [
"P40",
"P31"
],
"adjacency": [
[
1,
0,
2
],
[
1,
1,
0
]
],
"entity_labels": [
"human",
"Sergey Pushkin",
"Alexander Pushkin"
],
"relation_labels": [
"child",
"instance of"
]
} | select distinct ?sbj where { ?sbj wdt:P40 wd:Q7200 . ?sbj wdt:P31 wd:Q5 } |
lcquad2-17802 | What is the philosophy of George Steinbrenner political party? | [
"social conservatism"
] | {
"entities": [
"Q29468",
"Q220210",
"Q1414298"
],
"relations": [
"P102",
"P1142"
],
"adjacency": [
[
1,
0,
0
],
[
0,
1,
2
]
],
"entity_labels": [
"Republican Party",
"George Steinbrenner",
"social conservatism"
],
"relation_labels": [
"member of political party",
"political ideology"
]
} | SELECT ?answer WHERE { wd:Q220210 wdt:P102 ?X . ?X wdt:P1142 ?answer} |
lcquad2-21109 | N / A N / A | [
"Emil Kapaun"
] | {
"entities": [
"Q5",
"Q203535",
"Q989327"
],
"relations": [
"P31",
"P166"
],
"adjacency": [
[
2,
1,
1
],
[
2,
0,
0
]
],
"entity_labels": [
"human",
"Medal of Honor",
"Emil Kapaun"
],
"relation_labels": [
"instance of",
"award received"
]
} | select distinct ?sbj where { ?sbj wdt:P166 wd:Q203535 . ?sbj wdt:P31 wd:Q5 } |
lcquad2-19786 | Who was the doctoral student of Carl Friedrich Gauss? | [
"Johann Friedrich Pfaff"
] | {
"entities": [
"Q6722",
"Q5",
"Q77361"
],
"relations": [
"P31",
"P185"
],
"adjacency": [
[
2,
1,
0
],
[
2,
0,
1
]
],
"entity_labels": [
"Carl Friedrich Gauss",
"human",
"Johann Friedrich Pfaff"
],
"relation_labels": [
"instance of",
"doctoral student"
]
} | select distinct ?sbj where { ?sbj wdt:P185 wd:Q6722 . ?sbj wdt:P31 wd:Q5 } |
lcquad2-20574 | Which languages are using the Arabic alphabet? | [
"Arabic"
] | {
"entities": [
"Q13955",
"Q8196",
"Q34770"
],
"relations": [
"P31",
"P407"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"Arabic",
"Arabic alphabet",
"language"
],
"relation_labels": [
"instance of",
"language of work or name"
]
} | select distinct ?obj where { wd:Q8196 wdt:P407 ?obj . ?obj wdt:P31 wd:Q34770 } |
lcquad2-14896 | Give me the event that occurred that led to the death of Vasily I of Moscow. | [
"Battle of Moscow"
] | {
"entities": [
"Q649",
"Q151290",
"Q272156"
],
"relations": [
"P793",
"P20"
],
"adjacency": [
[
2,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"Moscow",
"Battle of Moscow",
"Vasily I of Moscow"
],
"relation_labels": [
"significant event",
"place of death"
]
} | SELECT ?answer WHERE { wd:Q272156 wdt:P20 ?X . ?X wdt:P793 ?answer} |
lcquad2-23751 | Let me know the human-geographic regional substance that contains the word wielopole in their name | [
"Wielopole"
] | {
"entities": [
"Q9373124",
"Q15642541"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"Wielopole",
"human-geographic territorial entity"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q15642541 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'wielopole')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-15829 | What sorts of creatures are shown at the Smithsonian Institution? | [
"red-bellied titi"
] | {
"entities": [
"Q131626",
"Q1043283",
"Q1044166"
],
"relations": [
"P355",
"P1990"
],
"adjacency": [
[
0,
0,
1
],
[
1,
1,
2
]
],
"entity_labels": [
"Smithsonian Institution",
"National Zoological Park",
"red-bellied titi"
],
"relation_labels": [
"has subsidiary",
"species kept"
]
} | SELECT ?answer WHERE { wd:Q131626 wdt:P355 ?X . ?X wdt:P1990 ?answer} |
lcquad2-16346 | What is found around Edmonton and who lives there? | [
"1 Military Police Regiment"
] | {
"entities": [
"Q2096",
"Q652085",
"Q25893276"
],
"relations": [
"P466",
"P47"
],
"adjacency": [
[
0,
1,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"Edmonton",
"3rd Division Support Base",
"1 Military Police Regiment"
],
"relation_labels": [
"occupant",
"shares border with"
]
} | SELECT ?answer WHERE { wd:Q2096 wdt:P47 ?X . ?X wdt:P466 ?answer} |
lcquad2-17917 | Which is the treatment for the symptoms of Frailty Syndrome? | [
"17α/β-estradiol"
] | {
"entities": [
"Q165328",
"Q12415847",
"Q177171"
],
"relations": [
"P2176",
"P780"
],
"adjacency": [
[
2,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"osteoporosis",
"17α/β-estradiol",
"frailty syndrome"
],
"relation_labels": [
"drug or therapy used for treatment",
"symptoms and signs"
]
} | SELECT ?answer WHERE { wd:Q177171 wdt:P780 ?X . ?X wdt:P2176 ?answer} |
lcquad2-23327 | Let me know collection whose title has the word divider in it. | [
"Swallow Tales"
] | {
"entities": [
"Q96419444",
"Q482994"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"Swallow Tales",
"album"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q482994 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'wall')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-21588 | What's the name of the Society of Jesus' CEO? | [
"Arturo Sosa Abascal"
] | {
"entities": [
"Q5",
"Q27258137",
"Q36380"
],
"relations": [
"P31",
"P169"
],
"adjacency": [
[
2,
1,
1
],
[
1,
0,
0
]
],
"entity_labels": [
"human",
"Arturo Sosa Abascal",
"Society of Jesus"
],
"relation_labels": [
"instance of",
"chief executive officer"
]
} | select distinct ?obj where { wd:Q36380 wdt:P169 ?obj . ?obj wdt:P31 wd:Q5 } |
lcquad2-20270 | Which architect constructed the Brandenburg Gate? | [
"Carl Gotthard Langhans"
] | {
"entities": [
"Q5",
"Q82425",
"Q313181"
],
"relations": [
"P84",
"P31"
],
"adjacency": [
[
1,
0,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"human",
"Brandenburg Gate",
"Carl Gotthard Langhans"
],
"relation_labels": [
"architect",
"instance of"
]
} | select distinct ?obj where { wd:Q82425 wdt:P84 ?obj . ?obj wdt:P31 wd:Q5 } |
lcquad2-9632 | Who is Roger Waters Paternal Parent, and who did he join in matrimony with? | [
"Eric Fletcher Waters",
"Kamilah Chavis"
] | {
"entities": [
"Q2573616",
"Q108896742",
"Q180861"
],
"relations": [
"P26",
"P22"
],
"adjacency": [
[
2,
1,
0
],
[
2,
0,
1
]
],
"entity_labels": [
"Eric Fletcher Waters",
"Kamilah Chavis",
"Roger Waters"
],
"relation_labels": [
"spouse",
"father"
]
} | SELECT ?ans_1 ?ans_2 WHERE { wd:Q180861 wdt:P22 ?ans_1 . wd:Q180861 wdt:P26 ?ans_2 } |
lcquad2-16131 | What is the rank of the Taxon Parent of Roe Deer? | [
"genus"
] | {
"entities": [
"Q34740",
"Q1043583",
"Q122069"
],
"relations": [
"P105",
"P171"
],
"adjacency": [
[
2,
1,
1
],
[
1,
0,
0
]
],
"entity_labels": [
"genus",
"Capreolus",
"roe deer"
],
"relation_labels": [
"taxon rank",
"parent taxon"
]
} | SELECT ?answer WHERE { wd:Q122069 wdt:P171 ?X . ?X wdt:P105 ?answer} |
lcquad2-22435 | What media company is The Financial analyst claimed by? | [
"Economist Group"
] | {
"entities": [
"Q180089",
"Q1331793",
"Q474153"
],
"relations": [
"P127",
"P31"
],
"adjacency": [
[
0,
0,
2
],
[
2,
1,
1
]
],
"entity_labels": [
"The Economist",
"media company",
"Economist Group"
],
"relation_labels": [
"owned by",
"instance of"
]
} | select distinct ?obj where { wd:Q180089 wdt:P127 ?obj . ?obj wdt:P31 wd:Q1331793 } |
lcquad2-13567 | What medals has the Royal Philharmonic Society given Herbert von Karajan? | [
"Royal Philharmonic Society Gold Medal"
] | {
"entities": [
"Q154895",
"Q27575234",
"Q1292443"
],
"relations": [
"P1027",
"P166"
],
"adjacency": [
[
0,
1,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"Herbert von Karajan",
"Royal Philharmonic Society Gold Medal",
"Royal Philharmonic Society"
],
"relation_labels": [
"conferred by",
"award received"
]
} | SELECT ?answer WHERE { wd:Q154895 wdt:P166 ?answer . ?answer wdt:P1027 wd:Q1292443} |
lcquad2-25159 | Tell me the public instructional institution of the United States in the class for employees of the employer of Clemson University college whose name incorporates the word clemson? | [
"Clemson University"
] | {
"entities": [
"Q8382649",
"Q631066",
"Q23002039"
],
"relations": [
"P31",
"P4195"
],
"adjacency": [
[
1,
0,
2
],
[
1,
1,
0
]
],
"entity_labels": [
"Category:Clemson University faculty",
"Clemson University",
"public educational institution of the United States"
],
"relation_labels": [
"instance of",
"category for employees of the organization"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q23002039 . ?sbj wdt:P4195 wd:Q8382649 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'clemson')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-15508 | What hereditary affiliation caused John Gotti to die? | [
"RUNX1"
] | {
"entities": [
"Q301646",
"Q15320451",
"Q372701"
],
"relations": [
"P509",
"P2293"
],
"adjacency": [
[
0,
0,
2
],
[
2,
1,
1
]
],
"entity_labels": [
"John Gotti",
"RUNX1",
"esophageal cancer"
],
"relation_labels": [
"cause of death",
"genetic association"
]
} | SELECT ?answer WHERE { wd:Q301646 wdt:P509 ?X . ?X wdt:P2293 ?answer} |
lcquad2-15052 | What members have come from Saturday Night Live? | [
"United Nations"
] | {
"entities": [
"Q13979",
"Q1065",
"Q30"
],
"relations": [
"P495",
"P463"
],
"adjacency": [
[
0,
0,
2
],
[
2,
1,
1
]
],
"entity_labels": [
"Saturday Night Live",
"United Nations",
"United States of America"
],
"relation_labels": [
"country of origin",
"member of"
]
} | SELECT ?answer WHERE { wd:Q13979 wdt:P495 ?X . ?X wdt:P463 ?answer} |
lcquad2-9898 | Which is the {programming worldview} and the {designer} of {SQL} ? | [
"International Organization for Standardization",
"declarative programming"
] | {
"entities": [
"Q531152",
"Q47607",
"Q15028"
],
"relations": [
"P178",
"P3966"
],
"adjacency": [
[
1,
1,
0
],
[
1,
0,
2
]
],
"entity_labels": [
"declarative programming",
"SQL",
"International Organization for Standardization"
],
"relation_labels": [
"developer",
"programming paradigm"
]
} | SELECT ?ans_1 ?ans_2 WHERE { wd:Q47607 wdt:P3966 ?ans_1 . wd:Q47607 wdt:P178 ?ans_2 } |
lcquad2-23036 | Who is the husband of Princess Leila? | [
"Han Solo"
] | {
"entities": [
"Q15632617",
"Q51797",
"Q51802"
],
"relations": [
"P31",
"P26"
],
"adjacency": [
[
2,
1,
1
],
[
2,
0,
0
]
],
"entity_labels": [
"fictional human",
"Leia Organa",
"Han Solo"
],
"relation_labels": [
"instance of",
"spouse"
]
} | select distinct ?sbj where { ?sbj wdt:P26 wd:Q51797 . ?sbj wdt:P31 wd:Q15632617 } |
lcquad2-23869 | Let me know sports club whose title has the word akers in it. | [
"Åkers IF"
] | {
"entities": [
"Q270934",
"Q847017"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"Åkers IF",
"sports club"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q847017 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'åkers')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-19962 | who is the sports season for don of australian rules football? | [
"2021 VFL season"
] | {
"entities": [
"Q50776",
"Q98640199",
"Q27020041"
],
"relations": [
"P641",
"P31"
],
"adjacency": [
[
1,
0,
0
],
[
1,
1,
2
]
],
"entity_labels": [
"Australian rules football",
"2021 VFL season",
"sports season"
],
"relation_labels": [
"sport",
"instance of"
]
} | select distinct ?sbj where { ?sbj wdt:P641 wd:Q50776 . ?sbj wdt:P31 wd:Q27020041 } |
lcquad2-20902 | Name an Indianapolis resident | [
"Edward Smyth Jones"
] | {
"entities": [
"Q6346",
"Q5",
"Q96583203"
],
"relations": [
"P31",
"P551"
],
"adjacency": [
[
2,
1,
0
],
[
2,
0,
1
]
],
"entity_labels": [
"Indianapolis",
"human",
"Edward Smyth Jones"
],
"relation_labels": [
"instance of",
"residence"
]
} | select distinct ?sbj where { ?sbj wdt:P551 wd:Q6346 . ?sbj wdt:P31 wd:Q5 } |
lcquad2-24975 | Name a royal rank in Ancient Egypt that consists of the phrase "pharaoh" in its identify | [
"pharaoh"
] | {
"entities": [
"Q355567",
"Q11768",
"Q37110"
],
"relations": [
"P31",
"P1001"
],
"adjacency": [
[
2,
0,
0
],
[
2,
1,
1
]
],
"entity_labels": [
"noble title",
"Ancient Egypt",
"pharaoh"
],
"relation_labels": [
"instance of",
"applies to jurisdiction"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q355567 . ?sbj wdt:P1001 wd:Q11768 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'pharaoh')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-9475 | Where specifically did the Battle of the Somme occur? | [
"River Somme",
"France"
] | {
"entities": [
"Q142",
"Q132568",
"Q37646"
],
"relations": [
"P276",
"P17"
],
"adjacency": [
[
1,
1,
0
],
[
1,
0,
2
]
],
"entity_labels": [
"France",
"Battle of the Somme",
"River Somme"
],
"relation_labels": [
"location",
"country"
]
} | SELECT ?ans_1 ?ans_2 WHERE { wd:Q132568 wdt:P17 ?ans_1 . wd:Q132568 wdt:P276 ?ans_2 } |
lcquad2-13713 | Tell me what role Kim Hunter played in Gone With The Wind? | [
"Academy Award for Best Supporting Actress"
] | {
"entities": [
"Q59824",
"Q2875",
"Q106301"
],
"relations": [
"P1346",
"P166"
],
"adjacency": [
[
1,
1,
2
],
[
2,
0,
0
]
],
"entity_labels": [
"Kim Hunter",
"Gone with the Wind",
"Academy Award for Best Supporting Actress"
],
"relation_labels": [
"winner",
"award received"
]
} | SELECT ?answer WHERE { wd:Q2875 wdt:P166 ?answer . ?answer wdt:P1346 wd:Q59824} |
lcquad2-23659 | What are the logical hypothesis which begin with the letter universe | [
"Friedmann universe"
] | {
"entities": [
"Q3239681",
"Q9378773"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"scientific theory",
"Friedmann universe"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q3239681 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'universe')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-9554 | Which sport does the National Hockey League play and which part of the year does the National Hockey League start its season? | [
"ice hockey",
"October"
] | {
"entities": [
"Q1215892",
"Q41466",
"Q124"
],
"relations": [
"P641",
"P4794"
],
"adjacency": [
[
0,
1,
2
],
[
0,
0,
1
]
],
"entity_labels": [
"National Hockey League",
"ice hockey",
"October"
],
"relation_labels": [
"sport",
"season starts"
]
} | SELECT ?ans_1 ?ans_2 WHERE { wd:Q1215892 wdt:P4794 ?ans_1 . wd:Q1215892 wdt:P641 ?ans_2 } |
lcquad2-22324 | Which people hone the Russian Conventional religion? | [
"Vladimir Resin"
] | {
"entities": [
"Q5",
"Q60995",
"Q983851"
],
"relations": [
"P140",
"P31"
],
"adjacency": [
[
2,
0,
1
],
[
2,
1,
0
]
],
"entity_labels": [
"human",
"Russian Orthodox Church",
"Vladimir Resin"
],
"relation_labels": [
"religion or worldview",
"instance of"
]
} | select distinct ?sbj where { ?sbj wdt:P140 wd:Q60995 . ?sbj wdt:P31 wd:Q5 } |
lcquad2-21902 | What are the pharmaceutical niacin's active ingredients? | [
"B3-500-Gr"
] | {
"entities": [
"Q134658",
"Q48825997",
"Q28885102"
],
"relations": [
"P31",
"P3781"
],
"adjacency": [
[
1,
1,
0
],
[
1,
0,
2
]
],
"entity_labels": [
"nicotinic acid",
"B3-500-Gr",
"pharmaceutical product"
],
"relation_labels": [
"instance of",
"has active ingredient"
]
} | select distinct ?sbj where { ?sbj wdt:P3781 wd:Q134658 . ?sbj wdt:P31 wd:Q28885102 } |
lcquad2-19834 | who is mark zuckerberg's significant person? | [
"Eduardo Saverin"
] | {
"entities": [
"Q36215",
"Q312663",
"Q5"
],
"relations": [
"P31",
"P3342"
],
"adjacency": [
[
0,
1,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"Mark Zuckerberg",
"Eduardo Saverin",
"human"
],
"relation_labels": [
"instance of",
"significant person"
]
} | select distinct ?obj where { wd:Q36215 wdt:P3342 ?obj . ?obj wdt:P31 wd:Q5 } |
lcquad2-24398 | let me know approximately utilize begins with t | [
"thickener"
] | {
"entities": [
"Q1724915",
"Q911138"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"use",
"thickener"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q1724915 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 't')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-11796 | With geology as the subject, which subject within the history of Maine portrays the topography of Maine? | [
"Maine"
] | {
"entities": [
"Q724",
"Q16636155",
"Q4204667"
],
"relations": [
"P1269",
"P2633"
],
"adjacency": [
[
2,
0,
0
],
[
0,
1,
1
]
],
"entity_labels": [
"Maine",
"geography of Maine",
"history of Maine"
],
"relation_labels": [
"facet of",
"geography of topic"
]
} | SELECT ?answer WHERE { wd:Q4204667 wdt:P1269 ?answer . ?answer wdt:P2633 wd:Q16636155} |
lcquad2-15906 | Specify the language inscribed in The Walrus and the Carpenter. | [
"English"
] | {
"entities": [
"Q1290846",
"Q1860",
"Q38082"
],
"relations": [
"P1412",
"P50"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"The Walrus and the Carpenter",
"English",
"Lewis Carroll"
],
"relation_labels": [
"languages spoken, written or signed",
"author"
]
} | SELECT ?answer WHERE { wd:Q1290846 wdt:P50 ?X . ?X wdt:P1412 ?answer} |
lcquad2-20647 | What is the male adaptation of the title Abu Bakr | [
"Abdullah"
] | {
"entities": [
"Q334923",
"Q12308941",
"Q307578"
],
"relations": [
"P31",
"P735"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"Abu Bakr",
"male given name",
"Abdullah"
],
"relation_labels": [
"instance of",
"given name"
]
} | select distinct ?obj where { wd:Q334923 wdt:P735 ?obj . ?obj wdt:P31 wd:Q12308941 } |
lcquad2-13284 | "Which equation is frequently careworn with thereof Pi, which comes before the letter P?" | [
"Π"
] | {
"entities": [
"Q168",
"Q167",
"Q14412"
],
"relations": [
"P156",
"P1889"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"Π",
"pi",
"Ρ"
],
"relation_labels": [
"followed by",
"different from"
]
} | SELECT ?answer WHERE { wd:Q167 wdt:P1889 ?answer . ?answer wdt:P156 wd:Q14412} |
lcquad2-9693 | Who are Pablo Picasso's parent's? | [
"Maria Picasso y Lopez",
"José Ruiz y Blasco"
] | {
"entities": [
"Q17376029",
"Q2901542",
"Q5593"
],
"relations": [
"P25",
"P22"
],
"adjacency": [
[
2,
1,
1
],
[
2,
0,
0
]
],
"entity_labels": [
"Maria Picasso y Lopez",
"José Ruiz y Blasco",
"Pablo Picasso"
],
"relation_labels": [
"mother",
"father"
]
} | SELECT ?ans_1 ?ans_2 WHERE { wd:Q5593 wdt:P22 ?ans_1 . wd:Q5593 wdt:P25 ?ans_2 } |
lcquad2-15597 | In what don did Agnes Miegel get a 1st put medal? | [
"Theodor Brugsch"
] | {
"entities": [
"Q67013",
"Q159909",
"Q105575"
],
"relations": [
"P1346",
"P166"
],
"adjacency": [
[
0,
1,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"Agnes Miegel",
"Goethe Prize",
"Theodor Brugsch"
],
"relation_labels": [
"winner",
"award received"
]
} | SELECT ?answer WHERE { wd:Q67013 wdt:P166 ?X . ?X wdt:P1346 ?answer} |
lcquad2-22811 | Which is the manikin state of the capital of Vilnius? | [
"Lithuanian–Belorussian Soviet Socialist Republic"
] | {
"entities": [
"Q216",
"Q208164",
"Q76236"
],
"relations": [
"P31",
"P36"
],
"adjacency": [
[
2,
1,
0
],
[
2,
0,
1
]
],
"entity_labels": [
"Vilnius",
"puppet state",
"Lithuanian–Belorussian Soviet Socialist Republic"
],
"relation_labels": [
"instance of",
"capital"
]
} | select distinct ?sbj where { ?sbj wdt:P36 wd:Q216 . ?sbj wdt:P31 wd:Q208164 } |
lcquad2-24151 | What is the title of a kin twosome that begins with the letter v. | [
"Van Sweringen brothers"
] | {
"entities": [
"Q7913683",
"Q14073567"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"Van Sweringen brothers",
"sibling duo"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q14073567 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'v')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-22935 | What is the presidential system in the head of government for Joko Widodo? | [
"Indonesia"
] | {
"entities": [
"Q252",
"Q49892",
"Q3318231"
],
"relations": [
"P6",
"P31"
],
"adjacency": [
[
0,
0,
2
],
[
0,
1,
1
]
],
"entity_labels": [
"Indonesia",
"presidential system",
"Joko Widodo"
],
"relation_labels": [
"head of government",
"instance of"
]
} | select distinct ?sbj where { ?sbj wdt:P6 wd:Q3318231 . ?sbj wdt:P31 wd:Q49892 } |
lcquad2-11851 | "What scholastic boss of Al-Shafi'i, envelops a comparative devout alliance as Sunni Islam?" | [
"Wakee ibn al-Jarrah"
] | {
"entities": [
"Q483654",
"Q294281",
"Q12251200"
],
"relations": [
"P140",
"P1066"
],
"adjacency": [
[
1,
1,
2
],
[
2,
0,
0
]
],
"entity_labels": [
"Sunni Islam",
"AShafi‘i",
"Wakee ibn al-Jarrah"
],
"relation_labels": [
"religion or worldview",
"student of"
]
} | SELECT ?answer WHERE { wd:Q294281 wdt:P1066 ?answer . ?answer wdt:P140 wd:Q483654} |
lcquad2-22152 | What film character was motivated by George II of Awesome Britain? | [
"George II of Great Britain"
] | {
"entities": [
"Q131981",
"Q56399581",
"Q15773347"
],
"relations": [
"P941",
"P31"
],
"adjacency": [
[
1,
0,
0
],
[
1,
1,
2
]
],
"entity_labels": [
"George II of Great Britain",
"George II of Great Britain",
"film character"
],
"relation_labels": [
"inspired by",
"instance of"
]
} | select distinct ?sbj where { ?sbj wdt:P941 wd:Q131981 . ?sbj wdt:P31 wd:Q15773347 } |
lcquad2-16374 | Who gave the{conjugate corrosive} of {thing utilized} of {water torment} ? | [
"hydronium"
] | {
"entities": [
"Q283",
"Q849881",
"Q28351510"
],
"relations": [
"P2283",
"P4147"
],
"adjacency": [
[
2,
0,
0
],
[
0,
1,
1
]
],
"entity_labels": [
"water",
"hydronium",
"water torture"
],
"relation_labels": [
"uses",
"conjugate acid"
]
} | SELECT ?answer WHERE { wd:Q28351510 wdt:P2283 ?X . ?X wdt:P4147 ?answer} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.