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
|
---|---|---|---|---|---|---|---|---|
2,495 |
resource
| false | false | false |
Which locomotive has the most cylinders?
|
select ?ent where { ?ent wdt:P31 wd:Q171043 . ?ent wdt:P1100 ?obj } ORDER BY DESC(?obj)LIMIT 5
|
http://www.wikidata.org/entity/Q6459147
|
LMS Sentinel 7192
|
16,694 |
resource
| false | false | false |
What was created in the headquarters of Dream Theater?
|
SELECT ?answer WHERE { wd:Q162586 wdt:P740 ?X . ?X wdt:P457 ?answer}
|
http://www.wikidata.org/entity/Q7013400
|
New York Constitution
|
10,340 |
resource
| false | false | false |
Mention the year span and the electoral district area of John Gorton during serving as Member of the Australian House of Representatives
|
SELECT ?value1 ?value2 WHERE { wd:Q356411 p:P39 ?s . ?s ps:P39 wd:Q18912794 . ?s pq:P2715 ?value1 . ?s pq:P768 ?value2 }
|
http://www.wikidata.org/entity/Q17006578
|
1968 Higgins by-election
|
2,782 |
resource
| false | false | false |
What is the age of the oldest person to have an award?
|
select ?ent where { ?ent wdt:P31 wd:Q618779 . ?ent wdt:P4135 ?obj } ORDER BY DESC(?obj)LIMIT 5
|
http://www.wikidata.org/entity/Q2571565
|
Wilhelm Vaillant Prize
|
16,933 |
resource
| false | false | false |
How should you administer toluene ?
|
SELECT ?answer WHERE { wd:Q15779 wdt:P1542 ?X . ?X wdt:P636 ?answer}
|
http://www.wikidata.org/entity/Q10268830
|
inhalation administration
|
22,252 |
resource
| false | false | false |
What position in public office did Joko Widodo hold?
|
select distinct ?obj where { wd:Q3318231 wdt:P39 ?obj . ?obj wdt:P31 wd:Q294414 }
|
http://www.wikidata.org/entity/Q11755916
|
President of Indonesia
|
30,024 |
resource
| false | false | false |
Alan Shearer is the member of what secondary national association football team ?
|
select distinct ?obj where { wd:Q483583 wdt:P54 ?obj . ?obj wdt:P31 wd:Q45053817 }
|
http://www.wikidata.org/entity/Q1110944
|
England national association football B team
|
15,557 |
resource
| false | false | false |
who sister city of location born of Shawn Stasiak ?
|
SELECT ?answer WHERE { wd:Q999056 wdt:P19 ?X . ?X wdt:P190 ?answer}
|
http://www.wikidata.org/entity/Q271417
|
Funabashi
|
16,510 |
resource
| false | false | false |
Which planet orbits Io?
|
SELECT ?answer WHERE { wd:Q3123 wdt:P397 ?X . ?X wdt:P398 ?answer}
|
http://www.wikidata.org/entity/Q207884
|
S/2003 J 18
|
29,941 |
resource
| false | false | false |
Which is the proxy war for the event of the Cuban Missile Crisis?
|
select distinct ?sbj where { ?sbj wdt:P793 wd:Q128160 . ?sbj wdt:P31 wd:Q864113 }
|
http://www.wikidata.org/entity/Q8683
|
Cold War
|
9,785 |
resource
| false | false | false |
which is depicted by and immediate cause of Computer_network?
|
SELECT ?ans_1 ?ans_2 WHERE { wd:Q1301371 wdt:P1299 ?ans_1 . wd:Q1301371 wdt:P1536 ?ans_2 }
|
http://www.wikidata.org/entity/Q1640628
|
network service
|
3,327 |
resource
| false | false | false |
What is the cation with the lowest isospin z-component whose instance of is cation ?
|
select ?ent where { ?ent wdt:P31 wd:Q326277 . ?ent wdt:P1127 ?obj . ?ent wdt:P31 wd:Q326277} ORDER BY ASC(?obj)LIMIT 5
|
http://www.wikidata.org/entity/Q488424
|
triton
|
12,388 |
resource
| false | false | false |
What are the sports of Leinster Rugby whose OpenStreetMap key is Tag:sports=rugby_union?
|
SELECT ?answer WHERE { wd:Q1473374 wdt:P641 ?answer . ?answer wdt:P1282 ?x FILTER(contains(?x,'Tag:sport=rugby_union'))}
|
http://www.wikidata.org/entity/Q5849
|
rugby union
|
2,728 |
resource
| false | false | false |
Which kinship has the strongest family relationship degree?
|
select ?ent where { ?ent wdt:P31 wd:Q171318 . ?ent wdt:P4500 ?obj } ORDER BY DESC(?obj)LIMIT 5
|
http://www.wikidata.org/entity/Q19682171
|
paternal great-grandparent
|
10,990 |
resource
| false | false | false |
Who preceded and who succeeded Clovis I as king of Franks?
|
SELECT ?value1 ?value2 WHERE { wd:Q82339 p:P97 ?s . ?s ps:P97 wd:Q22923081 . ?s pq:P156 ?value1 . ?s pq:P155 ?value2 }
|
http://www.wikidata.org/entity/Q193869
|
Childeric I
|
19,868 |
resource
| false | false | false |
Mention the superhero character played in X-Men
|
select distinct ?sbj where { ?sbj wdt:P463 wd:Q128452 . ?sbj wdt:P31 wd:Q188784 }
|
http://www.wikidata.org/entity/Q3640951
|
Blindfold
|
16,438 |
resource
| false | false | false |
What was Thomas Steed's job?
|
SELECT ?answer WHERE { wd:Q7794787 wdt:P241 ?X . ?X wdt:P121 ?answer}
|
http://www.wikidata.org/entity/Q29261
|
F-35 Lightning II
|
5,719 |
resource
| false | false | false |
What award did Dmitry Khvorostovsky achieve in 1991?
|
SELECT ?obj WHERE { wd:Q333201 p:P166 ?s . ?s ps:P166 ?obj . ?s pq:P585 ?x filter(contains(YEAR(?x),'1991')) }
|
http://www.wikidata.org/entity/Q4146628
|
Glinka State Prize of the RSFSR
|
27,044 |
resource
| false | false | false |
Which muscle insertion is use over the rib?
|
select distinct ?answer where { ?answer wdt:P3491 wd:Q196672}
|
http://www.wikidata.org/entity/Q9654
|
thoracic diaphragm
|
13,767 |
resource
| false | false | false |
What is the location of death of Antonio Canova, whose category of associated people is the Category: People of Venice?
|
SELECT ?answer WHERE { wd:Q5547 wdt:P20 ?answer . ?answer wdt:P1792 wd:Q7234650}
|
http://www.wikidata.org/entity/Q641
|
Venice
|
7,388 |
resource
| false | false | false |
did the vologda start their administration in 2009-12-1?
|
SELECT ?obj WHERE { wd:Q1957 p:P190 ?s . ?s ps:P190 ?obj . ?s pq:P580 ?x filter(contains(YEAR(?x),'2009')) }
|
http://www.wikidata.org/entity/Q6602
|
Strasbourg
|
20,909 |
resource
| false | false | false |
Which road leads to Seville?
|
select distinct ?sbj where { ?sbj wdt:P609 wd:Q8717 . ?sbj wdt:P31 wd:Q34442 }
|
http://www.wikidata.org/entity/Q1959612
|
Carretera Nacional N-IV
|
4,275 |
resource
| false | false | false |
Who was the Anna Karina's husband in the year 1982?
|
SELECT ?obj WHERE { wd:Q232113 p:P26 ?s . ?s ps:P26 ?obj . ?s pq:P580 ?x filter(contains(YEAR(?x),'1982')) }
|
http://www.wikidata.org/entity/Q3023139
|
Dennis Berry
|
9,443 |
resource
| false | false | false |
On September 21st, 1821, what degree did Jules Michelet have?
|
SELECT ?obj WHERE { wd:Q310791 p:P512 ?s . ?s ps:P512 ?obj . ?s pq:P585 ?x filter(contains(YEAR(?x),'1821')) }
|
http://www.wikidata.org/entity/Q2827287
|
aggregation of modern literature
|
14,286 |
resource
| false | false | false |
What is the flag crest of the state in which Lake Winnebago is located?
|
SELECT ?answer WHERE { wd:Q1801110 wdt:P17 ?X . ?X wdt:P237 ?answer}
|
http://www.wikidata.org/entity/Q171663
|
Great Seal of the United States
|
5,975 |
resource
| false | false | false |
What was Edith Head statement received as Academy Award for Best Costume Design, Black-and-White?
|
SELECT ?value WHERE { wd:Q234961 p:P166 ?s . ?s ps:P166 wd:Q22120095 . ?s pq:P805 ?value}
|
http://www.wikidata.org/entity/Q917071
|
33rd Academy Awards
|
9,989 |
resource
| false | false | false |
What is the main food source and the locomotion means of Orangutan?
|
SELECT ?ans_1 ?ans_2 WHERE { wd:Q41050 wdt:P1034 ?ans_1 . wd:Q41050 wdt:P3512 ?ans_2 }
|
http://www.wikidata.org/entity/Q10987
|
honey
|
12,412 |
resource
| false | false | false |
What is {Charles and Ray Eames} {recognition title} who is the {titleholder} of {E. Fay Jones}?
|
SELECT ?answer WHERE { wd:Q14634037 wdt:P166 ?answer . ?answer wdt:P1346 wd:Q5321862}
|
http://www.wikidata.org/entity/Q249340
|
Twenty-five Year Award
|
14,006 |
resource
| false | false | false |
What arrondissement is the Waikato Region, the highest judicial authority in the Supreme Court of New Zealand?
|
SELECT ?answer WHERE { wd:Q139918 wdt:P131 ?answer . ?answer wdt:P209 wd:Q1355832}
|
http://www.wikidata.org/entity/Q664
|
New Zealand
|
2,600 |
resource
| false | false | false |
What is the maximum lifetime of isotope of neutronium?
|
select ?ent where { ?ent wdt:P31 wd:Q12525553 . ?ent wdt:P2645 ?obj } ORDER BY DESC(?obj)LIMIT 5
|
http://www.wikidata.org/entity/Q2348
|
neutron
|
16,676 |
resource
| false | false | false |
WHO IS THE POLITICAL LEADER OF ROBERT BORRIE?
|
SELECT ?answer WHERE { wd:Q7342220 wdt:P102 ?X . ?X wdt:P488 ?answer}
|
http://www.wikidata.org/entity/Q3099714
|
Justin Trudeau
|
5,005 |
resource
| false | false | false |
What award did Rakhee Gulzar receive for his work on Tapasya?
|
SELECT ?obj WHERE { wd:Q3196775 p:P166 ?s . ?s ps:P166 ?obj . ?s pq:P1686 wd:Q3427471 }
|
http://www.wikidata.org/entity/Q1414482
|
Filmfare Award for Best Actress
|
12,823 |
resource
| false | false | false |
What language was spoken by Nathaniel Hawthorne that has a grammatical person in the third-person neuter singular?
|
SELECT ?answer WHERE { wd:Q69339 wdt:P1412 ?answer . ?answer wdt:P5110 wd:Q52433289}
|
http://www.wikidata.org/entity/Q1860
|
English
|
17,139 |
resource
| false | false | false |
Who is the characters Bowser as it is shown?
|
SELECT ?answer WHERE { wd:Q845864 wdt:P1441 ?X . ?X wdt:P674 ?answer}
|
http://www.wikidata.org/entity/Q3103978
|
Pauline
|
22,475 |
resource
| false | false | false |
Which is the historical country for the narrative location of the Exodus?
|
select distinct ?obj where { wd:Q9190 wdt:P840 ?obj . ?obj wdt:P31 wd:Q3024240 }
|
http://www.wikidata.org/entity/Q11768
|
Ancient Egypt
|
4,671 |
resource
| false | false | false |
At what university did Newt Gingrich receive his Doctor of Philosophy degree?
|
SELECT ?obj WHERE { wd:Q182788 p:P69 ?s . ?s ps:P69 ?obj . ?s pq:P512 wd:Q752297 }
|
http://www.wikidata.org/entity/Q1193547
|
Tulane University
|
2,605 |
resource
| false | false | false |
WHICH IS THE F TYPE ,AON SEQUENCE WITH THE MOST ABOLUTE MAGNITUDE
|
select ?ent where { ?ent wdt:P31 wd:Q1353952 . ?ent wdt:P1457 ?obj } ORDER BY DESC(?obj)LIMIT 5
|
http://www.wikidata.org/entity/Q1410318
|
Tupi
|
12,595 |
resource
| false | false | false |
What is the region of the Battle of Leipzig whose partner town is Lyon?
|
SELECT ?answer WHERE { wd:Q151005 wdt:P276 ?answer . ?answer wdt:P190 wd:Q456}
|
http://www.wikidata.org/entity/Q2079
|
Leipzig
|
13,249 |
resource
| false | false | false |
What Uranus moon was developed by David C. Jewitt?
|
SELECT ?answer WHERE { wd:Q324 wdt:P398 ?answer . ?answer wdt:P61 wd:Q382992}
|
http://www.wikidata.org/entity/Q18496
|
Margaret
|
21,853 |
resource
| false | false | false |
What network uses Internet Protocol version 4
|
select distinct ?sbj where { ?sbj wdt:P2283 wd:Q11103 . ?sbj wdt:P31 wd:Q15836568 }
|
http://www.wikidata.org/entity/Q11163
|
User Datagram Protocol
|
11,850 |
resource
| false | false | false |
Which musician of Deck the Hallas awarded the nomination for MTV Video Music Award in Online Artist catagory?
|
SELECT ?answer WHERE { wd:Q2287842 wdt:P175 ?answer . ?answer wdt:P1411 wd:Q821166}
|
http://www.wikidata.org/entity/Q10708
|
Red Hot Chili Peppers
|
29,366 |
resource
| false | false | false |
What is in the manifestation of Sleeping Beauty?
|
select distinct ?answer where { ?answer wdt:P1557 wd:Q11824}
|
http://www.wikidata.org/entity/Q27134855
|
Little Briar Rose
|
20,871 |
resource
| false | false | false |
Who is the{film} for {distributor} of {20th Century Fox}
|
select distinct ?sbj where { ?sbj wdt:P750 wd:Q434841 . ?sbj wdt:P31 wd:Q11424 }
|
http://www.wikidata.org/entity/Q7735979
|
The Gay Caballero
|
8,764 |
resource
| false | false | false |
Who replaced Suharto as Secretary General of the Non-Aligned Movement?
|
SELECT ?value WHERE { wd:Q44819 p:P39 ?s . ?s ps:P39 wd:Q15647601 . ?s pq:P1366 ?value}
|
http://www.wikidata.org/entity/Q365427
|
Ernesto Samper
|
27,842 |
resource
| false | false | false |
What is editor for Catherine II of Russia
|
select distinct ?answer where { ?answer wdt:P98 wd:Q36450}
|
http://www.wikidata.org/entity/Q4127748
|
Vsyakaya vsyachina
|
16,627 |
resource
| false | false | false |
Who is the chairman of the member of Gordon S. Wood?
|
SELECT ?answer WHERE { wd:Q5585778 wdt:P463 ?X . ?X wdt:P488 ?answer}
|
http://www.wikidata.org/entity/Q5367081
|
Eloise E. Clark
|
14,831 |
resource
| false | false | false |
I want to know what are the stories of the languages of Sara Montiel?
|
SELECT ?answer WHERE { wd:Q268587 wdt:P1412 ?X . ?X wdt:P2184 ?answer}
|
http://www.wikidata.org/entity/Q471410
|
history of the Spanish language
|
9,167 |
resource
| false | false | false |
Who is Joe Dimaggio's brother?
|
SELECT ?obj WHERE { wd:Q297142 p:P3373 ?s . ?s ps:P3373 ?obj . ?s pq:P1039 wd:Q10861465 }
|
http://www.wikidata.org/entity/Q3288297
|
Dom DiMaggio
|
9,605 |
resource
| false | false | false |
who is the father and child of Vince_McMahon?
|
SELECT ?ans_1 ?ans_2 WHERE { wd:Q44430 wdt:P22 ?ans_1 . wd:Q44430 wdt:P40 ?ans_2 }
|
http://www.wikidata.org/entity/Q861110
|
Shane McMahon
|
22,816 |
resource
| false | false | false |
What rives crosses Baltimore ?
|
select distinct ?obj where { wd:Q5092 wdt:P206 ?obj . ?obj wdt:P31 wd:Q4022 }
|
http://www.wikidata.org/entity/Q2748733
|
Patapsco River
|
11,877 |
resource
| false | false | false |
What is the headquarters of Ghent University, whose telephone prefix is 09?
|
SELECT ?answer WHERE { wd:Q1137665 wdt:P159 ?answer . ?answer wdt:P473 ?x FILTER(contains(?x,'09'))}
|
http://www.wikidata.org/entity/Q1296
|
Ghent
|
22,851 |
resource
| false | false | false |
Which is the religious text that follows the Exodus?
|
select distinct ?obj where { wd:Q9190 wdt:P155 ?obj . ?obj wdt:P31 wd:Q179461 }
|
http://www.wikidata.org/entity/Q9184
|
Book of Genesis
|
12,596 |
resource
| false | false | false |
"What is {made by} of {Cthulhu}, which has {floruit start} is {1897-0-0} ?"
|
SELECT ?answer WHERE { wd:Q12038 wdt:P170 ?answer . ?answer wdt:P2031 ?x FILTER(contains(YEAR(?x),'1897'))}
|
http://www.wikidata.org/entity/Q169566
|
H. P. Lovecraft
|
21,662 |
resource
| false | false | false |
Henry II of France wore what kind of plate armor?
|
select distinct ?obj where { wd:Q132545 wdt:P3828 ?obj . ?obj wdt:P31 wd:Q3391846 }
|
http://www.wikidata.org/entity/Q21084031
|
Parade Armour of Henry II of France
|
10,853 |
resource
| false | false | false |
What was the academic degree of Joseph Goebbels at Heidelberg University and who was his doctoral advisor?
|
SELECT ?value1 ?value2 WHERE { wd:Q41749 p:P69 ?s . ?s ps:P69 wd:Q151510 . ?s pq:P184 ?value1 . ?s pq:P512 ?value2 }
|
http://www.wikidata.org/entity/Q87588
|
Max Freiherr von Waldberg
|
7,771 |
resource
| false | false | false |
What award did Earl Warren receive in the year 1969?
|
SELECT ?obj WHERE { wd:Q311197 p:P166 ?s . ?s ps:P166 ?obj . ?s pq:P585 ?x filter(contains(YEAR(?x),'1969')) }
|
http://www.wikidata.org/entity/Q28861731
|
honorary doctor of the Hebrew University of Jerusalem
|
22,352 |
resource
| false | false | false |
Tell me about the dialects of Tagalog.
|
select distinct ?sbj where { ?sbj wdt:P4913 wd:Q34057 . ?sbj wdt:P31 wd:Q33384 }
|
http://www.wikidata.org/entity/Q4868610
|
Batangas Tagalog
|
14,652 |
resource
| false | false | false |
What did Leonhard Euler provide to the fields of mathematics and physics?
|
SELECT ?answer WHERE { wd:Q7604 wdt:P101 ?X . ?X wdt:P2578 ?answer}
|
http://www.wikidata.org/entity/Q246672
|
mathematical object
|
15,358 |
resource
| false | false | false |
What is the diplomatic relation of the basin countries of the Black Sea?
|
SELECT ?answer WHERE { wd:Q166 wdt:P205 ?X . ?X wdt:P530 ?answer}
|
http://www.wikidata.org/entity/Q191
|
Estonia
|
7,788 |
resource
| false | false | false |
What significant event is proportionate to 0.001 Russian ruble?
|
SELECT ?obj WHERE { wd:Q41044 p:P793 ?s . ?s ps:P793 ?obj . ?s pq:P1107 ?x filter(contains(?x,'0.001')) }
|
http://www.wikidata.org/entity/Q4157877
|
Monetary reform in Russia, 1998
|
28,465 |
resource
| false | false | false |
WHICH IS THE POINT GROUP PG QUARTZ
|
select distinct ?answer where { wd:Q43010 wdt:P589 ?answer}
|
http://www.wikidata.org/entity/Q13362465
|
trigonal-trapezoidal
|
7,433 |
resource
| false | false | false |
What is position held of Constans II that is replaces of Heraklonas ?
|
SELECT ?obj WHERE { wd:Q41613 p:P39 ?s . ?s ps:P39 ?obj . ?s pq:P1365 wd:Q31513 }
|
http://www.wikidata.org/entity/Q18577504
|
Byzantine emperor
|
20,338 |
resource
| false | false | false |
Who performed the role of fictional human for Ben Affleck}?
|
select distinct ?sbj where { ?sbj wdt:P175 wd:Q483118 . ?sbj wdt:P31 wd:Q15632617 }
|
http://www.wikidata.org/entity/Q56218628
|
A.J. Frost
|
5,942 |
resource
| false | false | false |
Where was John Paul Stevens educated in 1947?
|
SELECT ?obj WHERE { wd:Q11109 p:P69 ?s . ?s ps:P69 ?obj . ?s pq:P582 ?x filter(contains(YEAR(?x),'1947')) }
|
http://www.wikidata.org/entity/Q7060409
|
Northwestern University School of Law
|
20,865 |
resource
| false | false | false |
What star does Jupiter orbit?
|
select distinct ?obj where { wd:Q319 wdt:P397 ?obj . ?obj wdt:P31 wd:Q3592493 }
|
http://www.wikidata.org/entity/Q525
|
Sun
|
2,522 |
resource
| false | false | false |
Which automobile marque has the highest assets?
|
select ?ent where { ?ent wdt:P31 wd:Q17412622 . ?ent wdt:P2403 ?obj } ORDER BY DESC(?obj)LIMIT 5
|
http://www.wikidata.org/entity/Q29637
|
Škoda Auto
|
20,554 |
resource
| false | false | false |
Name the mainland territorial place of Australia for substituting the Northern Territory
|
select distinct ?obj where { wd:Q3235 wdt:P1365 ?obj . ?obj wdt:P31 wd:Q14192234 }
|
http://www.wikidata.org/entity/Q15640003
|
North Australia
|
21,205 |
resource
| false | false | false |
Who operates the stadium of Indianapolis?
|
select distinct ?sbj where { ?sbj wdt:P137 wd:Q6346 . ?sbj wdt:P31 wd:Q483110 }
|
http://www.wikidata.org/entity/Q5001417
|
Bush Stadium
|
8,613 |
resource
| false | false | false |
What position did Charles V of France hold on April 8, 1364?
|
SELECT ?obj WHERE { wd:Q167782 p:P39 ?s . ?s ps:P39 ?obj . ?s pq:P580 ?x filter(contains(YEAR(?x),'1364')) }
|
http://www.wikidata.org/entity/Q18384454
|
king of France
|
16,564 |
resource
| false | false | false |
what is input in work of captain hook ?
|
SELECT ?answer WHERE { wd:Q55728689 wdt:P1441 ?X . ?X wdt:P479 ?answer}
|
http://www.wikidata.org/entity/Q7987
|
mouse
|
13,489 |
resource
| false | false | false |
Who invented the Hamiltonian mechanics that consisted the members of National Academy of Science?
|
SELECT ?answer WHERE { wd:Q477921 wdt:P61 ?answer . ?answer wdt:P463 wd:Q270794}
|
http://www.wikidata.org/entity/Q11887
|
William Rowan Hamilton
|
14,051 |
resource
| false | false | false |
What language does Miriam Makeba speak, that has a French influence?
|
SELECT ?answer WHERE { wd:Q146256 wdt:P1412 ?answer . ?answer wdt:P737 wd:Q150}
|
http://www.wikidata.org/entity/Q1860
|
English
|
26,827 |
resource
| false | false | false |
What is fabrication method of The Ren & Stimpy Show?
|
select distinct ?answer where { wd:Q1361124 wdt:P2079 ?answer}
|
http://www.wikidata.org/entity/Q11425
|
animation
|
17,115 |
resource
| false | false | false |
What is the accessory of the characters from Horsing Around with History?
|
SELECT ?answer WHERE { wd:Q4024510 wdt:P674 ?X . ?X wdt:P3828 ?answer}
|
http://www.wikidata.org/entity/Q1347864
|
walking stick
|
14,026 |
resource
| false | false | false |
In the denomination of Sikhism, What is Martha's sainthood status?
|
SELECT ?answer WHERE { wd:Q232453 wdt:P411 ?answer . ?answer wdt:P140 wd:Q9316}
|
http://www.wikidata.org/entity/Q43115
|
saint
|
28,256 |
resource
| false | false | false |
Which is the original combination for Carcharocles megalodo?
|
select distinct ?answer where { ?answer wdt:P1403 wd:Q163873}
|
http://www.wikidata.org/entity/Q16107846
|
Carcharodon megalodon
|
12,630 |
resource
| false | false | false |
Which is the birthplace of Alexander Nevsky, that has STD code 48535 ?
|
SELECT ?answer WHERE { wd:Q174044 wdt:P19 ?answer . ?answer wdt:P473 ?x FILTER(contains(?x,'48535'))}
|
http://www.wikidata.org/entity/Q178188
|
Pereslavl-Zalessky
|
2,585 |
resource
| false | false | false |
which apple cultivar with highest shelf life?
|
select ?ent where { ?ent wdt:P31 wd:Q15731356 . ?ent wdt:P4218 ?obj } ORDER BY DESC(?obj)LIMIT 5
|
http://www.wikidata.org/entity/Q41453565
|
Quinte
|
8,487 |
resource
| false | false | false |
Who is the mother of Herod the Great, who bore him as Herod Antipas?
|
SELECT ?value WHERE { wd:Q51672 p:P40 ?s . ?s ps:P40 wd:Q192950 . ?s pq:P25 ?value}
|
http://www.wikidata.org/entity/Q456872
|
Malthace
|
29,851 |
resource
| false | false | false |
Which book publishing company is owned by the University of Oxford?
|
select distinct ?sbj where { ?sbj wdt:P127 wd:Q34433 . ?sbj wdt:P31 wd:Q1320047 }
|
http://www.wikidata.org/entity/Q217595
|
Oxford University Press
|
11,395 |
resource
| false | false | false |
Tell me the most notable work of Christopher Hitchens and also the publisher.
|
SELECT ?value1 ?obj WHERE { wd:Q49081 p:P800 ?s . ?s ps:P800 ?obj . ?s pq:P123 ?value1 . }
|
http://www.wikidata.org/entity/Q4034881
|
Basic Books
|
16,591 |
resource
| false | false | false |
Which {artist} {precedes} by {Die, Die My Darling} ?
|
SELECT ?answer WHERE { wd:Q2337653 wdt:P156 ?X . ?X wdt:P175 ?answer}
|
http://www.wikidata.org/entity/Q311785
|
Misfits
|
5,608 |
resource
| false | false | false |
Which is {award received} of {Kailash Satyarthi} where {statement is subject of} is {2014 Nobel Peace Prize} ?
|
SELECT ?obj WHERE { wd:Q3442375 p:P166 ?s . ?s ps:P166 ?obj . ?s pq:P805 wd:Q18204229 }
|
http://www.wikidata.org/entity/Q35637
|
Nobel Peace Prize
|
20,946 |
resource
| false | false | false |
What was the daily newspaper for political alignment of Communist Party of the Soviet Union?
|
select distinct ?sbj where { ?sbj wdt:P1387 wd:Q79854 . ?sbj wdt:P31 wd:Q1110794 }
|
http://www.wikidata.org/entity/Q183644
|
Pravda
|
20,849 |
resource
| false | false | false |
What is the Wikimedia list page for The Thinker
|
select distinct ?sbj where { ?sbj wdt:P360 wd:Q18003128 . ?sbj wdt:P31 wd:Q13406463 }
|
http://www.wikidata.org/entity/Q6600224
|
list of Thinker sculptures
|
16,812 |
resource
| false | false | false |
Name a film from musical artist Jubileum Volume I?
|
SELECT ?answer WHERE { wd:Q221404 wdt:P175 ?X . ?X wdt:P136 ?answer}
|
http://www.wikidata.org/entity/Q132438
|
black metal
|
4,786 |
resource
| false | false | false |
Who is the spouse of Anggun in 2010-6-0?
|
SELECT ?obj WHERE { wd:Q221310 p:P26 ?s . ?s ps:P26 ?obj . ?s pq:P580 ?x filter(contains(YEAR(?x),'2010')) }
|
http://www.wikidata.org/entity/Q13318899
|
Cyril Montana
|
3,395 |
resource
| false | false | false |
What is the smallest length suspension bridge in the People's Republic of China?
|
select ?ent where { ?ent wdt:P31 wd:Q12570 . ?ent wdt:P2787 ?obj . ?ent wdt:P17 wd:Q148} ORDER BY ASC(?obj)LIMIT 5
|
http://www.wikidata.org/entity/Q16510438
|
Qingcaobei Yangtze River bridge
|
14,580 |
resource
| false | false | false |
who daughters of is daughter of Charles IV of Spain ?
|
SELECT ?answer WHERE { wd:Q183226 wdt:P25 ?X . ?X wdt:P40 ?answer}
|
http://www.wikidata.org/entity/Q2325634
|
Infante Gabriel of Spain
|
21,082 |
resource
| false | false | false |
Name a country involved in Korean War
|
select distinct ?sbj where { ?sbj wdt:P1344 wd:Q8663 . ?sbj wdt:P31 wd:Q3624078 }
|
http://www.wikidata.org/entity/Q30
|
United States of America
|
3,324 |
resource
| false | false | false |
What is the Sparkassen Cup with the lowest prize money whose instance of is Sparkassen Cup?
|
select ?ent where { ?ent wdt:P31 wd:Q127780 . ?ent wdt:P2121 ?obj . ?ent wdt:P31 wd:Q127780. } ORDER BY ASC(?obj)LIMIT 5
|
http://www.wikidata.org/entity/Q3534823
|
1994 International Damen Grand Prix Leipzig
|
22,175 |
resource
| false | false | false |
Thomas Aquinas holds which position relating to his occupation?
|
select distinct ?obj where { wd:Q9438 wdt:P106 ?obj . ?obj wdt:P31 wd:Q4164871 }
|
http://www.wikidata.org/entity/Q121594
|
professor
|
17,386 |
resource
| false | false | false |
What is Edward Snowden current job ?
|
SELECT ?answer WHERE { wd:Q13424289 wdt:P108 ?X . ?X wdt:P1365 ?answer}
|
http://www.wikidata.org/entity/Q658626
|
Office of Strategic Services
|
14,930 |
resource
| false | false | false |
What works did the sculptor Ebenezer Scrooge do?
|
SELECT ?answer WHERE { wd:Q626756 wdt:P170 ?X . ?X wdt:P800 ?answer}
|
http://www.wikidata.org/entity/Q460583
|
The Pickwick Papers
|
14,760 |
resource
| false | false | false |
Who played the wife of Basil Fawlty?
|
SELECT ?answer WHERE { wd:Q1766187 wdt:P26 ?X . ?X wdt:P1441 ?answer}
|
http://www.wikidata.org/entity/Q212731
|
Fawlty Towers
|
28,663 |
resource
| false | false | false |
Which is the color for white?
|
select distinct ?answer where { ?answer wdt:P462 wd:Q23444}
|
http://www.wikidata.org/entity/Q54800944
|
chambray
|
20,374 |
resource
| false | false | false |
Where does Bern work at?
|
select distinct ?sbj where { ?sbj wdt:P937 wd:Q70 . ?sbj wdt:P31 wd:Q5 }
|
http://www.wikidata.org/entity/Q1892948
|
Marcel Brawand
|
6,674 |
resource
| false | false | false |
Where Anne Hathaway is educated before the year of 1993?
|
SELECT ?obj WHERE { wd:Q36301 p:P69 ?s . ?s ps:P69 ?obj . ?s pq:P582 ?x filter(contains(YEAR(?x),'1993')) }
|
http://www.wikidata.org/entity/Q389336
|
American Academy of Dramatic Arts
|
15,606 |
resource
| false | false | false |
What was the attempted murder method used against Henry Clay Frick?
|
SELECT ?answer WHERE { wd:Q93709 wdt:P509 ?X . ?X wdt:P2176 ?answer}
|
http://www.wikidata.org/entity/Q423364
|
propranolol
|
16,648 |
resource
| false | false | false |
WHO IS LTHE FOUNDER OF SHAPUR II DYNASTY?
|
SELECT ?answer WHERE { wd:Q234860 wdt:P53 ?X . ?X wdt:P112 ?answer}
|
http://www.wikidata.org/entity/Q1257805
|
Sasan
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.