id
stringlengths 11
13
| question
stringlengths 11
8.64k
| answers
sequence | subgraph
dict | sparql
stringlengths 49
483
|
---|---|---|---|---|
lcquad2-23519 | WHICH IS THE Flying machine Show THAT CONTAINS THE WORD TU IN THEIR Title | [
"Tu-126"
] | {
"entities": [
"Q15056995",
"Q958576"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"aircraft model",
"Tu-126"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q15056995 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'tu')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-20478 | Who is the wholesaler of The Birth of a Nation? | [
"D. W. Griffith"
] | {
"entities": [
"Q220394",
"Q5",
"Q51123"
],
"relations": [
"P31",
"P750"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"The Birth of a Nation",
"human",
"D. W. Griffith"
],
"relation_labels": [
"instance of",
"distributed by"
]
} | select distinct ?obj where { wd:Q220394 wdt:P750 ?obj . ?obj wdt:P31 wd:Q5 } |
lcquad2-9915 | Where is Kerala's Head of Government and State? | [
"P. Sathasivam",
"Pinarayi Vijayan"
] | {
"entities": [
"Q3595385",
"Q1186",
"Q12438045"
],
"relations": [
"P35",
"P6"
],
"adjacency": [
[
1,
1,
0
],
[
1,
0,
2
]
],
"entity_labels": [
"Pinarayi Vijayan",
"Kerala",
"P. Sathasivam"
],
"relation_labels": [
"head of state",
"head of government"
]
} | SELECT ?ans_1 ?ans_2 WHERE { wd:Q1186 wdt:P6 ?ans_1 . wd:Q1186 wdt:P35 ?ans_2 } |
lcquad2-19675 | What was the top-level space nation code for the Soviet Union? | [
".su"
] | {
"entities": [
"Q48369",
"Q15180",
"Q42032"
],
"relations": [
"P31",
"P78"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
".su",
"Soviet Union",
"country code top-level domain"
],
"relation_labels": [
"instance of",
"top-level Internet domain"
]
} | select distinct ?obj where { wd:Q15180 wdt:P78 ?obj . ?obj wdt:P31 wd:Q42032 } |
lcquad2-12105 | What {subject in} the {history of Missouri} has its origins, or {has shires}, in {Cape Girardeau County}? | [
"Missouri"
] | {
"entities": [
"Q1581",
"Q5865528",
"Q484740"
],
"relations": [
"P1269",
"P150"
],
"adjacency": [
[
1,
0,
0
],
[
0,
1,
2
]
],
"entity_labels": [
"Missouri",
"history of Missouri",
"Cape Girardeau County"
],
"relation_labels": [
"facet of",
"contains the administrative territorial entity"
]
} | SELECT ?answer WHERE { wd:Q5865528 wdt:P1269 ?answer . ?answer wdt:P150 wd:Q484740} |
lcquad2-15062 | Who has discretionary relations with Journey? | [
"Gabon"
] | {
"entities": [
"Q1000",
"Q30",
"Q464749"
],
"relations": [
"P495",
"P530"
],
"adjacency": [
[
2,
0,
1
],
[
1,
1,
0
]
],
"entity_labels": [
"Gabon",
"United States of America",
"Journey"
],
"relation_labels": [
"country of origin",
"diplomatic relation"
]
} | SELECT ?answer WHERE { wd:Q464749 wdt:P495 ?X . ?X wdt:P530 ?answer} |
lcquad2-24960 | WHat are the science branches that contain the word "designing" in their title ? | [
"engineering"
] | {
"entities": [
"Q2465832",
"Q11023",
"Q81096"
],
"relations": [
"P31",
"P3095"
],
"adjacency": [
[
1,
0,
0
],
[
1,
1,
2
]
],
"entity_labels": [
"branch of science",
"engineering",
"engineer"
],
"relation_labels": [
"instance of",
"practiced by"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q2465832 . ?sbj wdt:P3095 wd:Q81096 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'engineering')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-25014 | What computer network protocol has the word "hypertext" in its name? | [
"Hypertext Transfer Protocol"
] | {
"entities": [
"Q15836568",
"Q30500704",
"Q8777"
],
"relations": [
"P31",
"P92"
],
"adjacency": [
[
2,
0,
0
],
[
2,
1,
1
]
],
"entity_labels": [
"computer network protocol",
"WebDAV SEARCH",
"Hypertext Transfer Protocol"
],
"relation_labels": [
"instance of",
"main regulatory text"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q15836568 . ?sbj wdt:P92 wd:Q30500704 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'hypertext')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-25521 | Name the officially recognized Christian kingdom that begins with alphabet K. | [
"Kingdom of Brycheiniog"
] | {
"entities": [
"Q954585",
"Q5043",
"Q417175"
],
"relations": [
"P31",
"P3075"
],
"adjacency": [
[
0,
0,
2
],
[
0,
1,
1
]
],
"entity_labels": [
"Kingdom of Brycheiniog",
"Christianity",
"kingdom"
],
"relation_labels": [
"instance of",
"official religion"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q417175 . ?sbj wdt:P3075 wd:Q5043 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'k')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-24344 | What are the hot spring which begin with the letter u | [
"Umpqua Hot Springs"
] | {
"entities": [
"Q7881774",
"Q177380"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"Umpqua Hot Springs",
"hot spring"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q177380 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'u')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-20835 | Major depressive disorder is found on which gene? | [
"ESRRG"
] | {
"entities": [
"Q5401840",
"Q7187",
"Q42844"
],
"relations": [
"P31",
"P2293"
],
"adjacency": [
[
0,
1,
2
],
[
0,
0,
1
]
],
"entity_labels": [
"ESRRG",
"gene",
"major depressive disorder"
],
"relation_labels": [
"instance of",
"genetic association"
]
} | select distinct ?sbj where { ?sbj wdt:P2293 wd:Q42844 . ?sbj wdt:P31 wd:Q7187 } |
lcquad2-22637 | Who is Wonder Woman's sister? | [
"Ares"
] | {
"entities": [
"Q1114461",
"Q338430",
"Q2426111"
],
"relations": [
"P3373",
"P31"
],
"adjacency": [
[
1,
0,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"comics character",
"Wonder Woman",
"Ares"
],
"relation_labels": [
"sibling",
"instance of"
]
} | select distinct ?obj where { wd:Q338430 wdt:P3373 ?obj . ?obj wdt:P31 wd:Q1114461 } |
lcquad2-21775 | Who is the { film } of the { Wyatt Earp } characters? | [
"Israeli (Modern) Hebrew"
] | {
"entities": [
"Q9288",
"Q8141",
"Q34770"
],
"relations": [
"P31",
"P4913"
],
"adjacency": [
[
1,
1,
0
],
[
1,
0,
2
]
],
"entity_labels": [
"Hebrew",
"Israeli (Modern) Hebrew",
"language"
],
"relation_labels": [
"instance of",
"dialect of"
]
} | select distinct ?sbj where { ?sbj wdt:P4913 wd:Q9288 . ?sbj wdt:P31 wd:Q34770 } |
lcquad2-15750 | Who were the creators of Hilter kilter coevolutionary systems encourage biodiversity maintenance? | [
"World Economic Forum"
] | {
"entities": [
"Q50477908",
"Q170418",
"Q33240531"
],
"relations": [
"P50",
"P463"
],
"adjacency": [
[
2,
0,
0
],
[
0,
1,
1
]
],
"entity_labels": [
"Jordi Bascompte i Sacrest",
"World Economic Forum",
"Asymmetric coevolutionary networks facilitate biodiversity maintenance"
],
"relation_labels": [
"author",
"member of"
]
} | SELECT ?answer WHERE { wd:Q33240531 wdt:P50 ?X . ?X wdt:P463 ?answer} |
lcquad2-15864 | Who composed the topic of the Bernstein Bears (1985 TV series)? | [
"Mike Berenstain"
] | {
"entities": [
"Q16200174",
"Q2338915",
"Q15430017"
],
"relations": [
"P144",
"P50"
],
"adjacency": [
[
0,
0,
1
],
[
1,
1,
2
]
],
"entity_labels": [
"The Berenstain Bears",
"Berenstain Bears",
"Mike Berenstain"
],
"relation_labels": [
"based on",
"author"
]
} | SELECT ?answer WHERE { wd:Q16200174 wdt:P144 ?X . ?X wdt:P50 ?answer} |
lcquad2-14194 | The govt department of the Government of Islamic Republic of Iran is in what village of the Hormozgan Province? | [
"Iran"
] | {
"entities": [
"Q633659",
"Q794",
"Q16052369"
],
"relations": [
"P208",
"P131"
],
"adjacency": [
[
0,
1,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"Hormozgan Province",
"Iran",
"Government of the Islamic Republic of Iran"
],
"relation_labels": [
"executive body",
"located in the administrative territorial entity"
]
} | SELECT ?answer WHERE { wd:Q633659 wdt:P131 ?answer . ?answer wdt:P208 wd:Q16052369} |
lcquad2-23800 | Tell me Divided country whose name contains the word korea | [
"Korea"
] | {
"entities": [
"Q11396118",
"Q18097"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"divided country",
"Korea"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q11396118 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'korea')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-15518 | Which {has wards} of {stockholders} of {Kagawa Prefectural Street Course 18} | [
"Ayauta district"
] | {
"entities": [
"Q1123066",
"Q161454",
"Q11667481"
],
"relations": [
"P127",
"P150"
],
"adjacency": [
[
2,
0,
1
],
[
1,
1,
0
]
],
"entity_labels": [
"Ayauta district",
"Kagawa Prefecture",
"Kagawa Prefectural Road Route 18"
],
"relation_labels": [
"owned by",
"contains the administrative territorial entity"
]
} | SELECT ?answer WHERE { wd:Q11667481 wdt:P127 ?X . ?X wdt:P150 ?answer} |
lcquad2-24353 | Which is the natural language that starts with letter t? | [
"Thai"
] | {
"entities": [
"Q33742",
"Q9217"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"natural language",
"Thai"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q33742 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 't')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-16926 | Who assigned Scott E. Parazynski to the cosmonaut mission? | [
"Jean-Loup Chrétien"
] | {
"entities": [
"Q706739",
"Q434205",
"Q1340837"
],
"relations": [
"P1029",
"P450"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"Scott E. Parazynski",
"Jean-Loup Chrétien",
"STS-86"
],
"relation_labels": [
"crew member(s)",
"astronaut mission"
]
} | SELECT ?answer WHERE { wd:Q706739 wdt:P450 ?X . ?X wdt:P1029 ?answer} |
lcquad2-21946 | A degree within the history of science requires what scholastic teach or degree? | [
"mathematics"
] | {
"entities": [
"Q185264",
"Q395",
"Q11862829"
],
"relations": [
"P31",
"P2184"
],
"adjacency": [
[
1,
1,
0
],
[
1,
0,
2
]
],
"entity_labels": [
"history of mathematics",
"mathematics",
"academic discipline"
],
"relation_labels": [
"instance of",
"history of topic"
]
} | select distinct ?sbj where { ?sbj wdt:P2184 wd:Q185264 . ?sbj wdt:P31 wd:Q11862829 } |
lcquad2-14395 | Who is the leader of Sihanoukville's sister town? | [
"Jenny Durkan"
] | {
"entities": [
"Q6179244",
"Q18207676",
"Q5083"
],
"relations": [
"P6",
"P190"
],
"adjacency": [
[
1,
1,
2
],
[
2,
0,
0
]
],
"entity_labels": [
"Jenny Durkan",
"Sihanoukville",
"Seattle"
],
"relation_labels": [
"head of government",
"twinned administrative body"
]
} | SELECT ?answer WHERE { wd:Q18207676 wdt:P190 ?X . ?X wdt:P6 ?answer} |
lcquad2-15464 | What twin city was the area of János Kornai's passing? | [
"Kielce"
] | {
"entities": [
"Q102317",
"Q1781",
"Q179735"
],
"relations": [
"P190",
"P19"
],
"adjacency": [
[
2,
1,
1
],
[
1,
0,
0
]
],
"entity_labels": [
"Kielce",
"Budapest",
"János Kornai"
],
"relation_labels": [
"twinned administrative body",
"place of birth"
]
} | SELECT ?answer WHERE { wd:Q179735 wdt:P19 ?X . ?X wdt:P190 ?answer} |
lcquad2-14915 | What town is close where Yi Sun-sin was born. | [
"Delhi"
] | {
"entities": [
"Q50184",
"Q8684",
"Q1353"
],
"relations": [
"P190",
"P19"
],
"adjacency": [
[
0,
1,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"Yi Sun-sin",
"Seoul",
"Delhi"
],
"relation_labels": [
"twinned administrative body",
"place of birth"
]
} | SELECT ?answer WHERE { wd:Q50184 wdt:P19 ?X . ?X wdt:P190 ?answer} |
lcquad2-23060 | What kind of ships are delivered by SpaceX? | [
"autonomous spaceport drone ship"
] | {
"entities": [
"Q18603647",
"Q193701",
"Q2235308"
],
"relations": [
"P31",
"P1056"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"autonomous spaceport drone ship",
"SpaceX",
"ship type"
],
"relation_labels": [
"instance of",
"product or material produced"
]
} | select distinct ?obj where { wd:Q193701 wdt:P1056 ?obj . ?obj wdt:P31 wd:Q2235308 } |
lcquad2-25632 | Name a communist party placed at Pravda that starts offevolved with letter C | [
"Communist Party of the Soviet Union"
] | {
"entities": [
"Q233591",
"Q79854",
"Q183644"
],
"relations": [
"P31",
"P2813"
],
"adjacency": [
[
1,
0,
0
],
[
1,
1,
2
]
],
"entity_labels": [
"communist party",
"Communist Party of the Soviet Union",
"Pravda"
],
"relation_labels": [
"instance of",
"house publication"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q233591 . ?sbj wdt:P2813 wd:Q183644 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'c')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-22337 | What religion dwells within the history of Islam? | [
"Islam"
] | {
"entities": [
"Q9174",
"Q432",
"Q642379"
],
"relations": [
"P31",
"P1269"
],
"adjacency": [
[
2,
1,
1
],
[
1,
0,
0
]
],
"entity_labels": [
"religion",
"Islam",
"history of Islam"
],
"relation_labels": [
"instance of",
"facet of"
]
} | select distinct ?obj where { wd:Q642379 wdt:P1269 ?obj . ?obj wdt:P31 wd:Q9174 } |
lcquad2-11856 | Who are the kids of Henry I of Britain, whose brother is Robert FitzEdith, Master Okehampton}? | [
"Matilda FitzRoy, Countess of Perche"
] | {
"entities": [
"Q101384",
"Q6681668",
"Q7344358"
],
"relations": [
"P3373",
"P40"
],
"adjacency": [
[
0,
1,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"Henry I of England",
"Matilda FitzRoy, Countess of Perche",
"Robert FitzEdith, Lord Okehampton"
],
"relation_labels": [
"sibling",
"child"
]
} | SELECT ?answer WHERE { wd:Q101384 wdt:P40 ?answer . ?answer wdt:P3373 wd:Q7344358} |
lcquad2-9715 | What powerplant is associated with McDonnell Douglas F-15 Eagle and who operates it? | [
"United States Air Force",
"Pratt & Whitney F100"
] | {
"entities": [
"Q1154115",
"Q29251",
"Q11223"
],
"relations": [
"P516",
"P137"
],
"adjacency": [
[
1,
1,
2
],
[
1,
0,
0
]
],
"entity_labels": [
"Pratt & Whitney F100",
"McDonnell Douglas F-15 Eagle",
"United States Air Force"
],
"relation_labels": [
"powered by",
"operator"
]
} | SELECT ?ans_1 ?ans_2 WHERE { wd:Q29251 wdt:P137 ?ans_1 . wd:Q29251 wdt:P516 ?ans_2 } |
lcquad2-20497 | Who is the {taxon} for {parent taxon} of {fly agari | [
"Amanita"
] | {
"entities": [
"Q131227",
"Q16521",
"Q213938"
],
"relations": [
"P171",
"P31"
],
"adjacency": [
[
0,
0,
2
],
[
2,
1,
1
]
],
"entity_labels": [
"Amanita muscaria",
"taxon",
"Amanita"
],
"relation_labels": [
"parent taxon",
"instance of"
]
} | select distinct ?obj where { wd:Q131227 wdt:P171 ?obj . ?obj wdt:P31 wd:Q16521 } |
lcquad2-14638 | What does the candidate of the Donald Allen Wollheim receive? | [
"Kelly Link"
] | {
"entities": [
"Q1190926",
"Q8035707",
"Q908589"
],
"relations": [
"P1411",
"P1346"
],
"adjacency": [
[
2,
0,
1
],
[
1,
1,
0
]
],
"entity_labels": [
"Kelly Link",
"World Fantasy Special Award: Professional",
"Donald Allen Wollheim"
],
"relation_labels": [
"nominated for",
"winner"
]
} | SELECT ?answer WHERE { wd:Q908589 wdt:P1411 ?X . ?X wdt:P1346 ?answer} |
lcquad2-23114 | Tell me the age in which the word zirconian has its name. | [
"Zirconian"
] | {
"entities": [
"Q630830",
"Q20850690"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"era",
"Zirconian"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q630830 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'zirconian')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-14957 | Where was the hopeful, Kiri born? | [
"Cambridge"
] | {
"entities": [
"Q350",
"Q1339924",
"Q48699802"
],
"relations": [
"P161",
"P19"
],
"adjacency": [
[
2,
0,
1
],
[
1,
1,
0
]
],
"entity_labels": [
"Cambridge",
"Steven Mackintosh",
"Kiri"
],
"relation_labels": [
"cast member",
"place of birth"
]
} | SELECT ?answer WHERE { wd:Q48699802 wdt:P161 ?X . ?X wdt:P19 ?answer} |
lcquad2-21015 | Yale University affiliates who? | [
"Stephen Pitti"
] | {
"entities": [
"Q93429617",
"Q5",
"Q49112"
],
"relations": [
"P31",
"P1416"
],
"adjacency": [
[
0,
1,
2
],
[
0,
0,
1
]
],
"entity_labels": [
"Stephen Pitti",
"human",
"Yale University"
],
"relation_labels": [
"instance of",
"affiliation"
]
} | select distinct ?sbj where { ?sbj wdt:P1416 wd:Q49112 . ?sbj wdt:P31 wd:Q5 } |
lcquad2-21732 | What is the Working framework named after of Unix ? | [
"Multics"
] | {
"entities": [
"Q739186",
"Q9135",
"Q11368"
],
"relations": [
"P31",
"P138"
],
"adjacency": [
[
2,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"Multics",
"operating system",
"Unix"
],
"relation_labels": [
"instance of",
"named after"
]
} | select distinct ?obj where { wd:Q11368 wdt:P138 ?obj . ?obj wdt:P31 wd:Q9135 } |
lcquad2-15390 | Who is educated by the advisor of Ramesh Sitaraman? | [
"Martin Gardner"
] | {
"entities": [
"Q677706",
"Q7289442",
"Q92638"
],
"relations": [
"P184",
"P737"
],
"adjacency": [
[
1,
0,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"Martin Gardner",
"Ramesh Sitaraman",
"Robert Tarjan"
],
"relation_labels": [
"doctoral advisor",
"influenced by"
]
} | SELECT ?answer WHERE { wd:Q7289442 wdt:P184 ?X . ?X wdt:P737 ?answer} |
lcquad2-15293 | What is the conciliatory connection that comes from screamo? | [
"Gabon"
] | {
"entities": [
"Q11363",
"Q1000",
"Q30"
],
"relations": [
"P495",
"P530"
],
"adjacency": [
[
0,
0,
2
],
[
2,
1,
1
]
],
"entity_labels": [
"screamo",
"Gabon",
"United States of America"
],
"relation_labels": [
"country of origin",
"diplomatic relation"
]
} | SELECT ?answer WHERE { wd:Q11363 wdt:P495 ?X . ?X wdt:P530 ?answer} |
lcquad2-17466 | Who produces and makes 300B? | [
"telephone"
] | {
"entities": [
"Q2031258",
"Q4634305",
"Q11035"
],
"relations": [
"P1056",
"P176"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"Western Electric",
"300B",
"telephone"
],
"relation_labels": [
"product or material produced",
"manufacturer"
]
} | SELECT ?answer WHERE { wd:Q4634305 wdt:P176 ?X . ?X wdt:P1056 ?answer} |
lcquad2-23501 | Tell me the war whose name contains the word war | [
"warfare in Medieval Poland"
] | {
"entities": [
"Q7969327",
"Q12786121"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"warfare in Medieval Poland",
"warfare"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q12786121 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'war')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-23381 | Which animation technique has the word supermarionation in it? | [
"Supermarionation"
] | {
"entities": [
"Q3516833",
"Q609765"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"animation technique",
"Supermarionation"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q3516833 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'supermarionation')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-21958 | Which phonological system does a Hungarian facet use? | [
"Hungarian phonology"
] | {
"entities": [
"Q49124804",
"Q9067",
"Q248301"
],
"relations": [
"P31",
"P1269"
],
"adjacency": [
[
2,
1,
1
],
[
2,
0,
0
]
],
"entity_labels": [
"phonological system",
"Hungarian",
"Hungarian phonology"
],
"relation_labels": [
"instance of",
"facet of"
]
} | select distinct ?sbj where { ?sbj wdt:P1269 wd:Q9067 . ?sbj wdt:P31 wd:Q49124804 } |
lcquad2-23335 | Name the measuring unit which begins with the letter virus. | [
"Öömrang"
] | {
"entities": [
"Q33384",
"Q28192"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"dialect",
"Öömrang"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q33384 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'öömrang')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-22888 | John Jay is in what position? | [
"President of the Continental Congress"
] | {
"entities": [
"Q310847",
"Q4164871",
"Q1857508"
],
"relations": [
"P31",
"P39"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"John Jay",
"position",
"President of the Continental Congress"
],
"relation_labels": [
"instance of",
"position held"
]
} | select distinct ?obj where { wd:Q310847 wdt:P39 ?obj . ?obj wdt:P31 wd:Q4164871 } |
lcquad2-21441 | WHo passed on in Venice ? | [
"George William, Count of Helfenstein"
] | {
"entities": [
"Q5",
"Q98713724",
"Q641"
],
"relations": [
"P31",
"P20"
],
"adjacency": [
[
1,
1,
2
],
[
1,
0,
0
]
],
"entity_labels": [
"human",
"George William, Count of Helfenstein",
"Venice"
],
"relation_labels": [
"instance of",
"place of death"
]
} | select distinct ?sbj where { ?sbj wdt:P20 wd:Q641 . ?sbj wdt:P31 wd:Q5 } |
lcquad2-14468 | What hardware is worked by the chairman of the B-52 Stratofortress? | [
"C-27J Spartan"
] | {
"entities": [
"Q174534",
"Q11223",
"Q1161870"
],
"relations": [
"P121",
"P137"
],
"adjacency": [
[
0,
1,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"B-52 Stratofortress",
"United States Air Force",
"C-27J Spartan"
],
"relation_labels": [
"item operated",
"operator"
]
} | SELECT ?answer WHERE { wd:Q174534 wdt:P137 ?X . ?X wdt:P121 ?answer} |
lcquad2-23061 | Which tall school did Phil Hartman attend? | [
"Westchester Enriched Sciences Magnets"
] | {
"entities": [
"Q7987247",
"Q9826",
"Q366834"
],
"relations": [
"P31",
"P69"
],
"adjacency": [
[
2,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"Westchester Enriched Sciences Magnets",
"high school",
"Phil Hartman"
],
"relation_labels": [
"instance of",
"educated at"
]
} | select distinct ?obj where { wd:Q366834 wdt:P69 ?obj . ?obj wdt:P31 wd:Q9826 } |
lcquad2-23032 | Which is the capital building for which the architect was Thomas Jefferson? | [
"Virginia State Capitol"
] | {
"entities": [
"Q3284499",
"Q11812",
"Q2537798"
],
"relations": [
"P84",
"P31"
],
"adjacency": [
[
2,
0,
1
],
[
2,
1,
0
]
],
"entity_labels": [
"capitol building",
"Thomas Jefferson",
"Virginia State Capitol"
],
"relation_labels": [
"architect",
"instance of"
]
} | select distinct ?sbj where { ?sbj wdt:P84 wd:Q11812 . ?sbj wdt:P31 wd:Q3284499 } |
lcquad2-15592 | Who are the journalists specified in Bertie the Transport? | [
"Christopher Awdry"
] | {
"entities": [
"Q3675836",
"Q4895666",
"Q4348667"
],
"relations": [
"P1441",
"P50"
],
"adjacency": [
[
1,
0,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"Christopher Awdry",
"Bertie the Bus",
"The Railway Series"
],
"relation_labels": [
"present in work",
"author"
]
} | SELECT ?answer WHERE { wd:Q4895666 wdt:P1441 ?X . ?X wdt:P50 ?answer} |
lcquad2-19666 | What was the illustrious of the respectable rank of the head of state within the Roman Empire? | [
"Roman emperor"
] | {
"entities": [
"Q355567",
"Q842606",
"Q2277"
],
"relations": [
"P1906",
"P31"
],
"adjacency": [
[
2,
0,
1
],
[
1,
1,
0
]
],
"entity_labels": [
"noble title",
"Roman emperor",
"Roman Empire"
],
"relation_labels": [
"office held by head of state",
"instance of"
]
} | select distinct ?obj where { wd:Q2277 wdt:P1906 ?obj . ?obj wdt:P31 wd:Q355567 } |
lcquad2-14062 | Where is the resting put of Joseph when alluding to the history of Egypt? | [
"Egypt"
] | {
"entities": [
"Q185301",
"Q145746",
"Q79"
],
"relations": [
"P20",
"P2184"
],
"adjacency": [
[
1,
0,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"history of Egypt",
"Joseph",
"Egypt"
],
"relation_labels": [
"place of death",
"history of topic"
]
} | SELECT ?answer WHERE { wd:Q145746 wdt:P20 ?answer . ?answer wdt:P2184 wd:Q185301} |
lcquad2-19809 | Which state has Thiruvananthapuram as its capital? | [
"Thiruvithamkoor Maharajyam"
] | {
"entities": [
"Q167715",
"Q150058",
"Q3024240"
],
"relations": [
"P31",
"P36"
],
"adjacency": [
[
1,
1,
0
],
[
1,
0,
2
]
],
"entity_labels": [
"Thiruvananthapuram",
"Thiruvithamkoor Maharajyam",
"historical country"
],
"relation_labels": [
"instance of",
"capital"
]
} | select distinct ?sbj where { ?sbj wdt:P36 wd:Q167715 . ?sbj wdt:P31 wd:Q3024240 } |
lcquad2-21410 | What is the Ancient English tongues dialect? | [
"Mercian"
] | {
"entities": [
"Q42365",
"Q33384",
"Q602072"
],
"relations": [
"P31",
"P4913"
],
"adjacency": [
[
2,
1,
0
],
[
2,
0,
1
]
],
"entity_labels": [
"Old English",
"dialect",
"Mercian"
],
"relation_labels": [
"instance of",
"dialect of"
]
} | select distinct ?sbj where { ?sbj wdt:P4913 wd:Q42365 . ?sbj wdt:P31 wd:Q33384 } |
lcquad2-9949 | What award did Ranveer Singh receive and what language do they speak? | [
"Filmfare Award for Best Actor",
"Hindi"
] | {
"entities": [
"Q902879",
"Q1568",
"Q1414533"
],
"relations": [
"P1412",
"P166"
],
"adjacency": [
[
0,
0,
1
],
[
0,
1,
2
]
],
"entity_labels": [
"Ranveer Singh",
"Hindi",
"Filmfare Award for Best Actor"
],
"relation_labels": [
"languages spoken, written or signed",
"award received"
]
} | SELECT ?ans_1 ?ans_2 WHERE { wd:Q902879 wdt:P1412 ?ans_1 . wd:Q902879 wdt:P166 ?ans_2 } |
lcquad2-9804 | (Spanish: Felipe II; 21 May 1527 – 13 September 1598) was King of Spain[a] (1556–98), King of Portugal (1581–98, as Philip I, Filipe I),[1] King of Naples and Sicily (both from 1554), and jure uxoris King of England and Ireland (during his marriage to Queen Mary I from 1554 to 1558).[2] He used to be additionally Duke of Milan.[3] From 1555 he was once lord of the Seventeen Provinces of the Netherlands. | [
"Isabella Clara Eugenia",
"Isabella of Portugal"
] | {
"entities": [
"Q34417",
"Q158256",
"Q331575"
],
"relations": [
"P25",
"P40"
],
"adjacency": [
[
0,
0,
2
],
[
0,
1,
1
]
],
"entity_labels": [
"Philip II of Spain",
"Isabella Clara Eugenia",
"Isabella of Portugal"
],
"relation_labels": [
"mother",
"child"
]
} | SELECT ?ans_1 ?ans_2 WHERE { wd:Q34417 wdt:P25 ?ans_1 . wd:Q34417 wdt:P40 ?ans_2 } |
lcquad2-15165 | What is within the town that David Summer worked at? | [
"Columbia"
] | {
"entities": [
"Q38453",
"Q1024426",
"Q21062278"
],
"relations": [
"P108",
"P131"
],
"adjacency": [
[
2,
0,
1
],
[
1,
1,
0
]
],
"entity_labels": [
"Columbia",
"University of South Carolina",
"David Sumner"
],
"relation_labels": [
"employer",
"located in the administrative territorial entity"
]
} | SELECT ?answer WHERE { wd:Q21062278 wdt:P108 ?X . ?X wdt:P131 ?answer} |
lcquad2-12194 | Who is the creator of "Great Ruler Wenceslas" and has an instruction at Trinity College? | [
"John Mason Neale"
] | {
"entities": [
"Q1529116",
"Q246018",
"Q332342"
],
"relations": [
"P676",
"P69"
],
"adjacency": [
[
0,
0,
1
],
[
1,
1,
2
]
],
"entity_labels": [
"Good King Wenceslas",
"John Mason Neale",
"Trinity College"
],
"relation_labels": [
"lyrics by",
"educated at"
]
} | SELECT ?answer WHERE { wd:Q1529116 wdt:P676 ?answer . ?answer wdt:P69 wd:Q332342} |
lcquad2-9471 | Who is a member of a political party and part of Andre Agassi's sports team? | [
"United States Davis Cup team",
"Democratic Party"
] | {
"entities": [
"Q29552",
"Q1389353",
"Q7407"
],
"relations": [
"P102",
"P54"
],
"adjacency": [
[
2,
0,
0
],
[
2,
1,
1
]
],
"entity_labels": [
"Democratic Party",
"United States Davis Cup team",
"Andre Agassi"
],
"relation_labels": [
"member of political party",
"member of sports team"
]
} | SELECT ?ans_1 ?ans_2 WHERE { wd:Q7407 wdt:P102 ?ans_1 . wd:Q7407 wdt:P54 ?ans_2 } |
lcquad2-14325 | What is the nationality of and diplomatic relation to Alan Dargin? | [
"Cameroon"
] | {
"entities": [
"Q1009",
"Q408",
"Q2623428"
],
"relations": [
"P27",
"P530"
],
"adjacency": [
[
2,
0,
1
],
[
1,
1,
0
]
],
"entity_labels": [
"Cameroon",
"Australia",
"Alan Dargin"
],
"relation_labels": [
"country of citizenship",
"diplomatic relation"
]
} | SELECT ?answer WHERE { wd:Q2623428 wdt:P27 ?X . ?X wdt:P530 ?answer} |
lcquad2-25137 | What is the founded of innovation whose mascot is Ramblin' Wreck that contains the word " georgia" in its title ? | [
"Georgia Institute of Technology"
] | {
"entities": [
"Q864855",
"Q7289241",
"Q1371037"
],
"relations": [
"P31",
"P822"
],
"adjacency": [
[
0,
0,
2
],
[
0,
1,
1
]
],
"entity_labels": [
"Georgia Institute of Technology",
"Ramblin' Reck",
"institute of technology"
],
"relation_labels": [
"instance of",
"mascot"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q1371037 . ?sbj wdt:P822 wd:Q7289241 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'georgia')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-11966 | Who are rhe sons of Emperor Wu of Jin whose surname is Sima? | [
"Sima Yun"
] | {
"entities": [
"Q592176",
"Q7356",
"Q10916600"
],
"relations": [
"P40",
"P734"
],
"adjacency": [
[
1,
0,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"Sima",
"Emperor Wu of Jin",
"Sima Yun"
],
"relation_labels": [
"child",
"family name"
]
} | SELECT ?answer WHERE { wd:Q7356 wdt:P40 ?answer . ?answer wdt:P734 wd:Q592176} |
lcquad2-17612 | What is the political party of Altmarkkreis Salzwedel Governor? | [
"Christian Democratic Union"
] | {
"entities": [
"Q6061",
"Q1929943",
"Q49762"
],
"relations": [
"P6",
"P102"
],
"adjacency": [
[
0,
0,
1
],
[
1,
1,
2
]
],
"entity_labels": [
"Altmarkkreis Salzwedel",
"Michael Ziche",
"Christian Democratic Union"
],
"relation_labels": [
"head of government",
"member of political party"
]
} | SELECT ?answer WHERE { wd:Q6061 wdt:P6 ?X . ?X wdt:P102 ?answer} |
lcquad2-25678 | Reveal me ice hockey team league National Hockey League starts with o | [
"Ottawa Senators"
] | {
"entities": [
"Q1215892",
"Q203013",
"Q4498974"
],
"relations": [
"P31",
"P118"
],
"adjacency": [
[
1,
0,
2
],
[
1,
1,
0
]
],
"entity_labels": [
"National Hockey League",
"Ottawa Senators",
"ice hockey team"
],
"relation_labels": [
"instance of",
"league"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q4498974 . ?sbj wdt:P118 wd:Q1215892 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'o')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-15982 | Which person released {academic subject} of {part of work} containing {The Cdc14B-Cdh1-Plk1 axis controls the G2 DNA-damage-response checkpoint} ? | [
"biology"
] | {
"entities": [
"Q655814",
"Q420",
"Q24317772"
],
"relations": [
"P101",
"P1433"
],
"adjacency": [
[
2,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"Cell",
"biology",
"The Cdc14B-Cdh1-Plk1 axis controls the G2 DNA-damage-response checkpoint"
],
"relation_labels": [
"field of work",
"published in"
]
} | SELECT ?answer WHERE { wd:Q24317772 wdt:P1433 ?X . ?X wdt:P101 ?answer} |
lcquad2-22065 | Tell me about Jupiter's ring system? | [
"rings of Jupiter"
] | {
"entities": [
"Q3060",
"Q319",
"Q28951811"
],
"relations": [
"P31",
"P398"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"rings of Jupiter",
"Jupiter",
"ring system"
],
"relation_labels": [
"instance of",
"child astronomical body"
]
} | select distinct ?obj where { wd:Q319 wdt:P398 ?obj . ?obj wdt:P31 wd:Q28951811 } |
lcquad2-15362 | What is the parent association of the name Wayfaring Children? | [
"Seagram Company Ltd."
] | {
"entities": [
"Q304509",
"Q1969696",
"Q7975896"
],
"relations": [
"P264",
"P749"
],
"adjacency": [
[
2,
0,
0
],
[
0,
1,
1
]
],
"entity_labels": [
"MCA Inc.",
"Seagram Company Ltd.",
"Wayfaring Sons"
],
"relation_labels": [
"record label",
"parent organization"
]
} | SELECT ?answer WHERE { wd:Q7975896 wdt:P264 ?X . ?X wdt:P749 ?answer} |
lcquad2-17354 | What was the occurrence that included record maker, Marma Veeran? | [
"Diwali"
] | {
"entities": [
"Q6772032",
"Q160213",
"Q10244"
],
"relations": [
"P162",
"P793"
],
"adjacency": [
[
0,
0,
1
],
[
1,
1,
2
]
],
"entity_labels": [
"Marma Veeran",
"Rama",
"Diwali"
],
"relation_labels": [
"producer",
"significant event"
]
} | SELECT ?answer WHERE { wd:Q6772032 wdt:P162 ?X . ?X wdt:P793 ?answer} |
lcquad2-17176 | Who is the record producer of It Hurts Me Too? | [
"Alan Ball"
] | {
"entities": [
"Q1752144",
"Q186219",
"Q50397044"
],
"relations": [
"P162",
"P179"
],
"adjacency": [
[
2,
1,
1
],
[
1,
0,
0
]
],
"entity_labels": [
"Alan Ball",
"True Blood",
"It Hurts Me Too"
],
"relation_labels": [
"producer",
"part of the series"
]
} | SELECT ?answer WHERE { wd:Q50397044 wdt:P179 ?X . ?X wdt:P162 ?answer} |
lcquad2-12054 | What is libretto by Das Rheingold, which has a famous book called the Lohengrin? | [
"Richard Wagner"
] | {
"entities": [
"Q1511",
"Q327717",
"Q23085"
],
"relations": [
"P800",
"P87"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"Richard Wagner",
"Das Rheingold",
"Lohengrin"
],
"relation_labels": [
"notable work",
"librettist"
]
} | SELECT ?answer WHERE { wd:Q327717 wdt:P87 ?answer . ?answer wdt:P800 wd:Q23085} |
lcquad2-20471 | What was the capital city of Nazi Germany? | [
"Free State of Oldenburg"
] | {
"entities": [
"Q107390",
"Q2372248",
"Q7318"
],
"relations": [
"P31",
"P159"
],
"adjacency": [
[
1,
1,
2
],
[
1,
0,
0
]
],
"entity_labels": [
"federated state",
"Free State of Oldenburg",
"Nazi Germany"
],
"relation_labels": [
"instance of",
"headquarters location"
]
} | select distinct ?sbj where { ?sbj wdt:P159 wd:Q7318 . ?sbj wdt:P31 wd:Q107390 } |
lcquad2-20233 | What video game did Space Invaders develop? | [
"Taito"
] | {
"entities": [
"Q220665",
"Q1137109",
"Q1054844"
],
"relations": [
"P178",
"P31"
],
"adjacency": [
[
0,
0,
2
],
[
2,
1,
1
]
],
"entity_labels": [
"Space Invaders",
"video game publisher",
"Taito"
],
"relation_labels": [
"developer",
"instance of"
]
} | select distinct ?obj where { wd:Q220665 wdt:P178 ?obj . ?obj wdt:P31 wd:Q1137109 } |
lcquad2-22852 | Which is the after death work that was the remarkable work of Ludwig Wittgenstein? | [
"Philosophical Investigations"
] | {
"entities": [
"Q9391",
"Q17518461",
"Q772496"
],
"relations": [
"P31",
"P800"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"Ludwig Wittgenstein",
"posthumous work",
"Philosophical Investigations"
],
"relation_labels": [
"instance of",
"notable work"
]
} | select distinct ?obj where { wd:Q9391 wdt:P800 ?obj . ?obj wdt:P31 wd:Q17518461 } |
lcquad2-16658 | What is the child of the sister of Asim ibn Umar ? | [
"Umar ibn Al-Khattāb"
] | {
"entities": [
"Q2046261",
"Q8467",
"Q4806987"
],
"relations": [
"P3373",
"P22"
],
"adjacency": [
[
2,
0,
0
],
[
0,
1,
1
]
],
"entity_labels": [
"Abd Allah ibn Umar ibn al-Khattab",
"Umar ibn Al-Khattāb",
"Asim ibn Umar"
],
"relation_labels": [
"sibling",
"father"
]
} | SELECT ?answer WHERE { wd:Q4806987 wdt:P3373 ?X . ?X wdt:P22 ?answer} |
lcquad2-20892 | Who is the person in Rotterdam's head of government? | [
"Ahmed Aboutaleb"
] | {
"entities": [
"Q34370",
"Q5",
"Q401107"
],
"relations": [
"P6",
"P31"
],
"adjacency": [
[
0,
0,
2
],
[
2,
1,
1
]
],
"entity_labels": [
"Rotterdam",
"human",
"Ahmed Aboutaleb"
],
"relation_labels": [
"head of government",
"instance of"
]
} | select distinct ?obj where { wd:Q34370 wdt:P6 ?obj . ?obj wdt:P31 wd:Q5 } |
lcquad2-20449 | Who is the { dynasty } of the { Rollo } family? | [
"House of Normandy"
] | {
"entities": [
"Q516569",
"Q273773",
"Q164950"
],
"relations": [
"P31",
"P53"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"House of Normandy",
"Rollo",
"dynasty"
],
"relation_labels": [
"instance of",
"family"
]
} | select distinct ?obj where { wd:Q273773 wdt:P53 ?obj . ?obj wdt:P31 wd:Q164950 } |
lcquad2-22685 | Which positions in the Achaemenid Empire are helpful? | [
"King of Kings"
] | {
"entities": [
"Q389688",
"Q4164871",
"Q938153"
],
"relations": [
"P1906",
"P31"
],
"adjacency": [
[
0,
0,
2
],
[
2,
1,
1
]
],
"entity_labels": [
"Achaemenid Empire",
"position",
"King of Kings"
],
"relation_labels": [
"office held by head of state",
"instance of"
]
} | select distinct ?obj where { wd:Q389688 wdt:P1906 ?obj . ?obj wdt:P31 wd:Q4164871 } |
lcquad2-20957 | What books are the Harry Potter motion pictures based on? | [
"Harry Potter and the Order of the Phoenix"
] | {
"entities": [
"Q7725634",
"Q8337",
"Q80817"
],
"relations": [
"P179",
"P31"
],
"adjacency": [
[
2,
0,
1
],
[
2,
1,
0
]
],
"entity_labels": [
"literary work",
"Harry Potter",
"Harry Potter and the Order of the Phoenix"
],
"relation_labels": [
"part of the series",
"instance of"
]
} | select distinct ?sbj where { ?sbj wdt:P179 wd:Q8337 . ?sbj wdt:P31 wd:Q7725634 } |
lcquad2-15042 | What is the sister city of the Badminton World Alliance in army? | [
"Mashhad"
] | {
"entities": [
"Q121157",
"Q1865",
"Q126638"
],
"relations": [
"P190",
"P159"
],
"adjacency": [
[
2,
1,
1
],
[
1,
0,
0
]
],
"entity_labels": [
"Mashhad",
"Kuala Lumpur",
"Badminton World Federation"
],
"relation_labels": [
"twinned administrative body",
"headquarters location"
]
} | SELECT ?answer WHERE { wd:Q126638 wdt:P159 ?X . ?X wdt:P190 ?answer} |
lcquad2-22960 | For the parent astronomical body or Uranus, what is the G - type main - sequence star | [
"Sun"
] | {
"entities": [
"Q324",
"Q525",
"Q5864"
],
"relations": [
"P397",
"P31"
],
"adjacency": [
[
0,
0,
1
],
[
1,
1,
2
]
],
"entity_labels": [
"Uranus",
"Sun",
"G-type main-sequence star"
],
"relation_labels": [
"parent astronomical body",
"instance of"
]
} | select distinct ?obj where { wd:Q324 wdt:P397 ?obj . ?obj wdt:P31 wd:Q5864 } |
lcquad2-23938 | Title a city in France that contains the word "éguilly " in its name | [
"Éguilly"
] | {
"entities": [
"Q16752",
"Q484170"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"Éguilly",
"commune of France"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q484170 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'éguilly')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-20001 | What is the air ship family of Airbus A320? | [
"Airbus A318"
] | {
"entities": [
"Q15056993",
"Q6475",
"Q1784324"
],
"relations": [
"P2738",
"P31"
],
"adjacency": [
[
1,
0,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"aircraft family",
"Airbus A320 family",
"Airbus A318"
],
"relation_labels": [
"disjoint union of",
"instance of"
]
} | select distinct ?obj where { wd:Q6475 wdt:P2738 ?obj . ?obj wdt:P31 wd:Q15056993 } |
lcquad2-13845 | What is the discretionary connection of Ireland, that has individuals of Chinese Canadian? | [
"Canada"
] | {
"entities": [
"Q27",
"Q16",
"Q1207351"
],
"relations": [
"P172",
"P530"
],
"adjacency": [
[
0,
1,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"Republic of Ireland",
"Canada",
"Chinese Canadians"
],
"relation_labels": [
"ethnic group",
"diplomatic relation"
]
} | SELECT ?answer WHERE { wd:Q27 wdt:P530 ?answer . ?answer wdt:P172 wd:Q1207351} |
lcquad2-23345 | Disclose me logarithmic unit whose name has the word trit in it. | [
"trit"
] | {
"entities": [
"Q4463210",
"Q17342348"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"trit",
"logarithmic unit"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q17342348 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'trit')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-15521 | What country has a capital adjacent to Francia? | [
"Würselen"
] | {
"entities": [
"Q14901",
"Q1017",
"Q146246"
],
"relations": [
"P47",
"P36"
],
"adjacency": [
[
2,
1,
1
],
[
1,
0,
0
]
],
"entity_labels": [
"Würselen",
"Aachen",
"Francia"
],
"relation_labels": [
"shares border with",
"capital"
]
} | SELECT ?answer WHERE { wd:Q146246 wdt:P36 ?X . ?X wdt:P47 ?answer} |
lcquad2-17059 | What don is played for show at Harri Koskela ? | [
"Greco-Roman wrestling"
] | {
"entities": [
"Q3565736",
"Q1385703",
"Q389654"
],
"relations": [
"P641",
"P1344"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"wrestling at the 1988 Summer Olympics – men's Greco-Roman 90 kg",
"Harri Koskela",
"Greco-Roman wrestling"
],
"relation_labels": [
"sport",
"participant in"
]
} | SELECT ?answer WHERE { wd:Q1385703 wdt:P1344 ?X . ?X wdt:P641 ?answer} |
lcquad2-20784 | Who is the pioneer of the Indian National Congress | [
"Sonia Gandhi"
] | {
"entities": [
"Q10225",
"Q5",
"Q163225"
],
"relations": [
"P31",
"P488"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"Indian National Congress",
"human",
"Sonia Gandhi"
],
"relation_labels": [
"instance of",
"chairperson"
]
} | select distinct ?obj where { wd:Q10225 wdt:P488 ?obj . ?obj wdt:P31 wd:Q5 } |
lcquad2-16478 | What part of the body does the dicloxacillin medicine treat? | [
"connective tissue"
] | {
"entities": [
"Q2313471",
"Q876887",
"Q25615"
],
"relations": [
"P2175",
"P927"
],
"adjacency": [
[
0,
0,
1
],
[
1,
1,
2
]
],
"entity_labels": [
"dicloxacillin",
"cellulitis",
"connective tissue"
],
"relation_labels": [
"medical condition treated",
"anatomical location"
]
} | SELECT ?answer WHERE { wd:Q2313471 wdt:P2175 ?X . ?X wdt:P927 ?answer} |
lcquad2-15563 | Who affected Roald Dahl's career? | [
"Romanian SuperLiga"
] | {
"entities": [
"Q1322550",
"Q3440678",
"Q237753"
],
"relations": [
"P54",
"P118"
],
"adjacency": [
[
1,
0,
0
],
[
0,
1,
2
]
],
"entity_labels": [
"FC Petrolul Ploiești",
"Romain Inez",
"Romanian SuperLiga"
],
"relation_labels": [
"member of sports team",
"league"
]
} | SELECT ?answer WHERE { wd:Q3440678 wdt:P54 ?X . ?X wdt:P118 ?answer} |
lcquad2-11954 | What is the town sister of Minsk the place u . s . seat is Urban okrug Bryansk? | [
"Bryansk"
] | {
"entities": [
"Q2801",
"Q2280",
"Q27532884"
],
"relations": [
"P1376",
"P190"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"Bryansk",
"Minsk",
"Bryansk Urban Okrug"
],
"relation_labels": [
"capital of",
"twinned administrative body"
]
} | SELECT ?answer WHERE { wd:Q2280 wdt:P190 ?answer . ?answer wdt:P1376 wd:Q27532884} |
lcquad2-12804 | What is the landmass for the Eurovision Melody Challenge with a timezone of Europe/Athens? | [
"Europe"
] | {
"entities": [
"Q276",
"Q46",
"Q5412093"
],
"relations": [
"P30",
"P421"
],
"adjacency": [
[
0,
0,
1
],
[
1,
1,
2
]
],
"entity_labels": [
"Eurovision Song Contest",
"Europe",
"Europe/Athens"
],
"relation_labels": [
"continent",
"located in time zone"
]
} | SELECT ?answer WHERE { wd:Q276 wdt:P30 ?answer . ?answer wdt:P421 wd:Q5412093} |
lcquad2-9791 | The Adventures of Tintin's country of origin and language used was what? | [
"Belgium",
"French"
] | {
"entities": [
"Q744536",
"Q150",
"Q31"
],
"relations": [
"P495",
"P407"
],
"adjacency": [
[
0,
0,
2
],
[
0,
1,
1
]
],
"entity_labels": [
"The Adventures of Tintin",
"French",
"Belgium"
],
"relation_labels": [
"country of origin",
"language of work or name"
]
} | SELECT ?ans_1 ?ans_2 WHERE { wd:Q744536 wdt:P495 ?ans_1 . wd:Q744536 wdt:P407 ?ans_2 } |
lcquad2-22054 | Which is the organic database for the area of Yale University? | [
"MolMovDB"
] | {
"entities": [
"Q5227408",
"Q4117139",
"Q49112"
],
"relations": [
"P31",
"P276"
],
"adjacency": [
[
0,
1,
2
],
[
0,
0,
1
]
],
"entity_labels": [
"MolMovDB",
"biological database",
"Yale University"
],
"relation_labels": [
"instance of",
"location"
]
} | select distinct ?sbj where { ?sbj wdt:P276 wd:Q49112 . ?sbj wdt:P31 wd:Q4117139 } |
lcquad2-25660 | What is city/town changeless copied thing Königsberg and furthermore which begins with letter k | [
"Kaliningrad"
] | {
"entities": [
"Q7930989",
"Q4120832",
"Q1829"
],
"relations": [
"P2959",
"P31"
],
"adjacency": [
[
2,
1,
0
],
[
2,
0,
1
]
],
"entity_labels": [
"city or town",
"Königsberg",
"Kaliningrad"
],
"relation_labels": [
"permanent duplicated item",
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q7930989 . ?sbj wdt:P2959 wd:Q4120832 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'k')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-10039 | Who is the head of the Brussels government? | [
"Minister-President of the Brussels-Capital Region",
"Rudi Vervoort"
] | {
"entities": [
"Q1284089",
"Q435627",
"Q240"
],
"relations": [
"P6",
"P1313"
],
"adjacency": [
[
2,
0,
0
],
[
2,
1,
1
]
],
"entity_labels": [
"Rudi Vervoort",
"Minister-President of the Brussels-Capital Region",
"Brussels-Capital Region"
],
"relation_labels": [
"head of government",
"office held by head of government"
]
} | SELECT ?ans_1 ?ans_2 WHERE { wd:Q240 wdt:P6 ?ans_1 . wd:Q240 wdt:P1313 ?ans_2 } |
lcquad2-16975 | The termini of Aomori Prefectural Road Route 241 is taken care by who? | [
"Aomori Prefecture"
] | {
"entities": [
"Q11662450",
"Q71699",
"Q11662509"
],
"relations": [
"P126",
"P559"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"Aomori Prefecture Route 241",
"Aomori Prefecture",
"Aomori Prefecture Route 37"
],
"relation_labels": [
"maintained by",
"terminus"
]
} | SELECT ?answer WHERE { wd:Q11662450 wdt:P559 ?X . ?X wdt:P126 ?answer} |
lcquad2-16791 | What county does Heinrich Schutz hold the seat for? | [
"Saxony"
] | {
"entities": [
"Q1731",
"Q1202",
"Q153643"
],
"relations": [
"P1376",
"P937"
],
"adjacency": [
[
2,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"Dresden",
"Saxony",
"Heinrich Schütz"
],
"relation_labels": [
"capital of",
"work location"
]
} | SELECT ?answer WHERE { wd:Q153643 wdt:P937 ?X . ?X wdt:P1376 ?answer} |
lcquad2-16589 | What's the work of Martin S James ' office? | [
"Brooklyn"
] | {
"entities": [
"Q371625",
"Q18419",
"Q6776511"
],
"relations": [
"P108",
"P159"
],
"adjacency": [
[
2,
0,
0
],
[
0,
1,
1
]
],
"entity_labels": [
"Brooklyn College",
"Brooklyn",
"Martin S. James"
],
"relation_labels": [
"employer",
"headquarters location"
]
} | SELECT ?answer WHERE { wd:Q6776511 wdt:P108 ?X . ?X wdt:P159 ?answer} |
lcquad2-23911 | Title a relativistic wave condition that contains the word " condition" in its name | [
"Klein–Gordon equation"
] | {
"entities": [
"Q868967",
"Q7310838"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"Klein–Gordon equation",
"relativistic wave equation"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q7310838 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'equation')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-19698 | What was the name of the talent agency that represented Ronald Reagan? | [
"Music Corporation of America, Inc."
] | {
"entities": [
"Q61205003",
"Q9960",
"Q5354754"
],
"relations": [
"P31",
"P1875"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"Music Corporation of America, Inc.",
"Ronald Reagan",
"talent agency"
],
"relation_labels": [
"instance of",
"represented by"
]
} | select distinct ?obj where { wd:Q9960 wdt:P1875 ?obj . ?obj wdt:P31 wd:Q5354754 } |
lcquad2-22556 | Which territory of Australia was replaced as Northern Territory? | [
"North Australia"
] | {
"entities": [
"Q15640003",
"Q3235",
"Q14192234"
],
"relations": [
"P31",
"P1366"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"North Australia",
"Northern Territory",
"mainland territory of Australia"
],
"relation_labels": [
"instance of",
"replaced by"
]
} | select distinct ?obj where { wd:Q3235 wdt:P1366 ?obj . ?obj wdt:P31 wd:Q14192234 } |
lcquad2-19969 | What political party was Vladimir Lenin a member of? | [
"Russian Social Democratic Labour Party (bolshevik)"
] | {
"entities": [
"Q7278",
"Q1774814",
"Q1394"
],
"relations": [
"P102",
"P31"
],
"adjacency": [
[
2,
0,
1
],
[
1,
1,
0
]
],
"entity_labels": [
"political party",
"Russian Social Democratic Labour Party (bolshevik)",
"Vladimir Lenin"
],
"relation_labels": [
"member of political party",
"instance of"
]
} | select distinct ?obj where { wd:Q1394 wdt:P102 ?obj . ?obj wdt:P31 wd:Q7278 } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.