Question ID
int64 2.43k
30.2k
| Answer Type
stringclasses 1
value | Aggregation
bool 1
class | OnlyDBO
bool 1
class | Hybrid
bool 1
class | Question
stringlengths 1
976
| SPARQL Query
stringlengths 55
355
| Answer
stringlengths 33
40
| Label
stringlengths 1
161
|
---|---|---|---|---|---|---|---|---|
16,305 |
resource
| false | false | false |
Who is succeeded by a competitor of Hundred Days Offensive?
|
SELECT ?answer WHERE { wd:Q1130507 wdt:P710 ?X . ?X wdt:P1366 ?answer}
|
http://www.wikidata.org/entity/Q69808
|
Vichy France
|
11,849 |
resource
| false | false | false |
What is preceded by the Emirate of Sicily, which is on the continent of Europe?
|
SELECT ?answer WHERE { wd:Q1250763 wdt:P1365 ?answer . ?answer wdt:P30 wd:Q46}
|
http://www.wikidata.org/entity/Q160307
|
Fatimid Caliphate
|
11,622 |
resource
| false | false | false |
What position was held by John Major and what year was he elected in?
|
SELECT ?value1 ?obj WHERE { wd:Q9559 p:P39 ?s . ?s ps:P39 ?obj . ?s pq:P2715 ?value1 . }
|
http://www.wikidata.org/entity/Q36634044
|
member of the 52nd Parliament of the United Kingdom
|
12,771 |
resource
| false | false | false |
Where do Indra Nooyi works for, whose parent company is Tropicana Products?
|
SELECT ?answer WHERE { wd:Q264913 wdt:P108 ?answer . ?answer wdt:P355 wd:Q1846049}
|
http://www.wikidata.org/entity/Q334800
|
PepsiCo
|
12,756 |
resource
| false | false | false |
What is the sister city of Ponce that includes the county seat of Aragon?
|
SELECT ?answer WHERE { wd:Q864024 wdt:P190 ?answer . ?answer wdt:P1376 wd:Q4040}
|
http://www.wikidata.org/entity/Q10305
|
Zaragoza
|
2,610 |
resource
| false | false | false |
What is the Class II combustible liquid with the highest autoignition temperature?
|
select ?ent where { ?ent wdt:P31 wd:Q21009057 . ?ent wdt:P2199 ?obj } ORDER BY DESC(?obj)LIMIT 5
|
http://www.wikidata.org/entity/Q407775
|
acetic anhydride
|
15,014 |
resource
| false | false | false |
Who is the godmother of Best Moment ESPY award winner?
|
SELECT ?answer WHERE { wd:Q4896742 wdt:P1346 ?X . ?X wdt:P1290 ?answer}
|
http://www.wikidata.org/entity/Q561852
|
Willie Mays
|
21,513 |
resource
| false | false | false |
What is the disibility that causes a person to use sign language?
|
select distinct ?sbj where { ?sbj wdt:P1629 wd:Q34228 . ?sbj wdt:P31 wd:Q42255152 }
|
http://www.wikidata.org/entity/P2919
|
label in sign language
|
4,842 |
resource
| false | false | false |
What country is David Ricardo a citizen of?
|
SELECT ?obj WHERE { wd:Q160270 p:P27 ?s . ?s ps:P27 ?obj . ?s pq:P1534 wd:Q343100 }
|
http://www.wikidata.org/entity/Q161885
|
Great Britain
|
10,016 |
resource
| false | false | false |
who found the office held by head of the organisation of communist party of india?
|
SELECT ?ans_1 ?ans_2 WHERE { wd:Q17427 wdt:P112 ?ans_1 . wd:Q17427 wdt:P2388 ?ans_2 }
|
http://www.wikidata.org/entity/Q849418
|
General Secretary of the Chinese Communist Party
|
10,855 |
resource
| false | false | false |
Can you let me know which degree Lawrence Summers graduated with from Harvard University?
|
SELECT ?value1 ?value2 WHERE { wd:Q317953 p:P69 ?s . ?s ps:P69 wd:Q13371 . ?s pq:P812 ?value1 . ?s pq:P512 ?value2 }
|
http://www.wikidata.org/entity/Q8134
|
economics
|
3,370 |
resource
| false | false | false |
which star is companion of Alpha Centauri B and have least proper motion?
|
select ?ent where { ?ent wdt:P31 wd:Q523 . ?ent wdt:P2215 ?obj . ?ent wdt:P399 wd:Q1052548} ORDER BY ASC(?obj)LIMIT 5
|
http://www.wikidata.org/entity/Q2090157
|
Alpha Centauri A
|
10,541 |
resource
| false | false | false |
Who is elected in final cause of Austen Chamberlain who has position as member of the 31st Parliament of the United Kingdom?
|
SELECT ?value1 ?value2 WHERE { wd:Q188999 p:P39 ?s . ?s ps:P39 wd:Q41582582 . ?s pq:P2715 ?value1 . ?s pq:P1534 ?value2 }
|
http://www.wikidata.org/entity/Q741182
|
dissolution of parliament
|
26,603 |
resource
| false | false | false |
What are measures for tide?
|
select distinct ?answer where { ?answer wdt:P2575 wd:Q23384}
|
http://www.wikidata.org/entity/Q30312724
|
tidal indicator
|
16,179 |
resource
| false | false | false |
Where is {landscape of} {significant works} of {Henry Raeburn} ?
|
SELECT ?answer WHERE { wd:Q561916 wdt:P800 ?X . ?X wdt:P180 ?answer}
|
http://www.wikidata.org/entity/Q8441
|
man
|
19,724 |
resource
| false | false | false |
What is the Internet Standard of Internet Protocol version 6?
|
select distinct ?sbj where { ?sbj wdt:P747 wd:Q2551624 . ?sbj wdt:P31 wd:Q290378 }
|
http://www.wikidata.org/entity/Q8795
|
Internet Protocol
|
14,127 |
resource
| false | false | false |
What is it?
|
SELECT ?answer WHERE { wd:Q1133128 wdt:P676 ?answer . ?answer wdt:P20 wd:Q2634}
|
http://www.wikidata.org/entity/Q955208
|
Teodoro Cottrau
|
3,170 |
resource
| false | false | false |
Which sculpture has the most horizontal depth ?
|
select ?ent where { ?ent wdt:P31 wd:Q860861 . ?ent wdt:P5524 ?obj . ?ent wdt:P31 wd:Q860861 } ORDER BY DESC(?obj)LIMIT 5
|
http://www.wikidata.org/entity/Q47686171
|
Bouquet of Tulips
|
12,813 |
resource
| false | false | false |
Where these Neuilly-sur-Seine lived in?
|
SELECT ?answer WHERE { wd:Q106443 wdt:P551 ?answer . ?answer wdt:P47 wd:Q48958}
|
http://www.wikidata.org/entity/Q90
|
Paris
|
22,962 |
resource
| false | false | false |
Montevideo is the capital of what state?
|
select distinct ?obj where { wd:Q1335 wdt:P1376 ?obj . ?obj wdt:P31 wd:Q3624078 }
|
http://www.wikidata.org/entity/Q77
|
Uruguay
|
14,729 |
resource
| false | false | false |
What is the favorite player protrayed by Dead Prez's music?
|
SELECT ?answer WHERE { wd:Q5245353 wdt:P175 ?X . ?X wdt:P737 ?answer}
|
http://www.wikidata.org/entity/Q43303
|
Malcolm X
|
16,163 |
resource
| false | false | false |
What product is made with the Twitter API?
|
SELECT ?answer WHERE { wd:Q54935352 wdt:P178 ?X . ?X wdt:P1056 ?answer}
|
http://www.wikidata.org/entity/Q3700238
|
Vine
|
2,588 |
resource
| false | false | false |
Which bank has the most assets under management?
|
select ?ent where { ?ent wdt:P31 wd:Q22687 . ?ent wdt:P4103 ?obj } ORDER BY DESC(?obj)LIMIT 5
|
http://www.wikidata.org/entity/Q4058430
|
Azov-Don Commerce Bank
|
15,245 |
resource
| false | false | false |
Who is the chairman of Winston Field?
|
SELECT ?answer WHERE { wd:Q1543039 wdt:P102 ?X . ?X wdt:P488 ?answer}
|
http://www.wikidata.org/entity/Q313424
|
Ian Douglas Smith
|
29,473 |
resource
| false | false | false |
Which is the astronomical filter of visible spectrum?
|
select distinct ?answer where { ?answer wdt:P1227 wd:Q76299}
|
http://www.wikidata.org/entity/Q3129922
|
Isaac Newton Telescope
|
13,005 |
resource
| false | false | false |
What is the equivalent of Vice Admiral that has the NATO code for grade OF-8?
|
SELECT ?answer WHERE { wd:Q214443 wdt:P460 ?answer . ?answer wdt:P1611 wd:Q18536831}
|
http://www.wikidata.org/entity/Q19254761
|
vizeadmiral
|
13,359 |
resource
| false | false | false |
Name the commune of Iguacu Falls, which contains Janiopolis?
|
SELECT ?answer WHERE { wd:Q36332 wdt:P131 ?answer . ?answer wdt:P150 wd:Q1803564}
|
http://www.wikidata.org/entity/Q15499
|
Paraná
|
9,272 |
resource
| false | false | false |
What award Pavel Kolobkov received at Fencing at the 2000 Summer Olympics – Men's épée?
|
SELECT ?value WHERE { wd:Q623412 p:P1344 ?s . ?s ps:P1344 wd:Q632742 . ?s pq:P166 ?value}
|
http://www.wikidata.org/entity/Q15243387
|
Olympic gold medal
|
13,261 |
resource
| false | false | false |
Using the official language of יהודים, what are the people of osip mandelstam called?
|
SELECT ?answer WHERE { wd:Q189950 wdt:P172 ?answer . ?answer wdt:P1705 ?x FILTER(contains(?x,'יהודים'))}
|
http://www.wikidata.org/entity/Q7325
|
Jewish people
|
22,037 |
resource
| false | false | false |
Mariano Rajoy is a member of which political party in Spain?
|
select distinct ?obj where { wd:Q10819 wdt:P102 ?obj . ?obj wdt:P31 wd:Q6065085 }
|
http://www.wikidata.org/entity/Q185088
|
People's Party
|
9,433 |
resource
| false | false | false |
When does Bydgoszcz begin and end daylight saving time?
|
SELECT ?obj WHERE { wd:Q41252 p:P421 ?s . ?s ps:P421 ?obj . ?s pq:P1264 wd:Q36669 }
|
http://www.wikidata.org/entity/Q6723
|
UTC+02:00
|
20,973 |
resource
| false | false | false |
Is Kuala Lumpur the state of Malaysia
|
select distinct ?obj where { wd:Q1865 wdt:P501 ?obj . ?obj wdt:P31 wd:Q15063586 }
|
http://www.wikidata.org/entity/Q189710
|
Selangor
|
20,255 |
resource
| false | false | false |
Who is the {improvisational theatre} for {affiliation} of {Phil Hartman}
|
select distinct ?obj where { wd:Q366834 wdt:P1416 ?obj . ?obj wdt:P31 wd:Q1140700 }
|
http://www.wikidata.org/entity/Q16000351
|
The Groundlings
|
16,882 |
resource
| false | false | false |
Who is the advisor informed by Richard Dawkins?
|
SELECT ?answer WHERE { wd:Q44461 wdt:P737 ?X . ?X wdt:P184 ?answer}
|
http://www.wikidata.org/entity/Q183372
|
Alfred North Whitehead
|
21,933 |
resource
| false | false | false |
What alphabet does Ancient Greek use?
|
select distinct ?obj where { wd:Q35497 wdt:P282 ?obj . ?obj wdt:P31 wd:Q9779 }
|
http://www.wikidata.org/entity/Q8216
|
Greek alphabet
|
22,149 |
resource
| false | false | false |
What fictional character was created by Shigeru Miyamoto?
|
select distinct ?obj where { wd:Q12382 wdt:P800 ?obj . ?obj wdt:P31 wd:Q15632617 }
|
http://www.wikidata.org/entity/Q507001
|
Princess Peach
|
15,725 |
resource
| false | false | false |
What is {child of} of {has brother} of {Cao Hua} ?
|
SELECT ?answer WHERE { wd:Q8252909 wdt:P3373 ?X . ?X wdt:P22 ?answer}
|
http://www.wikidata.org/entity/Q204077
|
Cao Cao
|
26,344 |
resource
| false | false | false |
What is the qualifier for event of UEFA Champions League?
|
select distinct ?answer where { ?answer wdt:P3085 wd:Q18756}
|
http://www.wikidata.org/entity/Q155965
|
Cypriot First Division
|
6,521 |
resource
| false | false | false |
What position did Raúl Alfonsín Gato hold until July 3, 2002?
|
SELECT ?obj WHERE { wd:Q193062 p:P39 ?s . ?s ps:P39 ?obj . ?s pq:P582 ?x filter(contains(YEAR(?x),'2002')) }
|
http://www.wikidata.org/entity/Q18711738
|
member of the Argentine Chamber of Senators
|
5,689 |
resource
| false | false | false |
What position was held by Janet Yellen at the London School of Economics?
|
SELECT ?obj WHERE { wd:Q263725 p:P39 ?s . ?s ps:P39 ?obj . ?s pq:P108 wd:Q174570 }
|
http://www.wikidata.org/entity/Q1569495
|
lecturer
|
7,412 |
resource
| false | false | false |
Who did Anna Nicole Smith marry in January 1, 2006?
|
SELECT ?obj WHERE { wd:Q180710 p:P26 ?s . ?s ps:P26 ?obj . ?s pq:P580 ?x filter(contains(YEAR(?x),'2006')) }
|
http://www.wikidata.org/entity/Q5920069
|
Howard K. Stern
|
13,640 |
resource
| false | false | false |
Who is the namesake of the Rutherford model whose doctoral student is David Shoenberg?
|
SELECT ?answer WHERE { wd:Q275411 wdt:P138 ?answer . ?answer wdt:P185 wd:Q1176634}
|
http://www.wikidata.org/entity/Q9123
|
Ernest Rutherford
|
27,502 |
resource
| false | false | false |
What is maintained by Bild?
|
select distinct ?answer where { wd:Q156203 wdt:P126 ?answer}
|
http://www.wikidata.org/entity/Q163560
|
Axel Springer SE
|
22,016 |
resource
| false | false | false |
What is the book associated with the Society of Jesus?
|
select distinct ?sbj where { ?sbj wdt:P123 wd:Q36380 . ?sbj wdt:P31 wd:Q1002697 }
|
http://www.wikidata.org/entity/Q61393791
|
Woodstock Letters
|
10,136 |
resource
| false | false | false |
Who caused the death and the honoring of Achilles?
|
SELECT ?ans_1 ?ans_2 WHERE { wd:Q41746 wdt:P157 ?ans_1 . wd:Q41746 wdt:P1049 ?ans_2 }
|
http://www.wikidata.org/entity/Q167646
|
Paris
|
20,625 |
resource
| false | false | false |
Who is a relative to Tokugawa Ieyasu ?
|
select distinct ?obj where { wd:Q171977 wdt:P1038 ?obj . ?obj wdt:P31 wd:Q5 }
|
http://www.wikidata.org/entity/Q2214292
|
Komatsuhime
|
21,355 |
resource
| false | false | false |
What is the name of district of capital of Allahabad of India?
|
select distinct ?obj where { wd:Q162442 wdt:P1376 ?obj . ?obj wdt:P31 wd:Q1149652 }
|
http://www.wikidata.org/entity/Q1773426
|
Prayagraj district
|
19,679 |
resource
| false | false | false |
What are the professions in the association of football?
|
select distinct ?sbj where { ?sbj wdt:P425 wd:Q2736 . ?sbj wdt:P31 wd:Q28640 }
|
http://www.wikidata.org/entity/Q18052877
|
assistant soccer coach
|
12,238 |
resource
| false | false | false |
What is a Christian name of Kate Hudson, that is the same as Katarzyna?
|
SELECT ?answer WHERE { wd:Q169946 wdt:P735 ?answer . ?answer wdt:P460 wd:Q17318005}
|
http://www.wikidata.org/entity/Q1735678
|
Kate
|
28,319 |
resource
| false | false | false |
Which is the intangible cultural heritage status of Day of the Dead?
|
select distinct ?answer where { wd:Q309256 wdt:P3259 ?answer}
|
http://www.wikidata.org/entity/Q21011287
|
National Inventory of Intangible Cultural Heritage in France
|
17,626 |
resource
| false | false | false |
Which is published in the series of Shin Megami Tensei: Devil Survivor?
|
SELECT ?answer WHERE { wd:Q945187 wdt:P179 ?X . ?X wdt:P400 ?answer}
|
http://www.wikidata.org/entity/Q10680
|
PlayStation 2
|
22,390 |
resource
| false | false | false |
What is the dialect of the Hebrew religion?
|
select distinct ?sbj where { ?sbj wdt:P4913 wd:Q9288 . ?sbj wdt:P31 wd:Q33384 }
|
http://www.wikidata.org/entity/Q2906632
|
Leshon Hakodesh
|
14,717 |
resource
| false | false | false |
who has boroughs of diplomatic relation of brazil ?
|
SELECT ?answer WHERE { wd:Q155 wdt:P530 ?X . ?X wdt:P150 ?answer}
|
http://www.wikidata.org/entity/Q1647443
|
Saint George
|
22,539 |
resource
| false | false | false |
who federal state for indigenous to of american english?
|
select distinct ?obj where { wd:Q7976 wdt:P2341 ?obj . ?obj wdt:P31 wd:Q43702 }
|
http://www.wikidata.org/entity/Q30
|
United States of America
|
22,798 |
resource
| false | false | false |
What is the title of the academic journal in the field of communication?
|
select distinct ?sbj where { ?sbj wdt:P101 wd:Q11024 . ?sbj wdt:P31 wd:Q737498 }
|
http://www.wikidata.org/entity/Q61718583
|
Internacional Journal of Marketing, Communication and New Media
|
19,875 |
resource
| false | false | false |
who is the astronomical observatory for operator of California Institute of technology?
|
select distinct ?sbj where { ?sbj wdt:P137 wd:Q161562 . ?sbj wdt:P31 wd:Q1254933 }
|
http://www.wikidata.org/entity/Q174540
|
Owens Valley Radio Observatory
|
3,401 |
resource
| false | false | false |
What is the cosmic microwave background experiment with the lowest maximum wavelength of sensitivity whose operator is National Science Foundation ?
|
select ?ent where { ?ent wdt:P31 wd:Q33093130 . ?ent wdt:P3737 ?obj . ?ent wdt:P137 wd:Q304878} ORDER BY ASC(?obj)LIMIT 5
|
http://www.wikidata.org/entity/Q1627109
|
Degree Angular Scale Interferometer
|
30,175 |
resource
| false | false | false |
Which is the constitutional republic for the anthem of The Star-Spangled Banner?
|
select distinct ?sbj where { ?sbj wdt:P85 wd:Q44696 . ?sbj wdt:P31 wd:Q1520223 }
|
http://www.wikidata.org/entity/Q30
|
United States of America
|
13,241 |
resource
| false | false | false |
"Who is {woman} of {Heimdall}, which has {abreviated name} is {чол} ?"
|
SELECT ?answer WHERE { wd:Q131196 wdt:P21 ?answer . ?answer wdt:P1813 ?x FILTER(contains(?x,'чол'))}
|
http://www.wikidata.org/entity/Q6581097
|
male
|
6,464 |
resource
| false | false | false |
Who is the grandnephew of Sixtus IV?
|
SELECT ?obj WHERE { wd:Q163514 p:P1038 ?s . ?s ps:P1038 ?obj . ?s pq:P1039 wd:Q4113832 }
|
http://www.wikidata.org/entity/Q966188
|
Raffaele Riario
|
4,132 |
resource
| false | false | false |
What award did Par Lagerkvist receive in 1928?
|
SELECT ?obj WHERE { wd:Q93137 p:P166 ?s . ?s ps:P166 ?obj . ?s pq:P585 ?x filter(contains(YEAR(?x),'1928')) }
|
http://www.wikidata.org/entity/Q1360691
|
Samfundet De Nio's Grand Prize
|
11,256 |
resource
| false | false | false |
where and what did Zaha Hadid study?
|
SELECT ?value1 ?obj WHERE { wd:Q47780 p:P69 ?s . ?s ps:P69 ?obj . ?s pq:P812 ?value1 . }
|
http://www.wikidata.org/entity/Q469482
|
American University of Beirut
|
3,949 |
resource
| false | false | false |
What is the safety classification and labelling of isopropyl alcohol that is a 1 according to the NFPA health?
|
SELECT ?obj WHERE { wd:Q16392 p:P4952 ?s . ?s ps:P4952 ?obj . ?s pq:P993 ?x filter(contains(?x,'1')) }
|
http://www.wikidata.org/entity/Q51139288
|
NFPA 704: Standard System for the Identification of the Hazards of Materials for Emergency Response
|
4,993 |
resource
| false | false | false |
who was spouse of R Kelly after 1994-1-1?
|
SELECT ?obj WHERE { wd:Q273055 p:P26 ?s . ?s ps:P26 ?obj . ?s pq:P580 ?x filter(contains(YEAR(?x),'1994')) }
|
http://www.wikidata.org/entity/Q11617
|
Aaliyah
|
4,559 |
resource
| false | false | false |
What is the { chairperson } of the { International Mathematical Union } that is { end time } { 1978 - 0 - 0 }?
|
SELECT ?obj WHERE { wd:Q828490 p:P488 ?s . ?s ps:P488 ?obj . ?s pq:P582 ?x filter(contains(YEAR(?x),'1978')) }
|
http://www.wikidata.org/entity/Q931348
|
Deane Montgomery
|
10,699 |
resource
| false | false | false |
Which is the academic major and the academic degree of John Grisham who received his education at Missisipi State University?
|
SELECT ?value1 ?value2 WHERE { wd:Q106465 p:P69 ?s . ?s ps:P69 wd:Q1939211 . ?s pq:P812 ?value1 . ?s pq:P512 ?value2 }
|
http://www.wikidata.org/entity/Q787674
|
Bachelor of Science
|
15,682 |
resource
| false | false | false |
What is successor of String Quintet in E major, Op.11, No.5?
|
SELECT ?answer WHERE { wd:Q7623961 wdt:P826 ?X . ?X wdt:P156 ?answer}
|
http://www.wikidata.org/entity/Q1132862
|
B major
|
26,508 |
resource
| false | false | false |
What is the presynaptic connection between rod cells?
|
select distinct ?answer where { ?answer wdt:P925 wd:Q505544}
|
http://www.wikidata.org/entity/Q864951
|
retina bipolar cell
|
20,195 |
resource
| false | false | false |
Who is the archdiocese in Barcelona?
|
select distinct ?obj where { wd:Q1492 wdt:P708 ?obj . ?obj wdt:P31 wd:Q2072238 }
|
http://www.wikidata.org/entity/Q1364117
|
Roman Catholic Archdiocese of Barcelona
|
20,313 |
resource
| false | false | false |
What disease does RS-methadone treat
|
select distinct ?sbj where { ?sbj wdt:P2176 wd:Q179996 . ?sbj wdt:P31 wd:Q12136 }
|
http://www.wikidata.org/entity/Q18555117
|
opiate dependence
|
12,472 |
resource
| false | false | false |
What are the belligerents in the American Revolutionary War, who have divided into Cantabria?
|
SELECT ?answer WHERE { wd:Q40949 wdt:P710 ?answer . ?answer wdt:P150 wd:Q3946}
|
http://www.wikidata.org/entity/Q29
|
Spain
|
10,040 |
resource
| false | false | false |
Who is the {doctoral student} of the {doctoral advisor} of {Werner_Heisenberg} ?
|
SELECT ?ans_1 ?ans_2 WHERE { wd:Q40904 wdt:P185 ?ans_1 . wd:Q40904 wdt:P184 ?ans_2 }
|
http://www.wikidata.org/entity/Q105986
|
Friedwardt Winterberg
|
14,077 |
resource
| false | false | false |
Able to speak Ukrainian, what is Taras Shevchenko famous for?
|
SELECT ?answer WHERE { wd:Q134958 wdt:P800 ?answer . ?answer wdt:P407 wd:Q8798}
|
http://www.wikidata.org/entity/Q2658157
|
Kobzar
|
9,907 |
resource
| false | false | false |
What are the treatments and drugs for Cerebral palsy?
|
SELECT ?ans_1 ?ans_2 WHERE { wd:Q210427 wdt:P924 ?ans_1 . wd:Q210427 wdt:P2176 ?ans_2 }
|
http://www.wikidata.org/entity/Q4095199
|
botulinum toxin type A
|
26,903 |
resource
| false | false | false |
The muscle insertion of clavicle is ?
|
select distinct ?answer where { wd:Q16343 wdt:P3491 ?answer}
|
http://www.wikidata.org/entity/Q272830
|
sternocleidomastoid muscle
|
29,192 |
resource
| false | false | false |
Which is the category for people who died here of Shizuoka Prefecture?
|
select distinct ?answer where { wd:Q131320 wdt:P1465 ?answer}
|
http://www.wikidata.org/entity/Q18857473
|
Category:Deaths in Shizuoka Prefecture
|
10,748 |
resource
| false | false | false |
What was the end cause of Jeffrey Archer's role of the Member of the 45th Parliament of the United Kingdom?
|
SELECT ?value1 ?value2 WHERE { wd:Q313489 p:P39 ?s . ?s ps:P39 wd:Q41582612 . ?s pq:P1534 ?value1 . ?s pq:P2715 ?value2 }
|
http://www.wikidata.org/entity/Q741182
|
dissolution of parliament
|
15,049 |
resource
| false | false | false |
Who are the contesting divisions in "Clash of Champions" ?
|
SELECT ?answer WHERE { wd:Q27827075 wdt:P199 ?X . ?X wdt:P161 ?answer}
|
http://www.wikidata.org/entity/Q47100
|
Ben Stiller
|
21,054 |
resource
| false | false | false |
Name the designation being held accountable by John Jay while being as the United states ambassador
|
select distinct ?obj where { wd:Q310847 wdt:P39 ?obj . ?obj wdt:P31 wd:Q15726790 }
|
http://www.wikidata.org/entity/Q1837668
|
United States Ambassador to Spain
|
7,604 |
resource
| false | false | false |
Who got married to Miriam Makeba in 1969?
|
SELECT ?obj WHERE { wd:Q146256 p:P26 ?s . ?s ps:P26 ?obj . ?s pq:P580 ?x filter(contains(YEAR(?x),'1969')) }
|
http://www.wikidata.org/entity/Q509860
|
Stokely Carmichael
|
15,323 |
resource
| false | false | false |
What is the significance of the sons of Richard Wilhelm?
|
SELECT ?answer WHERE { wd:Q62126 wdt:P40 ?X . ?X wdt:P800 ?answer}
|
http://www.wikidata.org/entity/Q181937
|
I Ching
|
14,300 |
resource
| false | false | false |
Beechland Beach is located in what town?
|
SELECT ?answer WHERE { wd:Q4879659 wdt:P131 ?X . ?X wdt:P190 ?answer}
|
http://www.wikidata.org/entity/Q2900
|
Quito
|
12,497 |
resource
| false | false | false |
Which member of The Smiths originates from a place that has a sister town named Córdoba?
|
SELECT ?answer WHERE { wd:Q180598 wdt:P740 ?answer . ?answer wdt:P190 wd:Q5818}
|
http://www.wikidata.org/entity/Q18125
|
Manchester
|
22,585 |
resource
| false | false | false |
What book has gospels and is in Old English?
|
select distinct ?sbj where { ?sbj wdt:P407 wd:Q42365 . ?sbj wdt:P31 wd:Q690851 }
|
http://www.wikidata.org/entity/Q80935
|
Lindisfarne Gospels
|
17,415 |
resource
| false | false | false |
Which is {terminating connection location} of {terminating connection} of {Nagano Prefectural Road Route 395} ?
|
SELECT ?answer WHERE { wd:Q11654640 wdt:P559 ?X . ?X wdt:P609 ?answer}
|
http://www.wikidata.org/entity/Q128849
|
Nagano
|
22,824 |
resource
| false | false | false |
Who is the manufacturer of My Little Pony?
|
select distinct ?obj where { wd:Q1071312 wdt:P176 ?obj . ?obj wdt:P31 wd:Q4830453 }
|
http://www.wikidata.org/entity/Q501476
|
Hasbro
|
20,858 |
resource
| false | false | false |
What is the chemical structure of polypropylene?
|
select distinct ?obj where { wd:Q146174 wdt:P4600 ?obj . ?obj wdt:P31 wd:Q11173 }
|
http://www.wikidata.org/entity/Q151324
|
propylene
|
11,034 |
resource
| false | false | false |
What significant event happened to Sarah Bernhardt and where did it happen?
|
SELECT ?value1 ?obj WHERE { wd:Q4605 p:P793 ?s . ?s ps:P793 ?obj . ?s pq:P276 ?value1 . }
|
http://www.wikidata.org/entity/Q962691
|
Saint-François-de-Sales Church
|
22,748 |
resource
| false | false | false |
What is the current issue of Rolling Stone magazine?
|
select distinct ?obj where { wd:Q33511 wdt:P747 ?obj . ?obj wdt:P31 wd:Q41298 }
|
http://www.wikidata.org/entity/Q6111313
|
Rolling Stone
|
13,492 |
resource
| false | false | false |
The Magic Flute is music composed by which artist, who has a mother named Anna Maria Mozart?
|
SELECT ?answer WHERE { wd:Q5064 wdt:P86 ?answer . ?answer wdt:P25 wd:Q167981}
|
http://www.wikidata.org/entity/Q254
|
Wolfgang Amadeus Mozart
|
12,119 |
resource
| false | false | false |
What is the parent company of British Airways that uses AMOS?
|
SELECT ?answer WHERE { wd:Q8766 wdt:P355 ?answer . ?answer wdt:P2283 wd:Q38911792}
|
http://www.wikidata.org/entity/Q265102
|
dba
|
16,651 |
resource
| false | false | false |
WHEN DID THE SPALDEEN ESTABLISHED AND BUILT?
|
SELECT ?answer WHERE { wd:Q7572957 wdt:P176 ?X . ?X wdt:P112 ?answer}
|
http://www.wikidata.org/entity/Q1272299
|
Albert Goodwill Spalding
|
21,055 |
resource
| false | false | false |
Mention the fictional extraterrestrial for the disciples of Luke Skywalker
|
select distinct ?sbj where { ?sbj wdt:P802 wd:Q51746 . ?sbj wdt:P31 wd:Q1307329 }
|
http://www.wikidata.org/entity/Q51730
|
Yoda
|
17,701 |
resource
| false | false | false |
What summit is Rio Bravo filmed at?
|
SELECT ?answer WHERE { wd:Q1008351 wdt:P915 ?X . ?X wdt:P610 ?answer}
|
http://www.wikidata.org/entity/Q1239004
|
Humphreys Peak
|
8,510 |
resource
| false | false | false |
What award did Leymah Gbowee receive in 2011 related to the Nobel Peace Prize?
|
SELECT ?obj WHERE { wd:Q107037 p:P166 ?s . ?s ps:P166 ?obj . ?s pq:P805 wd:Q4622018 }
|
http://www.wikidata.org/entity/Q35637
|
Nobel Peace Prize
|
15,838 |
resource
| false | false | false |
Who is the leader of the nominee for The Heiress
|
SELECT ?answer WHERE { wd:Q1141493 wdt:P1411 ?X . ?X wdt:P1346 ?answer}
|
http://www.wikidata.org/entity/Q232562
|
Ruth Gordon
|
14,091 |
resource
| false | false | false |
What is it?
|
SELECT ?answer WHERE { wd:Q2522402 wdt:P20 ?answer . ?answer wdt:P2633 wd:Q645208}
|
http://www.wikidata.org/entity/Q60
|
New York City
|
11,794 |
resource
| false | false | false |
What is the line of action of a strip joint, who has the knowledge of being a stripper?
|
SELECT ?answer WHERE { wd:Q6586445 wdt:P452 ?answer . ?answer wdt:P3095 wd:Q1141526}
|
http://www.wikidata.org/entity/Q152213
|
striptease
|
30,003 |
resource
| false | false | false |
When did æstel for country of Kingdom of Wessex?
|
select distinct ?sbj where { ?sbj wdt:P17 wd:Q105313 . ?sbj wdt:P31 wd:Q60172605 }
|
http://www.wikidata.org/entity/Q762738
|
Alfred Jewel
|
7,098 |
resource
| false | false | false |
What was Jim Dale nominated for in the 51st Tony Awards?
|
SELECT ?obj WHERE { wd:Q1689081 p:P1411 ?s . ?s ps:P1411 ?obj . ?s pq:P805 wd:Q4640128 }
|
http://www.wikidata.org/entity/Q1723064
|
Tony Award for Best Actor in a Musical
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.