id
stringlengths 11
13
| question
stringlengths 11
8.64k
| answers
sequence | subgraph
dict | sparql
stringlengths 49
483
|
---|---|---|---|---|
lcquad2-16264 | In the continent of the mountain belt in Mount Caywood, what is the name? | [
"Antarctica"
] | {
"entities": [
"Q6920087",
"Q51",
"Q4880987"
],
"relations": [
"P30",
"P4552"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"Mount Caywood",
"Antarctica",
"Behrendt Mountains"
],
"relation_labels": [
"continent",
"mountain range"
]
} | SELECT ?answer WHERE { wd:Q6920087 wdt:P4552 ?X . ?X wdt:P30 ?answer} |
lcquad2-17123 | Where does hsa-miR-5006-3p come from in molecular biology? | [
"juvenile polyposis syndrome"
] | {
"entities": [
"Q27593301",
"Q14904962",
"Q609165"
],
"relations": [
"P128",
"P2293"
],
"adjacency": [
[
0,
0,
1
],
[
1,
1,
2
]
],
"entity_labels": [
"hsa-miR-5006-3p",
"BMPR1A",
"juvenile polyposis syndrome"
],
"relation_labels": [
"regulates (molecular biology)",
"genetic association"
]
} | SELECT ?answer WHERE { wd:Q27593301 wdt:P128 ?X . ?X wdt:P2293 ?answer} |
lcquad2-16908 | Who is the {PhD advisor} of {Anthony Giddens, Baron Giddens}s' {favorite player}? | [
"Émile Boutroux"
] | {
"entities": [
"Q220008",
"Q274969",
"Q15948"
],
"relations": [
"P184",
"P737"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"Anthony Giddens, Baron Giddens",
"Émile Boutroux",
"Émile Durkheim"
],
"relation_labels": [
"doctoral advisor",
"influenced by"
]
} | SELECT ?answer WHERE { wd:Q220008 wdt:P737 ?X . ?X wdt:P184 ?answer} |
lcquad2-12108 | "What is identify of John Foster Dulles Latin script that has alphabet?" | [
"Foster"
] | {
"entities": [
"Q223677",
"Q21079762",
"Q8229"
],
"relations": [
"P282",
"P735"
],
"adjacency": [
[
0,
1,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"John Foster Dulles",
"Foster",
"Latin script"
],
"relation_labels": [
"writing system",
"given name"
]
} | SELECT ?answer WHERE { wd:Q223677 wdt:P735 ?answer . ?answer wdt:P282 wd:Q8229} |
lcquad2-21940 | Which unused conference did Donald Trump take part in? | [
"President Trump press conference February 16, 2017"
] | {
"entities": [
"Q22686",
"Q28792320",
"Q272281"
],
"relations": [
"P31",
"P710"
],
"adjacency": [
[
1,
1,
0
],
[
1,
0,
2
]
],
"entity_labels": [
"Donald Trump",
"President Trump press conference February 16, 2017",
"news conference"
],
"relation_labels": [
"instance of",
"participant"
]
} | select distinct ?sbj where { ?sbj wdt:P710 wd:Q22686 . ?sbj wdt:P31 wd:Q272281 } |
lcquad2-16781 | Which anatomical area of put built of zygote ? | [
"pelvic cavity"
] | {
"entities": [
"Q1547362",
"Q170145",
"Q1233836"
],
"relations": [
"P1071",
"P927"
],
"adjacency": [
[
1,
0,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"pelvic cavity",
"zygote",
"fallopian tube"
],
"relation_labels": [
"location of creation",
"anatomical location"
]
} | SELECT ?answer WHERE { wd:Q170145 wdt:P1071 ?X . ?X wdt:P927 ?answer} |
lcquad2-21996 | Which is Greek fairy which was the accomplice of Apollo? | [
"Antianeira"
] | {
"entities": [
"Q37340",
"Q3346693",
"Q574828"
],
"relations": [
"P31",
"P451"
],
"adjacency": [
[
2,
1,
0
],
[
2,
0,
1
]
],
"entity_labels": [
"Apollo",
"Greek nymph",
"Antianeira"
],
"relation_labels": [
"instance of",
"unmarried partner"
]
} | select distinct ?sbj where { ?sbj wdt:P451 wd:Q37340 . ?sbj wdt:P31 wd:Q3346693 } |
lcquad2-24388 | What are the national sports group which begin with the letter t | [
"Tunisia national rugby union team"
] | {
"entities": [
"Q1194951",
"Q971837"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"national sports team",
"Tunisia national rugby union team"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q1194951 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 't')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-15509 | What children did the brothers and sisters of Emmanuel Philibert, Sovereign of Carignano, have? | [
"Louis William, Margrave of Baden-Baden"
] | {
"entities": [
"Q58755",
"Q463362",
"Q2349136"
],
"relations": [
"P3373",
"P40"
],
"adjacency": [
[
2,
0,
1
],
[
1,
1,
0
]
],
"entity_labels": [
"Louis William, Margrave of Baden-Baden",
"Princess Louise of Savoy",
"Emmanuel Philibert, Prince of Carignano"
],
"relation_labels": [
"sibling",
"child"
]
} | SELECT ?answer WHERE { wd:Q2349136 wdt:P3373 ?X . ?X wdt:P40 ?answer} |
lcquad2-23511 | Name a Luther town in its name containing the word "worms" | [
"Worms"
] | {
"entities": [
"Q3852",
"Q1547289"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"Worms",
"Luther city"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q1547289 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'worms')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-14881 | What is the scholarly region of work of Viktor Bespalov? | [
"electronic engineering"
] | {
"entities": [
"Q126095",
"Q4201666",
"Q28792298"
],
"relations": [
"P108",
"P101"
],
"adjacency": [
[
2,
0,
1
],
[
1,
1,
0
]
],
"entity_labels": [
"electronic engineering",
"Institute of Applied Physics",
"Viktor Bespalov"
],
"relation_labels": [
"employer",
"field of work"
]
} | SELECT ?answer WHERE { wd:Q28792298 wdt:P108 ?X . ?X wdt:P101 ?answer} |
lcquad2-24046 | Which is the name of the disease that starts with the letter Y? | [
"Yemenite deaf-blind hypopigmentation syndrome"
] | {
"entities": [
"Q8052144",
"Q12136"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"Yemenite deaf-blind hypopigmentation syndrome",
"disease"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q12136 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'y')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-11800 | What is the geography of the Greater Antilles in North America? | [
"Caribbean"
] | {
"entities": [
"Q49",
"Q128011",
"Q664609"
],
"relations": [
"P30",
"P706"
],
"adjacency": [
[
1,
1,
2
],
[
2,
0,
0
]
],
"entity_labels": [
"North America",
"Greater Antilles",
"Caribbean"
],
"relation_labels": [
"continent",
"located in/on physical feature"
]
} | SELECT ?answer WHERE { wd:Q128011 wdt:P706 ?answer . ?answer wdt:P30 wd:Q49} |
lcquad2-21668 | Ignatius of Loyola has a place to which Catholic arrange? | [
"Society of Jesus"
] | {
"entities": [
"Q391009",
"Q44281",
"Q36380"
],
"relations": [
"P611",
"P31"
],
"adjacency": [
[
1,
0,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"Catholic order",
"Ignatius of Loyola",
"Society of Jesus"
],
"relation_labels": [
"religious order",
"instance of"
]
} | select distinct ?obj where { wd:Q44281 wdt:P611 ?obj . ?obj wdt:P31 wd:Q391009 } |
lcquad2-12828 | What is the {product} of {papermaking} which is {made of} {bleach} called? | [
"paper"
] | {
"entities": [
"Q11587",
"Q335415",
"Q11472"
],
"relations": [
"P1056",
"P186"
],
"adjacency": [
[
1,
0,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"bleach",
"papermaking",
"paper"
],
"relation_labels": [
"product or material produced",
"made from material"
]
} | SELECT ?answer WHERE { wd:Q335415 wdt:P1056 ?answer . ?answer wdt:P186 wd:Q11587} |
lcquad2-17842 | When happened to the SS Naronic? | [
"takeover"
] | {
"entities": [
"Q1416898",
"Q1298146",
"Q320466"
],
"relations": [
"P793",
"P137"
],
"adjacency": [
[
1,
1,
2
],
[
2,
0,
0
]
],
"entity_labels": [
"takeover",
"SS Naronic",
"White Star Line"
],
"relation_labels": [
"significant event",
"operator"
]
} | SELECT ?answer WHERE { wd:Q1298146 wdt:P137 ?X . ?X wdt:P793 ?answer} |
lcquad2-16909 | What is the name of the chairwoman working for Vannevar Bush? | [
"Cynthia Barnhart"
] | {
"entities": [
"Q49108",
"Q299595",
"Q27517506"
],
"relations": [
"P108",
"P488"
],
"adjacency": [
[
1,
0,
0
],
[
0,
1,
2
]
],
"entity_labels": [
"Massachusetts Institute of Technology",
"Vannevar Bush",
"Cynthia Barnhart"
],
"relation_labels": [
"employer",
"chairperson"
]
} | SELECT ?answer WHERE { wd:Q299595 wdt:P108 ?X . ?X wdt:P488 ?answer} |
lcquad2-21308 | Who was Jonas Salk's doctoral understudy? | [
"Robert Lanza"
] | {
"entities": [
"Q7346716",
"Q200101",
"Q5"
],
"relations": [
"P31",
"P185"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"Robert Lanza",
"Jonas Salk",
"human"
],
"relation_labels": [
"instance of",
"doctoral student"
]
} | select distinct ?obj where { wd:Q200101 wdt:P185 ?obj . ?obj wdt:P31 wd:Q5 } |
lcquad2-13302 | Shen Bao has a companion metropolis of Rotterdam, what is the most important area of the publication? | [
"Shanghai"
] | {
"entities": [
"Q919710",
"Q34370",
"Q8686"
],
"relations": [
"P190",
"P291"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"Shen Bao",
"Rotterdam",
"Shanghai"
],
"relation_labels": [
"twinned administrative body",
"place of publication"
]
} | SELECT ?answer WHERE { wd:Q919710 wdt:P291 ?answer . ?answer wdt:P190 wd:Q34370} |
lcquad2-12574 | What are the locales accessible on the coast of Lower Saxony? | [
"Wilhelmshaven"
] | {
"entities": [
"Q1197",
"Q1882240",
"Q3857"
],
"relations": [
"P206",
"P150"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"Lower Saxony",
"Maade",
"Wilhelmshaven"
],
"relation_labels": [
"located in or next to body of water",
"contains the administrative territorial entity"
]
} | SELECT ?answer WHERE { wd:Q1197 wdt:P150 ?answer . ?answer wdt:P206 wd:Q1882240} |
lcquad2-23241 | What kind of food or dish does the word torta contain in its name? | [
"torta"
] | {
"entities": [
"Q19861951",
"Q3573026"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"type of food or dish",
"torta"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q19861951 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'torta')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-23163 | Tell me scholarly sort whose title has the word vita in it | [
"curriculum vitae"
] | {
"entities": [
"Q186649",
"Q223393"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"curriculum vitae",
"literary genre"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q223393 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'vita')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-17348 | What is the parent company of those who work at Roberta Bondar? | [
"NASA Engineering and Safety Center"
] | {
"entities": [
"Q23548",
"Q258385",
"Q108547864"
],
"relations": [
"P108",
"P355"
],
"adjacency": [
[
1,
0,
0
],
[
0,
1,
2
]
],
"entity_labels": [
"National Aeronautics and Space Administration",
"Roberta Bondar",
"NASA Engineering and Safety Center"
],
"relation_labels": [
"employer",
"has subsidiary"
]
} | SELECT ?answer WHERE { wd:Q258385 wdt:P108 ?X . ?X wdt:P355 ?answer} |
lcquad2-14293 | What is the official dialect of Alice springs-Soverign state? | [
"Ami"
] | {
"entities": [
"Q10408315",
"Q408",
"Q17872"
],
"relations": [
"P17",
"P2936"
],
"adjacency": [
[
2,
0,
1
],
[
1,
1,
0
]
],
"entity_labels": [
"Ami",
"Australia",
"Alice Springs"
],
"relation_labels": [
"country",
"language used"
]
} | SELECT ?answer WHERE { wd:Q17872 wdt:P17 ?X . ?X wdt:P2936 ?answer} |
lcquad2-21166 | Title a memer of the Prophet Enterprise | [
"Safra Catz"
] | {
"entities": [
"Q450628",
"Q5",
"Q19900"
],
"relations": [
"P31",
"P463"
],
"adjacency": [
[
0,
1,
2
],
[
0,
0,
1
]
],
"entity_labels": [
"Safra Catz",
"human",
"Oracle"
],
"relation_labels": [
"instance of",
"member of"
]
} | select distinct ?sbj where { ?sbj wdt:P463 wd:Q19900 . ?sbj wdt:P31 wd:Q5 } |
lcquad2-22549 | Who was the goddess Artemis? | [
"Artume"
] | {
"entities": [
"Q781357",
"Q39503",
"Q205985"
],
"relations": [
"P31",
"P460"
],
"adjacency": [
[
0,
1,
1
],
[
0,
0,
2
]
],
"entity_labels": [
"Artume",
"Artemis",
"goddess"
],
"relation_labels": [
"instance of",
"said to be the same as"
]
} | select distinct ?sbj where { ?sbj wdt:P460 wd:Q39503 . ?sbj wdt:P31 wd:Q205985 } |
lcquad2-20320 | What psoition does Jacinda Ardern's serve? | [
"Minister for Arts, Culture and Heritage"
] | {
"entities": [
"Q3606816",
"Q4164871",
"Q29025010"
],
"relations": [
"P31",
"P1308"
],
"adjacency": [
[
2,
1,
0
],
[
2,
0,
1
]
],
"entity_labels": [
"Jacinda Ardern",
"position",
"Minister for Arts, Culture and Heritage"
],
"relation_labels": [
"instance of",
"officeholder"
]
} | select distinct ?sbj where { ?sbj wdt:P1308 wd:Q3606816 . ?sbj wdt:P31 wd:Q4164871 } |
lcquad2-17890 | Who gave the { administration route } of the { cyclohexane } consistency? | [
"inhalation administration"
] | {
"entities": [
"Q10268830",
"Q211433",
"Q21174115"
],
"relations": [
"P1542",
"P636"
],
"adjacency": [
[
1,
0,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"inhalation administration",
"cyclohexane",
"cyclohexane exposure"
],
"relation_labels": [
"has effect",
"route of administration"
]
} | SELECT ?answer WHERE { wd:Q211433 wdt:P1542 ?X . ?X wdt:P636 ?answer} |
lcquad2-9912 | What do you call a person who specializes in Economics? | [
"Doctor of Economics",
"economy"
] | {
"entities": [
"Q8134",
"Q159810",
"Q17281072"
],
"relations": [
"P2578",
"P3095"
],
"adjacency": [
[
0,
1,
2
],
[
0,
0,
1
]
],
"entity_labels": [
"economics",
"economy",
"Doctor of Economics"
],
"relation_labels": [
"is the study of",
"practiced by"
]
} | SELECT ?ans_1 ?ans_2 WHERE { wd:Q8134 wdt:P3095 ?ans_1 . wd:Q8134 wdt:P2578 ?ans_2 } |
lcquad2-11778 | What German inventor came up with the B-tree and awarded the Officer's Cross of the Order of Merit? | [
"Rudolf Bayer"
] | {
"entities": [
"Q66656",
"Q10905334",
"Q677051"
],
"relations": [
"P166",
"P61"
],
"adjacency": [
[
2,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"Rudolf Bayer",
"Officer's Cross of the Order of Merit of the Federal Republic of Germany",
"B-tree"
],
"relation_labels": [
"award received",
"discoverer or inventor"
]
} | SELECT ?answer WHERE { wd:Q677051 wdt:P61 ?answer . ?answer wdt:P166 wd:Q10905334} |
lcquad2-19880 | Is Vidhan Sabha official body of Assam? | [
"Assam Legislative Assembly"
] | {
"entities": [
"Q4808385",
"Q3091020",
"Q1164"
],
"relations": [
"P208",
"P31"
],
"adjacency": [
[
2,
0,
0
],
[
0,
1,
1
]
],
"entity_labels": [
"Assam Legislative Assembly",
"Vidhan Sabha",
"Assam"
],
"relation_labels": [
"executive body",
"instance of"
]
} | select distinct ?obj where { wd:Q1164 wdt:P208 ?obj . ?obj wdt:P31 wd:Q3091020 } |
lcquad2-23602 | Tell me a fictional detective whose name includes the word sam. | [
"מדריך ארץ ישראל"
] | {
"entities": [
"Q6754938",
"Q223638"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"מדריך ארץ ישראל",
"guide book"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q223638 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'ארץ')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-17201 | which is working of film maker of My Blue Paradise ? | [
"New York Magazine"
] | {
"entities": [
"Q1507987",
"Q733607",
"Q214677"
],
"relations": [
"P162",
"P108"
],
"adjacency": [
[
1,
0,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"New York Magazine",
"My Blue Heaven",
"Nora Ephron"
],
"relation_labels": [
"producer",
"employer"
]
} | SELECT ?answer WHERE { wd:Q733607 wdt:P162 ?X . ?X wdt:P108 ?answer} |
lcquad2-23454 | Let me know family relationship whose title has the word uncle in it. | [
"great-grandaunt or great-granduncle"
] | {
"entities": [
"Q171318",
"Q87770648"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"kinship",
"great-grandaunt or great-granduncle"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q171318 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'uncle')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-24366 | what are the portray which begin with the letter y | [
"Yashoda, Krishna's mother, chides Krishna and sees a vision"
] | {
"entities": [
"Q3305213",
"Q99454480"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"painting",
"Yashoda, Krishna's mother, chides Krishna and sees a vision"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q3305213 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'y')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-25377 | What what is gas giant infant astronomical body by using Enceladus and additionally which starts with letter s | [
"Saturn"
] | {
"entities": [
"Q121750",
"Q193",
"Q3303"
],
"relations": [
"P31",
"P398"
],
"adjacency": [
[
1,
0,
0
],
[
1,
1,
2
]
],
"entity_labels": [
"gas giant",
"Saturn",
"Enceladus"
],
"relation_labels": [
"instance of",
"child astronomical body"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q121750 . ?sbj wdt:P398 wd:Q3303 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 's')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-14574 | Who died in Innokenty smoktunovsky county seat? | [
"Kubinka urban settlement"
] | {
"entities": [
"Q380250",
"Q155902",
"Q4145529"
],
"relations": [
"P1376",
"P20"
],
"adjacency": [
[
0,
1,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"Innokenty Smoktunovsky",
"Kubinka",
"Kubinka urban settlement"
],
"relation_labels": [
"capital of",
"place of death"
]
} | SELECT ?answer WHERE { wd:Q380250 wdt:P20 ?X . ?X wdt:P1376 ?answer} |
lcquad2-12017 | What is the dialect official of World Baseball Softball Confederation whose typology is nominative–accusative language? | [
"English"
] | {
"entities": [
"Q178435",
"Q1860",
"Q11362472"
],
"relations": [
"P37",
"P4132"
],
"adjacency": [
[
2,
0,
1
],
[
1,
1,
0
]
],
"entity_labels": [
"nominative–accusative language",
"English",
"World Baseball Softball Confederation"
],
"relation_labels": [
"official language",
"linguistic typology"
]
} | SELECT ?answer WHERE { wd:Q11362472 wdt:P37 ?answer . ?answer wdt:P4132 wd:Q178435} |
lcquad2-21453 | Who is the {human} for {doctoral advisor} of {Claude Shannon} | [
"William Daniel Hillis"
] | {
"entities": [
"Q92760",
"Q5",
"Q92942"
],
"relations": [
"P184",
"P31"
],
"adjacency": [
[
2,
0,
0
],
[
2,
1,
1
]
],
"entity_labels": [
"Claude Shannon",
"human",
"William Daniel Hillis"
],
"relation_labels": [
"doctoral advisor",
"instance of"
]
} | select distinct ?sbj where { ?sbj wdt:P184 wd:Q92760 . ?sbj wdt:P31 wd:Q5 } |
lcquad2-24042 | What is the comic strip starting with the letter z? | [
"Zintzilik (comic strip)"
] | {
"entities": [
"Q64782041",
"Q838795"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"Zintzilik (comic strip)",
"comic strip"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q838795 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'z')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-24149 | which organization title begins with z | [
"Zanotta"
] | {
"entities": [
"Q98024745",
"Q43229"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"Zanotta",
"organization"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q43229 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'z')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-24408 | Name the group of vehicles that start with the letter "v" | [
"Valentine"
] | {
"entities": [
"Q899078",
"Q22999537"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"Valentine",
"vehicle family"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q22999537 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'v')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-12912 | Which is the delivery area of Malcolm Allison, that is bordered by way of Purfleet? | [
"Dartford"
] | {
"entities": [
"Q858775",
"Q1383862",
"Q1972020"
],
"relations": [
"P19",
"P47"
],
"adjacency": [
[
1,
0,
0
],
[
0,
1,
2
]
],
"entity_labels": [
"Dartford",
"Malcolm Allison",
"Purfleet-on-Thames"
],
"relation_labels": [
"place of birth",
"shares border with"
]
} | SELECT ?answer WHERE { wd:Q1383862 wdt:P19 ?answer . ?answer wdt:P47 wd:Q1972020} |
lcquad2-21787 | Which protein interatomic with oxytocin? | [
"Oxytocin receptor"
] | {
"entities": [
"Q8054",
"Q169960",
"Q6590443"
],
"relations": [
"P31",
"P129"
],
"adjacency": [
[
2,
1,
1
],
[
2,
0,
0
]
],
"entity_labels": [
"protein",
"oxytocin",
"Oxytocin receptor"
],
"relation_labels": [
"instance of",
"physically interacts with"
]
} | select distinct ?sbj where { ?sbj wdt:P129 wd:Q169960 . ?sbj wdt:P31 wd:Q8054 } |
lcquad2-24572 | What are the antiquated civilization which begin with the letter s | [
"Urartu"
] | {
"entities": [
"Q185068",
"Q28171280"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"Urartu",
"ancient civilization"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q28171280 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'u')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-24337 | Name a novel series that begins with "t". | [
"The Irregular at Magic High School"
] | {
"entities": [
"Q1667921",
"Q98849887"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"novel series",
"The Irregular at Magic High School"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q1667921 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 't')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-24551 | What are the region of the Netherlands which begin with the letter s | [
"Zuidschalkwijk"
] | {
"entities": [
"Q974563",
"Q2039348"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"Zuidschalkwijk",
"municipality of the Netherlands"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q2039348 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'z')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-17364 | What is the genetic association found in post - traumatic stress disorder species? | [
"Homo sapiens"
] | {
"entities": [
"Q202387",
"Q14908260",
"Q15978631"
],
"relations": [
"P703",
"P2293"
],
"adjacency": [
[
0,
1,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"post-traumatic stress disorder",
"KAT2B",
"Homo sapiens"
],
"relation_labels": [
"found in taxon",
"genetic association"
]
} | SELECT ?answer WHERE { wd:Q202387 wdt:P2293 ?X . ?X wdt:P703 ?answer} |
lcquad2-16446 | Name the division for which Jurandir Fatori's team plays. | [
"Campeonato Brasileiro"
] | {
"entities": [
"Q21020118",
"Q1199581",
"Q38568"
],
"relations": [
"P54",
"P118"
],
"adjacency": [
[
0,
0,
2
],
[
2,
1,
1
]
],
"entity_labels": [
"Jurandir Fatori",
"Campeonato Brasileiro",
"São Paulo FC"
],
"relation_labels": [
"member of sports team",
"league"
]
} | SELECT ?answer WHERE { wd:Q21020118 wdt:P54 ?X . ?X wdt:P118 ?answer} |
lcquad2-9803 | Freddy Krueger and Fred Krueger, is a serial killer and the principal antagonist of the A Nightmare on Elm Street series. A family man on the surface, Krueger used to be in reality the serial killer known as the "Springwood Slasher". When he was once caught and consequently released on a technicality, the parents of his victims tracked him to the boiler room of the power plant he as soon as worked at and burned him alive. Krueger was supplied the threat to proceed after his physical death, turning into a Dream Demon that could enter his victims' dreams and kill them in the Dream World, which would consequently reason their dying in the bodily world and absorb their souls afterwards. | [
"male",
"United States of America"
] | {
"entities": [
"Q6581097",
"Q329466",
"Q30"
],
"relations": [
"P21",
"P27"
],
"adjacency": [
[
1,
0,
0
],
[
1,
1,
2
]
],
"entity_labels": [
"male",
"Freddy Krueger",
"United States of America"
],
"relation_labels": [
"sex or gender",
"country of citizenship"
]
} | SELECT ?ans_1 ?ans_2 WHERE { wd:Q329466 wdt:P21 ?ans_1 . wd:Q329466 wdt:P27 ?ans_2 } |
lcquad2-14591 | What are the stars and stripes from the star radiant standard? | [
"Michigan"
] | {
"entities": [
"Q1166",
"Q44696",
"Q30"
],
"relations": [
"P495",
"P150"
],
"adjacency": [
[
1,
0,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"Michigan",
"The Star-Spangled Banner",
"United States of America"
],
"relation_labels": [
"country of origin",
"contains the administrative territorial entity"
]
} | SELECT ?answer WHERE { wd:Q44696 wdt:P495 ?X . ?X wdt:P150 ?answer} |
lcquad2-12938 | When is the area born in Jamshid Mashayekhi which may be a accomplice town of Havana? | [
"Tehran"
] | {
"entities": [
"Q3616",
"Q3026288",
"Q1563"
],
"relations": [
"P190",
"P19"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"Tehran",
"Jamshid Mashayekhi",
"Havana"
],
"relation_labels": [
"twinned administrative body",
"place of birth"
]
} | SELECT ?answer WHERE { wd:Q3026288 wdt:P19 ?answer . ?answer wdt:P190 wd:Q1563} |
lcquad2-16350 | WHO THE DUBBER OF RUKH FROM WORK? | [
"Alan Arkin"
] | {
"entities": [
"Q108283",
"Q176198",
"Q30060903"
],
"relations": [
"P1441",
"P725"
],
"adjacency": [
[
2,
0,
1
],
[
1,
1,
0
]
],
"entity_labels": [
"Alan Arkin",
"The Last Unicorn",
"Rukh"
],
"relation_labels": [
"present in work",
"voice actor"
]
} | SELECT ?answer WHERE { wd:Q30060903 wdt:P1441 ?X . ?X wdt:P725 ?answer} |
lcquad2-20748 | Who is the human accomplice of Chow Yun-fat? | [
"Idy Chan"
] | {
"entities": [
"Q5",
"Q181425",
"Q9369465"
],
"relations": [
"P31",
"P451"
],
"adjacency": [
[
2,
1,
1
],
[
2,
0,
0
]
],
"entity_labels": [
"human",
"Chow Yun-fat",
"Idy Chan"
],
"relation_labels": [
"instance of",
"unmarried partner"
]
} | select distinct ?sbj where { ?sbj wdt:P451 wd:Q181425 . ?sbj wdt:P31 wd:Q5 } |
lcquad2-16612 | What is the candidature that Gustav Wincklet took part of? | [
"Corry Brokken"
] | {
"entities": [
"Q715063",
"Q154846",
"Q159475"
],
"relations": [
"P1344",
"P710"
],
"adjacency": [
[
0,
0,
1
],
[
1,
1,
2
]
],
"entity_labels": [
"Gustav Winckler",
"Eurovision Song Contest 1957",
"Corry Brokken"
],
"relation_labels": [
"participant in",
"participant"
]
} | SELECT ?answer WHERE { wd:Q715063 wdt:P1344 ?X . ?X wdt:P710 ?answer} |
lcquad2-20914 | Who's the stepparent of Johnny Cash? | [
"Carlene Carter"
] | {
"entities": [
"Q508212",
"Q42775",
"Q5"
],
"relations": [
"P31",
"P3448"
],
"adjacency": [
[
0,
1,
1
],
[
0,
0,
2
]
],
"entity_labels": [
"Carlene Carter",
"Johnny Cash",
"human"
],
"relation_labels": [
"instance of",
"stepparent"
]
} | select distinct ?sbj where { ?sbj wdt:P3448 wd:Q42775 . ?sbj wdt:P31 wd:Q5 } |
lcquad2-17632 | What is field of work out for partnered with Terje Langli ? | [
"loyalty program"
] | {
"entities": [
"Q1426546",
"Q1878916",
"Q954719"
],
"relations": [
"P452",
"P1416"
],
"adjacency": [
[
2,
1,
1
],
[
1,
0,
0
]
],
"entity_labels": [
"loyalty program",
"Lyoness",
"Terje Langli"
],
"relation_labels": [
"industry",
"affiliation"
]
} | SELECT ?answer WHERE { wd:Q954719 wdt:P1416 ?X . ?X wdt:P452 ?answer} |
lcquad2-21009 | What is the title of the showy character of Hamlet? | [
"Osric"
] | {
"entities": [
"Q3375722",
"Q11801381",
"Q41567"
],
"relations": [
"P674",
"P31"
],
"adjacency": [
[
2,
0,
1
],
[
1,
1,
0
]
],
"entity_labels": [
"theatrical character",
"Osric",
"Hamlet"
],
"relation_labels": [
"characters",
"instance of"
]
} | select distinct ?obj where { wd:Q41567 wdt:P674 ?obj . ?obj wdt:P31 wd:Q3375722 } |
lcquad2-22188 | What function happens in Leicester? | [
"Leicestershire"
] | {
"entities": [
"Q83065",
"Q23106",
"Q180673"
],
"relations": [
"P31",
"P501"
],
"adjacency": [
[
0,
1,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"Leicester",
"Leicestershire",
"ceremonial county of England"
],
"relation_labels": [
"instance of",
"enclave within"
]
} | select distinct ?obj where { wd:Q83065 wdt:P501 ?obj . ?obj wdt:P31 wd:Q180673 } |
lcquad2-23202 | Let me know the brain locale that contains the word thalamus in their name | [
"epithalamus"
] | {
"entities": [
"Q849277",
"Q1620186"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"epithalamus",
"brain region"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q1620186 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'thalamus')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-17315 | what is the utilizing of the change of smoothsort? | [
"array data structure"
] | {
"entities": [
"Q186152",
"Q474095",
"Q1714823"
],
"relations": [
"P2283",
"P144"
],
"adjacency": [
[
2,
1,
1
],
[
1,
0,
0
]
],
"entity_labels": [
"array data structure",
"heapsort",
"smoothsort"
],
"relation_labels": [
"uses",
"based on"
]
} | SELECT ?answer WHERE { wd:Q1714823 wdt:P144 ?X . ?X wdt:P2283 ?answer} |
lcquad2-20101 | What was Grigori Perelman's proven theory? | [
"soul theorem"
] | {
"entities": [
"Q117346",
"Q65943",
"Q4171386"
],
"relations": [
"P31",
"P1318"
],
"adjacency": [
[
2,
1,
0
],
[
2,
0,
1
]
],
"entity_labels": [
"Grigori Perelman",
"theorem",
"soul theorem"
],
"relation_labels": [
"instance of",
"proved by"
]
} | select distinct ?sbj where { ?sbj wdt:P1318 wd:Q117346 . ?sbj wdt:P31 wd:Q65943 } |
lcquad2-15602 | Which career did the character Buffy the Vampire Slayer choose? | [
"vampire hunter"
] | {
"entities": [
"Q1042244",
"Q1058307",
"Q183513"
],
"relations": [
"P674",
"P106"
],
"adjacency": [
[
2,
0,
0
],
[
0,
1,
1
]
],
"entity_labels": [
"Willow Rosenberg",
"vampire hunter",
"Buffy the Vampire Slayer"
],
"relation_labels": [
"characters",
"occupation"
]
} | SELECT ?answer WHERE { wd:Q183513 wdt:P674 ?X . ?X wdt:P106 ?answer} |
lcquad2-24963 | Which is the open occasion that's a day in year for intermittent event of 21 Tishrei and contains the word sukkot in it's name? | [
"Sukkot"
] | {
"entities": [
"Q1197685",
"Q182242",
"Q2912454"
],
"relations": [
"P837",
"P31"
],
"adjacency": [
[
1,
1,
0
],
[
1,
0,
2
]
],
"entity_labels": [
"public holiday",
"Sukkot",
"21 Tishrei"
],
"relation_labels": [
"day in year for periodic occurrence",
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q1197685 . ?sbj wdt:P837 wd:Q2912454 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'sukkot')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-19912 | Who is the Austrian Empire's Head of State? | [
"Francis II, Holy Roman Emperor"
] | {
"entities": [
"Q130834",
"Q5",
"Q131964"
],
"relations": [
"P35",
"P31"
],
"adjacency": [
[
2,
0,
0
],
[
0,
1,
1
]
],
"entity_labels": [
"Francis II, Holy Roman Emperor",
"human",
"Austrian Empire"
],
"relation_labels": [
"head of state",
"instance of"
]
} | select distinct ?obj where { wd:Q131964 wdt:P35 ?obj . ?obj wdt:P31 wd:Q5 } |
lcquad2-13073 | The Moon is found in which subtopic of the geographical history of the Soil that has moon within the name? | [
"Earth"
] | {
"entities": [
"Q405",
"Q2",
"Q2389585"
],
"relations": [
"P1269",
"P398"
],
"adjacency": [
[
2,
0,
1
],
[
1,
1,
0
]
],
"entity_labels": [
"Moon",
"Earth",
"geological history of Earth"
],
"relation_labels": [
"facet of",
"child astronomical body"
]
} | SELECT ?answer WHERE { wd:Q2389585 wdt:P1269 ?answer . ?answer wdt:P398 wd:Q405} |
lcquad2-12888 | whos is proprietor of the kiss that have individuals of is g20 | [
"France"
] | {
"entities": [
"Q2418237",
"Q19771",
"Q142"
],
"relations": [
"P127",
"P463"
],
"adjacency": [
[
0,
0,
2
],
[
2,
1,
1
]
],
"entity_labels": [
"The Kiss",
"G20",
"France"
],
"relation_labels": [
"owned by",
"member of"
]
} | SELECT ?answer WHERE { wd:Q2418237 wdt:P127 ?answer . ?answer wdt:P463 wd:Q19771} |
lcquad2-15626 | Master Lou Harrison is the father to what son? | [
"Gertrud Schönberg"
] | {
"entities": [
"Q590911",
"Q20644303",
"Q154770"
],
"relations": [
"P40",
"P1066"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"Lou Harrison",
"Gertrud Schönberg",
"Arnold Schoenberg"
],
"relation_labels": [
"child",
"student of"
]
} | SELECT ?answer WHERE { wd:Q590911 wdt:P1066 ?X . ?X wdt:P40 ?answer} |
lcquad2-12629 | Give me the name of the person that first described the element osmium and was born in Selby. | [
"Smithson Tennant"
] | {
"entities": [
"Q527846",
"Q377800",
"Q751"
],
"relations": [
"P19",
"P61"
],
"adjacency": [
[
2,
1,
1
],
[
1,
0,
0
]
],
"entity_labels": [
"Selby",
"Smithson Tennant",
"osmium"
],
"relation_labels": [
"place of birth",
"discoverer or inventor"
]
} | SELECT ?answer WHERE { wd:Q751 wdt:P61 ?answer . ?answer wdt:P19 wd:Q527846} |
lcquad2-19759 | What is the name of Bill Gate's mother? | [
"Mary Maxwell Gates"
] | {
"entities": [
"Q5",
"Q454928",
"Q5284"
],
"relations": [
"P25",
"P31"
],
"adjacency": [
[
2,
0,
1
],
[
1,
1,
0
]
],
"entity_labels": [
"human",
"Mary Maxwell Gates",
"Bill Gates"
],
"relation_labels": [
"mother",
"instance of"
]
} | select distinct ?obj where { wd:Q5284 wdt:P25 ?obj . ?obj wdt:P31 wd:Q5 } |
lcquad2-15976 | In what discipline of work does José Luis Rodríguez Zapatero work in? | [
"statesmanship"
] | {
"entities": [
"Q372436",
"Q41395",
"Q16547080"
],
"relations": [
"P106",
"P425"
],
"adjacency": [
[
1,
0,
0
],
[
0,
1,
2
]
],
"entity_labels": [
"statesperson",
"José Luis Rodríguez Zapatero",
"statesmanship"
],
"relation_labels": [
"occupation",
"field of this occupation"
]
} | SELECT ?answer WHERE { wd:Q41395 wdt:P106 ?X . ?X wdt:P425 ?answer} |
lcquad2-23920 | WHICH ARE THE NUT THAT CONTAINS THE WORD NUT IN THEIR Title | [
"buckeye nut"
] | {
"entities": [
"Q104413072",
"Q11009"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"buckeye nut",
"nut"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q11009 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'nut')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-13352 | What is the destiny of Joaquin Archivaldo Guzman, who was to begin with depicted as El Faro? | [
"Panama Papers"
] | {
"entities": [
"Q456321",
"Q5351268",
"Q23702848"
],
"relations": [
"P793",
"P61"
],
"adjacency": [
[
0,
0,
2
],
[
2,
1,
1
]
],
"entity_labels": [
"Joaquín Guzmán Loera",
"El Faro",
"Panama Papers"
],
"relation_labels": [
"significant event",
"discoverer or inventor"
]
} | SELECT ?answer WHERE { wd:Q456321 wdt:P793 ?answer . ?answer wdt:P61 wd:Q5351268} |
lcquad2-21841 | Name the political party to which Jacinda Ardern belongs. | [
"New Zealand Labour Party"
] | {
"entities": [
"Q3606816",
"Q7278",
"Q1048192"
],
"relations": [
"P102",
"P31"
],
"adjacency": [
[
0,
0,
2
],
[
2,
1,
1
]
],
"entity_labels": [
"Jacinda Ardern",
"political party",
"New Zealand Labour Party"
],
"relation_labels": [
"member of political party",
"instance of"
]
} | select distinct ?obj where { wd:Q3606816 wdt:P102 ?obj . ?obj wdt:P31 wd:Q7278 } |
lcquad2-14710 | Who is the child of Ofelia Medina's life partner? | [
"Pedro Armendáriz"
] | {
"entities": [
"Q1986025",
"Q1374499",
"Q359996"
],
"relations": [
"P26",
"P22"
],
"adjacency": [
[
0,
0,
1
],
[
1,
1,
2
]
],
"entity_labels": [
"Ofelia Medina",
"Pedro Armendáriz Jr.",
"Pedro Armendáriz"
],
"relation_labels": [
"spouse",
"father"
]
} | SELECT ?answer WHERE { wd:Q1986025 wdt:P26 ?X . ?X wdt:P22 ?answer} |
lcquad2-21038 | Who is the PhD candidate for Niels Bohr? | [
"J. J. Thomson"
] | {
"entities": [
"Q7085",
"Q47285",
"Q5"
],
"relations": [
"P31",
"P185"
],
"adjacency": [
[
1,
1,
0
],
[
1,
0,
2
]
],
"entity_labels": [
"Niels Bohr",
"J. J. Thomson",
"human"
],
"relation_labels": [
"instance of",
"doctoral student"
]
} | select distinct ?sbj where { ?sbj wdt:P185 wd:Q7085 . ?sbj wdt:P31 wd:Q5 } |
lcquad2-15772 | {Service Operator} {MiG-21} is what {position of head of government}? | [
"Premier of the People's Republic of China"
] | {
"entities": [
"Q148",
"Q4122271",
"Q150609"
],
"relations": [
"P1313",
"P137"
],
"adjacency": [
[
2,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"People's Republic of China",
"Premier of the People's Republic of China",
"MiG-21"
],
"relation_labels": [
"office held by head of government",
"operator"
]
} | SELECT ?answer WHERE { wd:Q150609 wdt:P137 ?X . ?X wdt:P1313 ?answer} |
lcquad2-9527 | what is the name of the owner of and the member of Mikhil_Gorbachev. | [
"Novaya Gazeta",
"Club of Rome"
] | {
"entities": [
"Q170135",
"Q107569",
"Q30487"
],
"relations": [
"P1830",
"P463"
],
"adjacency": [
[
2,
0,
0
],
[
2,
1,
1
]
],
"entity_labels": [
"Novaya Gazeta",
"Club of Rome",
"Mikhail Gorbachev"
],
"relation_labels": [
"owner of",
"member of"
]
} | SELECT ?ans_1 ?ans_2 WHERE { wd:Q30487 wdt:P1830 ?ans_1 . wd:Q30487 wdt:P463 ?ans_2 } |
lcquad2-14481 | What are Lee Friedlander's national discretionary relations? | [
"Gabon"
] | {
"entities": [
"Q711391",
"Q1000",
"Q30"
],
"relations": [
"P27",
"P530"
],
"adjacency": [
[
0,
0,
2
],
[
2,
1,
1
]
],
"entity_labels": [
"Lee Friedlander",
"Gabon",
"United States of America"
],
"relation_labels": [
"country of citizenship",
"diplomatic relation"
]
} | SELECT ?answer WHERE { wd:Q711391 wdt:P27 ?X . ?X wdt:P530 ?answer} |
lcquad2-12878 | What used to be in the issue of the guidance set structure whose painter was once Gerrit Blaauw? | [
"computer architecture"
] | {
"entities": [
"Q2632606",
"Q272683",
"Q173212"
],
"relations": [
"P1269",
"P170"
],
"adjacency": [
[
1,
0,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"Gerrit Blaauw",
"instruction set architecture",
"computer architecture"
],
"relation_labels": [
"facet of",
"creator"
]
} | SELECT ?answer WHERE { wd:Q272683 wdt:P1269 ?answer . ?answer wdt:P170 wd:Q2632606} |
lcquad2-23618 | What are the coachwork sort which begin with the letter van | [
"minivan"
] | {
"entities": [
"Q223189",
"Q15729598"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"minivan",
"coachwork type"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q15729598 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'van')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-12512 | Who is George W. Bush's sister that has crafted as enterpreneur? | [
"Neil Bush"
] | {
"entities": [
"Q131524",
"Q207",
"Q320829"
],
"relations": [
"P3373",
"P106"
],
"adjacency": [
[
1,
0,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"entrepreneur",
"George W. Bush",
"Neil Bush"
],
"relation_labels": [
"sibling",
"occupation"
]
} | SELECT ?answer WHERE { wd:Q207 wdt:P3373 ?answer . ?answer wdt:P106 wd:Q131524} |
lcquad2-24177 | Name the weekly newspapers whose first alphabet is e. | [
"Élet"
] | {
"entities": [
"Q2305295",
"Q61942572"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"weekly newspaper",
"Élet"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q2305295 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'é')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-24036 | Let me know the carrier that begins with the letter p | [
"Pantanal Linhas Aéreas"
] | {
"entities": [
"Q953485",
"Q46970"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"Pantanal Linhas Aéreas",
"airline"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q46970 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'p')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-23914 | Let me know security office whose title has the word state in it. | [
"State Security Investigations Service"
] | {
"entities": [
"Q3238445",
"Q746241"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"security agency",
"State Security Investigations Service"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q3238445 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'state')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-12162 | Which Isaac son has a Shuah son? | [
"Abraham"
] | {
"entities": [
"Q369850",
"Q671872",
"Q9181"
],
"relations": [
"P40",
"P22"
],
"adjacency": [
[
1,
1,
2
],
[
2,
0,
0
]
],
"entity_labels": [
"Shuah",
"Isaac",
"Abraham"
],
"relation_labels": [
"child",
"father"
]
} | SELECT ?answer WHERE { wd:Q671872 wdt:P22 ?answer . ?answer wdt:P40 wd:Q369850} |
lcquad2-19788 | Who are the followers? | [
"Koine Greek"
] | {
"entities": [
"Q107358",
"Q839470",
"Q35497"
],
"relations": [
"P31",
"P155"
],
"adjacency": [
[
0,
1,
2
],
[
0,
0,
1
]
],
"entity_labels": [
"Koine Greek",
"sacred language",
"Ancient Greek"
],
"relation_labels": [
"instance of",
"follows"
]
} | select distinct ?sbj where { ?sbj wdt:P155 wd:Q35497 . ?sbj wdt:P31 wd:Q839470 } |
lcquad2-15447 | What region did Death Note's diplomatic relation first take place? | [
"Ethiopia"
] | {
"entities": [
"Q17",
"Q115",
"Q1834"
],
"relations": [
"P495",
"P530"
],
"adjacency": [
[
2,
0,
0
],
[
0,
1,
1
]
],
"entity_labels": [
"Japan",
"Ethiopia",
"Death Note"
],
"relation_labels": [
"country of origin",
"diplomatic relation"
]
} | SELECT ?answer WHERE { wd:Q1834 wdt:P495 ?X . ?X wdt:P530 ?answer} |
lcquad2-24853 | Name the ring systems that begin with alphabet R. | [
"rings of Neptune"
] | {
"entities": [
"Q48400",
"Q28951811"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"rings of Neptune",
"ring system"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q28951811 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'r')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-17010 | Name the antonym of the profession field of prosecutor. | [
"civil law"
] | {
"entities": [
"Q600751",
"Q222249",
"Q146491"
],
"relations": [
"P461",
"P425"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"prosecutor",
"civil law",
"criminal law"
],
"relation_labels": [
"opposite of",
"field of this occupation"
]
} | SELECT ?answer WHERE { wd:Q600751 wdt:P425 ?X . ?X wdt:P461 ?answer} |
lcquad2-16021 | The organization of the siblings of Louis Gigante is represented by what? | [
"Sicilian Mafias"
] | {
"entities": [
"Q1458155",
"Q6687246",
"Q939062"
],
"relations": [
"P3373",
"P1268"
],
"adjacency": [
[
1,
0,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"Sicilian Mafias",
"Louis Gigante",
"Vincent Gigante"
],
"relation_labels": [
"sibling",
"represents"
]
} | SELECT ?answer WHERE { wd:Q6687246 wdt:P3373 ?X . ?X wdt:P1268 ?answer} |
lcquad2-25618 | What what is division prepare pioneer or creator Zosimos of Panopolis and which that begins with d | [
"distillation"
] | {
"entities": [
"Q898987",
"Q101017",
"Q226868"
],
"relations": [
"P31",
"P61"
],
"adjacency": [
[
1,
0,
0
],
[
1,
1,
2
]
],
"entity_labels": [
"separation process",
"distillation",
"Zosimos of Panopolis"
],
"relation_labels": [
"instance of",
"discoverer or inventor"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q898987 . ?sbj wdt:P61 wd:Q226868 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'd')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-22644 | The chemical compound for polyvinyl chloride is what? | [
"vinyl chloride"
] | {
"entities": [
"Q338869",
"Q11173",
"Q146368"
],
"relations": [
"P31",
"P4600"
],
"adjacency": [
[
2,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"vinyl chloride",
"chemical compound",
"polyvinyl chloride"
],
"relation_labels": [
"instance of",
"polymer of"
]
} | select distinct ?obj where { wd:Q146368 wdt:P4600 ?obj . ?obj wdt:P31 wd:Q11173 } |
lcquad2-24439 | which magazine begins with z | [
"Zaoth-revue"
] | {
"entities": [
"Q41298",
"Q98183258"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"magazine",
"Zaoth-revue"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q41298 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'z')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-12370 | WHAT Australia and Oceania ? | [
"World War I"
] | {
"entities": [
"Q171826",
"Q55643",
"Q361"
],
"relations": [
"P276",
"P607"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"Alfred Dreyfus",
"Oceania",
"World War I"
],
"relation_labels": [
"location",
"conflict"
]
} | SELECT ?answer WHERE { wd:Q171826 wdt:P607 ?answer . ?answer wdt:P276 wd:Q55643} |
lcquad2-17061 | How is Neil Diamond treating his health issues? | [
"zonisamide"
] | {
"entities": [
"Q219957",
"Q294531",
"Q11085"
],
"relations": [
"P1050",
"P2176"
],
"adjacency": [
[
1,
0,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"zonisamide",
"Neil Diamond",
"Parkinson's disease"
],
"relation_labels": [
"medical condition",
"drug or therapy used for treatment"
]
} | SELECT ?answer WHERE { wd:Q294531 wdt:P1050 ?X . ?X wdt:P2176 ?answer} |
lcquad2-23827 | Tell me political party whose title has the word veritas in it. | [
"Veritas"
] | {
"entities": [
"Q162246",
"Q7278"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"Veritas",
"political party"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q7278 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'veritas')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-20963 | What is the administrative body's name for Mumbai capital? | [
"Durango"
] | {
"entities": [
"Q1156",
"Q5119",
"Q112813"
],
"relations": [
"P31",
"P190"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"Mumbai",
"capital city",
"Durango"
],
"relation_labels": [
"instance of",
"twinned administrative body"
]
} | select distinct ?obj where { wd:Q1156 wdt:P190 ?obj . ?obj wdt:P31 wd:Q5119 } |
lcquad2-15247 | What major works are created by Ruth? | [
"International Ski Federation"
] | {
"entities": [
"Q2000617",
"Q178131",
"Q212928"
],
"relations": [
"P797",
"P641"
],
"adjacency": [
[
0,
1,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"snowboard",
"snowboarding",
"International Ski Federation"
],
"relation_labels": [
"authority",
"sport"
]
} | SELECT ?answer WHERE { wd:Q2000617 wdt:P641 ?X . ?X wdt:P797 ?answer} |
lcquad2-21047 | Which is the verifiable nationality for the area of Bilbao? | [
"Basque Autonomous Community"
] | {
"entities": [
"Q2736168",
"Q8692",
"Q3995"
],
"relations": [
"P31",
"P276"
],
"adjacency": [
[
1,
1,
2
],
[
2,
0,
0
]
],
"entity_labels": [
"historical nationality",
"Bilbao",
"Basque Autonomous Community"
],
"relation_labels": [
"instance of",
"location"
]
} | select distinct ?obj where { wd:Q8692 wdt:P276 ?obj . ?obj wdt:P31 wd:Q2736168 } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.