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
6,230
resource
false
false
false
What position did Frederick Douglass hold in 1881?
SELECT ?obj WHERE { wd:Q215562 p:P39 ?s . ?s ps:P39 ?obj . ?s pq:P580 ?x filter(contains(YEAR(?x),'1881')) }
http://www.wikidata.org/entity/Q21349507
Washington, D.C. Recorder of Deeds
4,401
resource
false
false
false
Who was Dino De Laurentiis' spouse when their marriage ended in 1988?
SELECT ?obj WHERE { wd:Q296796 p:P26 ?s . ?s ps:P26 ?obj . ?s pq:P582 ?x filter(contains(YEAR(?x),'1988')) }
http://www.wikidata.org/entity/Q106919
Silvana Mangano
29,354
resource
false
false
false
What is Hypertext Transfer Protocol (HTTP)?
select distinct ?answer where { ?answer wdt:P1547 wd:Q8777}
http://www.wikidata.org/entity/Q31207825
SPARQL Protocol for RDF
9,026
resource
false
false
false
What is the given name of Prince?
SELECT ?obj WHERE { wd:Q7542 p:P735 ?s . ?s ps:P735 ?obj . ?s pq:P1545 ?x filter(contains(?x,'1')) }
http://www.wikidata.org/entity/Q16280695
Prince
7,750
resource
false
false
false
What is the sourcing circumstances for Roger Williams, who was born in 1603?
SELECT ?value WHERE { wd:Q391591 p:P569 ?s . ?s ps:P569 ?x filter(contains(YEAR(?x),'1603')) . ?s pq:P1480 ?value}
http://www.wikidata.org/entity/Q5727902
circa
21,557
resource
false
false
false
What is the real person website account of Youtube?
select distinct ?sbj where { ?sbj wdt:P553 wd:Q866 . ?sbj wdt:P31 wd:Q5 }
http://www.wikidata.org/entity/Q17266642
Daniela Aiuto
9,924
resource
false
false
false
What is {studied by} the {manifestation of} of {Human_body} ?
SELECT ?ans_1 ?ans_2 WHERE { wd:Q23852 wdt:P2579 ?ans_1 . wd:Q23852 wdt:P1557 ?ans_2 }
http://www.wikidata.org/entity/Q3999
human anatomy
6,441
resource
false
false
false
What award did Kurt Godel receive on 1974-1-1?
SELECT ?obj WHERE { wd:Q41390 p:P166 ?s . ?s ps:P166 ?obj . ?s pq:P585 ?x filter(contains(YEAR(?x),'1974')) }
http://www.wikidata.org/entity/Q737051
National Medal of Science
11,558
resource
false
false
false
Who is Alexander Hamilton's wife and why did the relationship end?
SELECT ?value1 ?obj WHERE { wd:Q178903 p:P26 ?s . ?s ps:P26 ?obj . ?s pq:P1534 ?value1 . }
http://www.wikidata.org/entity/Q5363475
Elizabeth Schuyler Hamilton
20,999
resource
false
false
false
What is the opposite genre for fiction ?
select distinct ?sbj where { ?sbj wdt:P461 wd:Q8253 . ?sbj wdt:P31 wd:Q483394 }
http://www.wikidata.org/entity/Q213051
nonfiction
5,486
resource
false
false
false
What was the position of Fernando Álvarez de Toledo in 1581?
SELECT ?obj WHERE { wd:Q80847 p:P39 ?s . ?s ps:P39 ?obj . ?s pq:P580 ?x filter(contains(YEAR(?x),'1581')) }
http://www.wikidata.org/entity/Q2993517
Constable of Portugal
21,497
resource
false
false
false
What is taxonomy of goldfish
select distinct ?sbj where { ?sbj wdt:P171 wd:Q123141 . ?sbj wdt:P31 wd:Q16521 }
http://www.wikidata.org/entity/Q5037739
Carassius auratus grandoculis
3,442
resource
false
false
false
Which human Go player, has the minimum EGF rating?
select ?ent where { ?ent wdt:P31 wd:Q5 . ?ent wdt:P4105 ?obj . ?ent wdt:P106 wd:Q12039558} ORDER BY ASC(?obj)LIMIT 5
http://www.wikidata.org/entity/Q3038855
Dragoș Băjenaru
15,444
resource
false
false
false
Which is {cases} of {language used} in {Ismail Kadare} ?
SELECT ?answer WHERE { wd:Q179695 wdt:P1412 ?X . ?X wdt:P2989 ?answer}
http://www.wikidata.org/entity/Q185077
vocative case
6,186
resource
false
false
false
What was Good Will Hunting nominated for at the 70th Academy Awards?
SELECT ?obj WHERE { wd:Q193835 p:P1411 ?s . ?s ps:P1411 ?obj . ?s pq:P805 wd:Q536749 }
http://www.wikidata.org/entity/Q41417
Academy Award for Best Writing, Original Screenplay
20,854
resource
false
false
false
What are the names of the characters from the movie E.T. The Extra-Terrestrial?
select distinct ?obj where { wd:Q11621 wdt:P674 ?obj . ?obj wdt:P31 wd:Q1307329 }
http://www.wikidata.org/entity/Q60629803
E.T.
17,427
resource
false
false
false
What was Nivelle accused of ?
SELECT ?answer WHERE { wd:Q2005867 wdt:P710 ?X . ?X wdt:P241 ?answer}
http://www.wikidata.org/entity/Q222595
British Army
11,826
resource
false
false
false
Sergei Prokudein-Gorskii died in what county within the 7th arrondissement of Paris?
SELECT ?answer WHERE { wd:Q101516 wdt:P20 ?answer . ?answer wdt:P150 wd:Q259463}
http://www.wikidata.org/entity/Q90
Paris
2,729
resource
false
false
false
WHICH IS THE CABLE STAYED BRIDGE WITH THE MAXIMUM NUMBER OF SPANS
select ?ent where { ?ent wdt:P31 wd:Q158555 . ?ent wdt:P1314 ?obj } ORDER BY DESC(?obj)LIMIT 5
http://www.wikidata.org/entity/Q1060111
Saint-Nazaire Bridge
7,432
resource
false
false
false
give me the name of Theophile Gautier that has series ordinal is 3?
SELECT ?obj WHERE { wd:Q183713 p:P735 ?s . ?s ps:P735 ?obj . ?s pq:P1545 ?x filter(contains(?x,'3')) }
http://www.wikidata.org/entity/Q15875484
Theodore
8,397
resource
false
false
false
Which award did Jaroslav Seifert receive in the year 1984?
SELECT ?obj WHERE { wd:Q102483 p:P166 ?s . ?s ps:P166 ?obj . ?s pq:P585 ?x filter(contains(YEAR(?x),'1984')) }
http://www.wikidata.org/entity/Q37922
Nobel Prize in Literature
14,496
resource
false
false
false
What is the diplomatic relation of the place of origin of the Jew Killings in Ivangorod?
SELECT ?answer WHERE { wd:Q55424114 wdt:P495 ?X . ?X wdt:P530 ?answer}
http://www.wikidata.org/entity/Q191
Estonia
3,207
resource
false
false
false
Give the lowest block size standard designed by John Daemen
select ?ent where { ?ent wdt:P31 wd:Q317623 . ?ent wdt:P2599 ?obj . ?ent wdt:P287 wd:Q1690741. } ORDER BY ASC(?obj)LIMIT 5
http://www.wikidata.org/entity/Q190746
Advanced Encryption Standard
27,580
resource
false
false
false
What is located on linear feature of the London Underground?
select distinct ?answer where { ?answer wdt:P795 wd:Q20075}
http://www.wikidata.org/entity/Q800384
Amersham station
10,168
resource
false
false
false
who is the powerplant and the manufacterer of Mcdonnell_douglas_F-15_eagle?
SELECT ?ans_1 ?ans_2 WHERE { wd:Q29251 wdt:P516 ?ans_1 . wd:Q29251 wdt:P176 ?ans_2 }
http://www.wikidata.org/entity/Q201815
McDonnell Douglas
9,901
resource
false
false
false
What are the places of death and burial of Stonewall Jackson?
SELECT ?ans_1 ?ans_2 WHERE { wd:Q216124 wdt:P119 ?ans_1 . wd:Q216124 wdt:P20 ?ans_2 }
http://www.wikidata.org/entity/Q15149549
Oak Grove Cemetery
19,843
resource
false
false
false
Who is the person that was the professional or sport partner of Paul McCartney?
select distinct ?obj where { wd:Q2599 wdt:P1327 ?obj . ?obj wdt:P31 wd:Q5 }
http://www.wikidata.org/entity/Q228899
Linda McCartney
13,469
resource
false
false
false
What is the pronoun for Charlamagne Tha God that is shortened to мужской?
SELECT ?answer WHERE { wd:Q16203002 wdt:P21 ?answer . ?answer wdt:P1813 ?x FILTER(contains(?x,'мужской'))}
http://www.wikidata.org/entity/Q6581097
male
22,342
resource
false
false
false
WHAT IS THE CENOTAPH FOR JEAN-JACQUES ROUSSEAU?
select distinct ?sbj where { ?sbj wdt:P466 wd:Q6527 . ?sbj wdt:P31 wd:Q321053 }
http://www.wikidata.org/entity/Q21162640
cenotaph of Jean-Jacques Rousseau
22,982
resource
false
false
false
What is the ecclesiastical title for the office of the head of the Coptic Orthodox Church of Alexandria?
select distinct ?obj where { wd:Q198998 wdt:P2388 ?obj . ?obj wdt:P31 wd:Q11773926 }
http://www.wikidata.org/entity/Q58451
Pope of the Coptic Orthodox Church
13,680
resource
false
false
false
What job did Michelangelo, also known as inż, have?
SELECT ?answer WHERE { wd:Q5592 wdt:P106 ?answer . ?answer wdt:P1813 ?x FILTER(contains(?x,'inż.'))}
http://www.wikidata.org/entity/Q81096
engineer
15,536
resource
false
false
false
What organization does George Rudinger work at?
SELECT ?answer WHERE { wd:Q1505786 wdt:P108 ?X . ?X wdt:P131 ?answer}
http://www.wikidata.org/entity/Q586
Bonn
16,256
resource
false
false
false
Which is {detection method} for {child body} of {Ross 128} ?
SELECT ?answer WHERE { wd:Q926610 wdt:P398 ?X . ?X wdt:P1046 ?answer}
http://www.wikidata.org/entity/Q240105
radial velocity
13,175
resource
false
false
false
Where in Spain was Muhammad al-Idrisi born?
SELECT ?answer WHERE { wd:Q173441 wdt:P19 ?answer . ?answer wdt:P131 wd:Q29}
http://www.wikidata.org/entity/Q5823
Ceuta
21,289
resource
false
false
false
What sports are included in the biathlon
select distinct ?sbj where { ?sbj wdt:P641 wd:Q166788 . ?sbj wdt:P31 wd:Q5 }
http://www.wikidata.org/entity/Q2511058
Vasil Chorbadzhiev
4,937
resource
false
false
false
Who was the chairperson of the US Department of State in January of 2013?
SELECT ?obj WHERE { wd:Q789915 p:P488 ?s . ?s ps:P488 ?obj . ?s pq:P582 ?x filter(contains(YEAR(?x),'2013')) }
http://www.wikidata.org/entity/Q6294
Hillary Clinton
16,610
resource
false
false
false
What genre of music is part of the series of Bomberman II?
SELECT ?answer WHERE { wd:Q2002828 wdt:P179 ?X . ?X wdt:P136 ?answer}
http://www.wikidata.org/entity/Q13717398
maze video game
16,364
resource
false
false
false
What company did Antonin Eymieu co-found?
SELECT ?answer WHERE { wd:Q2857113 wdt:P611 ?X . ?X wdt:P112 ?answer}
http://www.wikidata.org/entity/Q44281
Ignatius of Loyola
26,187
resource
false
false
false
Which is practiced by fencing?
select distinct ?answer where { wd:Q12100 wdt:P3095 ?answer}
http://www.wikidata.org/entity/Q1519593
fencing master
15,550
resource
false
false
false
What is the translation of the post review of the 17th annual Scripps Spelling Bee?
SELECT ?answer WHERE { wd:Q16155303 wdt:P155 ?X . ?X wdt:P629 ?answer}
http://www.wikidata.org/entity/Q3476470
Scripps National Spelling Bee
15,319
resource
false
false
false
who chronology of topic of continent of western asia?
SELECT ?answer WHERE { wd:Q27293 wdt:P30 ?X . ?X wdt:P2184 ?answer}
http://www.wikidata.org/entity/Q627531
history of Asia
9,358
resource
false
false
false
How are Carl Maria von Weber and Constanze Mozart related?
SELECT ?value WHERE { wd:Q154812 p:P1038 ?s . ?s ps:P1038 wd:Q84464 . ?s pq:P1039 ?value}
http://www.wikidata.org/entity/Q12051531
female first cousin
29,903
resource
false
false
false
Which financial center is a twinned administrative body of Mumbai?
select distinct ?obj where { wd:Q1156 wdt:P190 ?obj . ?obj wdt:P31 wd:Q1066984 }
http://www.wikidata.org/entity/Q84
London
20,046
resource
false
false
false
Tom Hanks played as voice actor in which short animated film?
select distinct ?sbj where { ?sbj wdt:P725 wd:Q2263 . ?sbj wdt:P31 wd:Q17517379 }
http://www.wikidata.org/entity/Q2252704
Partysaurus Rex
19,655
resource
false
false
false
Which war's did the Soviet Union take part in.
select distinct ?sbj where { ?sbj wdt:P710 wd:Q15180 . ?sbj wdt:P31 wd:Q198 }
http://www.wikidata.org/entity/Q134949
Winter War
13,705
resource
false
false
false
What is developed by SPICE that has working languages in English?
SELECT ?answer WHERE { wd:Q174907 wdt:P178 ?answer . ?answer wdt:P2936 wd:Q1860}
http://www.wikidata.org/entity/Q168756
University of California, Berkeley
11,632
resource
false
false
false
What is a significant event that Matthias Corvinus was apart of and what was the location of that event?
SELECT ?value1 ?obj WHERE { wd:Q188634 p:P793 ?s . ?s ps:P793 ?obj . ?s pq:P276 ?value1 . }
http://www.wikidata.org/entity/Q746675
Székesfehérvár Basilica
15,184
resource
false
false
false
Who married the contestant of Aelita?
SELECT ?answer WHERE { wd:Q380803 wdt:P161 ?X . ?X wdt:P26 ?answer}
http://www.wikidata.org/entity/Q28885
Galina Ulanova
2,900
resource
false
false
false
Name the aircraft model with the highest take off roll involved in the Seville A400M crash.
select ?ent where { ?ent wdt:P31 wd:Q15056995 . ?ent wdt:P2430 ?obj . ?ent wdt:P793 wd:Q19882906 } ORDER BY DESC(?obj)LIMIT 5
http://www.wikidata.org/entity/Q6496
Airbus A400M Atlas
14,115
resource
false
false
false
Where is the head office location of Miss World, whose twin city is Los Angeles?
SELECT ?answer WHERE { wd:Q173402 wdt:P159 ?answer . ?answer wdt:P190 wd:Q65}
http://www.wikidata.org/entity/Q84
London
17,587
resource
false
false
false
Which is the fictional analog of the source of inspiration of Captain Ahab?
SELECT ?answer WHERE { wd:Q2630009 wdt:P941 ?X . ?X wdt:P1074 ?answer}
http://www.wikidata.org/entity/Q244403
Macbeth
13,239
resource
false
false
false
"Which is {endemism} of {Mantella}, where {member of} is {International Bank for Reconstruction and Development} ?"
SELECT ?answer WHERE { wd:Q1627754 wdt:P183 ?answer . ?answer wdt:P463 wd:Q191384}
http://www.wikidata.org/entity/Q1019
Madagascar
11,150
resource
false
false
false
What noble title did Berengar I of Italy hold and who did he follow?
SELECT ?value1 ?obj WHERE { wd:Q274606 p:P97 ?s . ?s ps:P97 ?obj . ?s pq:P155 ?value1 . }
http://www.wikidata.org/entity/Q154936
Arnulf of Carinthia
4,404
resource
false
false
false
What is Francois Guzot's position in the government of Calvados
SELECT ?obj WHERE { wd:Q157324 p:P39 ?s . ?s ps:P39 ?obj . ?s pq:P768 wd:Q3249 }
http://www.wikidata.org/entity/Q3044918
member of the French National Assembly
29,999
resource
false
false
false
Which is the capital for the official residence of the Parthian Empire?
select distinct ?obj where { wd:Q1986139 wdt:P263 ?obj . ?obj wdt:P31 wd:Q5119 }
http://www.wikidata.org/entity/Q854672
Nisa
12,075
resource
false
false
false
"Who is the sunsidiary entities of Islamic Azad Universpty who is in the department of Bukan?"
SELECT ?answer WHERE { wd:Q2661844 wdt:P355 ?answer . ?answer wdt:P131 wd:Q606564}
http://www.wikidata.org/entity/Q20110163
Islamic Azad University, Bukan
10,178
resource
false
false
false
Who is the editor and author of the Pied Piper of Hamelin book?
SELECT ?ans_1 ?ans_2 WHERE { wd:Q111502 wdt:P747 ?ans_1 . wd:Q111502 wdt:P50 ?ans_2 }
http://www.wikidata.org/entity/Q233265
Robert Browning
22,874
resource
false
false
false
Who were the Amazons that were killed by Heracles?
select distinct ?sbj where { ?sbj wdt:P157 wd:Q122248 . ?sbj wdt:P31 wd:Q134154 }
http://www.wikidata.org/entity/Q18642286
Asteria
7,447
resource
false
false
false
What was the award the Dune received after receiving Babel-17?
SELECT ?obj WHERE { wd:Q190192 p:P166 ?s . ?s ps:P166 ?obj . ?s pq:P156 wd:Q2722309 }
http://www.wikidata.org/entity/Q266012
Nebula Award for Best Novel
20,886
resource
false
false
false
Who wrote the lyrics of Auld Lang Syne ?
select distinct ?obj where { wd:Q211939 wdt:P676 ?obj . ?obj wdt:P31 wd:Q5 }
http://www.wikidata.org/entity/Q81960
Robert Burns
20,867
resource
false
false
false
Mariano Rajoy is a member of what political party?
select distinct ?obj where { wd:Q10819 wdt:P102 ?obj . ?obj wdt:P31 wd:Q7278 }
http://www.wikidata.org/entity/Q1029869
Spanish National Union
9,998
resource
false
false
false
Which is {nominated for} and the {award received} of {The_Simpsons} ?
SELECT ?ans_1 ?ans_2 WHERE { wd:Q886 wdt:P1411 ?ans_1 . wd:Q886 wdt:P166 ?ans_2 }
http://www.wikidata.org/entity/Q7243507
Primetime Emmy Award for Outstanding Original Main Title Theme Music
30,030
resource
false
false
false
What television program is produced by Ellen DeGeneres?
select distinct ?sbj where { ?sbj wdt:P162 wd:Q483325 . ?sbj wdt:P31 wd:Q15416 }
http://www.wikidata.org/entity/Q839150
The Ellen DeGeneres Show
9,779
resource
false
false
false
Who is the creator of Quantum mechanics, and who was its creator?
SELECT ?ans_1 ?ans_2 WHERE { wd:Q944 wdt:P2184 ?ans_1 . wd:Q944 wdt:P170 ?ans_2 }
http://www.wikidata.org/entity/Q61761
Pascual Jordan
29,022
resource
false
false
false
Which is the combination classification for Chris Froome?
select distinct ?answer where { ?answer wdt:P4324 wd:Q319591}
http://www.wikidata.org/entity/Q26878348
2017 Vuelta a España
29,786
resource
false
false
false
Name the Wikimedia disambiguation page including "Diplo".
select distinct ?obj where { wd:Q533781 wdt:P710 ?obj . ?obj wdt:P31 wd:Q4167410 }
http://www.wikidata.org/entity/Q9087624
Tiesto
8,046
resource
false
false
false
In which electoral district did Tommy Douglas hold the position of the member of the House of Commons of Canada?
SELECT ?value WHERE { wd:Q359653 p:P39 ?s . ?s ps:P39 wd:Q15964890 . ?s pq:P768 ?value}
http://www.wikidata.org/entity/Q3567582
Weyburn
7,976
resource
false
false
false
Who performed as Boris Godunuv on 1/27/1874?
SELECT ?value WHERE { wd:Q386846 p:P1191 ?s . ?s ps:P1191 ?x filter(contains(YEAR(?x),'1874')) . ?s pq:P161 ?value}
http://www.wikidata.org/entity/Q4289872
Ivan Melnikov
9,364
resource
false
false
false
What was spencer Perceval position in 1812?
SELECT ?obj WHERE { wd:Q233992 p:P39 ?s . ?s ps:P39 ?obj . ?s pq:P582 ?x filter(contains(YEAR(?x),'1812')) }
http://www.wikidata.org/entity/Q14211
Prime Minister of the United Kingdom
9,037
resource
false
false
false
What part of Somogy County came to an end in the year 1989 which was located in the administrative territorial entity?
SELECT ?obj WHERE { wd:Q190522 p:P131 ?s . ?s ps:P131 ?obj . ?s pq:P582 ?x filter(contains(YEAR(?x),'1989')) }
http://www.wikidata.org/entity/Q16410
People's Republic of Hungary
30,111
resource
false
false
false
Which federal state was the U.S. Declaration of Independence the foundation for?
select distinct ?sbj where { ?sbj wdt:P457 wd:Q127912 . ?sbj wdt:P31 wd:Q43702 }
http://www.wikidata.org/entity/Q30
United States of America
17,546
resource
false
false
false
What is the currency used in Norman conquest of England} ?
SELECT ?answer WHERE { wd:Q200485 wdt:P276 ?X . ?X wdt:P38 ?answer}
http://www.wikidata.org/entity/Q25224
pound sterling
21,361
resource
false
false
false
What is Star Wars ' narrative location fictional gas giant Episode V: The Empire Strikes Back?
select distinct ?obj where { wd:Q181795 wdt:P840 ?obj . ?obj wdt:P31 wd:Q17480830 }
http://www.wikidata.org/entity/Q837941
Bespin
12,933
resource
false
false
false
On 1-1-1678 William Petty, 2nd Earl of Shelburne founded what party membership
SELECT ?answer WHERE { wd:Q312573 wdt:P102 ?answer . ?answer wdt:P571 ?x FILTER(contains(YEAR(?x),'1678'))}
http://www.wikidata.org/entity/Q108700
Whigs
21,983
resource
false
false
false
Which are the YouTube Play Buttons that are conferred by YouTube?
select distinct ?sbj where { ?sbj wdt:P1027 wd:Q866 . ?sbj wdt:P31 wd:Q18157145 }
http://www.wikidata.org/entity/Q61942941
Gold Play Button
20,219
resource
false
false
false
During Star Wars Episode V: The Empire Strikes Back, what are the names of the vehicles used in the film.
select distinct ?sbj where { ?sbj wdt:P1441 wd:Q181795 . ?sbj wdt:P31 wd:Q20871196 }
http://www.wikidata.org/entity/Q19901
Millennium Falcon
28,280
resource
false
false
false
Which is the anatomical location for mumps?
select distinct ?answer where { wd:Q176741 wdt:P927 ?answer}
http://www.wikidata.org/entity/Q134938
salivary gland
4,129
resource
false
false
false
Who bought NTV in 2001?
SELECT ?obj WHERE { wd:Q574625 p:P127 ?s . ?s ps:P127 ?obj . ?s pq:P580 ?x filter(contains(YEAR(?x),'2001')) }
http://www.wikidata.org/entity/Q260542
Gazprom-Media
27,203
resource
false
false
false
Archbasilica of St. John Lateran architectural style?
select distinct ?answer where { wd:Q84090 wdt:P149 ?answer}
http://www.wikidata.org/entity/Q840829
baroque architecture
13,216
resource
false
false
false
"Which Christian name from Charles I of Hungary, is close to the name Carl?"
SELECT ?answer WHERE { wd:Q213061 wdt:P735 ?answer . ?answer wdt:P460 wd:Q2529610}
http://www.wikidata.org/entity/Q1795260
Károly
12,801
resource
false
false
false
Where is the head office location of the International Chamber of Commerce that is next to lssy-les-Moulineaux?
SELECT ?answer WHERE { wd:Q848633 wdt:P159 ?answer . ?answer wdt:P47 wd:Q135265}
http://www.wikidata.org/entity/Q90
Paris
20,292
resource
false
false
false
Who is the voice actor of Aqua Teen Hunger Force?
select distinct ?obj where { wd:Q622946 wdt:P725 ?obj . ?obj wdt:P31 wd:Q5 }
http://www.wikidata.org/entity/Q560576
Dana Snyder
28,026
resource
false
false
false
What is describes a project that uses of Urban Dictionary ?
select distinct ?answer where { ?answer wdt:P4510 wd:Q310004}
http://www.wikidata.org/entity/Q46992728
Emo, Love, and God: Making Sense of Urban Dictionary, a Crowd-Sourced Online Dictionary
12,072
resource
false
false
false
Who has children with Domnall mac Ailpín, who is buried at Iona?
SELECT ?answer WHERE { wd:Q312589 wdt:P40 ?answer . ?answer wdt:P119 wd:Q610}
http://www.wikidata.org/entity/Q139139
Giric
15,960
resource
false
false
false
Tell me the noble family who has the son of Georgina Kennard?
SELECT ?answer WHERE { wd:Q5548261 wdt:P25 ?X . ?X wdt:P53 ?answer}
http://www.wikidata.org/entity/Q112707
House of Romanov
10,172
resource
false
false
false
Which is the {list of characters} and the {characters} of {Game_of_Thrones} ?
SELECT ?ans_1 ?ans_2 WHERE { wd:Q23572 wdt:P1881 ?ans_1 . wd:Q23572 wdt:P674 ?ans_2 }
http://www.wikidata.org/entity/Q55441912
Tyene Sand
27,693
resource
false
false
false
What is the genetic association of leprosy?
select distinct ?answer where { wd:Q36956 wdt:P2293 ?answer}
http://www.wikidata.org/entity/Q18033332
RIPK2
11,991
resource
false
false
false
What book by Siegfried has the famous work Tristan und Isolde?
SELECT ?answer WHERE { wd:Q333146 wdt:P87 ?answer . ?answer wdt:P800 wd:Q1324254}
http://www.wikidata.org/entity/Q1511
Richard Wagner
17,663
resource
false
false
false
The moons of HD 45364 b are part of which constellation?
SELECT ?answer WHERE { wd:Q5174324 wdt:P397 ?X . ?X wdt:P59 ?answer}
http://www.wikidata.org/entity/Q10538
Canis Major
12,792
resource
false
false
false
What is in Angles, whose partner city is Hyōgo Prefecture?
SELECT ?answer WHERE { wd:Q104238 wdt:P276 ?answer . ?answer wdt:P190 wd:Q130290}
http://www.wikidata.org/entity/Q1194
Schleswig-Holstein
29,642
resource
false
false
false
Which is the taxon rank for class?
select distinct ?answer where { ?answer wdt:P105 wd:Q37517}
http://www.wikidata.org/entity/Q212798
Turbellaria
3,391
resource
false
false
false
What Suezmax oil tanker has min net tonnage?
select ?ent where { ?ent wdt:P31 wd:Q1290804 . ?ent wdt:P2790 ?obj . ?ent wdt:P31 wd:Q14928. } ORDER BY ASC(?obj)LIMIT 5
http://www.wikidata.org/entity/Q47119690
MT Sanchi
7,867
resource
false
false
false
Tell me the location of the administrative territorial entity for Harry Harlow has place of death as Tucson?
SELECT ?value WHERE { wd:Q1356498 p:P20 ?s . ?s ps:P20 wd:Q18575 . ?s pq:P131 ?value}
http://www.wikidata.org/entity/Q816
Arizona
8,357
resource
false
false
false
What spouse of Max Ernst has a birthdate of 1-1-1946?
SELECT ?obj WHERE { wd:Q154842 p:P26 ?s . ?s ps:P26 ?obj . ?s pq:P580 ?x filter(contains(YEAR(?x),'1946')) }
http://www.wikidata.org/entity/Q234324
Dorothea Tanning
4,795
resource
false
false
false
Who was Hugh Hefner`s partner who died in 1976 ?
SELECT ?obj WHERE { wd:Q194280 p:P451 ?s . ?s ps:P451 ?obj . ?s pq:P582 ?x filter(contains(YEAR(?x),'1976')) }
http://www.wikidata.org/entity/Q435826
Barbi Benton
13,547
resource
false
false
false
What is the place of interment of Albert Anastasia, that has a foundation date of 1838-0-0?
SELECT ?answer WHERE { wd:Q706235 wdt:P119 ?answer . ?answer wdt:P571 ?x FILTER(contains(YEAR(?x),'1838'))}
http://www.wikidata.org/entity/Q239043
Green-Wood Cemetery
28,367
resource
false
false
false
What are innervates of liver?
select distinct ?answer where { ?answer wdt:P3190 wd:Q9368}
http://www.wikidata.org/entity/Q897760
celiac ganglia
17,737
resource
false
false
false
Alexander Scriabin is a tutor of which musical instrument?
SELECT ?answer WHERE { wd:Q185647 wdt:P1066 ?X . ?X wdt:P1303 ?answer}
http://www.wikidata.org/entity/Q5994
piano
12,373
resource
false
false
false
What is the diplomatic relation of Slovenia whose acronym is ЗША?
SELECT ?answer WHERE { wd:Q215 wdt:P530 ?answer . ?answer wdt:P1813 ?x FILTER(contains(?x,'ЗША'))}
http://www.wikidata.org/entity/Q30
United States of America
16,792
resource
false
false
false
who is user of fleet of Qantas ?
SELECT ?answer WHERE { wd:Q32491 wdt:P121 ?X . ?X wdt:P137 ?answer}
http://www.wikidata.org/entity/Q153975
Alitalia