id
stringlengths 11
13
| question
stringlengths 11
8.64k
| answers
list | subgraph
dict | sparql
stringlengths 49
483
|
---|---|---|---|---|
lcquad2-9491
|
Def_Leppard was created in what country?
|
[
"Sheffield",
"United Kingdom"
] |
{
"entities": [
"Q145",
"Q42448",
"Q182890"
],
"relations": [
"P495",
"P740"
],
"adjacency": [
[
2,
1,
1
],
[
2,
0,
0
]
],
"entity_labels": [
"United Kingdom",
"Sheffield",
"Def Leppard"
],
"relation_labels": [
"country of origin",
"location of formation"
]
}
|
SELECT ?ans_1 ?ans_2 WHERE { wd:Q182890 wdt:P740 ?ans_1 . wd:Q182890 wdt:P495 ?ans_2 }
|
lcquad2-11945
|
Who are the kids of Vsevolod the Big Nest whose area of burial is Dormition Cathedral?
|
[
"Yuri II of Vladimir"
] |
{
"entities": [
"Q547869",
"Q775487",
"Q348689"
],
"relations": [
"P119",
"P40"
],
"adjacency": [
[
2,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"Yuri II of Vladimir",
"Dormition Cathedral",
"Vsevolod III the Big Nest"
],
"relation_labels": [
"place of burial",
"child"
]
}
|
SELECT ?answer WHERE { wd:Q348689 wdt:P40 ?answer . ?answer wdt:P119 wd:Q775487}
|
lcquad2-25042
|
Tell me the historic ethnical team that is depicted by means of the Book of Genesis and contains the phrase scythians in it's name?
|
[
"Scythians"
] |
{
"entities": [
"Q4204501",
"Q9184",
"Q131802"
],
"relations": [
"P31",
"P1299"
],
"adjacency": [
[
2,
0,
0
],
[
2,
1,
1
]
],
"entity_labels": [
"historical ethnic group",
"Book of Genesis",
"Scythians"
],
"relation_labels": [
"instance of",
"depicted by"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q4204501 . ?sbj wdt:P1299 wd:Q9184 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'scythians')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-17167
|
Who is the name of the stockholder who worked for Ray Kurzweil?
|
[
"XXVI Holdings"
] |
{
"entities": [
"Q100292691",
"Q95",
"Q298341"
],
"relations": [
"P127",
"P108"
],
"adjacency": [
[
2,
1,
1
],
[
1,
0,
0
]
],
"entity_labels": [
"XXVI Holdings",
"Google Inc.",
"Raymond Kurzweil"
],
"relation_labels": [
"owned by",
"employer"
]
}
|
SELECT ?answer WHERE { wd:Q298341 wdt:P108 ?X . ?X wdt:P127 ?answer}
|
lcquad2-13697
|
What field of news coverage is Aloysius Bertrand in?
|
[
"journalist"
] |
{
"entities": [
"Q1930187",
"Q11030",
"Q366464"
],
"relations": [
"P106",
"P425"
],
"adjacency": [
[
2,
0,
0
],
[
0,
1,
1
]
],
"entity_labels": [
"journalist",
"journalism",
"Aloysius Bertrand"
],
"relation_labels": [
"occupation",
"field of this occupation"
]
}
|
SELECT ?answer WHERE { wd:Q366464 wdt:P106 ?answer . ?answer wdt:P425 wd:Q11030}
|
lcquad2-13040
|
What was the reason for the 1917 - 1923 revolutions between central powers?
|
[
"World War I"
] |
{
"entities": [
"Q152283",
"Q7318933",
"Q361"
],
"relations": [
"P710",
"P828"
],
"adjacency": [
[
1,
1,
2
],
[
2,
0,
0
]
],
"entity_labels": [
"Central Powers",
"Revolutions of 1917–1923",
"World War I"
],
"relation_labels": [
"participant",
"has cause"
]
}
|
SELECT ?answer WHERE { wd:Q7318933 wdt:P828 ?answer . ?answer wdt:P710 wd:Q152283}
|
lcquad2-21033
|
N / A N / A
|
[
"Chiefs"
] |
{
"entities": [
"Q855988",
"Q14645593",
"Q586617"
],
"relations": [
"P31",
"P118"
],
"adjacency": [
[
2,
1,
0
],
[
2,
0,
1
]
],
"entity_labels": [
"Super Rugby",
"rugby union team",
"Chiefs"
],
"relation_labels": [
"instance of",
"league"
]
}
|
select distinct ?sbj where { ?sbj wdt:P118 wd:Q855988 . ?sbj wdt:P31 wd:Q14645593 }
|
lcquad2-9685
|
Who are the characters in "Buffy the Vampire Slayer"?
|
[
"Willow Rosenberg",
"list of Buffy the Vampire Slayer characters"
] |
{
"entities": [
"Q1042244",
"Q183513",
"Q3014357"
],
"relations": [
"P674",
"P1881"
],
"adjacency": [
[
1,
1,
2
],
[
1,
0,
0
]
],
"entity_labels": [
"Willow Rosenberg",
"Buffy the Vampire Slayer",
"list of Buffy the Vampire Slayer characters"
],
"relation_labels": [
"characters",
"list of characters"
]
}
|
SELECT ?ans_1 ?ans_2 WHERE { wd:Q183513 wdt:P1881 ?ans_1 . wd:Q183513 wdt:P674 ?ans_2 }
|
lcquad2-14691
|
How many offsprings did the brother of Matilda of Habsburg have?
|
[
"Frederick the Fair"
] |
{
"entities": [
"Q124950",
"Q153956",
"Q2635513"
],
"relations": [
"P3373",
"P40"
],
"adjacency": [
[
2,
0,
1
],
[
1,
1,
0
]
],
"entity_labels": [
"Frederick the Fair",
"Albert I of Germany",
"Matilda of Habsburg"
],
"relation_labels": [
"sibling",
"child"
]
}
|
SELECT ?answer WHERE { wd:Q2635513 wdt:P3373 ?X . ?X wdt:P40 ?answer}
|
lcquad2-23445
|
What are the epic sonnet which begin with the letter tambuka
|
[
"Utendi wa Tambuka"
] |
{
"entities": [
"Q37484",
"Q532011"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"epic poem",
"Utendi wa Tambuka"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q37484 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'tambuka')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-20848
|
What is the sovereign territory of Oslo
|
[
"Norway"
] |
{
"entities": [
"Q3624078",
"Q585",
"Q20"
],
"relations": [
"P31",
"P150"
],
"adjacency": [
[
2,
1,
1
],
[
2,
0,
0
]
],
"entity_labels": [
"sovereign state",
"Oslo",
"Norway"
],
"relation_labels": [
"instance of",
"contains the administrative territorial entity"
]
}
|
select distinct ?sbj where { ?sbj wdt:P150 wd:Q585 . ?sbj wdt:P31 wd:Q3624078 }
|
lcquad2-15137
|
Who died before publishing his Philosophical Investigations?
|
[
"Cambridge"
] |
{
"entities": [
"Q350",
"Q772496",
"Q9391"
],
"relations": [
"P20",
"P50"
],
"adjacency": [
[
1,
1,
2
],
[
2,
0,
0
]
],
"entity_labels": [
"Cambridge",
"Philosophical Investigations",
"Ludwig Wittgenstein"
],
"relation_labels": [
"place of death",
"author"
]
}
|
SELECT ?answer WHERE { wd:Q772496 wdt:P50 ?X . ?X wdt:P20 ?answer}
|
lcquad2-15735
|
When did Bettie Page bite the dust?
|
[
"UTC−08:00"
] |
{
"entities": [
"Q65",
"Q2204",
"Q61898"
],
"relations": [
"P421",
"P20"
],
"adjacency": [
[
2,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"Los Angeles",
"UTC−08:00",
"Bettie Page"
],
"relation_labels": [
"located in time zone",
"place of death"
]
}
|
SELECT ?answer WHERE { wd:Q61898 wdt:P20 ?X . ?X wdt:P421 ?answer}
|
lcquad2-21463
|
Name a relative of the Faisal of Saudi Arabia.
|
[
"Abd Allah ibn Abd al-Latif Al ash-Sheikh"
] |
{
"entities": [
"Q217167",
"Q4664538",
"Q5"
],
"relations": [
"P1038",
"P31"
],
"adjacency": [
[
0,
0,
1
],
[
1,
1,
2
]
],
"entity_labels": [
"King Faisal bin Abdulaziz Al Saud",
"Abd Allah ibn Abd al-Latif Al ash-Sheikh",
"human"
],
"relation_labels": [
"relative",
"instance of"
]
}
|
select distinct ?obj where { wd:Q217167 wdt:P1038 ?obj . ?obj wdt:P31 wd:Q5 }
|
lcquad2-15398
|
Who is the daughters of the wives of Hans Rehmann?
|
[
"Felix Salten"
] |
{
"entities": [
"Q33327266",
"Q118740",
"Q163747"
],
"relations": [
"P26",
"P22"
],
"adjacency": [
[
1,
0,
0
],
[
0,
1,
2
]
],
"entity_labels": [
"Anna Katharina Rehmann-Salten",
"Hans Rehmann",
"Felix Salten"
],
"relation_labels": [
"spouse",
"father"
]
}
|
SELECT ?answer WHERE { wd:Q118740 wdt:P26 ?X . ?X wdt:P22 ?answer}
|
lcquad2-13170
|
WHAT IS THE BORN OF INSTRUCTION
|
[
"Dublin"
] |
{
"entities": [
"Q1761",
"Q1780",
"Q73176"
],
"relations": [
"P190",
"P19"
],
"adjacency": [
[
2,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"Dublin",
"Bratislava",
"Anne Enright"
],
"relation_labels": [
"twinned administrative body",
"place of birth"
]
}
|
SELECT ?answer WHERE { wd:Q73176 wdt:P19 ?answer . ?answer wdt:P190 wd:Q1780}
|
lcquad2-14542
|
What is craftsmanship work of paul klee celebrated books ?
|
[
"\"degenerate art\" collection"
] |
{
"entities": [
"Q111796449",
"Q2365608",
"Q44007"
],
"relations": [
"P800",
"P195"
],
"adjacency": [
[
2,
0,
1
],
[
1,
1,
0
]
],
"entity_labels": [
"\"degenerate art\" collection",
"Sumpflegende",
"Paul Klee"
],
"relation_labels": [
"notable work",
"collection"
]
}
|
SELECT ?answer WHERE { wd:Q44007 wdt:P800 ?X . ?X wdt:P195 ?answer}
|
lcquad2-16086
|
What time zone is the landmass of Levant?
|
[
"Asia/Thimphu"
] |
{
"entities": [
"Q81483",
"Q48",
"Q1087393"
],
"relations": [
"P30",
"P421"
],
"adjacency": [
[
0,
0,
1
],
[
1,
1,
2
]
],
"entity_labels": [
"Levant",
"Asia",
"Asia/Thimphu"
],
"relation_labels": [
"continent",
"located in time zone"
]
}
|
SELECT ?answer WHERE { wd:Q81483 wdt:P30 ?X . ?X wdt:P421 ?answer}
|
lcquad2-22183
|
What sedate treats inflammation?
|
[
"sulindac"
] |
{
"entities": [
"Q963093",
"Q101991",
"Q11173"
],
"relations": [
"P2175",
"P31"
],
"adjacency": [
[
0,
0,
1
],
[
0,
1,
2
]
],
"entity_labels": [
"sulindac",
"inflammation",
"chemical compound"
],
"relation_labels": [
"medical condition treated",
"instance of"
]
}
|
select distinct ?sbj where { ?sbj wdt:P2175 wd:Q101991 . ?sbj wdt:P31 wd:Q11173 }
|
lcquad2-20443
|
Lactobacillus has a place with which taxon?
|
[
"Lactobacillus delbrueckii"
] |
{
"entities": [
"Q3246083",
"Q16521",
"Q1061596"
],
"relations": [
"P31",
"P427"
],
"adjacency": [
[
2,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"Lactobacillus delbrueckii",
"taxon",
"Lactobacillus"
],
"relation_labels": [
"instance of",
"taxonomic type"
]
}
|
select distinct ?obj where { wd:Q1061596 wdt:P427 ?obj . ?obj wdt:P31 wd:Q16521 }
|
lcquad2-21064
|
What is David Ben - Gurion's Statement of Independence?
|
[
"Declaration of the Establishment of the State of Israel"
] |
{
"entities": [
"Q37610",
"Q223732",
"Q1464916"
],
"relations": [
"P31",
"P1891"
],
"adjacency": [
[
1,
1,
0
],
[
1,
0,
2
]
],
"entity_labels": [
"David Ben-Gurion",
"Declaration of the Establishment of the State of Israel",
"declaration of independence"
],
"relation_labels": [
"instance of",
"signatory"
]
}
|
select distinct ?sbj where { ?sbj wdt:P1891 wd:Q37610 . ?sbj wdt:P31 wd:Q1464916 }
|
lcquad2-25138
|
What is Niklas Luhman's concept that has the word "society" in its name?
|
[
"society"
] |
{
"entities": [
"Q151885",
"Q8425",
"Q57238"
],
"relations": [
"P31",
"P3342"
],
"adjacency": [
[
1,
0,
0
],
[
1,
1,
2
]
],
"entity_labels": [
"concept",
"society",
"Niklas Luhmann"
],
"relation_labels": [
"instance of",
"significant person"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q151885 . ?sbj wdt:P3342 wd:Q57238 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'society')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-20302
|
Give me the name of the taxon for the taxon source of milk.
|
[
"mammal"
] |
{
"entities": [
"Q7377",
"Q16521",
"Q8495"
],
"relations": [
"P31",
"P1672"
],
"adjacency": [
[
0,
1,
2
],
[
0,
0,
1
]
],
"entity_labels": [
"mammal",
"taxon",
"milk"
],
"relation_labels": [
"instance of",
"this taxon is source of"
]
}
|
select distinct ?sbj where { ?sbj wdt:P1672 wd:Q8495 . ?sbj wdt:P31 wd:Q16521 }
|
lcquad2-10050
|
What are all the locations in which the filming of Forrest Gump took place?
|
[
"Alabama",
"North Carolina"
] |
{
"entities": [
"Q134773",
"Q1454",
"Q173"
],
"relations": [
"P840",
"P915"
],
"adjacency": [
[
0,
1,
1
],
[
0,
0,
2
]
],
"entity_labels": [
"Forrest Gump",
"North Carolina",
"Alabama"
],
"relation_labels": [
"narrative location",
"filming location"
]
}
|
SELECT ?ans_1 ?ans_2 WHERE { wd:Q134773 wdt:P915 ?ans_1 . wd:Q134773 wdt:P840 ?ans_2 }
|
lcquad2-17869
|
Who is the creator of Planta do Foro de Quiteria Maria Amaral Occupado Por Francisco Antonio Mariano Situado no Lageado - Freguezia da Penha Municipio da Capital São Paulo?
|
[
"DNA replication"
] |
{
"entities": [
"Q55213518",
"Q1156791",
"Q130996"
],
"relations": [
"P1535",
"P2079"
],
"adjacency": [
[
0,
1,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"Planta do Foro de Quiteria Maria Amaral Occupado Por Francisco Antonio Mariano Situado no Lageado - Freguezia da Penha Municipio da Capital São Paulo (Alekhine, Nicolau)",
"copying",
"DNA replication"
],
"relation_labels": [
"used by",
"fabrication method"
]
}
|
SELECT ?answer WHERE { wd:Q55213518 wdt:P2079 ?X . ?X wdt:P1535 ?answer}
|
lcquad2-21854
|
Which is the civil chronicle of the files of Bonn?
|
[
"Stadtarchiv und Stadthistorische Bibliothek Bonn"
] |
{
"entities": [
"Q28719793",
"Q586",
"Q604177"
],
"relations": [
"P31",
"P485"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"Stadtarchiv und Stadthistorische Bibliothek Bonn",
"Bonn",
"municipal archive"
],
"relation_labels": [
"instance of",
"archives at"
]
}
|
select distinct ?obj where { wd:Q586 wdt:P485 ?obj . ?obj wdt:P31 wd:Q604177 }
|
lcquad2-12984
|
"Which is {signs} of {common cold}, that has {has basic cause} is {sort I touchiness} ?"
|
[
"Centre de données astronomiques de Strasbourg"
] |
{
"entities": [
"Q6602",
"Q654724",
"Q1054195"
],
"relations": [
"P131",
"P137"
],
"adjacency": [
[
1,
1,
2
],
[
2,
0,
0
]
],
"entity_labels": [
"Strasbourg",
"SIMBAD",
"Centre de données astronomiques de Strasbourg"
],
"relation_labels": [
"located in the administrative territorial entity",
"operator"
]
}
|
SELECT ?answer WHERE { wd:Q654724 wdt:P137 ?answer . ?answer wdt:P131 wd:Q6602}
|
lcquad2-20581
|
What film set of three is Once Upon a Time within the West portion of?
|
[
"America trilogy"
] |
{
"entities": [
"Q468018",
"Q168154",
"Q13593818"
],
"relations": [
"P179",
"P31"
],
"adjacency": [
[
1,
0,
0
],
[
0,
1,
2
]
],
"entity_labels": [
"America trilogy",
"Once Upon a Time in the West",
"film trilogy"
],
"relation_labels": [
"part of the series",
"instance of"
]
}
|
select distinct ?obj where { wd:Q168154 wdt:P179 ?obj . ?obj wdt:P31 wd:Q13593818 }
|
lcquad2-17859
|
Which taxon has cinnamon as a component for its creation ?
|
[
"Cinnamomum"
] |
{
"entities": [
"Q27282",
"Q370239",
"Q28165"
],
"relations": [
"P171",
"P1582"
],
"adjacency": [
[
2,
1,
1
],
[
1,
0,
0
]
],
"entity_labels": [
"Cinnamomum",
"Cinnamon",
"cinnamon"
],
"relation_labels": [
"parent taxon",
"natural product of taxon"
]
}
|
SELECT ?answer WHERE { wd:Q28165 wdt:P1582 ?X . ?X wdt:P171 ?answer}
|
lcquad2-15582
|
Which {applies to regional ward} of {holds position} of {Septimius Severus} ?
|
[
"Ancient Rome"
] |
{
"entities": [
"Q1747689",
"Q11704729",
"Q1442"
],
"relations": [
"P1001",
"P39"
],
"adjacency": [
[
2,
1,
1
],
[
1,
0,
0
]
],
"entity_labels": [
"Ancient Rome",
"tribune of the plebs",
"Septimius Severus"
],
"relation_labels": [
"applies to jurisdiction",
"position held"
]
}
|
SELECT ?answer WHERE { wd:Q1442 wdt:P39 ?X . ?X wdt:P1001 ?answer}
|
lcquad2-15567
|
Who is the first minister of Richard Russel in his place of activity?
|
[
"geography of Virginia"
] |
{
"entities": [
"Q1370",
"Q623429",
"Q52312690"
],
"relations": [
"P2633",
"P710"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"Virginia",
"Reconstruction Era",
"geography of Virginia"
],
"relation_labels": [
"geography of topic",
"participant"
]
}
|
SELECT ?answer WHERE { wd:Q623429 wdt:P710 ?X . ?X wdt:P2633 ?answer}
|
lcquad2-22181
|
Which company fabricated the Commodore 64?
|
[
"Commodore International"
] |
{
"entities": [
"Q6881511",
"Q99775",
"Q208305"
],
"relations": [
"P31",
"P176"
],
"adjacency": [
[
1,
1,
2
],
[
2,
0,
0
]
],
"entity_labels": [
"enterprise",
"Commodore 64",
"Commodore International"
],
"relation_labels": [
"instance of",
"manufacturer"
]
}
|
select distinct ?obj where { wd:Q99775 wdt:P176 ?obj . ?obj wdt:P31 wd:Q6881511 }
|
lcquad2-21253
|
Who is the Norse god murdered by Baldur?
|
[
"Hodhr"
] |
{
"entities": [
"Q131658",
"Q204900",
"Q16513881"
],
"relations": [
"P157",
"P31"
],
"adjacency": [
[
0,
0,
1
],
[
1,
1,
2
]
],
"entity_labels": [
"Baldur",
"Hodhr",
"Norse deity"
],
"relation_labels": [
"killed by",
"instance of"
]
}
|
select distinct ?obj where { wd:Q131658 wdt:P157 ?obj . ?obj wdt:P31 wd:Q16513881 }
|
lcquad2-9830
|
What is the history and inventor's name of the Periodic table?
|
[
"history of the periodic table",
"Dmitri Mendeleev"
] |
{
"entities": [
"Q9106",
"Q10693",
"Q14916030"
],
"relations": [
"P2184",
"P61"
],
"adjacency": [
[
1,
0,
2
],
[
1,
1,
0
]
],
"entity_labels": [
"Dmitri Mendeleev",
"periodic table",
"history of the periodic table"
],
"relation_labels": [
"history of topic",
"discoverer or inventor"
]
}
|
SELECT ?ans_1 ?ans_2 WHERE { wd:Q10693 wdt:P2184 ?ans_1 . wd:Q10693 wdt:P61 ?ans_2 }
|
lcquad2-14406
|
who state of dialects talked of marcel carné ?
|
[
"Gabon"
] |
{
"entities": [
"Q52409",
"Q1000",
"Q150"
],
"relations": [
"P1412",
"P17"
],
"adjacency": [
[
0,
0,
2
],
[
2,
1,
1
]
],
"entity_labels": [
"Marcel Carné",
"Gabon",
"French"
],
"relation_labels": [
"languages spoken, written or signed",
"country"
]
}
|
SELECT ?answer WHERE { wd:Q52409 wdt:P1412 ?X . ?X wdt:P17 ?answer}
|
lcquad2-22429
|
Where within the book of scriptures can you discover the book of David?
|
[
"Gospel of Mark"
] |
{
"entities": [
"Q107388",
"Q41370",
"Q29154430"
],
"relations": [
"P31",
"P1441"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"Gospel of Mark",
"David",
"book of the Bible"
],
"relation_labels": [
"instance of",
"present in work"
]
}
|
select distinct ?obj where { wd:Q41370 wdt:P1441 ?obj . ?obj wdt:P31 wd:Q29154430 }
|
lcquad2-20941
|
What is the highest constitutional court in Hamburg?
|
[
"Hamburg Constitutional Court"
] |
{
"entities": [
"Q1573233",
"Q32766",
"Q1055"
],
"relations": [
"P31",
"P209"
],
"adjacency": [
[
2,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"Hamburg Constitutional Court",
"constitutional court",
"Hamburg"
],
"relation_labels": [
"instance of",
"highest judicial authority"
]
}
|
select distinct ?obj where { wd:Q1055 wdt:P209 ?obj . ?obj wdt:P31 wd:Q32766 }
|
lcquad2-10140
|
What are the symptoms and medications used for Gastroenteritis?
|
[
"vomiting",
"ibuprofen"
] |
{
"entities": [
"Q156103",
"Q186969",
"Q127076"
],
"relations": [
"P2176",
"P780"
],
"adjacency": [
[
0,
1,
2
],
[
0,
0,
1
]
],
"entity_labels": [
"gastroenteritis",
"ibuprofen",
"vomiting"
],
"relation_labels": [
"drug or therapy used for treatment",
"symptoms and signs"
]
}
|
SELECT ?ans_1 ?ans_2 WHERE { wd:Q156103 wdt:P780 ?ans_1 . wd:Q156103 wdt:P2176 ?ans_2 }
|
lcquad2-21541
|
Which is the Wikimedia category for the category of related individuals of Oslo?
|
[
"Category:People from Oslo"
] |
{
"entities": [
"Q4167836",
"Q7117170",
"Q585"
],
"relations": [
"P31",
"P1792"
],
"adjacency": [
[
2,
1,
1
],
[
1,
0,
0
]
],
"entity_labels": [
"Wikimedia category",
"Category:People from Oslo",
"Oslo"
],
"relation_labels": [
"instance of",
"category of associated people"
]
}
|
select distinct ?obj where { wd:Q585 wdt:P1792 ?obj . ?obj wdt:P31 wd:Q4167836 }
|
lcquad2-20429
|
What movies is Bruce Willis cast in
|
[
"Perfect Stranger"
] |
{
"entities": [
"Q2680",
"Q11424",
"Q930430"
],
"relations": [
"P161",
"P31"
],
"adjacency": [
[
2,
0,
0
],
[
2,
1,
1
]
],
"entity_labels": [
"Bruce Willis",
"film",
"Perfect Stranger"
],
"relation_labels": [
"cast member",
"instance of"
]
}
|
select distinct ?sbj where { ?sbj wdt:P161 wd:Q2680 . ?sbj wdt:P31 wd:Q11424 }
|
lcquad2-23102
|
what is the regal or respectable rank contains the word in their name
|
[
"Yabghu"
] |
{
"entities": [
"Q355567",
"Q1099117"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"noble title",
"Yabghu"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q355567 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'yabghu')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-10002
|
DOTA 2 uses what platform running what software engine?
|
[
"Microsoft Windows",
"Source 2"
] |
{
"entities": [
"Q21658271",
"Q1406",
"Q771541"
],
"relations": [
"P408",
"P400"
],
"adjacency": [
[
2,
1,
1
],
[
2,
0,
0
]
],
"entity_labels": [
"Source 2",
"Microsoft Windows",
"Dota 2"
],
"relation_labels": [
"software engine",
"platform"
]
}
|
SELECT ?ans_1 ?ans_2 WHERE { wd:Q771541 wdt:P400 ?ans_1 . wd:Q771541 wdt:P408 ?ans_2 }
|
lcquad2-25412
|
Give me the identify of the mass media that begins with 'y' and has a 3GPP readable file format.
|
[
"YouTube Space Rio"
] |
{
"entities": [
"Q51883041",
"Q27863097",
"Q11033"
],
"relations": [
"P31",
"P1072"
],
"adjacency": [
[
0,
0,
2
],
[
0,
1,
1
]
],
"entity_labels": [
"YouTube Space Rio",
"3GPP file format",
"mass media"
],
"relation_labels": [
"instance of",
"readable file format"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q11033 . ?sbj wdt:P1072 wd:Q27863097 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'y')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-15152
|
What place of death is Philaret Drozdov split into?
|
[
"Golovinsky District"
] |
{
"entities": [
"Q649",
"Q129641",
"Q1017756"
],
"relations": [
"P150",
"P20"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"Moscow",
"Philaret Drozdov",
"Golovinsky District"
],
"relation_labels": [
"contains the administrative territorial entity",
"place of death"
]
}
|
SELECT ?answer WHERE { wd:Q129641 wdt:P20 ?X . ?X wdt:P150 ?answer}
|
lcquad2-23394
|
Reveal me Jewish denomination whose name has the word judaism in it.
|
[
"Humanistic Judaism"
] |
{
"entities": [
"Q3001185",
"Q951353"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"Jewish religious movement",
"Humanistic Judaism"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q3001185 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'judaism')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-23493
|
Disclose me probability distribution whose name has the word distribution in it.
|
[
"Boltzmann distribution"
] |
{
"entities": [
"Q834200",
"Q200726"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"Boltzmann distribution",
"probability distribution"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q200726 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'distribution')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-11805
|
What is the {capital} of {Kangwon Province}, which is a {member of} the {International Federation of Red Cross and Red Crescent Societies}?
|
[
"North Korea"
] |
{
"entities": [
"Q41416",
"Q1069175",
"Q423"
],
"relations": [
"P463",
"P131"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"Kangwon Province",
"International Federation of Red Cross and Red Crescent Societies",
"North Korea"
],
"relation_labels": [
"member of",
"located in the administrative territorial entity"
]
}
|
SELECT ?answer WHERE { wd:Q41416 wdt:P131 ?answer . ?answer wdt:P463 wd:Q1069175}
|
lcquad2-24649
|
Give me a coach type name that begins with an ' v ' alphabet.
|
[
"van"
] |
{
"entities": [
"Q15729598",
"Q193468"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"coachwork type",
"van"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q15729598 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'v')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-16964
|
What does the Sports Union of North African Football Federations regulate?
|
[
"FIFA"
] |
{
"entities": [
"Q2736",
"Q253414",
"Q427061"
],
"relations": [
"P3719",
"P641"
],
"adjacency": [
[
2,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"association football",
"FIFA",
"Union of North African Football Federations"
],
"relation_labels": [
"regulated by",
"sport"
]
}
|
SELECT ?answer WHERE { wd:Q427061 wdt:P641 ?X . ?X wdt:P3719 ?answer}
|
lcquad2-17832
|
List the inverse of played by of replicating.
|
[
"plant reproductive morphology"
] |
{
"entities": [
"Q464666",
"Q1156791",
"Q1608538"
],
"relations": [
"P1535",
"P461"
],
"adjacency": [
[
1,
0,
0
],
[
0,
1,
2
]
],
"entity_labels": [
"vegetative reproduction",
"copying",
"plant reproductive morphology"
],
"relation_labels": [
"used by",
"opposite of"
]
}
|
SELECT ?answer WHERE { wd:Q1156791 wdt:P1535 ?X . ?X wdt:P461 ?answer}
|
lcquad2-15243
|
who is brother for children of Eleanor of Aquitaine ?
|
[
"William Longespée, 3rd Earl of Salisbury"
] |
{
"entities": [
"Q1121970",
"Q178525",
"Q129308"
],
"relations": [
"P3373",
"P40"
],
"adjacency": [
[
1,
1,
2
],
[
2,
0,
0
]
],
"entity_labels": [
"William Longespée, 3rd Earl of Salisbury",
"Eleanor of Aquitaine",
"John, King of England"
],
"relation_labels": [
"sibling",
"child"
]
}
|
SELECT ?answer WHERE { wd:Q178525 wdt:P40 ?X . ?X wdt:P3373 ?answer}
|
lcquad2-23203
|
What are the between time organization that contains the word southern in their name
|
[
"Southern States Energy Board"
] |
{
"entities": [
"Q245065",
"Q7570509"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"intergovernmental organization",
"Southern States Energy Board"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q245065 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'southern')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-24486
|
Which are the unit of area which start with the letter w?
|
[
"Wolne Tory"
] |
{
"entities": [
"Q1371562",
"Q9377718"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"unit of area",
"Wolne Tory"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q1371562 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'w')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-16215
|
How is the Via col Vento edition rated on a musical scale?
|
[
"Max Steiner"
] |
{
"entities": [
"Q350704",
"Q29478369",
"Q2875"
],
"relations": [
"P629",
"P86"
],
"adjacency": [
[
1,
0,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"Max Steiner",
"Via col vento",
"Gone with the Wind"
],
"relation_labels": [
"edition or translation of",
"composer"
]
}
|
SELECT ?answer WHERE { wd:Q29478369 wdt:P629 ?X . ?X wdt:P86 ?answer}
|
lcquad2-21328
|
Who is the {human} for {father} of {Alexander Graham Bell}
|
[
"Alexander Melville Bell"
] |
{
"entities": [
"Q5",
"Q436991",
"Q34286"
],
"relations": [
"P31",
"P22"
],
"adjacency": [
[
2,
1,
1
],
[
1,
0,
0
]
],
"entity_labels": [
"human",
"Alexander Melville Bell",
"Alexander Graham Bell"
],
"relation_labels": [
"instance of",
"father"
]
}
|
select distinct ?obj where { wd:Q34286 wdt:P22 ?obj . ?obj wdt:P31 wd:Q5 }
|
lcquad2-19898
|
Who was the screenwriter of Neon Beginning Evangelion?
|
[
"Hiroshi Yamaguchi"
] |
{
"entities": [
"Q5",
"Q662",
"Q11466760"
],
"relations": [
"P58",
"P31"
],
"adjacency": [
[
1,
0,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"human",
"Neon Genesis Evangelion",
"Hiroshi Yamaguchi"
],
"relation_labels": [
"screenwriter",
"instance of"
]
}
|
select distinct ?obj where { wd:Q662 wdt:P58 ?obj . ?obj wdt:P31 wd:Q5 }
|
lcquad2-16805
|
what is the location of the pendant in the Portrait of Maria Bockenolle (Wife of Johannes Elison)?
|
[
"Museum of Fine Arts Boston"
] |
{
"entities": [
"Q20557706",
"Q20557629",
"Q49133"
],
"relations": [
"P1639",
"P276"
],
"adjacency": [
[
0,
0,
1
],
[
1,
1,
2
]
],
"entity_labels": [
"Portrait of Maria Bockenolle (Wife of Johannes Elison)",
"Portrait of Reverend Johannes Elison",
"Museum of Fine Arts Boston"
],
"relation_labels": [
"pendant of",
"location"
]
}
|
SELECT ?answer WHERE { wd:Q20557706 wdt:P1639 ?X . ?X wdt:P276 ?answer}
|
lcquad2-21006
|
Who is the leader of the church of England?
|
[
"Archbishop of Canterbury"
] |
{
"entities": [
"Q29282",
"Q82708",
"Q4164871"
],
"relations": [
"P31",
"P2388"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"Archbishop of Canterbury",
"Church of England",
"position"
],
"relation_labels": [
"instance of",
"office held by head of the organization"
]
}
|
select distinct ?obj where { wd:Q82708 wdt:P2388 ?obj . ?obj wdt:P31 wd:Q4164871 }
|
lcquad2-17659
|
Title the thing administrator of the question gotten to by Discuss Mauritius
|
[
"Nürnberger Flugdienst"
] |
{
"entities": [
"Q407556",
"Q219764",
"Q16320517"
],
"relations": [
"P137",
"P121"
],
"adjacency": [
[
0,
1,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"Air Mauritius",
"ATR 72",
"Nürnberger Flugdienst"
],
"relation_labels": [
"operator",
"item operated"
]
}
|
SELECT ?answer WHERE { wd:Q407556 wdt:P121 ?X . ?X wdt:P137 ?answer}
|
lcquad2-21236
|
What is the title of the ethnic bunch that starts from Korea?
|
[
"Korean American"
] |
{
"entities": [
"Q41710",
"Q18097",
"Q276879"
],
"relations": [
"P495",
"P31"
],
"adjacency": [
[
2,
0,
1
],
[
2,
1,
0
]
],
"entity_labels": [
"ethnic group",
"Korea",
"Korean American"
],
"relation_labels": [
"country of origin",
"instance of"
]
}
|
select distinct ?sbj where { ?sbj wdt:P495 wd:Q18097 . ?sbj wdt:P31 wd:Q41710 }
|
lcquad2-25325
|
What what is programming language programming paradigm non-structured programming and alsowhich that starts with letter b
|
[
"BASIC"
] |
{
"entities": [
"Q9143",
"Q905156",
"Q42979"
],
"relations": [
"P31",
"P3966"
],
"adjacency": [
[
2,
0,
0
],
[
2,
1,
1
]
],
"entity_labels": [
"programming language",
"non-structured programming",
"BASIC"
],
"relation_labels": [
"instance of",
"programming paradigm"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q9143 . ?sbj wdt:P3966 wd:Q905156 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'b')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-14704
|
who artist of forerunner of right here right presently visit ?
|
[
"Van Halen"
] |
{
"entities": [
"Q938436",
"Q3935739",
"Q190155"
],
"relations": [
"P175",
"P155"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"For Unlawful Carnal Knowledge Tour",
"Right Here Right Now Tour",
"Van Halen"
],
"relation_labels": [
"performer",
"follows"
]
}
|
SELECT ?answer WHERE { wd:Q3935739 wdt:P155 ?X . ?X wdt:P175 ?answer}
|
lcquad2-16039
|
Who was Kerri Walsh Jennings's opponent?
|
[
"Tijana Bošković"
] |
{
"entities": [
"Q18395722",
"Q232666",
"Q18163117"
],
"relations": [
"P1344",
"P710"
],
"adjacency": [
[
1,
0,
0
],
[
0,
1,
2
]
],
"entity_labels": [
"volleyball at the 2016 Summer Olympics",
"Kerri Walsh Jennings",
"Tijana Bošković"
],
"relation_labels": [
"participant in",
"participant"
]
}
|
SELECT ?answer WHERE { wd:Q232666 wdt:P1344 ?X . ?X wdt:P710 ?answer}
|
lcquad2-23150
|
Tell me the unit system whose name contains the word units.
|
[
"metre–tonne–second system of units"
] |
{
"entities": [
"Q939202",
"Q932268"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"metre–tonne–second system of units",
"system of units"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q932268 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'units')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-22859
|
Which tv appear does Ellen DeGeneres host?
|
[
"The Ellen DeGeneres Show"
] |
{
"entities": [
"Q15416",
"Q839150",
"Q483325"
],
"relations": [
"P371",
"P31"
],
"adjacency": [
[
1,
0,
2
],
[
1,
1,
0
]
],
"entity_labels": [
"television program",
"The Ellen DeGeneres Show",
"Ellen DeGeneres"
],
"relation_labels": [
"presenter",
"instance of"
]
}
|
select distinct ?sbj where { ?sbj wdt:P371 wd:Q483325 . ?sbj wdt:P31 wd:Q15416 }
|
lcquad2-24187
|
What is the title of a roof shape that begins with the letter t.
|
[
"T shaped roof"
] |
{
"entities": [
"Q1156686",
"Q19010615"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"roof shape",
"T shaped roof"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q1156686 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 't')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-21767
|
What is the Wikimedia category for the Montreal location shot list of films?
|
[
"Category:Films shot in Montreal"
] |
{
"entities": [
"Q4167836",
"Q340",
"Q7140662"
],
"relations": [
"P31",
"P1740"
],
"adjacency": [
[
1,
1,
2
],
[
2,
0,
0
]
],
"entity_labels": [
"Wikimedia category",
"Montreal",
"Category:Films shot in Montreal"
],
"relation_labels": [
"instance of",
"category for films shot at this location"
]
}
|
select distinct ?obj where { wd:Q340 wdt:P1740 ?obj . ?obj wdt:P31 wd:Q4167836 }
|
lcquad2-25685
|
Name the a couple of celebrity constellation the place you can locate Centaurus that starts offevolved with letter H
|
[
"HD 129161"
] |
{
"entities": [
"Q8844",
"Q6873009",
"Q878367"
],
"relations": [
"P31",
"P59"
],
"adjacency": [
[
1,
0,
2
],
[
1,
1,
0
]
],
"entity_labels": [
"Centaurus",
"HD 129161",
"multiple star"
],
"relation_labels": [
"instance of",
"constellation"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q878367 . ?sbj wdt:P59 wd:Q8844 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'h')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-16541
|
What is music class of comes some time recently I mine øjne ?
|
[
"lullaby"
] |
{
"entities": [
"Q4992505",
"Q3791021",
"Q193605"
],
"relations": [
"P156",
"P136"
],
"adjacency": [
[
1,
0,
0
],
[
0,
1,
2
]
],
"entity_labels": [
"Under stjernerne på himlen",
"I mine øjne",
"lullaby"
],
"relation_labels": [
"followed by",
"genre"
]
}
|
SELECT ?answer WHERE { wd:Q3791021 wdt:P156 ?X . ?X wdt:P136 ?answer}
|
lcquad2-23504
|
Name a color in its name containing the word "yellow"
|
[
"yellow"
] |
{
"entities": [
"Q1075",
"Q943"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"color",
"yellow"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q1075 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'yellow')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-21194
|
Is the gag speed of a gun F. Ascaso rise to to 304.0?
|
[
"United Nations"
] |
{
"entities": [
"Q245065",
"Q47423",
"Q1065"
],
"relations": [
"P31",
"P355"
],
"adjacency": [
[
2,
1,
1
],
[
2,
0,
0
]
],
"entity_labels": [
"intergovernmental organization",
"United Nations General Assembly",
"United Nations"
],
"relation_labels": [
"instance of",
"has subsidiary"
]
}
|
select distinct ?sbj where { ?sbj wdt:P355 wd:Q47423 . ?sbj wdt:P31 wd:Q245065 }
|
lcquad2-25284
|
Which HyperText Markup Language collection W3C suggestion contains of the letters html5 in its name?
|
[
"HTML5"
] |
{
"entities": [
"Q2053",
"Q8811",
"Q2661442"
],
"relations": [
"P31",
"P179"
],
"adjacency": [
[
0,
0,
2
],
[
0,
1,
1
]
],
"entity_labels": [
"HTML5",
"HyperText Markup Language",
"W3C Recommendation"
],
"relation_labels": [
"instance of",
"part of the series"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q2661442 . ?sbj wdt:P179 wd:Q8811 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'html5')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-24102
|
What are the direct-controlled district which begin with the letter t
|
[
"Tianjin"
] |
{
"entities": [
"Q1208802",
"Q11736"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"direct-controlled municipality",
"Tianjin"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q1208802 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 't')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-22711
|
Which nation is the Hebrew language spoken?
|
[
"Israel"
] |
{
"entities": [
"Q9288",
"Q801",
"Q6256"
],
"relations": [
"P37",
"P31"
],
"adjacency": [
[
1,
0,
0
],
[
1,
1,
2
]
],
"entity_labels": [
"Hebrew",
"Israel",
"country"
],
"relation_labels": [
"official language",
"instance of"
]
}
|
select distinct ?sbj where { ?sbj wdt:P37 wd:Q9288 . ?sbj wdt:P31 wd:Q6256 }
|
lcquad2-14627
|
Which jobs did the characters of Pinocchio have?
|
[
"conscience"
] |
{
"entities": [
"Q1028714",
"Q193526",
"Q4341553"
],
"relations": [
"P674",
"P106"
],
"adjacency": [
[
2,
0,
0
],
[
0,
1,
1
]
],
"entity_labels": [
"Jiminy Cricket",
"conscience",
"Pinocchio"
],
"relation_labels": [
"characters",
"occupation"
]
}
|
SELECT ?answer WHERE { wd:Q4341553 wdt:P674 ?X . ?X wdt:P106 ?answer}
|
lcquad2-15177
|
The service operator of Airbus A380 is a part of what division?
|
[
"Régional"
] |
{
"entities": [
"Q5830",
"Q1139054",
"Q131005"
],
"relations": [
"P199",
"P137"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"Airbus A380",
"Régional",
"Air France"
],
"relation_labels": [
"business division",
"operator"
]
}
|
SELECT ?answer WHERE { wd:Q5830 wdt:P137 ?X . ?X wdt:P199 ?answer}
|
lcquad2-16619
|
Where did the Allies participate?
|
[
"Soviet Union"
] |
{
"entities": [
"Q15180",
"Q189266",
"Q329888"
],
"relations": [
"P276",
"P1344"
],
"adjacency": [
[
2,
1,
1
],
[
1,
0,
0
]
],
"entity_labels": [
"Soviet Union",
"Eastern Front (World War II)",
"Allies of the Second World War"
],
"relation_labels": [
"location",
"participant in"
]
}
|
SELECT ?answer WHERE { wd:Q329888 wdt:P1344 ?X . ?X wdt:P276 ?answer}
|
lcquad2-20180
|
The Society of Jesus was founded by what person?
|
[
"Francis Xavier"
] |
{
"entities": [
"Q5",
"Q163900",
"Q36380"
],
"relations": [
"P112",
"P31"
],
"adjacency": [
[
2,
0,
1
],
[
1,
1,
0
]
],
"entity_labels": [
"human",
"Francis Xavier",
"Society of Jesus"
],
"relation_labels": [
"founded by",
"instance of"
]
}
|
select distinct ?obj where { wd:Q36380 wdt:P112 ?obj . ?obj wdt:P31 wd:Q5 }
|
lcquad2-17322
|
What is portray of coat arms of Overbetuwe ?
|
[
"castle triple towered"
] |
{
"entities": [
"Q1010645",
"Q15883776",
"Q600871"
],
"relations": [
"P180",
"P237"
],
"adjacency": [
[
2,
1,
1
],
[
1,
0,
0
]
],
"entity_labels": [
"castle triple towered",
"coat of arms of Overbetuwe",
"Overbetuwe"
],
"relation_labels": [
"depicts",
"coat of arms"
]
}
|
SELECT ?answer WHERE { wd:Q600871 wdt:P237 ?X . ?X wdt:P180 ?answer}
|
lcquad2-15590
|
In the portrait entitled, Flaying of Marsyas, who is the sister or the brother in the painting?
|
[
"Manes"
] |
{
"entities": [
"Q2631851",
"Q37340",
"Q21723151"
],
"relations": [
"P3373",
"P180"
],
"adjacency": [
[
2,
1,
1
],
[
1,
0,
0
]
],
"entity_labels": [
"Manes",
"Apollo",
"Flaying of Marsyas"
],
"relation_labels": [
"sibling",
"depicts"
]
}
|
SELECT ?answer WHERE { wd:Q21723151 wdt:P180 ?X . ?X wdt:P3373 ?answer}
|
lcquad2-23593
|
Let me know civil organization in India whose title has the word nagar in it.
|
[
"Varanasi Nagar Nigam"
] |
{
"entities": [
"Q7915433",
"Q6936225"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"Varanasi Nagar Nigam",
"municipal corporation in India"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q6936225 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'nagar')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-15537
|
What thing was utilized within the birth of Victor E. Renuart, Jr.?
|
[
"C-27J Spartan"
] |
{
"entities": [
"Q11223",
"Q2522312",
"Q1161870"
],
"relations": [
"P241",
"P121"
],
"adjacency": [
[
1,
0,
0
],
[
0,
1,
2
]
],
"entity_labels": [
"United States Air Force",
"Victor E. Renuart, Jr.",
"C-27J Spartan"
],
"relation_labels": [
"military branch",
"item operated"
]
}
|
SELECT ?answer WHERE { wd:Q2522312 wdt:P241 ?X . ?X wdt:P121 ?answer}
|
lcquad2-21970
|
What college down offers a border with Munich?
|
[
"Garching bei München"
] |
{
"entities": [
"Q264620",
"Q1187811",
"Q1726"
],
"relations": [
"P31",
"P47"
],
"adjacency": [
[
0,
1,
2
],
[
0,
0,
1
]
],
"entity_labels": [
"Garching bei München",
"college town",
"Munich"
],
"relation_labels": [
"instance of",
"shares border with"
]
}
|
select distinct ?sbj where { ?sbj wdt:P47 wd:Q1726 . ?sbj wdt:P31 wd:Q1187811 }
|
lcquad2-16680
|
Where does one apply the starch?
|
[
"inhalation administration"
] |
{
"entities": [
"Q10268830",
"Q41534",
"Q21175313"
],
"relations": [
"P1542",
"P636"
],
"adjacency": [
[
1,
0,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"inhalation administration",
"starch",
"starch exposure"
],
"relation_labels": [
"has effect",
"route of administration"
]
}
|
SELECT ?answer WHERE { wd:Q41534 wdt:P1542 ?X . ?X wdt:P636 ?answer}
|
lcquad2-11783
|
What is the beginning location, with a accomplice town of Khabarovsk, of Shannon Larratt?
|
[
"Victoria"
] |
{
"entities": [
"Q7488901",
"Q4454",
"Q2132"
],
"relations": [
"P190",
"P19"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"Shannon Larratt",
"Khabarovsk",
"Victoria"
],
"relation_labels": [
"twinned administrative body",
"place of birth"
]
}
|
SELECT ?answer WHERE { wd:Q7488901 wdt:P19 ?answer . ?answer wdt:P190 wd:Q4454}
|
lcquad2-23122
|
What are the concepts that contain the word "übersarung" in their title ?
|
[
"Übersarung"
] |
{
"entities": [
"Q151885",
"Q333184"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"concept",
"Übersarung"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q151885 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'übersarung')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-15885
|
The Star Wars Holiday Special was directed by whom?
|
[
"USC School of Cinematic Arts"
] |
{
"entities": [
"Q1583249",
"Q1538082",
"Q5230594"
],
"relations": [
"P69",
"P57"
],
"adjacency": [
[
1,
1,
2
],
[
2,
0,
0
]
],
"entity_labels": [
"USC School of Cinematic Arts",
"The Star Wars Holiday Special",
"David Acomba"
],
"relation_labels": [
"educated at",
"director"
]
}
|
SELECT ?answer WHERE { wd:Q1538082 wdt:P57 ?X . ?X wdt:P69 ?answer}
|
lcquad2-21348
|
Give the names of the Greek God Apollo's spouse's Muses.
|
[
"Thalia"
] |
{
"entities": [
"Q37340",
"Q108019",
"Q66016"
],
"relations": [
"P31",
"P451"
],
"adjacency": [
[
1,
1,
0
],
[
1,
0,
2
]
],
"entity_labels": [
"Apollo",
"Thalia",
"Muses"
],
"relation_labels": [
"instance of",
"unmarried partner"
]
}
|
select distinct ?sbj where { ?sbj wdt:P451 wd:Q37340 . ?sbj wdt:P31 wd:Q66016 }
|
lcquad2-23205
|
Let Me know EMIRATE OF THE Joined together Middle easterner EMIRATES WHOSE Title HAS THE WORD FUJAIRAH IN IT
|
[
"Emirate of Fujairah"
] |
{
"entities": [
"Q19833031",
"Q4091"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"emirate of the United Arab Emirates",
"Emirate of Fujairah"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q19833031 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'fujairah')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-23453
|
Let me know measurable method whose title has the word dnain it.
|
[
"DNA profiling"
] |
{
"entities": [
"Q476697",
"Q456443"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"DNA profiling",
"forensic technique"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q456443 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'dna')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-16974
|
How can you treat the symptoms of lead poisoning?
|
[
"paricalcitol"
] |
{
"entities": [
"Q1054718",
"Q110315",
"Q155746"
],
"relations": [
"P2176",
"P780"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"kidney disease",
"lead poisoning",
"paricalcitol"
],
"relation_labels": [
"drug or therapy used for treatment",
"symptoms and signs"
]
}
|
SELECT ?answer WHERE { wd:Q110315 wdt:P780 ?X . ?X wdt:P2176 ?answer}
|
lcquad2-22966
|
Tell me the Czech Republic region which is Hamburg's twinned administrative body.
|
[
"Prague"
] |
{
"entities": [
"Q38911",
"Q1085",
"Q1055"
],
"relations": [
"P31",
"P190"
],
"adjacency": [
[
2,
1,
1
],
[
1,
0,
0
]
],
"entity_labels": [
"region of the Czech Republic",
"Prague",
"Hamburg"
],
"relation_labels": [
"instance of",
"twinned administrative body"
]
}
|
select distinct ?obj where { wd:Q1055 wdt:P190 ?obj . ?obj wdt:P31 wd:Q38911 }
|
lcquad2-17020
|
What is mascot of took portion in Thierry Henry ?
|
[
"Footix"
] |
{
"entities": [
"Q101730",
"Q45901",
"Q855249"
],
"relations": [
"P1344",
"P822"
],
"adjacency": [
[
1,
0,
0
],
[
0,
1,
2
]
],
"entity_labels": [
"1998 FIFA World Cup",
"Thierry Henry",
"Footix"
],
"relation_labels": [
"participant in",
"mascot"
]
}
|
SELECT ?answer WHERE { wd:Q45901 wdt:P1344 ?X . ?X wdt:P822 ?answer}
|
lcquad2-14099
|
What is a prescribed drug for strokes that is capable of inhibiting or stopping the pathological process of cerebrovascular disease?
|
[
"pentoxifylline"
] |
{
"entities": [
"Q12202",
"Q3010352",
"Q416331"
],
"relations": [
"P2175",
"P2176"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"stroke",
"cerebrovascular disease",
"pentoxifylline"
],
"relation_labels": [
"medical condition treated",
"drug or therapy used for treatment"
]
}
|
SELECT ?answer WHERE { wd:Q12202 wdt:P2176 ?answer . ?answer wdt:P2175 wd:Q3010352}
|
lcquad2-23276
|
WHICH IS THE PHASE OF LIFE THAT CONTAINS THE WORD ZYGOSPORE IN THEIR NAME
|
[
"zygospore"
] |
{
"entities": [
"Q1811014",
"Q1938070"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"phase of life",
"zygospore"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q1811014 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'zygospore')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-16707
|
Which religion association was set up by Mahendra Sūri?
|
[
"Mahavira"
] |
{
"entities": [
"Q9422",
"Q9232",
"Q6733781"
],
"relations": [
"P112",
"P140"
],
"adjacency": [
[
2,
1,
1
],
[
1,
0,
0
]
],
"entity_labels": [
"Mahavira",
"Jainism",
"Mahendra Sūri"
],
"relation_labels": [
"founded by",
"religion or worldview"
]
}
|
SELECT ?answer WHERE { wd:Q6733781 wdt:P140 ?X . ?X wdt:P112 ?answer}
|
lcquad2-22789
|
Give me the name of the cult film that Francis Ford Coppola directed.
|
[
"Bram Stoker's Dracula"
] |
{
"entities": [
"Q219557",
"Q56094",
"Q107325"
],
"relations": [
"P31",
"P57"
],
"adjacency": [
[
2,
1,
1
],
[
2,
0,
0
]
],
"entity_labels": [
"cult film",
"Francis Ford Coppola",
"Bram Stoker's Dracula"
],
"relation_labels": [
"instance of",
"director"
]
}
|
select distinct ?sbj where { ?sbj wdt:P57 wd:Q56094 . ?sbj wdt:P31 wd:Q219557 }
|
lcquad2-25041
|
Give a programming dialect that contained the word zpl in their title utilized for cluster programming paradigm.
|
[
"ZPL"
] |
{
"entities": [
"Q9143",
"Q4795882",
"Q3332038"
],
"relations": [
"P31",
"P3966"
],
"adjacency": [
[
2,
0,
0
],
[
2,
1,
1
]
],
"entity_labels": [
"programming language",
"array programming",
"ZPL"
],
"relation_labels": [
"instance of",
"programming paradigm"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q9143 . ?sbj wdt:P3966 wd:Q4795882 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'zpl')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-25469
|
Name the unit used to measure mass quantity that begins with letter w
|
[
"Wiardunek"
] |
{
"entities": [
"Q3647172",
"Q11423",
"Q7998037"
],
"relations": [
"P111",
"P31"
],
"adjacency": [
[
2,
1,
0
],
[
2,
0,
1
]
],
"entity_labels": [
"unit of mass",
"mass",
"Wiardunek"
],
"relation_labels": [
"measured physical quantity",
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q3647172 . ?sbj wdt:P111 wd:Q11423 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'w')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-22615
|
Bill Doors is the chairperson for what private establishment found within the Joined together States?
|
[
"Bill & Melinda Gates Foundation"
] |
{
"entities": [
"Q655286",
"Q5284",
"Q7246202"
],
"relations": [
"P31",
"P488"
],
"adjacency": [
[
0,
1,
1
],
[
0,
0,
2
]
],
"entity_labels": [
"Bill & Melinda Gates Foundation",
"Bill Gates",
"private foundation"
],
"relation_labels": [
"instance of",
"chairperson"
]
}
|
select distinct ?sbj where { ?sbj wdt:P488 wd:Q5284 . ?sbj wdt:P31 wd:Q7246202 }
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.