id
stringlengths 11
13
| question
stringlengths 11
8.64k
| answers
list | subgraph
dict | sparql
stringlengths 49
483
|
---|---|---|---|---|
lcquad2-23972
|
Let me know military campaign whose title has the word operation in their name
|
[
"Operations of the Prussian Western Army in the Austro-Prussian war"
] |
{
"entities": [
"Q99938309",
"Q831663"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"Operations of the Prussian Western Army in the Austro-Prussian war",
"military campaign"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q831663 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'operation')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-21546
|
Who is the{film} for {cast part} of {Al Pacino}
|
[
"Me, Natalie"
] |
{
"entities": [
"Q41163",
"Q959326",
"Q11424"
],
"relations": [
"P161",
"P31"
],
"adjacency": [
[
1,
0,
0
],
[
1,
1,
2
]
],
"entity_labels": [
"Al Pacino",
"Me, Natalie",
"film"
],
"relation_labels": [
"cast member",
"instance of"
]
}
|
select distinct ?sbj where { ?sbj wdt:P161 wd:Q41163 . ?sbj wdt:P31 wd:Q11424 }
|
lcquad2-15101
|
What do the understudies of Ann C. Respectable do?
|
[
"Robert Mondavi"
] |
{
"entities": [
"Q697977",
"Q1344336",
"Q5044558"
],
"relations": [
"P108",
"P802"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"Ann C. Noble",
"Robert Mondavi",
"Carol Shelton"
],
"relation_labels": [
"employer",
"student"
]
}
|
SELECT ?answer WHERE { wd:Q697977 wdt:P802 ?X . ?X wdt:P108 ?answer}
|
lcquad2-22887
|
What nation taken an interest within the Cuban Rocket Crisis?
|
[
"Soviet Union"
] |
{
"entities": [
"Q15180",
"Q128160",
"Q3024240"
],
"relations": [
"P31",
"P710"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"Soviet Union",
"Cuban Missile Crisis",
"historical country"
],
"relation_labels": [
"instance of",
"participant"
]
}
|
select distinct ?obj where { wd:Q128160 wdt:P710 ?obj . ?obj wdt:P31 wd:Q3024240 }
|
lcquad2-15611
|
Which shire is the birth area of Sam Concepcion?
|
[
"Quiapo"
] |
{
"entities": [
"Q1461",
"Q1075125",
"Q3543715"
],
"relations": [
"P19",
"P150"
],
"adjacency": [
[
2,
0,
0
],
[
0,
1,
1
]
],
"entity_labels": [
"Manila",
"Quiapo",
"Sam Concepcion"
],
"relation_labels": [
"place of birth",
"contains the administrative territorial entity"
]
}
|
SELECT ?answer WHERE { wd:Q3543715 wdt:P19 ?X . ?X wdt:P150 ?answer}
|
lcquad2-22683
|
Which country is spoken in the Netherlands?
|
[
"Suriname"
] |
{
"entities": [
"Q3624078",
"Q730",
"Q7411"
],
"relations": [
"P37",
"P31"
],
"adjacency": [
[
1,
0,
2
],
[
1,
1,
0
]
],
"entity_labels": [
"sovereign state",
"Suriname",
"Dutch"
],
"relation_labels": [
"official language",
"instance of"
]
}
|
select distinct ?sbj where { ?sbj wdt:P37 wd:Q7411 . ?sbj wdt:P31 wd:Q3624078 }
|
lcquad2-19879
|
What is the title of the character show in Nineteen Eighty-Four?
|
[
"Syme"
] |
{
"entities": [
"Q8214238",
"Q3658341",
"Q208460"
],
"relations": [
"P31",
"P1441"
],
"adjacency": [
[
0,
1,
2
],
[
0,
0,
1
]
],
"entity_labels": [
"Syme",
"literary character",
"Nineteen Eighty-Four"
],
"relation_labels": [
"instance of",
"present in work"
]
}
|
select distinct ?sbj where { ?sbj wdt:P1441 wd:Q208460 . ?sbj wdt:P31 wd:Q3658341 }
|
lcquad2-22745
|
What is Portage Engine Company's car producer for its trade division?
|
[
"Jiangling Motors"
] |
{
"entities": [
"Q786820",
"Q1065539",
"Q44294"
],
"relations": [
"P199",
"P31"
],
"adjacency": [
[
2,
0,
1
],
[
1,
1,
0
]
],
"entity_labels": [
"automobile manufacturer",
"Jiangling Motors",
"Ford Motor Company"
],
"relation_labels": [
"business division",
"instance of"
]
}
|
select distinct ?obj where { wd:Q44294 wdt:P199 ?obj . ?obj wdt:P31 wd:Q786820 }
|
lcquad2-13448
|
What nation with Jeddah and twin cities did Mimar Sinan kick the bucket in ?
|
[
"Istanbul"
] |
{
"entities": [
"Q374365",
"Q406",
"Q5600"
],
"relations": [
"P190",
"P20"
],
"adjacency": [
[
2,
1,
1
],
[
1,
0,
0
]
],
"entity_labels": [
"Jeddah",
"Istanbul",
"Mimar Sinan"
],
"relation_labels": [
"twinned administrative body",
"place of death"
]
}
|
SELECT ?answer WHERE { wd:Q5600 wdt:P20 ?answer . ?answer wdt:P190 wd:Q374365}
|
lcquad2-16120
|
Who is the have of arrangement of The This evening Appear with Jay Leno?
|
[
"Jimmy Fallon"
] |
{
"entities": [
"Q335680",
"Q1338655",
"Q3107406"
],
"relations": [
"P179",
"P371"
],
"adjacency": [
[
2,
0,
1
],
[
1,
1,
0
]
],
"entity_labels": [
"Jimmy Fallon",
"The Tonight Show",
"The Tonight Show with Jay Leno"
],
"relation_labels": [
"part of the series",
"presenter"
]
}
|
SELECT ?answer WHERE { wd:Q3107406 wdt:P179 ?X . ?X wdt:P371 ?answer}
|
lcquad2-9851
|
Gerard Way is from what country, and what is his job?
|
[
"comics writer",
"United States of America"
] |
{
"entities": [
"Q11892507",
"Q204132",
"Q30"
],
"relations": [
"P106",
"P27"
],
"adjacency": [
[
1,
1,
2
],
[
1,
0,
0
]
],
"entity_labels": [
"comics writer",
"Gerard Way",
"United States of America"
],
"relation_labels": [
"occupation",
"country of citizenship"
]
}
|
SELECT ?ans_1 ?ans_2 WHERE { wd:Q204132 wdt:P27 ?ans_1 . wd:Q204132 wdt:P106 ?ans_2 }
|
lcquad2-16586
|
What is the sports of the specialism of Angelo Piffarerio?
|
[
"field hockey"
] |
{
"entities": [
"Q172964",
"Q22025806",
"Q1455"
],
"relations": [
"P641",
"P413"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"goalkeeper",
"Angelo Piffarerio",
"field hockey"
],
"relation_labels": [
"sport",
"position played on team / speciality"
]
}
|
SELECT ?answer WHERE { wd:Q22025806 wdt:P413 ?X . ?X wdt:P641 ?answer}
|
lcquad2-25163
|
WHICH IS THE Arrangement That's MANIFESTATION OF Bigotry Which CONTAINS THE WORD APARTHEID IN THEIR NAME
|
[
"apartheid"
] |
{
"entities": [
"Q11409",
"Q1156854",
"Q8461"
],
"relations": [
"P31",
"P1557"
],
"adjacency": [
[
0,
0,
1
],
[
0,
1,
2
]
],
"entity_labels": [
"apartheid",
"policy",
"racism"
],
"relation_labels": [
"instance of",
"manifestation of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q1156854 . ?sbj wdt:P1557 wd:Q8461 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'apartheid')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-13778
|
"Which is {dialect official} of {Miss Universe}, where {has case} is {genitive case} ?"
|
[
"English"
] |
{
"entities": [
"Q161376",
"Q1860",
"Q146233"
],
"relations": [
"P37",
"P2989"
],
"adjacency": [
[
0,
0,
1
],
[
1,
1,
2
]
],
"entity_labels": [
"Miss Universe",
"English",
"genitive case"
],
"relation_labels": [
"official language",
"has grammatical case"
]
}
|
SELECT ?answer WHERE { wd:Q161376 wdt:P37 ?answer . ?answer wdt:P2989 wd:Q146233}
|
lcquad2-15841
|
What higher taxons are determined in species of hearts?
|
[
"eukaryote"
] |
{
"entities": [
"Q1072",
"Q19088",
"Q729"
],
"relations": [
"P171",
"P703"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"heart",
"eukaryote",
"animal"
],
"relation_labels": [
"parent taxon",
"found in taxon"
]
}
|
SELECT ?answer WHERE { wd:Q1072 wdt:P703 ?X . ?X wdt:P171 ?answer}
|
lcquad2-22507
|
What was the change for the Yuan line in China?
|
[
"Togto'a reform"
] |
{
"entities": [
"Q7313",
"Q17034804",
"Q900406"
],
"relations": [
"P31",
"P17"
],
"adjacency": [
[
1,
1,
0
],
[
1,
0,
2
]
],
"entity_labels": [
"Yuan dynasty",
"Togto'a reform",
"reform"
],
"relation_labels": [
"instance of",
"country"
]
}
|
select distinct ?sbj where { ?sbj wdt:P17 wd:Q7313 . ?sbj wdt:P31 wd:Q900406 }
|
lcquad2-15778
|
Get me the name of the Disney Infinity 2.0: Marvel Super Heroes series, next series
|
[
"PlayStation 3"
] |
{
"entities": [
"Q5282456",
"Q10683",
"Q16971686"
],
"relations": [
"P155",
"P400"
],
"adjacency": [
[
2,
0,
0
],
[
0,
1,
1
]
],
"entity_labels": [
"Disney Infinity",
"PlayStation 3",
"Disney Infinity 2.0: Marvel Super Heroes"
],
"relation_labels": [
"follows",
"platform"
]
}
|
SELECT ?answer WHERE { wd:Q16971686 wdt:P155 ?X . ?X wdt:P400 ?answer}
|
lcquad2-10115
|
What is the time zone and territorial entity of Mecca?
|
[
"UTC+03:00",
"Mecca Province"
] |
{
"entities": [
"Q234167",
"Q5806",
"Q6760"
],
"relations": [
"P421",
"P131"
],
"adjacency": [
[
1,
0,
2
],
[
1,
1,
0
]
],
"entity_labels": [
"Mecca Province",
"Mecca",
"UTC+03:00"
],
"relation_labels": [
"located in time zone",
"located in the administrative territorial entity"
]
}
|
SELECT ?ans_1 ?ans_2 WHERE { wd:Q5806 wdt:P421 ?ans_1 . wd:Q5806 wdt:P131 ?ans_2 }
|
lcquad2-15831
|
Who's the authors of "No Reservations: Around the World on an Empty Stomach"?
|
[
"Anthony Bourdain"
] |
{
"entities": [
"Q7753115",
"Q426582",
"Q16958393"
],
"relations": [
"P155",
"P50"
],
"adjacency": [
[
2,
0,
0
],
[
0,
1,
1
]
],
"entity_labels": [
"The Nasty Bits",
"Anthony Bourdain",
"No Reservations: Around the World on an Empty Stomach"
],
"relation_labels": [
"follows",
"author"
]
}
|
SELECT ?answer WHERE { wd:Q16958393 wdt:P155 ?X . ?X wdt:P50 ?answer}
|
lcquad2-20686
|
Which people dwell in Rotterdam?
|
[
"Dennis de Jong"
] |
{
"entities": [
"Q34370",
"Q5",
"Q952646"
],
"relations": [
"P31",
"P551"
],
"adjacency": [
[
2,
1,
0
],
[
2,
0,
1
]
],
"entity_labels": [
"Rotterdam",
"human",
"Dennis de Jong"
],
"relation_labels": [
"instance of",
"residence"
]
}
|
select distinct ?sbj where { ?sbj wdt:P551 wd:Q34370 . ?sbj wdt:P31 wd:Q5 }
|
lcquad2-24862
|
Tell me the cheap airline begins with letter v
|
[
"Vistajet"
] |
{
"entities": [
"Q7936483",
"Q190915"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"Vistajet",
"low-cost airline"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q190915 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'v')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-23007
|
Which chapter is it in this form of Hamlet?
|
[
"The tragedie of Hamlet, Prince of Denmarke"
] |
{
"entities": [
"Q1980247",
"Q56153284",
"Q41567"
],
"relations": [
"P629",
"P31"
],
"adjacency": [
[
1,
0,
2
],
[
1,
1,
0
]
],
"entity_labels": [
"chapter",
"The tragedie of Hamlet, Prince of Denmarke",
"Hamlet"
],
"relation_labels": [
"edition or translation of",
"instance of"
]
}
|
select distinct ?sbj where { ?sbj wdt:P629 wd:Q41567 . ?sbj wdt:P31 wd:Q1980247 }
|
lcquad2-21153
|
What place is Montreal the capitol of?
|
[
"Villeray–Saint-Michel–Parc-Extension"
] |
{
"entities": [
"Q578521",
"Q340",
"Q1324904"
],
"relations": [
"P31",
"P150"
],
"adjacency": [
[
1,
1,
2
],
[
2,
0,
0
]
],
"entity_labels": [
"borough of Montreal",
"Montreal",
"Villeray–Saint-Michel–Parc-Extension"
],
"relation_labels": [
"instance of",
"contains the administrative territorial entity"
]
}
|
select distinct ?obj where { wd:Q340 wdt:P150 ?obj . ?obj wdt:P31 wd:Q578521 }
|
lcquad2-10118
|
Pinterest is owned and authorized by whom?
|
[
"Ben Silbermann",
"Instapaper"
] |
{
"entities": [
"Q4273954",
"Q4022396",
"Q255381"
],
"relations": [
"P1830",
"P50"
],
"adjacency": [
[
2,
1,
0
],
[
2,
0,
1
]
],
"entity_labels": [
"Ben Silbermann",
"Instapaper",
"Pinterest"
],
"relation_labels": [
"owner of",
"author"
]
}
|
SELECT ?ans_1 ?ans_2 WHERE { wd:Q255381 wdt:P50 ?ans_1 . wd:Q255381 wdt:P1830 ?ans_2 }
|
lcquad2-17542
|
What scene was a portion of Franco Baresi?
|
[
"Soldier Field"
] |
{
"entities": [
"Q101751",
"Q189984",
"Q1132413"
],
"relations": [
"P276",
"P1344"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"1994 FIFA World Cup",
"Franco Baresi",
"Soldier Field"
],
"relation_labels": [
"location",
"participant in"
]
}
|
SELECT ?answer WHERE { wd:Q189984 wdt:P1344 ?X . ?X wdt:P276 ?answer}
|
lcquad2-24628
|
What are the commune of france which begin with the letter e
|
[
"Érin"
] |
{
"entities": [
"Q989552",
"Q484170"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"Érin",
"commune of France"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q484170 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'é')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-12744
|
Who lives in Anita Bryant whose arrondissement is Pittsburg County?
|
[
"Oklahoma"
] |
{
"entities": [
"Q240623",
"Q495479",
"Q1649"
],
"relations": [
"P150",
"P551"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"Anita Bryant",
"Pittsburg County",
"Oklahoma"
],
"relation_labels": [
"contains the administrative territorial entity",
"residence"
]
}
|
SELECT ?answer WHERE { wd:Q240623 wdt:P551 ?answer . ?answer wdt:P150 wd:Q495479}
|
lcquad2-22369
|
What is the title of the stadium claimed by the Australian Football Association?
|
[
"Docklands Stadium"
] |
{
"entities": [
"Q1049757",
"Q50783",
"Q917998"
],
"relations": [
"P127",
"P31"
],
"adjacency": [
[
2,
0,
1
],
[
2,
1,
0
]
],
"entity_labels": [
"multi-purpose stadium",
"Australian Football League",
"Docklands Stadium"
],
"relation_labels": [
"owned by",
"instance of"
]
}
|
select distinct ?sbj where { ?sbj wdt:P127 wd:Q50783 . ?sbj wdt:P31 wd:Q1049757 }
|
lcquad2-16775
|
WHO Impact THE Makers OF VOYAGEURS?
|
[
"Frederic Remington"
] |
{
"entities": [
"Q560787",
"Q1065418",
"Q20891264"
],
"relations": [
"P737",
"P170"
],
"adjacency": [
[
2,
1,
1
],
[
1,
0,
0
]
],
"entity_labels": [
"Frederic Remington",
"Charles Marion Russell",
"Voyageurs"
],
"relation_labels": [
"influenced by",
"creator"
]
}
|
SELECT ?answer WHERE { wd:Q20891264 wdt:P170 ?X . ?X wdt:P737 ?answer}
|
lcquad2-21756
|
What is vinegar's chemical compound?
|
[
"ethanol"
] |
{
"entities": [
"Q153",
"Q41354",
"Q11173"
],
"relations": [
"P31",
"P186"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"ethanol",
"vinegar",
"chemical compound"
],
"relation_labels": [
"instance of",
"made from material"
]
}
|
select distinct ?obj where { wd:Q41354 wdt:P186 ?obj . ?obj wdt:P31 wd:Q11173 }
|
lcquad2-13601
|
What was the hematologist Julius Nyerere's cause of death?
|
[
"leukemia"
] |
{
"entities": [
"Q103824",
"Q29496",
"Q186525"
],
"relations": [
"P509",
"P1995"
],
"adjacency": [
[
2,
0,
1
],
[
1,
1,
0
]
],
"entity_labels": [
"hematology",
"leukemia",
"Julius Nyerere"
],
"relation_labels": [
"cause of death",
"health specialty"
]
}
|
SELECT ?answer WHERE { wd:Q186525 wdt:P509 ?answer . ?answer wdt:P1995 wd:Q103824}
|
lcquad2-20039
|
What city is twinned with Sofia?
|
[
"Salalah"
] |
{
"entities": [
"Q472",
"Q515",
"Q1294439"
],
"relations": [
"P31",
"P190"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"Sofia",
"city",
"Salalah"
],
"relation_labels": [
"instance of",
"twinned administrative body"
]
}
|
select distinct ?obj where { wd:Q472 wdt:P190 ?obj . ?obj wdt:P31 wd:Q515 }
|
lcquad2-12973
|
Which infant of Julio Iglesias won the Latin Grammy Award for Best Male Pop Vocal Album?
|
[
"Enrique Iglesias"
] |
{
"entities": [
"Q122003",
"Q47122",
"Q6496361"
],
"relations": [
"P40",
"P166"
],
"adjacency": [
[
0,
0,
1
],
[
1,
1,
2
]
],
"entity_labels": [
"Julio Iglesias",
"Enrique Iglesias",
"Latin Grammy Award for Best Male Pop Vocal Album"
],
"relation_labels": [
"child",
"award received"
]
}
|
SELECT ?answer WHERE { wd:Q122003 wdt:P40 ?answer . ?answer wdt:P166 wd:Q6496361}
|
lcquad2-24934
|
Tell me the Lincoln Cathedral collection contract containing the word carta in its name?
|
[
"Magna Carta"
] |
{
"entities": [
"Q390169",
"Q93288",
"Q12519"
],
"relations": [
"P31",
"P195"
],
"adjacency": [
[
2,
0,
1
],
[
2,
1,
0
]
],
"entity_labels": [
"Lincoln Cathedral",
"contract",
"Magna Carta"
],
"relation_labels": [
"instance of",
"collection"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q93288 . ?sbj wdt:P195 wd:Q390169 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'carta')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-17566
|
In the region where the King James Version was published, what was the big event?
|
[
"7 July 2005 London bombings"
] |
{
"entities": [
"Q10818",
"Q84",
"Q623398"
],
"relations": [
"P793",
"P291"
],
"adjacency": [
[
2,
1,
1
],
[
1,
0,
0
]
],
"entity_labels": [
"7 July 2005 London bombings",
"London",
"King James Version"
],
"relation_labels": [
"significant event",
"place of publication"
]
}
|
SELECT ?answer WHERE { wd:Q623398 wdt:P291 ?X . ?X wdt:P793 ?answer}
|
lcquad2-21913
|
What was the dysnasty of David ?
|
[
"Davidic line"
] |
{
"entities": [
"Q164950",
"Q41370",
"Q2701168"
],
"relations": [
"P31",
"P53"
],
"adjacency": [
[
1,
1,
2
],
[
2,
0,
0
]
],
"entity_labels": [
"dynasty",
"David",
"Davidic line"
],
"relation_labels": [
"instance of",
"family"
]
}
|
select distinct ?obj where { wd:Q41370 wdt:P53 ?obj . ?obj wdt:P31 wd:Q164950 }
|
lcquad2-24817
|
Which is the human-geographic regional substance which begins with the letter w?
|
[
"Wielopole"
] |
{
"entities": [
"Q9373124",
"Q15642541"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"Wielopole",
"human-geographic territorial entity"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q15642541 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'w')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-19854
|
Which building is the diocese of the Russian Orthodox Church in?
|
[
"St. Dmitry Donskoy church"
] |
{
"entities": [
"Q4505032",
"Q60995",
"Q16970"
],
"relations": [
"P708",
"P31"
],
"adjacency": [
[
0,
0,
1
],
[
0,
1,
2
]
],
"entity_labels": [
"St. Dmitry Donskoy church",
"Russian Orthodox Church",
"church building"
],
"relation_labels": [
"diocese",
"instance of"
]
}
|
select distinct ?sbj where { ?sbj wdt:P708 wd:Q60995 . ?sbj wdt:P31 wd:Q16970 }
|
lcquad2-24389
|
What are the cosmic question sort which begin with the letter v
|
[
"void"
] |
{
"entities": [
"Q845371",
"Q17444909"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"void",
"astronomical object type"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q17444909 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'v')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-21950
|
What is the beat offering single created by David Bowie?
|
[
"Under Pressure"
] |
{
"entities": [
"Q134556",
"Q5383",
"Q836667"
],
"relations": [
"P162",
"P31"
],
"adjacency": [
[
2,
0,
1
],
[
2,
1,
0
]
],
"entity_labels": [
"single",
"David Bowie",
"Under Pressure"
],
"relation_labels": [
"producer",
"instance of"
]
}
|
select distinct ?sbj where { ?sbj wdt:P162 wd:Q5383 . ?sbj wdt:P31 wd:Q134556 }
|
lcquad2-12224
|
What is has father of Guangxu Emporer, that has is girl of is Majestic Respectable Partner Zhuangshun?
|
[
"Yixuan, Prince Chun"
] |
{
"entities": [
"Q299710",
"Q2982450",
"Q6006807"
],
"relations": [
"P25",
"P22"
],
"adjacency": [
[
0,
1,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"Guangxu Emperor",
"Yixuan, Prince Chun",
"Imperial Noble Consort Zhuangshun"
],
"relation_labels": [
"mother",
"father"
]
}
|
SELECT ?answer WHERE { wd:Q299710 wdt:P22 ?answer . ?answer wdt:P25 wd:Q6006807}
|
lcquad2-13312
|
Which parent of Fernando Pessoa is named Joaquim?
|
[
"Joaquim de Seabra Pessoa"
] |
{
"entities": [
"Q173481",
"Q10307501",
"Q18115086"
],
"relations": [
"P735",
"P22"
],
"adjacency": [
[
0,
1,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"Fernando Pessoa",
"Joaquim de Seabra Pessoa",
"Joaquim"
],
"relation_labels": [
"given name",
"father"
]
}
|
SELECT ?answer WHERE { wd:Q173481 wdt:P22 ?answer . ?answer wdt:P735 wd:Q18115086}
|
lcquad2-15478
|
Who was the mother of Archduke Franz Ferdinand?
|
[
"Infanta Maria Theresa of Portugal"
] |
{
"entities": [
"Q112112",
"Q43063",
"Q237358"
],
"relations": [
"P3373",
"P25"
],
"adjacency": [
[
1,
0,
0
],
[
0,
1,
2
]
],
"entity_labels": [
"Archduchess Maria Annunciata of Austria",
"Archduke Franz Ferdinand",
"Infanta Maria Theresa of Portugal"
],
"relation_labels": [
"sibling",
"mother"
]
}
|
SELECT ?answer WHERE { wd:Q43063 wdt:P3373 ?X . ?X wdt:P25 ?answer}
|
lcquad2-17359
|
In which city the most central station of the company PricewaterhouseCoopers are found ?
|
[
"Sadiq Khan"
] |
{
"entities": [
"Q334155",
"Q488048",
"Q84"
],
"relations": [
"P6",
"P159"
],
"adjacency": [
[
1,
1,
2
],
[
2,
0,
0
]
],
"entity_labels": [
"Sadiq Khan",
"PricewaterhouseCoopers",
"London"
],
"relation_labels": [
"head of government",
"headquarters location"
]
}
|
SELECT ?answer WHERE { wd:Q488048 wdt:P159 ?X . ?X wdt:P6 ?answer}
|
lcquad2-15668
|
Which club did Richard Bartel play for as group manager?
|
[
"Ron Rivera"
] |
{
"entities": [
"Q1991889",
"Q7323984",
"Q212654"
],
"relations": [
"P54",
"P286"
],
"adjacency": [
[
1,
0,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"Ron Rivera",
"Richard Bartel",
"Washington Commanders"
],
"relation_labels": [
"member of sports team",
"head coach"
]
}
|
SELECT ?answer WHERE { wd:Q7323984 wdt:P54 ?X . ?X wdt:P286 ?answer}
|
lcquad2-25241
|
Which is the ice monster that has Sun as parent cosmic body and contains the word uranus in it's name?
|
[
"Uranus"
] |
{
"entities": [
"Q324",
"Q525",
"Q1319599"
],
"relations": [
"P397",
"P31"
],
"adjacency": [
[
0,
1,
2
],
[
0,
0,
1
]
],
"entity_labels": [
"Uranus",
"Sun",
"ice giant"
],
"relation_labels": [
"parent astronomical body",
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q1319599 . ?sbj wdt:P397 wd:Q525 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'uranus')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-15141
|
What is the twin city of Casimir III the Great's passing place?
|
[
"Leuven"
] |
{
"entities": [
"Q53457",
"Q118958",
"Q31487"
],
"relations": [
"P190",
"P20"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"Casimir III the Great",
"Leuven",
"Kraków"
],
"relation_labels": [
"twinned administrative body",
"place of death"
]
}
|
SELECT ?answer WHERE { wd:Q53457 wdt:P20 ?X . ?X wdt:P190 ?answer}
|
lcquad2-22568
|
Who decides who wins the Tony Awards?
|
[
"The Broadway League"
] |
{
"entities": [
"Q43229",
"Q7720229",
"Q191874"
],
"relations": [
"P1027",
"P31"
],
"adjacency": [
[
2,
0,
1
],
[
1,
1,
0
]
],
"entity_labels": [
"organization",
"The Broadway League",
"Tony Awards"
],
"relation_labels": [
"conferred by",
"instance of"
]
}
|
select distinct ?obj where { wd:Q191874 wdt:P1027 ?obj . ?obj wdt:P31 wd:Q43229 }
|
lcquad2-12034
|
What language did Mary, Queen of Hungary speak?
|
[
"Hungarian"
] |
{
"entities": [
"Q51929447",
"Q154412",
"Q9067"
],
"relations": [
"P103",
"P5110"
],
"adjacency": [
[
1,
0,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"third-person singular",
"Mary I of Hungary",
"Hungarian"
],
"relation_labels": [
"native language",
"has grammatical person"
]
}
|
SELECT ?answer WHERE { wd:Q154412 wdt:P103 ?answer . ?answer wdt:P5110 wd:Q51929447}
|
lcquad2-17582
|
Which is the antonym for CFSI of Gujarat?
|
[
"Category:Films set in Gujarat"
] |
{
"entities": [
"Q15403804",
"Q1061",
"Q8457661"
],
"relations": [
"P1740",
"P461"
],
"adjacency": [
[
1,
0,
0
],
[
0,
1,
2
]
],
"entity_labels": [
"Category:Films shot in Gujarat",
"Gujarat",
"Category:Films set in Gujarat"
],
"relation_labels": [
"category for films shot at this location",
"opposite of"
]
}
|
SELECT ?answer WHERE { wd:Q1061 wdt:P1740 ?X . ?X wdt:P461 ?answer}
|
lcquad2-15662
|
In what place was Ariel described to be death at first?
|
[
"Maidenhead"
] |
{
"entities": [
"Q238803",
"Q110869",
"Q3343"
],
"relations": [
"P20",
"P61"
],
"adjacency": [
[
2,
1,
1
],
[
1,
0,
0
]
],
"entity_labels": [
"Maidenhead",
"William Lassell",
"Ariel"
],
"relation_labels": [
"place of death",
"discoverer or inventor"
]
}
|
SELECT ?answer WHERE { wd:Q3343 wdt:P61 ?X . ?X wdt:P20 ?answer}
|
lcquad2-24044
|
What are the space test which begin with the letter v
|
[
"Venera 10"
] |
{
"entities": [
"Q26529",
"Q836463"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"space probe",
"Venera 10"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q26529 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'v')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-14992
|
What is developed by Metroid?
|
[
"Nintendo"
] |
{
"entities": [
"Q170323",
"Q8093",
"Q12397"
],
"relations": [
"P178",
"P400"
],
"adjacency": [
[
2,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"Nintendo DS",
"Nintendo",
"Metroid"
],
"relation_labels": [
"developer",
"platform"
]
}
|
SELECT ?answer WHERE { wd:Q12397 wdt:P400 ?X . ?X wdt:P178 ?answer}
|
lcquad2-13560
|
Lake Kariba, a tributary of the Luena Stream, is encouraged by which waterway inflows?
|
[
"Zambezi River"
] |
{
"entities": [
"Q1047206",
"Q1178822",
"Q43106"
],
"relations": [
"P200",
"P974"
],
"adjacency": [
[
0,
0,
2
],
[
2,
1,
1
]
],
"entity_labels": [
"Lake Kariba",
"Luena River",
"Zambezi River"
],
"relation_labels": [
"inflows",
"tributary"
]
}
|
SELECT ?answer WHERE { wd:Q1047206 wdt:P200 ?answer . ?answer wdt:P974 wd:Q1178822}
|
lcquad2-17458
|
What is an attendee of the Russian Discuss Constrain called?
|
[
"Nationalist faction"
] |
{
"entities": [
"Q2742116",
"Q209833",
"Q10859"
],
"relations": [
"P607",
"P710"
],
"adjacency": [
[
1,
0,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"Nationalist faction",
"Russian Air Force",
"Spanish Civil War"
],
"relation_labels": [
"conflict",
"participant"
]
}
|
SELECT ?answer WHERE { wd:Q209833 wdt:P607 ?X . ?X wdt:P710 ?answer}
|
lcquad2-20430
|
Which carrier utilizes Airbus A330
|
[
"Cebu Pacific"
] |
{
"entities": [
"Q6478",
"Q995151",
"Q46970"
],
"relations": [
"P31",
"P121"
],
"adjacency": [
[
1,
1,
0
],
[
1,
0,
2
]
],
"entity_labels": [
"Airbus A330",
"Cebu Pacific",
"airline"
],
"relation_labels": [
"instance of",
"item operated"
]
}
|
select distinct ?sbj where { ?sbj wdt:P121 wd:Q6478 . ?sbj wdt:P31 wd:Q46970 }
|
lcquad2-9982
|
Where was Common Electric shaped and who is it's current proprietor? '
|
[
"Schenectady",
"GE Healthcare"
] |
{
"entities": [
"Q331380",
"Q1152374",
"Q54173"
],
"relations": [
"P1830",
"P740"
],
"adjacency": [
[
2,
1,
0
],
[
2,
0,
1
]
],
"entity_labels": [
"Schenectady",
"GE Healthcare",
"General Electric"
],
"relation_labels": [
"owner of",
"location of formation"
]
}
|
SELECT ?ans_1 ?ans_2 WHERE { wd:Q54173 wdt:P740 ?ans_1 . wd:Q54173 wdt:P1830 ?ans_2 }
|
lcquad2-14081
|
As a part of Comecon, what did Bulat Okudzhave found?
|
[
"Soviet Union"
] |
{
"entities": [
"Q15180",
"Q191582",
"Q239652"
],
"relations": [
"P740",
"P463"
],
"adjacency": [
[
2,
0,
0
],
[
0,
1,
1
]
],
"entity_labels": [
"Soviet Union",
"COMECON",
"Bulat Okudzhava"
],
"relation_labels": [
"location of formation",
"member of"
]
}
|
SELECT ?answer WHERE { wd:Q239652 wdt:P740 ?answer . ?answer wdt:P463 wd:Q191582}
|
lcquad2-24259
|
Name a brand that starts with V.
|
[
"Vergina Black"
] |
{
"entities": [
"Q93560567",
"Q431289"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"Vergina Black",
"brand"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q431289 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'v')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-25230
|
Tell me the tutorial writing of writer Charles Darwin that contains the word origin in it is name!
|
[
"On the Origin of Species"
] |
{
"entities": [
"Q4119870",
"Q1035",
"Q20124"
],
"relations": [
"P31",
"P50"
],
"adjacency": [
[
2,
0,
0
],
[
2,
1,
1
]
],
"entity_labels": [
"academic writing",
"Charles Darwin",
"On the Origin of Species"
],
"relation_labels": [
"instance of",
"author"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q4119870 . ?sbj wdt:P50 wd:Q1035 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'origin')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-14928
|
What is the title of the shore that Willa cather passed on on?
|
[
"Upper New York Bay"
] |
{
"entities": [
"Q1064776",
"Q11299",
"Q229480"
],
"relations": [
"P206",
"P20"
],
"adjacency": [
[
2,
1,
1
],
[
1,
0,
0
]
],
"entity_labels": [
"Upper New York Bay",
"Manhattan",
"Willa Cather"
],
"relation_labels": [
"located in or next to body of water",
"place of death"
]
}
|
SELECT ?answer WHERE { wd:Q229480 wdt:P20 ?X . ?X wdt:P206 ?answer}
|
lcquad2-14112
|
"Which is {put of movement} of {Eleftherios Venizelos}, that has {twin cities} is {Prague} ?"
|
[
"Athens"
] |
{
"entities": [
"Q1524",
"Q1085",
"Q205545"
],
"relations": [
"P190",
"P937"
],
"adjacency": [
[
2,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"Athens",
"Prague",
"Eleftherios Venizelos"
],
"relation_labels": [
"twinned administrative body",
"work location"
]
}
|
SELECT ?answer WHERE { wd:Q205545 wdt:P937 ?answer . ?answer wdt:P190 wd:Q1085}
|
lcquad2-16868
|
Component Pascal influenced which designer?
|
[
"Niklaus Wirth"
] |
{
"entities": [
"Q1121719",
"Q1323362",
"Q92604"
],
"relations": [
"P941",
"P287"
],
"adjacency": [
[
0,
0,
1
],
[
1,
1,
2
]
],
"entity_labels": [
"Component Pascal",
"Oberon",
"Niklaus Wirth"
],
"relation_labels": [
"inspired by",
"designed by"
]
}
|
SELECT ?answer WHERE { wd:Q1121719 wdt:P941 ?X . ?X wdt:P287 ?answer}
|
lcquad2-15908
|
What is the following stage of 1001 Spikes?
|
[
"Xbox Series X and Series S"
] |
{
"entities": [
"Q98973368",
"Q13361286",
"Q17505226"
],
"relations": [
"P156",
"P400"
],
"adjacency": [
[
2,
1,
1
],
[
1,
0,
0
]
],
"entity_labels": [
"Xbox Series X and Series S",
"Xbox One",
"1001 Spikes"
],
"relation_labels": [
"followed by",
"platform"
]
}
|
SELECT ?answer WHERE { wd:Q17505226 wdt:P400 ?X . ?X wdt:P156 ?answer}
|
lcquad2-15768
|
Who gave the {has sister} of {marriage accomplice} of {Jacqueline Kennedy Onassis} ?
|
[
"Ted Kennedy"
] |
{
"entities": [
"Q165421",
"Q134549",
"Q9696"
],
"relations": [
"P3373",
"P26"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"Jacqueline Kennedy Onassis",
"Ted Kennedy",
"John F. Kennedy"
],
"relation_labels": [
"sibling",
"spouse"
]
}
|
SELECT ?answer WHERE { wd:Q165421 wdt:P26 ?X . ?X wdt:P3373 ?answer}
|
lcquad2-19988
|
who is the composed work for outstanding work of hillary Clinton?
|
[
"An Invitation to the White House"
] |
{
"entities": [
"Q4750109",
"Q47461344",
"Q6294"
],
"relations": [
"P31",
"P800"
],
"adjacency": [
[
2,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"An Invitation to the White House",
"written work",
"Hillary Clinton"
],
"relation_labels": [
"instance of",
"notable work"
]
}
|
select distinct ?obj where { wd:Q6294 wdt:P800 ?obj . ?obj wdt:P31 wd:Q47461344 }
|
lcquad2-20950
|
God Save the Queen plays in which sovereign state?
|
[
"Antigua and Barbuda"
] |
{
"entities": [
"Q40807",
"Q3624078",
"Q781"
],
"relations": [
"P31",
"P85"
],
"adjacency": [
[
2,
1,
0
],
[
2,
0,
1
]
],
"entity_labels": [
"God Save the King",
"sovereign state",
"Antigua and Barbuda"
],
"relation_labels": [
"instance of",
"anthem"
]
}
|
select distinct ?sbj where { ?sbj wdt:P85 wd:Q40807 . ?sbj wdt:P31 wd:Q3624078 }
|
lcquad2-20736
|
During the Achaemenid Empire, what was the language used?
|
[
"Elamite"
] |
{
"entities": [
"Q389688",
"Q35470",
"Q45762"
],
"relations": [
"P37",
"P31"
],
"adjacency": [
[
0,
0,
1
],
[
1,
1,
2
]
],
"entity_labels": [
"Achaemenid Empire",
"Elamite",
"dead language"
],
"relation_labels": [
"official language",
"instance of"
]
}
|
select distinct ?obj where { wd:Q389688 wdt:P37 ?obj . ?obj wdt:P31 wd:Q45762 }
|
lcquad2-22281
|
Where do Thomas Jefferson's special people reside?
|
[
"South Pavilion"
] |
{
"entities": [
"Q38463776",
"Q11812",
"Q276173"
],
"relations": [
"P31",
"P3342"
],
"adjacency": [
[
0,
1,
1
],
[
0,
0,
2
]
],
"entity_labels": [
"South Pavilion",
"Thomas Jefferson",
"pavilion"
],
"relation_labels": [
"instance of",
"significant person"
]
}
|
select distinct ?sbj where { ?sbj wdt:P3342 wd:Q11812 . ?sbj wdt:P31 wd:Q276173 }
|
lcquad2-23727
|
Let me know hot spring whose title has the word unapdev in it.
|
[
"Unapdev"
] |
{
"entities": [
"Q3595502",
"Q177380"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"Unapdev",
"hot spring"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q177380 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'unapdev')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-11766
|
Who is Messier 77's inventor or discoverer whose method of killing is yellow fever?
|
[
"Pierre Méchain"
] |
{
"entities": [
"Q311022",
"Q154874",
"Q14017"
],
"relations": [
"P509",
"P61"
],
"adjacency": [
[
2,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"Pierre Méchain",
"yellow fever",
"Messier 77"
],
"relation_labels": [
"cause of death",
"discoverer or inventor"
]
}
|
SELECT ?answer WHERE { wd:Q14017 wdt:P61 ?answer . ?answer wdt:P509 wd:Q154874}
|
lcquad2-20559
|
Through which currency is the Australian dollar used in the British Empire?
|
[
"Australia"
] |
{
"entities": [
"Q259502",
"Q408",
"Q223832"
],
"relations": [
"P31",
"P38"
],
"adjacency": [
[
1,
1,
0
],
[
1,
0,
2
]
],
"entity_labels": [
"Australian dollar",
"Australia",
"dominion of the British Empire"
],
"relation_labels": [
"instance of",
"currency"
]
}
|
select distinct ?sbj where { ?sbj wdt:P38 wd:Q259502 . ?sbj wdt:P31 wd:Q223832 }
|
lcquad2-24632
|
What is the color model name that begins with an "h"
|
[
"HSLuv"
] |
{
"entities": [
"Q60769774",
"Q2294018"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"HSLuv",
"color model"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q2294018 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'h')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-21935
|
Which creature produces cashmere?
|
[
"Cashmere goat"
] |
{
"entities": [
"Q333631",
"Q55983715",
"Q1734883"
],
"relations": [
"P31",
"P1582"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"Cashmere",
"organisms known by a particular common name",
"Cashmere goat"
],
"relation_labels": [
"instance of",
"natural product of taxon"
]
}
|
select distinct ?obj where { wd:Q333631 wdt:P1582 ?obj . ?obj wdt:P31 wd:Q55983715 }
|
lcquad2-23696
|
What are the unused devout development which begin with the letter syntheism
|
[
"Syntheism"
] |
{
"entities": [
"Q19364384",
"Q477544"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"Syntheism",
"new religious movement"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q477544 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'syntheism')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-25378
|
What what is city-state most noteworthy judical specialist by HCC additionally which begins with letter h
|
[
"Hamburg"
] |
{
"entities": [
"Q133442",
"Q1055",
"Q1573233"
],
"relations": [
"P31",
"P209"
],
"adjacency": [
[
1,
0,
0
],
[
1,
1,
2
]
],
"entity_labels": [
"city-state",
"Hamburg",
"Hamburg Constitutional Court"
],
"relation_labels": [
"instance of",
"highest judicial authority"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q133442 . ?sbj wdt:P209 wd:Q1573233 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'h')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-9620
|
Where does Johnny Knoxville live and what does he do?
|
[
"television actor",
"Los Angeles"
] |
{
"entities": [
"Q10798782",
"Q65",
"Q295034"
],
"relations": [
"P106",
"P551"
],
"adjacency": [
[
2,
1,
1
],
[
2,
0,
0
]
],
"entity_labels": [
"television actor",
"Los Angeles",
"Johnny Knoxville"
],
"relation_labels": [
"occupation",
"residence"
]
}
|
SELECT ?ans_1 ?ans_2 WHERE { wd:Q295034 wdt:P551 ?ans_1 . wd:Q295034 wdt:P106 ?ans_2 }
|
lcquad2-22661
|
What craftsmanship presentation was Vincent van Gogh a member in?
|
[
"Sonderbund westdeutscher Kunstfreunde und Künstler"
] |
{
"entities": [
"Q667276",
"Q5582",
"Q824142"
],
"relations": [
"P31",
"P710"
],
"adjacency": [
[
2,
1,
1
],
[
2,
0,
0
]
],
"entity_labels": [
"art exhibition",
"Vincent van Gogh",
"Sonderbund westdeutscher Kunstfreunde und Künstler"
],
"relation_labels": [
"instance of",
"participant"
]
}
|
select distinct ?sbj where { ?sbj wdt:P710 wd:Q5582 . ?sbj wdt:P31 wd:Q667276 }
|
lcquad2-19769
|
What is Oprah Winfrey's television program called?
|
[
"Oprah Prime"
] |
{
"entities": [
"Q15416",
"Q55800",
"Q7098678"
],
"relations": [
"P371",
"P31"
],
"adjacency": [
[
2,
0,
1
],
[
2,
1,
0
]
],
"entity_labels": [
"television program",
"Oprah Winfrey",
"Oprah Prime"
],
"relation_labels": [
"presenter",
"instance of"
]
}
|
select distinct ?sbj where { ?sbj wdt:P371 wd:Q55800 . ?sbj wdt:P31 wd:Q15416 }
|
lcquad2-24202
|
What antibody begins with the letter "v"?
|
[
"Vaccine failure"
] |
{
"entities": [
"Q134808",
"Q7907953"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"vaccine",
"Vaccine failure"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q134808 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'v')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-21869
|
What is the thing worked by the aircraft Airbus A380?
|
[
"Lufthansa"
] |
{
"entities": [
"Q9325",
"Q5830",
"Q46970"
],
"relations": [
"P31",
"P121"
],
"adjacency": [
[
0,
1,
1
],
[
0,
0,
2
]
],
"entity_labels": [
"Lufthansa",
"Airbus A380",
"airline"
],
"relation_labels": [
"instance of",
"item operated"
]
}
|
select distinct ?sbj where { ?sbj wdt:P121 wd:Q5830 . ?sbj wdt:P31 wd:Q46970 }
|
lcquad2-22087
|
Which taxon is named after David Bowie?
|
[
"Jorunna davidbowiei"
] |
{
"entities": [
"Q16521",
"Q38688217",
"Q5383"
],
"relations": [
"P31",
"P138"
],
"adjacency": [
[
1,
1,
2
],
[
1,
0,
0
]
],
"entity_labels": [
"taxon",
"Jorunna davidbowiei",
"David Bowie"
],
"relation_labels": [
"instance of",
"named after"
]
}
|
select distinct ?sbj where { ?sbj wdt:P138 wd:Q5383 . ?sbj wdt:P31 wd:Q16521 }
|
lcquad2-9548
|
Who is the doctoral student of Werner Heisenberg?
|
[
"Erich Bagge",
"Viktor Alexander Garten"
] |
{
"entities": [
"Q40904",
"Q72179",
"Q102242466"
],
"relations": [
"P185",
"P802"
],
"adjacency": [
[
0,
0,
2
],
[
0,
1,
1
]
],
"entity_labels": [
"Werner Heisenberg",
"Erich Bagge",
"Viktor Alexander Garten"
],
"relation_labels": [
"doctoral student",
"student"
]
}
|
SELECT ?ans_1 ?ans_2 WHERE { wd:Q40904 wdt:P185 ?ans_1 . wd:Q40904 wdt:P802 ?ans_2 }
|
lcquad2-9868
|
what is Spider's taxon lineage?
|
[
"order",
"Arachnida"
] |
{
"entities": [
"Q1358",
"Q36602",
"Q1357"
],
"relations": [
"P105",
"P171"
],
"adjacency": [
[
2,
0,
1
],
[
2,
1,
0
]
],
"entity_labels": [
"Arachnida",
"order",
"Araneae"
],
"relation_labels": [
"taxon rank",
"parent taxon"
]
}
|
SELECT ?ans_1 ?ans_2 WHERE { wd:Q1357 wdt:P105 ?ans_1 . wd:Q1357 wdt:P171 ?ans_2 }
|
lcquad2-23473
|
WHICH FILM GENRE CONTAINS THE WORD WESTERN IN ITS NAME.?
|
[
"western animation"
] |
{
"entities": [
"Q201658",
"Q83646243"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"film genre",
"western animation"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q201658 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'western')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-24352
|
Which is the world view that starts with letter t?
|
[
"translatio imperii"
] |
{
"entities": [
"Q49447",
"Q693981"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"world view",
"translatio imperii"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q49447 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 't')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-13700
|
What wards are within the Hautes-Pyrenees district?
|
[
"Bun"
] |
{
"entities": [
"Q773223",
"Q13377687",
"Q12700"
],
"relations": [
"P1889",
"P131"
],
"adjacency": [
[
1,
0,
0
],
[
0,
1,
2
]
],
"entity_labels": [
"Bun",
"bun",
"Hautes-Pyrénées"
],
"relation_labels": [
"different from",
"located in the administrative territorial entity"
]
}
|
SELECT ?answer WHERE { wd:Q13377687 wdt:P1889 ?answer . ?answer wdt:P131 wd:Q12700}
|
lcquad2-14594
|
Which {part} is {creator} of {Two Treatises of Government} ?
|
[
"Royal Society"
] |
{
"entities": [
"Q123885",
"Q9353",
"Q231949"
],
"relations": [
"P50",
"P463"
],
"adjacency": [
[
2,
0,
1
],
[
1,
1,
0
]
],
"entity_labels": [
"Royal Society",
"John Locke",
"Two Treatises of Government"
],
"relation_labels": [
"author",
"member of"
]
}
|
SELECT ?answer WHERE { wd:Q231949 wdt:P50 ?X . ?X wdt:P463 ?answer}
|
lcquad2-14902
|
What item is made by P-26B Peashooter?
|
[
"AH-64 Apache"
] |
{
"entities": [
"Q15139430",
"Q66",
"Q171468"
],
"relations": [
"P1056",
"P176"
],
"adjacency": [
[
0,
1,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"P-26B Peashooter",
"Boeing",
"AH-64 Apache"
],
"relation_labels": [
"product or material produced",
"manufacturer"
]
}
|
SELECT ?answer WHERE { wd:Q15139430 wdt:P176 ?X . ?X wdt:P1056 ?answer}
|
lcquad2-12199
|
What is the reason of canning, that's diverse from pickling?
|
[
"vapor"
] |
{
"entities": [
"Q255722",
"Q173514",
"Q662717"
],
"relations": [
"P2283",
"P1889"
],
"adjacency": [
[
1,
0,
0
],
[
0,
1,
2
]
],
"entity_labels": [
"vapor",
"food preservation",
"Damp"
],
"relation_labels": [
"uses",
"different from"
]
}
|
SELECT ?answer WHERE { wd:Q173514 wdt:P2283 ?answer . ?answer wdt:P1889 wd:Q662717}
|
lcquad2-20009
|
Which airline operated the Airbus A340?
|
[
"Aerolíneas Argentinas"
] |
{
"entities": [
"Q6481",
"Q83535",
"Q46970"
],
"relations": [
"P31",
"P121"
],
"adjacency": [
[
1,
1,
0
],
[
1,
0,
2
]
],
"entity_labels": [
"Airbus A340",
"Aerolíneas Argentinas",
"airline"
],
"relation_labels": [
"instance of",
"item operated"
]
}
|
select distinct ?sbj where { ?sbj wdt:P121 wd:Q6481 . ?sbj wdt:P31 wd:Q46970 }
|
lcquad2-9950
|
What is the conjugate base of Lactic Acid and what medical condition does it treat?
|
[
"DL-lactate ion",
"facial dermatosis"
] |
{
"entities": [
"Q27895931",
"Q161249",
"Q18555301"
],
"relations": [
"P2175",
"P4149"
],
"adjacency": [
[
1,
0,
2
],
[
1,
1,
0
]
],
"entity_labels": [
"DL-lactate ion",
"DL-lactic acid",
"facial dermatosis"
],
"relation_labels": [
"medical condition treated",
"conjugate base"
]
}
|
SELECT ?ans_1 ?ans_2 WHERE { wd:Q161249 wdt:P2175 ?ans_1 . wd:Q161249 wdt:P4149 ?ans_2 }
|
lcquad2-13118
|
What is Fred Hollows signed language used in his case?
|
[
"English"
] |
{
"entities": [
"Q3086860",
"Q1860",
"Q131105"
],
"relations": [
"P2989",
"P1412"
],
"adjacency": [
[
0,
1,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"Fred Hollows",
"English",
"nominative case"
],
"relation_labels": [
"has grammatical case",
"languages spoken, written or signed"
]
}
|
SELECT ?answer WHERE { wd:Q3086860 wdt:P1412 ?answer . ?answer wdt:P2989 wd:Q131105}
|
lcquad2-23086
|
Which Television film depends on pope John Paul II ?
|
[
"Karol: A Man Who Became Pope"
] |
{
"entities": [
"Q506240",
"Q93663",
"Q989"
],
"relations": [
"P674",
"P31"
],
"adjacency": [
[
1,
0,
2
],
[
1,
1,
0
]
],
"entity_labels": [
"television film",
"Karol: A Man Who Became Pope",
"John Paul II"
],
"relation_labels": [
"characters",
"instance of"
]
}
|
select distinct ?sbj where { ?sbj wdt:P674 wd:Q989 . ?sbj wdt:P31 wd:Q506240 }
|
lcquad2-20799
|
Title somebody related to Ezra Pund
|
[
"Thaddeus C. Pound"
] |
{
"entities": [
"Q2408311",
"Q5",
"Q163366"
],
"relations": [
"P1038",
"P31"
],
"adjacency": [
[
0,
0,
2
],
[
0,
1,
1
]
],
"entity_labels": [
"Thaddeus C. Pound",
"human",
"Ezra Pound"
],
"relation_labels": [
"relative",
"instance of"
]
}
|
select distinct ?sbj where { ?sbj wdt:P1038 wd:Q163366 . ?sbj wdt:P31 wd:Q5 }
|
lcquad2-13860
|
Who is Mongolia in discretionary relations with, that has it nearby government in Hubei?
|
[
"People's Republic of China"
] |
{
"entities": [
"Q148",
"Q46862",
"Q711"
],
"relations": [
"P150",
"P530"
],
"adjacency": [
[
2,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"People's Republic of China",
"Hubei",
"Mongolia"
],
"relation_labels": [
"contains the administrative territorial entity",
"diplomatic relation"
]
}
|
SELECT ?answer WHERE { wd:Q711 wdt:P530 ?answer . ?answer wdt:P150 wd:Q46862}
|
lcquad2-19823
|
What anecdotal city is the Andy Griffith Appear set in
|
[
"Mayberry"
] |
{
"entities": [
"Q526035",
"Q1964689",
"Q6796971"
],
"relations": [
"P31",
"P1441"
],
"adjacency": [
[
2,
1,
0
],
[
2,
0,
1
]
],
"entity_labels": [
"The Andy Griffith Show",
"fictional city",
"Mayberry"
],
"relation_labels": [
"instance of",
"present in work"
]
}
|
select distinct ?sbj where { ?sbj wdt:P1441 wd:Q526035 . ?sbj wdt:P31 wd:Q1964689 }
|
lcquad2-9556
|
Tell me what Hagia Sophia commissioned and found.
|
[
"Justinian I",
"Constantine the Great"
] |
{
"entities": [
"Q41866",
"Q12506",
"Q8413"
],
"relations": [
"P112",
"P88"
],
"adjacency": [
[
1,
1,
0
],
[
1,
0,
2
]
],
"entity_labels": [
"Justinian I",
"Hagia Sophia",
"Constantine the Great"
],
"relation_labels": [
"founded by",
"commissioned by"
]
}
|
SELECT ?ans_1 ?ans_2 WHERE { wd:Q12506 wdt:P88 ?ans_1 . wd:Q12506 wdt:P112 ?ans_2 }
|
lcquad2-16208
|
Sodium was discovered by who?
|
[
"Royal Society"
] |
{
"entities": [
"Q658",
"Q123885",
"Q131761"
],
"relations": [
"P463",
"P61"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"sodium",
"Royal Society",
"Humphry Davy"
],
"relation_labels": [
"member of",
"discoverer or inventor"
]
}
|
SELECT ?answer WHERE { wd:Q658 wdt:P61 ?X . ?X wdt:P463 ?answer}
|
lcquad2-9691
|
Name Jerry Lewis's place of birth and cause of death.
|
[
"cardiovascular disease",
"Newark"
] |
{
"entities": [
"Q389735",
"Q294927",
"Q25395"
],
"relations": [
"P19",
"P509"
],
"adjacency": [
[
1,
1,
0
],
[
1,
0,
2
]
],
"entity_labels": [
"cardiovascular disease",
"Jerry Lewis",
"Newark"
],
"relation_labels": [
"place of birth",
"cause of death"
]
}
|
SELECT ?ans_1 ?ans_2 WHERE { wd:Q294927 wdt:P509 ?ans_1 . wd:Q294927 wdt:P19 ?ans_2 }
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.