id
stringlengths 11
13
| question
stringlengths 11
8.64k
| answers
sequence | subgraph
dict | sparql
stringlengths 49
483
|
---|---|---|---|---|
lcquad2-20116 | For the taxon rank of species, what is the taxon? | [
"Acacia holstii"
] | {
"entities": [
"Q7432",
"Q16521",
"Q9565392"
],
"relations": [
"P105",
"P31"
],
"adjacency": [
[
2,
0,
0
],
[
2,
1,
1
]
],
"entity_labels": [
"species",
"taxon",
"Acacia holstii"
],
"relation_labels": [
"taxon rank",
"instance of"
]
} | select distinct ?sbj where { ?sbj wdt:P105 wd:Q7432 . ?sbj wdt:P31 wd:Q16521 } |
lcquad2-13477 | What differs from extrusion if an instrument it's played has tension? | [
"drawing"
] | {
"entities": [
"Q2997961",
"Q139143",
"Q908584"
],
"relations": [
"P2283",
"P1889"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"drawing",
"extrusion",
"mechanical tension"
],
"relation_labels": [
"uses",
"different from"
]
} | SELECT ?answer WHERE { wd:Q139143 wdt:P1889 ?answer . ?answer wdt:P2283 wd:Q908584} |
lcquad2-22916 | WHICH COUNTRY CELEBRATES THE HOLIDAY NOWRUZ | [
"Iran"
] | {
"entities": [
"Q483236",
"Q794",
"Q6256"
],
"relations": [
"P31",
"P832"
],
"adjacency": [
[
1,
1,
0
],
[
1,
0,
2
]
],
"entity_labels": [
"Nowruz",
"Iran",
"country"
],
"relation_labels": [
"instance of",
"public holiday"
]
} | select distinct ?sbj where { ?sbj wdt:P832 wd:Q483236 . ?sbj wdt:P31 wd:Q6256 } |
lcquad2-22961 | Chapel Hill University of North Carolina owns which archives | [
"ibiblio"
] | {
"entities": [
"Q166118",
"Q4041243",
"Q192334"
],
"relations": [
"P178",
"P31"
],
"adjacency": [
[
1,
0,
2
],
[
1,
1,
0
]
],
"entity_labels": [
"archives",
"ibiblio",
"University of North Carolina at Chapel Hill"
],
"relation_labels": [
"developer",
"instance of"
]
} | select distinct ?sbj where { ?sbj wdt:P178 wd:Q192334 . ?sbj wdt:P31 wd:Q166118 } |
lcquad2-16069 | Tell me what prize was awarded for the development of C. | [
"Harold Pender Award"
] | {
"entities": [
"Q15777",
"Q10354962",
"Q1107006"
],
"relations": [
"P178",
"P166"
],
"adjacency": [
[
0,
0,
2
],
[
2,
1,
1
]
],
"entity_labels": [
"C",
"Harold Pender Award",
"Ken Thompson"
],
"relation_labels": [
"developer",
"award received"
]
} | SELECT ?answer WHERE { wd:Q15777 wdt:P178 ?X . ?X wdt:P166 ?answer} |
lcquad2-14802 | What is the category for workers of the organization of graduate of Kurt Waldheim? | [
"Category:Academics of the University of Vienna"
] | {
"entities": [
"Q165980",
"Q1260",
"Q6450101"
],
"relations": [
"P4195",
"P69"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"University of Vienna",
"Kurt Waldheim",
"Category:Academics of the University of Vienna"
],
"relation_labels": [
"category for employees of the organization",
"educated at"
]
} | SELECT ?answer WHERE { wd:Q1260 wdt:P69 ?X . ?X wdt:P4195 ?answer} |
lcquad2-9686 | When did Tyrannosaurus go extinct compared to its relatives? | [
"genus",
"Maastrichtian"
] | {
"entities": [
"Q278141",
"Q34740",
"Q14332"
],
"relations": [
"P105",
"P524"
],
"adjacency": [
[
2,
0,
1
],
[
2,
1,
0
]
],
"entity_labels": [
"Maastrichtian",
"genus",
"Tyrannosaurus"
],
"relation_labels": [
"taxon rank",
"temporal range end"
]
} | SELECT ?ans_1 ?ans_2 WHERE { wd:Q14332 wdt:P105 ?ans_1 . wd:Q14332 wdt:P524 ?ans_2 } |
lcquad2-13837 | What was the unnatural cause of passing of Koko? | [
"natural causes"
] | {
"entities": [
"Q3739104",
"Q855919",
"Q1348219"
],
"relations": [
"P1196",
"P461"
],
"adjacency": [
[
2,
0,
0
],
[
0,
1,
1
]
],
"entity_labels": [
"natural causes",
"unnatural death",
"Koko"
],
"relation_labels": [
"manner of death",
"opposite of"
]
} | SELECT ?answer WHERE { wd:Q1348219 wdt:P1196 ?answer . ?answer wdt:P461 wd:Q855919} |
lcquad2-22677 | Which benchmarks organization manages the improvement of Organized Inquiry Language? | [
"International Organization for Standardization"
] | {
"entities": [
"Q1328899",
"Q47607",
"Q15028"
],
"relations": [
"P178",
"P31"
],
"adjacency": [
[
1,
0,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"standards organization",
"SQL",
"International Organization for Standardization"
],
"relation_labels": [
"developer",
"instance of"
]
} | select distinct ?obj where { wd:Q47607 wdt:P178 ?obj . ?obj wdt:P31 wd:Q1328899 } |
lcquad2-24842 | Name the alphabet that starts with the letter t | [
"Tengwar"
] | {
"entities": [
"Q9779",
"Q473725"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"alphabet",
"Tengwar"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q9779 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 't')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-14123 | Who altered the motion picture 'Jaws' and is buried in Encino? | [
"Verna Fields"
] | {
"entities": [
"Q2517245",
"Q189505",
"Q1190590"
],
"relations": [
"P1040",
"P20"
],
"adjacency": [
[
1,
0,
0
],
[
0,
1,
2
]
],
"entity_labels": [
"Verna Fields",
"Jaws",
"Encino"
],
"relation_labels": [
"film editor",
"place of death"
]
} | SELECT ?answer WHERE { wd:Q189505 wdt:P1040 ?answer . ?answer wdt:P20 wd:Q1190590} |
lcquad2-23426 | What age has the name has the word generation within it? | [
"Matsuzaka Generation"
] | {
"entities": [
"Q185836",
"Q11529495"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"age of a person",
"Matsuzaka Generation"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q185836 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'generation')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-22983 | Where is Rome? | [
"House of Aufidia Cornelia Valentinilla"
] | {
"entities": [
"Q839954",
"Q220",
"Q96757985"
],
"relations": [
"P31",
"P131"
],
"adjacency": [
[
2,
1,
1
],
[
2,
0,
0
]
],
"entity_labels": [
"archaeological site",
"Rome",
"House of Aufidia Cornelia Valentinilla"
],
"relation_labels": [
"instance of",
"located in the administrative territorial entity"
]
} | select distinct ?sbj where { ?sbj wdt:P131 wd:Q220 . ?sbj wdt:P31 wd:Q839954 } |
lcquad2-12926 | What are the languages spoken via Dietrich Buxtehude, which have the instances of or are in the vocative case (VC)? | [
"Latin"
] | {
"entities": [
"Q185077",
"Q153637",
"Q397"
],
"relations": [
"P2989",
"P1412"
],
"adjacency": [
[
1,
1,
2
],
[
2,
0,
0
]
],
"entity_labels": [
"vocative case",
"Dietrich Buxtehude",
"Latin"
],
"relation_labels": [
"has grammatical case",
"languages spoken, written or signed"
]
} | SELECT ?answer WHERE { wd:Q153637 wdt:P1412 ?answer . ?answer wdt:P2989 wd:Q185077} |
lcquad2-23632 | Tell me what happens in their name containing the word world | [
"FIS Freestyle Ski and Snowboarding World Championships 2021"
] | {
"entities": [
"Q97183433",
"Q1190554"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"FIS Freestyle Ski and Snowboarding World Championships 2021",
"occurrence"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q1190554 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'world')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-14641 | What is {prequel} {portray} of {equestrian statue of Napoleon} ? | [
"middle finger"
] | {
"entities": [
"Q3497626",
"Q184848",
"Q167131"
],
"relations": [
"P156",
"P180"
],
"adjacency": [
[
0,
1,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"equestrian statue of Napoleon",
"index finger",
"middle finger"
],
"relation_labels": [
"followed by",
"depicts"
]
} | SELECT ?answer WHERE { wd:Q3497626 wdt:P180 ?X . ?X wdt:P156 ?answer} |
lcquad2-19831 | Which wiki article contains a list of fairy tales? | [
"list of fairy tales"
] | {
"entities": [
"Q699",
"Q13406463",
"Q288520"
],
"relations": [
"P31",
"P360"
],
"adjacency": [
[
2,
1,
0
],
[
2,
0,
1
]
],
"entity_labels": [
"fairy tale",
"Wikimedia list article",
"list of fairy tales"
],
"relation_labels": [
"instance of",
"is a list of"
]
} | select distinct ?sbj where { ?sbj wdt:P360 wd:Q699 . ?sbj wdt:P31 wd:Q13406463 } |
lcquad2-17343 | What { party membership ideology } is { Georg Michael Anton Kerschensteiner }? | [
"liberal democracy"
] | {
"entities": [
"Q61195",
"Q662377",
"Q192125"
],
"relations": [
"P102",
"P1142"
],
"adjacency": [
[
0,
0,
1
],
[
1,
1,
2
]
],
"entity_labels": [
"Georg Michael Anton Kerschensteiner",
"Progressive People's Party",
"liberal democracy"
],
"relation_labels": [
"member of political party",
"political ideology"
]
} | SELECT ?answer WHERE { wd:Q61195 wdt:P102 ?X . ?X wdt:P1142 ?answer} |
lcquad2-23646 | What mythological name is religious? | [
"Sami religion"
] | {
"entities": [
"Q735329",
"Q9134"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"Sami religion",
"mythology"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q9134 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'religion')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-14451 | Whose child is the child of Frederick William, the Voter of Brandenburg? | [
"Frederick William of Brandenburg"
] | {
"entities": [
"Q166675",
"Q152727"
],
"relations": [
"P40",
"P22"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"George William, Elector of Brandenburg",
"Frederick William of Brandenburg"
],
"relation_labels": [
"child",
"father"
]
} | SELECT ?answer WHERE { wd:Q152727 wdt:P22 ?X . ?X wdt:P40 ?answer} |
lcquad2-25172 | Tell me me a space business enterprise whose title consist of the word "administration" and whose website account on Foursquare Labs, Inc. | [
"National Aeronautics and Space Administration"
] | {
"entities": [
"Q23548",
"Q17505024",
"Q51709"
],
"relations": [
"P553",
"P31"
],
"adjacency": [
[
0,
1,
1
],
[
0,
0,
2
]
],
"entity_labels": [
"National Aeronautics and Space Administration",
"space agency",
"Foursquare Labs, Inc."
],
"relation_labels": [
"website account on",
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q17505024 . ?sbj wdt:P553 wd:Q51709 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'administration')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-20254 | Tara Lipinski has what Olympic sporting event for victory? | [
"figure skating at the 1998 Winter Olympics – ladies"
] | {
"entities": [
"Q18536594",
"Q5396452",
"Q232999"
],
"relations": [
"P2522",
"P31"
],
"adjacency": [
[
2,
0,
1
],
[
1,
1,
0
]
],
"entity_labels": [
"Olympic sporting event",
"figure skating at the 1998 Winter Olympics – ladies",
"Tara Lipinski"
],
"relation_labels": [
"victory",
"instance of"
]
} | select distinct ?obj where { wd:Q232999 wdt:P2522 ?obj . ?obj wdt:P31 wd:Q18536594 } |
lcquad2-9875 | Who is the {doctoral understudy} and the {understudy} of {Pope_Benedict_XVI} ? | [
"Bruno Schmid",
"Hub Schnackers"
] | {
"entities": [
"Q2494",
"Q993742",
"Q46378450"
],
"relations": [
"P185",
"P802"
],
"adjacency": [
[
0,
0,
2
],
[
0,
1,
1
]
],
"entity_labels": [
"Benedict XVI",
"Bruno Schmid",
"Hub Schnackers"
],
"relation_labels": [
"doctoral student",
"student"
]
} | SELECT ?ans_1 ?ans_2 WHERE { wd:Q2494 wdt:P185 ?ans_1 . wd:Q2494 wdt:P802 ?ans_2 } |
lcquad2-23753 | TELL ME THE CRISIS THAT CONTAINS THE WORD UNITED IN THEIR NAME | [
"United Arab Emirates takeover of Socotra"
] | {
"entities": [
"Q52770979",
"Q381072"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"United Arab Emirates takeover of Socotra",
"crisis"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q381072 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'united')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-23097 | Let me know logical demonstrate whose title has the word world in it- | [
"World Magnetic Model"
] | {
"entities": [
"Q193946",
"Q17105256"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"scientific model",
"World Magnetic Model"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q193946 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'world')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-16400 | What's the tributary of the lake of Ciudad del Este? | [
"São José dos Dourados"
] | {
"entities": [
"Q192235",
"Q10295660",
"Q127892"
],
"relations": [
"P974",
"P206"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"Ciudad del Este",
"São José dos Dourados",
"Paraná River"
],
"relation_labels": [
"tributary",
"located in or next to body of water"
]
} | SELECT ?answer WHERE { wd:Q192235 wdt:P206 ?X . ?X wdt:P974 ?answer} |
lcquad2-9993 | Lisbon is the capital of what country? | [
"Alcântara",
"Cacheu"
] | {
"entities": [
"Q1002807",
"Q597",
"Q1017927"
],
"relations": [
"P190",
"P150"
],
"adjacency": [
[
1,
0,
0
],
[
1,
1,
2
]
],
"entity_labels": [
"Cacheu",
"Lisbon",
"Alcântara"
],
"relation_labels": [
"twinned administrative body",
"contains the administrative territorial entity"
]
} | SELECT ?ans_1 ?ans_2 WHERE { wd:Q597 wdt:P190 ?ans_1 . wd:Q597 wdt:P150 ?ans_2 } |
lcquad2-25184 | Tell me the space station with start point in Baikonur Cosmodrome Site 200 and that includes the phrase salyut in it is name? | [
"Salyut 7"
] | {
"entities": [
"Q25956",
"Q904503",
"Q4365460"
],
"relations": [
"P1427",
"P31"
],
"adjacency": [
[
1,
1,
0
],
[
1,
0,
2
]
],
"entity_labels": [
"space station",
"Salyut 7",
"Baikonur Cosmodrome Site 200"
],
"relation_labels": [
"start point",
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q25956 . ?sbj wdt:P1427 wd:Q4365460 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'salyut')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-12682 | Where is the situate of Affiliation des États Généraux des Étudiants de l'Europe whose enclavation is Flemish Brabant? | [
"Brussels-Capital Region"
] | {
"entities": [
"Q431534",
"Q240",
"Q1118"
],
"relations": [
"P501",
"P159"
],
"adjacency": [
[
0,
1,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"Association des États Généraux des Étudiants de l'Europe",
"Brussels-Capital Region",
"Flemish Brabant"
],
"relation_labels": [
"enclave within",
"headquarters location"
]
} | SELECT ?answer WHERE { wd:Q431534 wdt:P159 ?answer . ?answer wdt:P501 wd:Q1118} |
lcquad2-9893 | What color is asbestos and what does it do? | [
"carcinogen",
"white"
] | {
"entities": [
"Q104085",
"Q187661",
"Q23444"
],
"relations": [
"P534",
"P2868"
],
"adjacency": [
[
0,
1,
1
],
[
0,
0,
2
]
],
"entity_labels": [
"asbestos",
"carcinogen",
"white"
],
"relation_labels": [
"streak color",
"subject has role"
]
} | SELECT ?ans_1 ?ans_2 WHERE { wd:Q104085 wdt:P2868 ?ans_1 . wd:Q104085 wdt:P534 ?ans_2 } |
lcquad2-24956 | Which is the sort of number that's a disjoint union of the list values as qualifiers and contains the word number in it's name? | [
"natural number"
] | {
"entities": [
"Q21199",
"Q23766486",
"Q47460393"
],
"relations": [
"P2738",
"P31"
],
"adjacency": [
[
0,
1,
2
],
[
0,
0,
1
]
],
"entity_labels": [
"natural number",
"list of values as qualifiers",
"type of number"
],
"relation_labels": [
"disjoint union of",
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q47460393 . ?sbj wdt:P2738 wd:Q23766486 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'number')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-14289 | What is the metropolis neighboring Giovanni Battista Guadagnini's deathplace. | [
"Shenyang"
] | {
"entities": [
"Q11720",
"Q495",
"Q691385"
],
"relations": [
"P190",
"P20"
],
"adjacency": [
[
2,
1,
1
],
[
1,
0,
0
]
],
"entity_labels": [
"Shenyang",
"Turin",
"Giovanni Battista Guadagnini"
],
"relation_labels": [
"twinned administrative body",
"place of death"
]
} | SELECT ?answer WHERE { wd:Q691385 wdt:P20 ?X . ?X wdt:P190 ?answer} |
lcquad2-15251 | Who is the best puppy of the candidate for Willie Nelson? | [
"John Denver"
] | {
"entities": [
"Q105460",
"Q1441539",
"Q206112"
],
"relations": [
"P1411",
"P1346"
],
"adjacency": [
[
2,
0,
1
],
[
1,
1,
0
]
],
"entity_labels": [
"John Denver",
"American Music Award for Favorite Country Album",
"Willie Nelson"
],
"relation_labels": [
"nominated for",
"winner"
]
} | SELECT ?answer WHERE { wd:Q206112 wdt:P1411 ?X . ?X wdt:P1346 ?answer} |
lcquad2-24512 | What what is tall speed get ready track gage BY 1435 mm track gage that starts with LETTERS V | [
"shortest total path length spanning tree"
] | {
"entities": [
"Q3435924",
"Q7502165"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"computational problem",
"shortest total path length spanning tree"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q3435924 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 's')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-22710 | What is the record mark that 50 Cent is marked with? | [
"Columbia Records"
] | {
"entities": [
"Q183387",
"Q18127",
"Q6060"
],
"relations": [
"P31",
"P264"
],
"adjacency": [
[
2,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"Columbia Records",
"record label",
"50 Cent"
],
"relation_labels": [
"instance of",
"record label"
]
} | select distinct ?obj where { wd:Q6060 wdt:P264 ?obj . ?obj wdt:P31 wd:Q18127 } |
lcquad2-19999 | Give me the name of the document that presides over NASA. | [
"National Aeronautics and Space Act"
] | {
"entities": [
"Q23548",
"Q1014059",
"Q476068"
],
"relations": [
"P31",
"P457"
],
"adjacency": [
[
0,
1,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"National Aeronautics and Space Administration",
"National Aeronautics and Space Act",
"Act of Congress in the United States"
],
"relation_labels": [
"instance of",
"foundational text"
]
} | select distinct ?obj where { wd:Q23548 wdt:P457 ?obj . ?obj wdt:P31 wd:Q476068 } |
lcquad2-11899 | What is the discretionary relationship between Ibibio individuals and India? | [
"Nigeria"
] | {
"entities": [
"Q1033",
"Q668",
"Q239577"
],
"relations": [
"P172",
"P530"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"Nigeria",
"India",
"Ibibio people"
],
"relation_labels": [
"ethnic group",
"diplomatic relation"
]
} | SELECT ?answer WHERE { wd:Q668 wdt:P530 ?answer . ?answer wdt:P172 wd:Q239577} |
lcquad2-15754 | Who was the painter for the Batman: The Black Mirror movie characters? | [
"Bob Kane"
] | {
"entities": [
"Q313048",
"Q2695156",
"Q40889944"
],
"relations": [
"P674",
"P170"
],
"adjacency": [
[
2,
0,
1
],
[
1,
1,
0
]
],
"entity_labels": [
"Bob Kane",
"Batman",
"Batman: The Black Mirror"
],
"relation_labels": [
"characters",
"creator"
]
} | SELECT ?answer WHERE { wd:Q40889944 wdt:P674 ?X . ?X wdt:P170 ?answer} |
lcquad2-9814 | List the record label and discography of Nickelback. | [
"EMI",
"Nickelback discography"
] | {
"entities": [
"Q483802",
"Q183412",
"Q743402"
],
"relations": [
"P264",
"P358"
],
"adjacency": [
[
0,
0,
1
],
[
0,
1,
2
]
],
"entity_labels": [
"Nickelback",
"EMI",
"Nickelback discography"
],
"relation_labels": [
"record label",
"discography"
]
} | SELECT ?ans_1 ?ans_2 WHERE { wd:Q483802 wdt:P264 ?ans_1 . wd:Q483802 wdt:P358 ?ans_2 } |
lcquad2-22931 | What is the planet Neptune's common satellite? | [
"Naiad"
] | {
"entities": [
"Q2537",
"Q332",
"Q16062"
],
"relations": [
"P31",
"P398"
],
"adjacency": [
[
1,
1,
2
],
[
2,
0,
0
]
],
"entity_labels": [
"natural satellite",
"Neptune",
"Naiad"
],
"relation_labels": [
"instance of",
"child astronomical body"
]
} | select distinct ?obj where { wd:Q332 wdt:P398 ?obj . ?obj wdt:P31 wd:Q2537 } |
lcquad2-20593 | Specify the unit to degree the physical amount named as frequency | [
"reciprocal megaannum"
] | {
"entities": [
"Q47574",
"Q96051337",
"Q11652"
],
"relations": [
"P111",
"P31"
],
"adjacency": [
[
1,
0,
2
],
[
1,
1,
0
]
],
"entity_labels": [
"unit of measurement",
"reciprocal megaannum",
"frequency"
],
"relation_labels": [
"measured physical quantity",
"instance of"
]
} | select distinct ?sbj where { ?sbj wdt:P111 wd:Q11652 . ?sbj wdt:P31 wd:Q47574 } |
lcquad2-9602 | Who are Janet Jackson's parents? | [
"Katherine Jackson",
"Joe Jackson"
] | {
"entities": [
"Q361297",
"Q238402",
"Q131324"
],
"relations": [
"P25",
"P22"
],
"adjacency": [
[
2,
1,
0
],
[
2,
0,
1
]
],
"entity_labels": [
"Joe Jackson",
"Katherine Jackson",
"Janet Jackson"
],
"relation_labels": [
"mother",
"father"
]
} | SELECT ?ans_1 ?ans_2 WHERE { wd:Q131324 wdt:P22 ?ans_1 . wd:Q131324 wdt:P25 ?ans_2 } |
lcquad2-21643 | Thessaloniki is following to which Roman city? | [
"Cologne"
] | {
"entities": [
"Q365",
"Q2202509",
"Q17151"
],
"relations": [
"P31",
"P190"
],
"adjacency": [
[
0,
1,
2
],
[
0,
0,
1
]
],
"entity_labels": [
"Cologne",
"Roman city",
"Thessaloniki"
],
"relation_labels": [
"instance of",
"twinned administrative body"
]
} | select distinct ?sbj where { ?sbj wdt:P190 wd:Q17151 . ?sbj wdt:P31 wd:Q2202509 } |
lcquad2-20917 | Which is the city that contains the settlement of Seville? | [
"Seville city"
] | {
"entities": [
"Q8717",
"Q515",
"Q55893348"
],
"relations": [
"P31",
"P1383"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"Seville",
"city",
"Seville city"
],
"relation_labels": [
"instance of",
"contains settlement"
]
} | select distinct ?obj where { wd:Q8717 wdt:P1383 ?obj . ?obj wdt:P31 wd:Q515 } |
lcquad2-13225 | Does the Mountain Time Zone contain Torreon? | [
"UTC−06:00"
] | {
"entities": [
"Q3134980",
"Q386991",
"Q5385"
],
"relations": [
"P421",
"P460"
],
"adjacency": [
[
1,
0,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"Mountain Time Zone",
"Torreón",
"UTC−06:00"
],
"relation_labels": [
"located in time zone",
"said to be the same as"
]
} | SELECT ?answer WHERE { wd:Q386991 wdt:P421 ?answer . ?answer wdt:P460 wd:Q3134980} |
lcquad2-20754 | Which part of the stream is located next to the Baltimore water body? | [
"Jones Falls"
] | {
"entities": [
"Q47521",
"Q14692074",
"Q5092"
],
"relations": [
"P31",
"P206"
],
"adjacency": [
[
2,
1,
1
],
[
1,
0,
0
]
],
"entity_labels": [
"stream",
"Jones Falls",
"Baltimore"
],
"relation_labels": [
"instance of",
"located in or next to body of water"
]
} | select distinct ?obj where { wd:Q5092 wdt:P206 ?obj . ?obj wdt:P31 wd:Q47521 } |
lcquad2-16498 | Who {has father} of {sister or brother} of {eighth girl of Nurhaci} ? | [
"Nurhaci"
] | {
"entities": [
"Q296367",
"Q7276537",
"Q311189"
],
"relations": [
"P3373",
"P22"
],
"adjacency": [
[
1,
0,
0
],
[
0,
1,
2
]
],
"entity_labels": [
"Hong Taiji",
"Songgutu",
"Nurhaci"
],
"relation_labels": [
"sibling",
"father"
]
} | SELECT ?answer WHERE { wd:Q7276537 wdt:P3373 ?X . ?X wdt:P22 ?answer} |
lcquad2-9763 | What is Aly Raisman's nation of wear and his citizenship? | [
"United States of America"
] | {
"entities": [
"Q238663",
"Q30"
],
"relations": [
"P27",
"P1532"
],
"adjacency": [
[
0,
1,
1
],
[
0,
0,
1
]
],
"entity_labels": [
"Aly Raisman",
"United States of America"
],
"relation_labels": [
"country of citizenship",
"country for sport"
]
} | SELECT ?ans_1 ?ans_2 WHERE { wd:Q238663 wdt:P1532 ?ans_1 . wd:Q238663 wdt:P27 ?ans_2 } |
lcquad2-13210 | De Officiis was written by which attorney? | [
"Cicero"
] | {
"entities": [
"Q1180721",
"Q40348",
"Q1541"
],
"relations": [
"P106",
"P50"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"De Officiis",
"lawyer",
"Cicero"
],
"relation_labels": [
"occupation",
"author"
]
} | SELECT ?answer WHERE { wd:Q1180721 wdt:P50 ?answer . ?answer wdt:P106 wd:Q40348} |
lcquad2-17686 | In which location did the Late Upper Palaeolithic demographic history of mtDNA haplogroups M1 and U6 in Africa get a bibliographic quote? | [
"PLOS One"
] | {
"entities": [
"Q21092214",
"Q34498591",
"Q564954"
],
"relations": [
"P2860",
"P1433"
],
"adjacency": [
[
1,
0,
0
],
[
0,
1,
2
]
],
"entity_labels": [
"Counting the founders: the matrilineal genetic ancestry of the Jewish Diaspora",
"Divorcing the Late Upper Palaeolithic demographic histories of mtDNA haplogroups M1 and U6 in Africa",
"PLOS One"
],
"relation_labels": [
"cites work",
"published in"
]
} | SELECT ?answer WHERE { wd:Q34498591 wdt:P2860 ?X . ?X wdt:P1433 ?answer} |
lcquad2-20807 | Let me know the backups of CBS. | [
"CBS Corporation"
] | {
"entities": [
"Q4830453",
"Q950380",
"Q43380"
],
"relations": [
"P31",
"P355"
],
"adjacency": [
[
1,
1,
2
],
[
1,
0,
0
]
],
"entity_labels": [
"business",
"CBS Corporation",
"CBS"
],
"relation_labels": [
"instance of",
"has subsidiary"
]
} | select distinct ?sbj where { ?sbj wdt:P355 wd:Q43380 . ?sbj wdt:P31 wd:Q4830453 } |
lcquad2-24831 | WHAT ARE THE MAGAZINE Class WHICH Begin WITH THE LETTER Z | [
"Zentralblatt"
] | {
"entities": [
"Q21114848",
"Q190263"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"magazine genre",
"Zentralblatt"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q21114848 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'z')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-15273 | Where were the male children of Amarindra born? | [
"Ayutthaya Kingdom"
] | {
"entities": [
"Q841364",
"Q1473768",
"Q455102"
],
"relations": [
"P40",
"P19"
],
"adjacency": [
[
2,
0,
1
],
[
1,
1,
0
]
],
"entity_labels": [
"Ayutthaya Kingdom",
"Maha Senanurak",
"Amarindra"
],
"relation_labels": [
"child",
"place of birth"
]
} | SELECT ?answer WHERE { wd:Q455102 wdt:P40 ?X . ?X wdt:P19 ?answer} |
lcquad2-24686 | Which is the ethnolect which begins with the letter p? | [
"Perkerdansk"
] | {
"entities": [
"Q951873",
"Q12331386"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"ethnolect",
"Perkerdansk"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q951873 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'p')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-12767 | Which member of the Black Sea Economic Corporation Organization is located in the Dnipropetrovsk Oblast administrative unit? | [
"Ukraine"
] | {
"entities": [
"Q170672",
"Q212",
"Q380340"
],
"relations": [
"P463",
"P131"
],
"adjacency": [
[
0,
1,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"Dnipropetrovsk Oblast",
"Ukraine",
"Organization of the Black Sea Economic Cooperation"
],
"relation_labels": [
"member of",
"located in the administrative territorial entity"
]
} | SELECT ?answer WHERE { wd:Q170672 wdt:P131 ?answer . ?answer wdt:P463 wd:Q380340} |
lcquad2-10177 | For the show Breaking Bad, who is director and who is the executive producer? | [
"Michelle MacLaren",
"John Shiban"
] | {
"entities": [
"Q1079",
"Q127800",
"Q10307893"
],
"relations": [
"P1431",
"P57"
],
"adjacency": [
[
0,
1,
2
],
[
0,
0,
1
]
],
"entity_labels": [
"Breaking Bad",
"Michelle MacLaren",
"John Shiban"
],
"relation_labels": [
"executive producer",
"director"
]
} | SELECT ?ans_1 ?ans_2 WHERE { wd:Q1079 wdt:P57 ?ans_1 . wd:Q1079 wdt:P1431 ?ans_2 } |
lcquad2-9467 | Name Ashton Kutcher's child and birthplace | [
"Wyatt Kutcher",
"Cedar Rapids"
] | {
"entities": [
"Q486439",
"Q164782",
"Q22442784"
],
"relations": [
"P40",
"P19"
],
"adjacency": [
[
1,
0,
2
],
[
1,
1,
0
]
],
"entity_labels": [
"Cedar Rapids",
"Ashton Kutcher",
"Wyatt Kutcher"
],
"relation_labels": [
"child",
"place of birth"
]
} | SELECT ?ans_1 ?ans_2 WHERE { wd:Q164782 wdt:P40 ?ans_1 . wd:Q164782 wdt:P19 ?ans_2 } |
lcquad2-14299 | What's mentioned in the Staryu and Starmie article? | [
"Pokémon"
] | {
"entities": [
"Q7602868",
"Q864",
"Q3966183"
],
"relations": [
"P1441",
"P360"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"Staryu and Starmie",
"Pokémon",
"Pokémon species"
],
"relation_labels": [
"present in work",
"is a list of"
]
} | SELECT ?answer WHERE { wd:Q7602868 wdt:P360 ?X . ?X wdt:P1441 ?answer} |
lcquad2-22567 | Which brand has the word vicks in its name | [
"Holy See"
] | {
"entities": [
"Q1147274",
"Q159583",
"Q19546"
],
"relations": [
"P31",
"P2388"
],
"adjacency": [
[
1,
1,
2
],
[
1,
0,
0
]
],
"entity_labels": [
"Apostolic see",
"Holy See",
"pope"
],
"relation_labels": [
"instance of",
"office held by head of the organization"
]
} | select distinct ?sbj where { ?sbj wdt:P2388 wd:Q19546 . ?sbj wdt:P31 wd:Q1147274 } |
lcquad2-14977 | What is the proverb of the individuals of Karl-Otto Koch? | [
"Meine Ehre heißt Treue"
] | {
"entities": [
"Q57495",
"Q44687",
"Q552076"
],
"relations": [
"P1546",
"P463"
],
"adjacency": [
[
0,
1,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"Karl-Otto Koch",
"Schutzstaffel",
"Meine Ehre heißt Treue"
],
"relation_labels": [
"motto",
"member of"
]
} | SELECT ?answer WHERE { wd:Q57495 wdt:P463 ?X . ?X wdt:P1546 ?answer} |
lcquad2-19812 | What car does Donald Duck's cartoon use? | [
"313"
] | {
"entities": [
"Q15707563",
"Q6550",
"Q1882654"
],
"relations": [
"P31",
"P3438"
],
"adjacency": [
[
1,
1,
2
],
[
2,
0,
0
]
],
"entity_labels": [
"fictional automobile",
"Donald Duck",
"313"
],
"relation_labels": [
"instance of",
"vehicle normally used"
]
} | select distinct ?obj where { wd:Q6550 wdt:P3438 ?obj . ?obj wdt:P31 wd:Q15707563 } |
lcquad2-16110 | Who is the parent of the brother or sister of Tatiana von Fürstenberg? | [
"Diane von Fürstenberg"
] | {
"entities": [
"Q4720526",
"Q272438",
"Q7688127"
],
"relations": [
"P3373",
"P25"
],
"adjacency": [
[
2,
0,
0
],
[
0,
1,
1
]
],
"entity_labels": [
"Prince Alexander von Fürstenberg",
"Diane von Fürstenberg",
"Tatiana von Fürstenberg"
],
"relation_labels": [
"sibling",
"mother"
]
} | SELECT ?answer WHERE { wd:Q7688127 wdt:P3373 ?X . ?X wdt:P25 ?answer} |
lcquad2-22577 | What was the original writing system for Kannada? | [
"Kannada"
] | {
"entities": [
"Q29517555",
"Q839666",
"Q33673"
],
"relations": [
"P282",
"P31"
],
"adjacency": [
[
2,
0,
1
],
[
1,
1,
0
]
],
"entity_labels": [
"natural script",
"Kannada",
"Kannada"
],
"relation_labels": [
"writing system",
"instance of"
]
} | select distinct ?obj where { wd:Q33673 wdt:P282 ?obj . ?obj wdt:P31 wd:Q29517555 } |
lcquad2-24490 | What are the watery arrangement which begins with letter v | [
"vinegar"
] | {
"entities": [
"Q906356",
"Q41354"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"aqueous solution",
"vinegar"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q906356 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'v')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-16241 | who is the parent of my sister carloman child of charles the bare? | [
"Charles the Bald"
] | {
"entities": [
"Q1767930",
"Q973695",
"Q71231"
],
"relations": [
"P3373",
"P22"
],
"adjacency": [
[
1,
0,
0
],
[
0,
1,
2
]
],
"entity_labels": [
"Lothar the Lame",
"Carloman, son of Charles the Bald",
"Charles the Bald"
],
"relation_labels": [
"sibling",
"father"
]
} | SELECT ?answer WHERE { wd:Q973695 wdt:P3373 ?X . ?X wdt:P22 ?answer} |
lcquad2-15368 | Which accomplice town is within the borough of Cairo Metro? | [
"Istanbul"
] | {
"entities": [
"Q685381",
"Q81788",
"Q406"
],
"relations": [
"P190",
"P131"
],
"adjacency": [
[
0,
1,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"Cairo subway",
"Giza",
"Istanbul"
],
"relation_labels": [
"twinned administrative body",
"located in the administrative territorial entity"
]
} | SELECT ?answer WHERE { wd:Q685381 wdt:P131 ?X . ?X wdt:P190 ?answer} |
lcquad2-22783 | What sort of etymology think about Buddhism within the nation of Japan? | [
"Hongakuji"
] | {
"entities": [
"Q736311",
"Q62087185",
"Q8162"
],
"relations": [
"P31",
"P2579"
],
"adjacency": [
[
1,
1,
2
],
[
1,
0,
0
]
],
"entity_labels": [
"Buddhism in Japan",
"Hongakuji",
"linguistics"
],
"relation_labels": [
"instance of",
"studied by"
]
} | select distinct ?sbj where { ?sbj wdt:P2579 wd:Q8162 . ?sbj wdt:P31 wd:Q736311 } |
lcquad2-20810 | Are there any pharmaceutical products that contain talc? | [
"Sclerosol"
] | {
"entities": [
"Q134583",
"Q47522115",
"Q28885102"
],
"relations": [
"P31",
"P3781"
],
"adjacency": [
[
1,
1,
0
],
[
1,
0,
2
]
],
"entity_labels": [
"talc",
"Sclerosol",
"pharmaceutical product"
],
"relation_labels": [
"instance of",
"has active ingredient"
]
} | select distinct ?sbj where { ?sbj wdt:P3781 wd:Q134583 . ?sbj wdt:P31 wd:Q28885102 } |
lcquad2-17878 | What is related with the fabricating handle of leather? | [
"tanner"
] | {
"entities": [
"Q211578",
"Q365461",
"Q286"
],
"relations": [
"P2079",
"P3095"
],
"adjacency": [
[
2,
0,
0
],
[
0,
1,
1
]
],
"entity_labels": [
"tanning",
"tanner",
"leather"
],
"relation_labels": [
"fabrication method",
"practiced by"
]
} | SELECT ?answer WHERE { wd:Q286 wdt:P2079 ?X . ?X wdt:P3095 ?answer} |
lcquad2-22131 | Where's William the Conqueror's statue? | [
"Tower of London"
] | {
"entities": [
"Q37594",
"Q62378",
"Q570116"
],
"relations": [
"P31",
"P88"
],
"adjacency": [
[
1,
1,
0
],
[
1,
0,
2
]
],
"entity_labels": [
"William the Conqueror",
"Tower of London",
"tourist attraction"
],
"relation_labels": [
"instance of",
"commissioned by"
]
} | select distinct ?sbj where { ?sbj wdt:P88 wd:Q37594 . ?sbj wdt:P31 wd:Q570116 } |
lcquad2-16513 | Who is Ahmed Bin Khalifa Al Suwaidi's sister's favorite athlete? | [
"Majidi Ibn Zahir"
] | {
"entities": [
"Q12192145",
"Q7111346",
"Q12178848"
],
"relations": [
"P3373",
"P737"
],
"adjacency": [
[
2,
0,
1
],
[
1,
1,
0
]
],
"entity_labels": [
"Majidi Ibn Zahir",
"Ousha The Poet",
"Ahmed Bin Khalifa Al Suwaidi"
],
"relation_labels": [
"sibling",
"influenced by"
]
} | SELECT ?answer WHERE { wd:Q12178848 wdt:P3373 ?X . ?X wdt:P737 ?answer} |
lcquad2-16570 | Name the parent company of Tupolev Tu-144. | [
"NASA Engineering and Safety Center"
] | {
"entities": [
"Q23548",
"Q188513",
"Q108547864"
],
"relations": [
"P355",
"P137"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"National Aeronautics and Space Administration",
"Tupolev Tu-144",
"NASA Engineering and Safety Center"
],
"relation_labels": [
"has subsidiary",
"operator"
]
} | SELECT ?answer WHERE { wd:Q188513 wdt:P137 ?X . ?X wdt:P355 ?answer} |
lcquad2-25466 | What nonprofit agency begins with n, and has English as its respectable language. | [
"New Zealand Football"
] | {
"entities": [
"Q842596",
"Q1860",
"Q163740"
],
"relations": [
"P37",
"P31"
],
"adjacency": [
[
0,
1,
2
],
[
0,
0,
1
]
],
"entity_labels": [
"New Zealand Football",
"English",
"nonprofit organization"
],
"relation_labels": [
"official language",
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q163740 . ?sbj wdt:P37 wd:Q1860 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'n')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-21268 | Who are the { WWE programs } for the { WWE } manufacturer? | [
"WrestleMania I"
] | {
"entities": [
"Q50805",
"Q35339",
"Q35769"
],
"relations": [
"P31",
"P272"
],
"adjacency": [
[
0,
1,
1
],
[
0,
0,
2
]
],
"entity_labels": [
"WrestleMania I",
"WWE",
"WWE programs"
],
"relation_labels": [
"instance of",
"production company"
]
} | select distinct ?sbj where { ?sbj wdt:P272 wd:Q35339 . ?sbj wdt:P31 wd:Q35769 } |
lcquad2-21408 | What are the authoritative bodies of the parliament in England? | [
"Parliament of England"
] | {
"entities": [
"Q179876",
"Q35749",
"Q1130737"
],
"relations": [
"P31",
"P194"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"Kingdom of England",
"parliament",
"Parliament of England"
],
"relation_labels": [
"instance of",
"legislative body"
]
} | select distinct ?obj where { wd:Q179876 wdt:P194 ?obj . ?obj wdt:P31 wd:Q35749 } |
lcquad2-23295 | What operating system uses Windows? | [
"Windows Essential Business Server 2008"
] | {
"entities": [
"Q9135",
"Q961486"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"operating system",
"Windows Essential Business Server 2008"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q9135 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'windows')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-23685 | Disclose to me soil type whose name has the word vertisol in it. | [
"Bandy World Championships"
] | {
"entities": [
"Q806391",
"Q15259995"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"Bandy World Championships",
"recurring tournament"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q15259995 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'world')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-16292 | How is pie created? | [
"bakery"
] | {
"entities": [
"Q274393",
"Q720398",
"Q13360264"
],
"relations": [
"P276",
"P2079"
],
"adjacency": [
[
2,
1,
1
],
[
1,
0,
0
]
],
"entity_labels": [
"bakery",
"baking",
"pie"
],
"relation_labels": [
"location",
"fabrication method"
]
} | SELECT ?answer WHERE { wd:Q13360264 wdt:P2079 ?X . ?X wdt:P276 ?answer} |
lcquad2-24224 | What are the notable house exhibition hall which begin with the letter t | [
"Tretower Court Museum"
] | {
"entities": [
"Q2087181",
"Q85684662"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"house museum",
"Tretower Court Museum"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q2087181 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 't')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-21301 | Who is within the cast individuals of The X Files | [
"Tony Shalhoub"
] | {
"entities": [
"Q107249",
"Q2744",
"Q5"
],
"relations": [
"P161",
"P31"
],
"adjacency": [
[
1,
0,
0
],
[
0,
1,
2
]
],
"entity_labels": [
"Tony Shalhoub",
"The X-Files",
"human"
],
"relation_labels": [
"cast member",
"instance of"
]
} | select distinct ?obj where { wd:Q2744 wdt:P161 ?obj . ?obj wdt:P31 wd:Q5 } |
lcquad2-17863 | What is H2O Food Group's subsidiary sector? | [
"supermarket"
] | {
"entities": [
"Q24868886",
"Q11286632",
"Q180846"
],
"relations": [
"P452",
"P355"
],
"adjacency": [
[
0,
1,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"H2O Food Group",
"Izumiya",
"supermarket"
],
"relation_labels": [
"industry",
"has subsidiary"
]
} | SELECT ?answer WHERE { wd:Q24868886 wdt:P355 ?X . ?X wdt:P452 ?answer} |
lcquad2-17310 | Mention the symbolic illustration of Beehive Cluster in phrases of the constellation | [
"♋︎"
] | {
"entities": [
"Q8849",
"Q13760",
"Q3594860"
],
"relations": [
"P913",
"P59"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"Cancer",
"Beehive Cluster",
"♋︎"
],
"relation_labels": [
"notation",
"constellation"
]
} | SELECT ?answer WHERE { wd:Q13760 wdt:P59 ?X . ?X wdt:P913 ?answer} |
lcquad2-14308 | Who directs America's Funniest Home Videos? | [
"Joe Biden"
] | {
"entities": [
"Q6279",
"Q1595930",
"Q30"
],
"relations": [
"P6",
"P495"
],
"adjacency": [
[
1,
1,
2
],
[
2,
0,
0
]
],
"entity_labels": [
"Joe Biden",
"America's Funniest Home Videos",
"United States of America"
],
"relation_labels": [
"head of government",
"country of origin"
]
} | SELECT ?answer WHERE { wd:Q1595930 wdt:P495 ?X . ?X wdt:P6 ?answer} |
lcquad2-11765 | "Where is { narrative set in } of { Lolita }, { diplomatic relationship } being { Guyana }?" | [
"United States of America"
] | {
"entities": [
"Q734",
"Q127149",
"Q30"
],
"relations": [
"P840",
"P530"
],
"adjacency": [
[
1,
0,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"Guyana",
"Lolita",
"United States of America"
],
"relation_labels": [
"narrative location",
"diplomatic relation"
]
} | SELECT ?answer WHERE { wd:Q127149 wdt:P840 ?answer . ?answer wdt:P530 wd:Q734} |
lcquad2-17516 | What vaccine is used against DTP? | [
"infectious diseases"
] | {
"entities": [
"Q788926",
"Q134649",
"Q908600"
],
"relations": [
"P1924",
"P1995"
],
"adjacency": [
[
2,
0,
1
],
[
1,
1,
0
]
],
"entity_labels": [
"infectious diseases",
"diphtheria",
"DPT vaccine"
],
"relation_labels": [
"vaccine for",
"health specialty"
]
} | SELECT ?answer WHERE { wd:Q908600 wdt:P1924 ?X . ?X wdt:P1995 ?answer} |
lcquad2-15061 | Which is the title of the head of government where Frederico García Lorca lived in? | [
"mayor of Granada"
] | {
"entities": [
"Q8810",
"Q41408",
"Q26700928"
],
"relations": [
"P1313",
"P551"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"Granada",
"Federico García Lorca",
"mayor of Granada"
],
"relation_labels": [
"office held by head of government",
"residence"
]
} | SELECT ?answer WHERE { wd:Q41408 wdt:P551 ?X . ?X wdt:P1313 ?answer} |
lcquad2-14817 | who antonym of typology of uralic dialects ? | [
"fusional language"
] | {
"entities": [
"Q318917",
"Q171263",
"Q34113"
],
"relations": [
"P461",
"P4132"
],
"adjacency": [
[
2,
1,
1
],
[
1,
0,
0
]
],
"entity_labels": [
"fusional language",
"agglutinative language",
"Uralic"
],
"relation_labels": [
"opposite of",
"linguistic typology"
]
} | SELECT ?answer WHERE { wd:Q34113 wdt:P4132 ?X . ?X wdt:P461 ?answer} |
lcquad2-19820 | Who created Morse Code? | [
"Samuel Finley Breese Morse"
] | {
"entities": [
"Q79897",
"Q5",
"Q75698"
],
"relations": [
"P31",
"P800"
],
"adjacency": [
[
2,
1,
0
],
[
2,
0,
1
]
],
"entity_labels": [
"Morse code",
"human",
"Samuel Finley Breese Morse"
],
"relation_labels": [
"instance of",
"notable work"
]
} | select distinct ?sbj where { ?sbj wdt:P800 wd:Q79897 . ?sbj wdt:P31 wd:Q5 } |
lcquad2-24723 | What condition starts with the letter "t"? | [
"temporarily not available"
] | {
"entities": [
"Q92792757",
"Q813912"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"temporarily not available",
"condition"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q813912 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 't')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-15555 | Who are the accomplices of the angle of Illustrious Figure of Lord Edward VIII? | [
"Wallis Simpson"
] | {
"entities": [
"Q209417",
"Q33102195",
"Q590227"
],
"relations": [
"P1269",
"P26"
],
"adjacency": [
[
1,
0,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"Wallis Simpson",
"Royal Cypher of King Edward VIII",
"Edward VIII of the United Kingdom"
],
"relation_labels": [
"facet of",
"spouse"
]
} | SELECT ?answer WHERE { wd:Q33102195 wdt:P1269 ?X . ?X wdt:P26 ?answer} |
lcquad2-23337 | Title a high rise that contains the word " world" in its name | [
"Three World Trade Center"
] | {
"entities": [
"Q11303",
"Q941908"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"skyscraper",
"Three World Trade Center"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q11303 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'world')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-24068 | Which municipality of Brazil starts with the letter s | [
"Óleo"
] | {
"entities": [
"Q658024",
"Q3184121"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"Óleo",
"municipality of Brazil"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q3184121 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'ó')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-20394 | Was Reconquista called for court appearance on which date? | [
"alférez del rey"
] | {
"entities": [
"Q1622925",
"Q79791",
"Q5668163"
],
"relations": [
"P31",
"P2348"
],
"adjacency": [
[
2,
1,
1
],
[
2,
0,
0
]
],
"entity_labels": [
"court appointment",
"Reconquista",
"alférez del rey"
],
"relation_labels": [
"instance of",
"time period"
]
} | select distinct ?sbj where { ?sbj wdt:P2348 wd:Q79791 . ?sbj wdt:P31 wd:Q1622925 } |
lcquad2-9551 | Who is the member of what political party, and the person affiliated with Thurgood Marshall? | [
"Alpha Phi Alpha",
"Democratic Party"
] | {
"entities": [
"Q312348",
"Q2839513",
"Q29552"
],
"relations": [
"P102",
"P463"
],
"adjacency": [
[
0,
0,
2
],
[
0,
1,
1
]
],
"entity_labels": [
"Thurgood Marshall",
"Alpha Phi Alpha",
"Democratic Party"
],
"relation_labels": [
"member of political party",
"member of"
]
} | SELECT ?ans_1 ?ans_2 WHERE { wd:Q312348 wdt:P102 ?ans_1 . wd:Q312348 wdt:P463 ?ans_2 } |
lcquad2-24221 | What occurence begins with W? | [
"Western Australian emergency of March 1944"
] | {
"entities": [
"Q1190554",
"Q7987554"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"occurrence",
"Western Australian emergency of March 1944"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q1190554 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'w')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-16059 | What economic branch is Leroy Merlin a member of ? | [
"e-commerce"
] | {
"entities": [
"Q889624",
"Q13577039",
"Q484847"
],
"relations": [
"P452",
"P463"
],
"adjacency": [
[
0,
1,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"Leroy Merlin",
"PICOM retail business cluster",
"e-commerce"
],
"relation_labels": [
"industry",
"member of"
]
} | SELECT ?answer WHERE { wd:Q889624 wdt:P463 ?X . ?X wdt:P452 ?answer} |
lcquad2-22299 | In the Harry Potter movies, who played Harry himself? | [
"Ron Weasley"
] | {
"entities": [
"Q15773347",
"Q173998",
"Q8337"
],
"relations": [
"P674",
"P31"
],
"adjacency": [
[
2,
0,
1
],
[
1,
1,
0
]
],
"entity_labels": [
"film character",
"Ron Weasley",
"Harry Potter"
],
"relation_labels": [
"characters",
"instance of"
]
} | select distinct ?obj where { wd:Q8337 wdt:P674 ?obj . ?obj wdt:P31 wd:Q15773347 } |
lcquad2-22231 | Which railroad tracks lead to Bruges? | [
"Line 51 (Infrabel)"
] | {
"entities": [
"Q728937",
"Q12994",
"Q1807895"
],
"relations": [
"P31",
"P609"
],
"adjacency": [
[
2,
1,
1
],
[
2,
0,
0
]
],
"entity_labels": [
"railway line",
"Bruges",
"Line 51 (Infrabel)"
],
"relation_labels": [
"instance of",
"terminus location"
]
} | select distinct ?sbj where { ?sbj wdt:P609 wd:Q12994 . ?sbj wdt:P31 wd:Q728937 } |
lcquad2-17112 | Flecainide drug interaction treats what disease? | [
"arteriosclerosis"
] | {
"entities": [
"Q421381",
"Q10354103",
"Q184559"
],
"relations": [
"P2175",
"P769"
],
"adjacency": [
[
0,
1,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"flecainide",
"probucol",
"arteriosclerosis"
],
"relation_labels": [
"medical condition treated",
"significant drug interaction"
]
} | SELECT ?answer WHERE { wd:Q421381 wdt:P769 ?X . ?X wdt:P2175 ?answer} |
lcquad2-20965 | Who lives in Adelaide ? | [
"Scott Hicks"
] | {
"entities": [
"Q951522",
"Q5",
"Q5112"
],
"relations": [
"P31",
"P551"
],
"adjacency": [
[
0,
1,
2
],
[
0,
0,
1
]
],
"entity_labels": [
"Scott Hicks",
"human",
"Adelaide"
],
"relation_labels": [
"instance of",
"residence"
]
} | select distinct ?sbj where { ?sbj wdt:P551 wd:Q5112 . ?sbj wdt:P31 wd:Q5 } |