original_nl_question
stringlengths 11
196
| recased_nl_question
stringlengths 11
196
| sparql_query
stringlengths 57
65
| verbalized_sparql_query
stringlengths 57
134
| nl_subject
stringlengths 0
74
| nl_property
stringclasses 79
values | nl_object
stringlengths 0
47
| nl_answer
stringlengths 1
67
| rdf_subject
stringlengths 0
9
| rdf_property
stringclasses 79
values | rdf_object
stringlengths 0
9
| rdf_answer
stringlengths 2
9
| rdf_target
stringclasses 26
values |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
What position does dave bing play
|
What position does Dave Bing play
|
SELECT DISTINCT ?d WHERE { resource:Q440121 property:P413 ?d }
|
SELECT DISTINCT ?d WHERE { resource:Dave_Bing property:position_played_on_team_/_speciality ?d }
|
Dave Bing
|
position played on team / speciality
|
point guard
|
Q440121
|
P413
|
Q212413
|
?d
|
||
What's an example of an electronica album
|
What's an example of an electronica album
|
SELECT DISTINCT ?a WHERE { ?a property:P136 resource:Q817138 }
|
SELECT DISTINCT ?a WHERE { ?a property:genre resource:electronica }
|
genre
|
electronica
|
Guns Don't Kill People... Lazers Do
|
P136
|
Q817138
|
Q5619346
|
?a
|
||
which war was bernard f. fisher part of
|
which war was Bernard F. Fisher part of
|
SELECT DISTINCT ?z WHERE { resource:Q4485182 property:P607 ?z }
|
SELECT DISTINCT ?z WHERE { resource:Bernard_F._Fisher property:conflict ?z }
|
Bernard F. Fisher
|
conflict
|
World War II
|
Q4485182
|
P607
|
Q362
|
?z
|
||
which country is katerina yioulaki from
|
which country is Katerina Yioulaki from
|
SELECT DISTINCT ?y WHERE { resource:Q6375986 property:P27 ?y }
|
SELECT DISTINCT ?y WHERE { resource:Katerina_Yioulaki property:country_of_citizenship ?y }
|
Katerina Yioulaki
|
country of citizenship
|
Greece
|
Q6375986
|
P27
|
Q41
|
?y
|
||
what is the ideology behind chilean communist party (proletarian action)
|
what is the ideology behind Chilean Communist Party (proletarian action)
|
SELECT DISTINCT ?j WHERE { resource:Q2054595 property:P1142 ?j }
|
SELECT DISTINCT ?j WHERE { resource:Chilean_Communist_Party property:political_ideology ?j }
|
Chilean Communist Party
|
political ideology
|
Stalinism
|
Q2054595
|
P1142
|
Q179121
|
?j
|
||
Name a person born in berlin.
|
Name a person born in Berlin.
|
SELECT DISTINCT ?b WHERE { ?b property:P19 resource:Q64 }
|
SELECT DISTINCT ?b WHERE { ?b property:place_of_birth resource:Berlin }
|
place of birth
|
Berlin
|
Heike Werner
|
P19
|
Q64
|
Q1594600
|
?b
|
||
philip caputo participated in this war conflict
|
Philip Caputo participated in this war conflict
|
SELECT DISTINCT ?v WHERE { resource:Q7183328 property:P607 ?v }
|
SELECT DISTINCT ?v WHERE { resource:Philip_Caputo property:conflict ?v }
|
Philip Caputo
|
conflict
|
Vietnam War
|
Q7183328
|
P607
|
Q8740
|
?v
|
||
what position does gastón sessa play in football
|
what position does Gastón Sessa play in football
|
SELECT DISTINCT ?o WHERE { resource:Q2314726 property:P413 ?o }
|
SELECT DISTINCT ?o WHERE { resource:Gastón_Sessa property:position_played_on_team_/_speciality ?o }
|
Gastón Sessa
|
position played on team / speciality
|
goalkeeper
|
Q2314726
|
P413
|
Q201330
|
?o
|
||
Who is a famous person born in los angeles
|
Who is a famous person born in Los Angeles
|
SELECT DISTINCT ?r WHERE { ?r property:P19 resource:Q65 }
|
SELECT DISTINCT ?r WHERE { ?r property:place_of_birth resource:Los_Angeles }
|
place of birth
|
Los Angeles
|
Jack Larson
|
P19
|
Q65
|
Q6113592
|
?r
|
||
what is the nationality of petar filipović
|
what is the nationality of Petar Filipović
|
SELECT DISTINCT ?m WHERE { resource:Q1689197 property:P27 ?m }
|
SELECT DISTINCT ?m WHERE { resource:Petar_Filipović property:country_of_citizenship ?m }
|
Petar Filipović
|
country of citizenship
|
Croatia
|
Q1689197
|
P27
|
Q224
|
?m
|
||
who is one of the founders of the national socialist party
|
who is one of the founders of the National Socialist Party
|
SELECT DISTINCT ?e WHERE { resource:Q4565946 property:P112 ?e }
|
SELECT DISTINCT ?e WHERE { resource:National_Socialist_Party property:founder ?e }
|
National Socialist Party
|
founder
|
Henry Hyndman
|
Q4565946
|
P112
|
Q548271
|
?e
|
||
What's an album from 98 mute
|
What's an album from 98 Mute
|
SELECT DISTINCT ?j WHERE { ?j property:P175 resource:Q630184 }
|
SELECT DISTINCT ?j WHERE { ?j property:performer resource:98_Mute }
|
performer
|
98 Mute
|
98 Mute
|
P175
|
Q630184
|
Q4646219
|
?j
|
||
which language is the character of physical law book written
|
which language is The Character of Physical Law book written
|
SELECT DISTINCT ?c WHERE { resource:Q4351947 property:P364 ?c }
|
SELECT DISTINCT ?c WHERE { resource:The_Character_of_Physical_Law property:original_language_of_work ?c }
|
The Character of Physical Law
|
original language of work
|
English
|
Q4351947
|
P364
|
Q1860
|
?c
|
||
Name a professional screenwriter.
|
Name a professional screenwriter.
|
SELECT DISTINCT ?t WHERE { ?t property:P106 resource:Q28389 }
|
SELECT DISTINCT ?t WHERE { ?t property:occupation resource:screenwriter }
|
occupation
|
screenwriter
|
Shimon Dotan
|
P106
|
Q28389
|
Q726182
|
?t
|
||
What is the gender of kliment boyadzhiev
|
What is the gender of Kliment Boyadzhiev
|
SELECT DISTINCT ?p WHERE { resource:Q2375572 property:P21 ?p }
|
SELECT DISTINCT ?p WHERE { resource:Kliment_Boyadzhiev property:gender ?p }
|
Kliment Boyadzhiev
|
gender
|
male
|
Q2375572
|
P21
|
Q6581097
|
?p
|
||
who is pat metheny signed with
|
who is Pat Metheny signed with
|
SELECT DISTINCT ?h WHERE { resource:Q213887 property:P264 ?h }
|
SELECT DISTINCT ?h WHERE { resource:Pat_Metheny property:record_label ?h }
|
Pat Metheny
|
record label
|
ECM Records
|
Q213887
|
P264
|
Q311439
|
?h
|
||
what sort of music does victor vincent fuentes play
|
what sort of music does victor vincent fuentes play
|
SELECT DISTINCT ?w WHERE { resource:Q1340993 property:P136 ?w }
|
SELECT DISTINCT ?w WHERE { resource:Victor_Vicent_Fuentes property:genre ?w }
|
Victor Vicent Fuentes
|
genre
|
pop rock
|
Q1340993
|
P136
|
Q484641
|
?w
|
||
what kinds of music is created by marshall crenshaw
|
what kinds of music is created by Marshall Crenshaw
|
SELECT DISTINCT ?r WHERE { resource:Q6773536 property:P136 ?r }
|
SELECT DISTINCT ?r WHERE { resource:Marshall_Crenshaw property:genre ?r }
|
Marshall Crenshaw
|
genre
|
new wave music
|
Q6773536
|
P136
|
Q187760
|
?r
|
||
Which label is the artist isabella summers signed to
|
Which label is the artist Isabella Summers signed to
|
SELECT DISTINCT ?y WHERE { resource:Q6078096 property:P264 ?y }
|
SELECT DISTINCT ?y WHERE { resource:Isabella_Summers property:record_label ?y }
|
Isabella Summers
|
record label
|
Universal Music Publishing Group
|
Q6078096
|
P264
|
Q7894021
|
?y
|
||
what program is a kind of melodrama?
|
what program is a kind of melodrama?
|
SELECT DISTINCT ?q WHERE { ?q property:P136 resource:Q191489 }
|
SELECT DISTINCT ?q WHERE { ?q property:genre resource:melodrama }
|
genre
|
melodrama
|
The Devil
|
P136
|
Q191489
|
Q484035
|
?q
|
||
what language is bad boy street in
|
what language is Bad Boy Street in
|
SELECT DISTINCT ?u WHERE { resource:Q14914033 property:P364 ?u }
|
SELECT DISTINCT ?u WHERE { resource:Bad_Boy_Street property:original_language_of_work ?u }
|
Bad Boy Street
|
original language of work
|
English
|
Q14914033
|
P364
|
Q1860
|
?u
|
||
What nation is beth herr from
|
What nation is Beth Herr from
|
SELECT DISTINCT ?l WHERE { resource:Q510774 property:P27 ?l }
|
SELECT DISTINCT ?l WHERE { resource:Beth_Herr property:country_of_citizenship ?l }
|
Beth Herr
|
country of citizenship
|
United States of America
|
Q510774
|
P27
|
Q30
|
?l
|
||
where was dawa narbula born
|
where was Dawa Narbula born
|
SELECT DISTINCT ?h WHERE { resource:Q5242259 property:P19 ?h }
|
SELECT DISTINCT ?h WHERE { resource:Dawa_Narbula property:place_of_birth ?h }
|
Dawa Narbula
|
place of birth
|
Darjeeling
|
Q5242259
|
P19
|
Q169997
|
?h
|
||
who was the director of the birdcage
|
who was the director of The Birdcage
|
SELECT DISTINCT ?u WHERE { resource:Q1160005 property:P57 ?u }
|
SELECT DISTINCT ?u WHERE { resource:The_Birdcage property:director ?u }
|
The Birdcage
|
director
|
Mike Nichols
|
Q1160005
|
P57
|
Q51537
|
?u
|
||
What genre would the oil, the baby and the transylvanians be classified as
|
What genre would The Oil, the Baby and the Transylvanians be classified as
|
SELECT DISTINCT ?b WHERE { resource:Q2484818 property:P136 ?b }
|
SELECT DISTINCT ?b WHERE { resource:The_Oil,_the_Baby_and_the_Transylvanians property:genre ?b }
|
The Oil, the Baby and the Transylvanians
|
genre
|
Western
|
Q2484818
|
P136
|
Q21590660
|
?b
|
||
Where in pennsylvania was christian martucci born
|
Where in pennsylvania was Christian Martucci born
|
SELECT DISTINCT ?q WHERE { resource:Q5109889 property:P19 ?q }
|
SELECT DISTINCT ?q WHERE { resource:Christian_Martucci property:place_of_birth ?q }
|
Christian Martucci
|
place of birth
|
Philadelphia
|
Q5109889
|
P19
|
Q1345
|
?q
|
||
What is toni mueller's gender?
|
What is toni mueller's gender?
|
SELECT DISTINCT ?w WHERE { resource:Q669041 property:P21 ?w }
|
SELECT DISTINCT ?w WHERE { resource:Toni_Müller property:gender ?w }
|
Toni Müller
|
gender
|
male
|
Q669041
|
P21
|
Q6581097
|
?w
|
||
what's the default language of scenes from a mall
|
what's the default language of Scenes from a Mall
|
SELECT DISTINCT ?k WHERE { resource:Q693721 property:P364 ?k }
|
SELECT DISTINCT ?k WHERE { resource:Scenes_from_a_Mall property:original_language_of_work ?k }
|
Scenes from a Mall
|
original language of work
|
English
|
Q693721
|
P364
|
Q1860
|
?k
|
||
what types of music is played in jimmarcus
|
what types of music is played in jimmarcus
|
SELECT DISTINCT ?y WHERE { resource:Q6196624 property:P136 ?y }
|
SELECT DISTINCT ?y WHERE { resource:Jim_Marcus property:genre ?y }
|
Jim Marcus
|
genre
|
industrial music
|
Q6196624
|
P136
|
Q487965
|
?y
|
||
what is a shooter game?
|
what is a shooter game?
|
SELECT DISTINCT ?m WHERE { ?m property:P136 resource:Q4282636 }
|
SELECT DISTINCT ?m WHERE { ?m property:genre resource:shooter_game }
|
genre
|
shooter game
|
Starship 1
|
P136
|
Q4282636
|
Q7602412
|
?m
|
||
what is the multiplayer def jam game titled
|
what is the multiplayer def jam game titled
|
SELECT DISTINCT ?j WHERE { ?j property:P404 resource:Q6895044 }
|
SELECT DISTINCT ?j WHERE { ?j property:game_mode resource:multiplayer_video_game }
|
game mode
|
multiplayer video game
|
Def Jam Fight for NY: The Takeover
|
P404
|
Q6895044
|
Q3021170
|
?j
|
||
who was born in edmonton
|
who was born in Edmonton
|
SELECT DISTINCT ?l WHERE { ?l property:P19 resource:Q2096 }
|
SELECT DISTINCT ?l WHERE { ?l property:place_of_birth resource:Edmonton }
|
place of birth
|
Edmonton
|
Andrew Ference
|
P19
|
Q2096
|
Q504655
|
?l
|
||
what time zone is roccantica located in?
|
what time zone is Roccantica located in?
|
SELECT DISTINCT ?p WHERE { resource:Q224439 property:P421 ?p }
|
SELECT DISTINCT ?p WHERE { resource:Roccantica property:located_in_time_zone ?p }
|
Roccantica
|
located in time zone
|
Central European Time
|
Q224439
|
P421
|
Q25989
|
?p
|
||
what country produced the film double bang
|
what country produced the film Double Bang
|
SELECT DISTINCT ?m WHERE { resource:Q5299663 property:P495 ?m }
|
SELECT DISTINCT ?m WHERE { resource:Double_Bang property:country_of_origin ?m }
|
Double Bang
|
country of origin
|
United States of America
|
Q5299663
|
P495
|
Q30
|
?m
|
||
what country is gil reavill from
|
what country is Gil Reavill from
|
SELECT DISTINCT ?n WHERE { resource:Q5560594 property:P27 ?n }
|
SELECT DISTINCT ?n WHERE { resource:Gil_Reavill property:country_of_citizenship ?n }
|
Gil Reavill
|
country of citizenship
|
United States of America
|
Q5560594
|
P27
|
Q30
|
?n
|
||
What is an album by george winston?
|
What is an album by George Winston?
|
SELECT DISTINCT ?m WHERE { ?m property:P175 resource:Q432302 }
|
SELECT DISTINCT ?m WHERE { ?m property:performer resource:George_Winston }
|
performer
|
George Winston
|
Autumn
|
P175
|
Q432302
|
Q93638
|
?m
|
||
Which county is amalga in?
|
Which county is Amalga in?
|
SELECT DISTINCT ?d WHERE { resource:Q483374 property:P131 ?d }
|
SELECT DISTINCT ?d WHERE { resource:Amalga property:located_in_the_administrative_territorial_entity ?d }
|
Amalga
|
located in the administrative territorial entity
|
Cache County
|
Q483374
|
P131
|
Q109790
|
?d
|
||
What is named after sergei korolev
|
What is named after sergei korolev
|
SELECT DISTINCT ?r WHERE { ?r property:P138 resource:Q170842 }
|
SELECT DISTINCT ?r WHERE { ?r property:named_after resource:Sergei_Koroliov }
|
named after
|
Sergei Koroliov
|
Korolev
|
P138
|
Q170842
|
Q1784618
|
?r
|
||
Name a film that ernst lubitsch directed
|
Name a film that Ernst Lubitsch directed
|
SELECT DISTINCT ?j WHERE { ?j property:P57 resource:Q51562 }
|
SELECT DISTINCT ?j WHERE { ?j property:director resource:Ernst_Lubitsch }
|
director
|
Ernst Lubitsch
|
UNDEFINED_LABEL
|
P57
|
Q51562
|
Q974314
|
?j
|
||
why did helene stöcker die
|
why did Helene Stöcker die
|
SELECT DISTINCT ?p WHERE { resource:Q72913 property:P509 ?p }
|
SELECT DISTINCT ?p WHERE { resource:Helene_Stöcker property:cause_of_death ?p }
|
Helene Stöcker
|
cause of death
|
cancer
|
Q72913
|
P509
|
Q12078
|
?p
|
||
who wrote gameprey
|
who wrote gameprey
|
SELECT DISTINCT ?w WHERE { resource:Q7815301 property:P50 ?w }
|
SELECT DISTINCT ?w WHERE { resource:Tom_Clancy's_Net_Force_Explorers:_Gameprey property:author ?w }
|
Tom Clancy's Net Force Explorers: Gameprey
|
author
|
Mel Odom
|
Q7815301
|
P50
|
Q4331780
|
?w
|
||
which american town is george w. thompson's place of death?
|
which american town is George W. Thompson's place of death?
|
SELECT DISTINCT ?e WHERE { resource:Q129756 property:P20 ?e }
|
SELECT DISTINCT ?e WHERE { resource:George_W._Thompson property:place_of_death ?e }
|
George W. Thompson
|
place of death
|
Wheeling
|
Q129756
|
P20
|
Q838112
|
?e
|
||
what kinds of movie is wilco live: ashes of american flags
|
what kinds of movie is Wilco Live: Ashes of American Flags
|
SELECT DISTINCT ?f WHERE { resource:Q8000293 property:P136 ?f }
|
SELECT DISTINCT ?f WHERE { resource:Wilco_Live:_Ashes_of_American_Flags property:genre ?f }
|
Wilco Live: Ashes of American Flags
|
genre
|
music
|
Q8000293
|
P136
|
Q638
|
?f
|
||
what was the place of birth of la tenorio
|
what was the place of birth of LA Tenorio
|
SELECT DISTINCT ?a WHERE { resource:Q6457210 property:P19 ?a }
|
SELECT DISTINCT ?a WHERE { resource:LA_Tenorio property:place_of_birth ?a }
|
LA Tenorio
|
place of birth
|
Nasugbu
|
Q6457210
|
P19
|
Q59745
|
?a
|
||
Which position does rocky nyikeine play
|
Which position does rocky nyikeine play
|
SELECT DISTINCT ?t WHERE { resource:Q13554171 property:P413 ?t }
|
SELECT DISTINCT ?t WHERE { resource:UNDEFINED_LABEL property:position_played_on_team_/_speciality ?t }
|
UNDEFINED_LABEL
|
position played on team / speciality
|
goalkeeper
|
Q13554171
|
P413
|
Q201330
|
?t
|
||
in what position does georgi botsiyev play
|
in what position does Georgi Botsiyev play
|
SELECT DISTINCT ?s WHERE { resource:Q5547109 property:P413 ?s }
|
SELECT DISTINCT ?s WHERE { resource:Georgi_Botsiyev property:position_played_on_team_/_speciality ?s }
|
Georgi Botsiyev
|
position played on team / speciality
|
midfielder
|
Q5547109
|
P413
|
Q193592
|
?s
|
||
Who is a lawer born in kaunas
|
Who is a lawer born in Kaunas
|
SELECT DISTINCT ?c WHERE { ?c property:P19 resource:Q4115712 }
|
SELECT DISTINCT ?c WHERE { ?c property:place_of_birth resource:Kaunas }
|
place of birth
|
Kaunas
|
Aharon Barak
|
P19
|
Q4115712
|
Q399963
|
?c
|
||
is war of the worlds science fiction or romance
|
is War of the Worlds science fiction or romance
|
SELECT DISTINCT ?s WHERE { resource:Q242022 property:P136 ?s }
|
SELECT DISTINCT ?s WHERE { resource:War_of_the_Worlds property:genre ?s }
|
War of the Worlds
|
genre
|
science fiction
|
Q242022
|
P136
|
Q24925
|
?s
|
||
What is the name of a dubstep album
|
What is the name of a dubstep album
|
SELECT DISTINCT ?c WHERE { ?c property:P136 resource:Q20474 }
|
SELECT DISTINCT ?c WHERE { ?c property:genre resource:dubstep }
|
genre
|
dubstep
|
Underground Communication
|
P136
|
Q20474
|
Q7883630
|
?c
|
||
Which language was the film the captains first released in
|
Which language was the film The Captains first released in
|
SELECT DISTINCT ?d WHERE { resource:Q7721295 property:P364 ?d }
|
SELECT DISTINCT ?d WHERE { resource:The_Captains property:original_language_of_work ?d }
|
The Captains
|
original language of work
|
English
|
Q7721295
|
P364
|
Q1860
|
?d
|
||
Name a comedian born in st. louis
|
Name a comedian born in St. Louis
|
SELECT DISTINCT ?n WHERE { ?n property:P19 resource:Q38022 }
|
SELECT DISTINCT ?n WHERE { ?n property:place_of_birth resource:St._Louis }
|
place of birth
|
St. Louis
|
Kelly Monteith
|
P19
|
Q38022
|
Q3814404
|
?n
|
||
what type of music does dexter wansel make
|
what type of music does Dexter Wansel make
|
SELECT DISTINCT ?p WHERE { resource:Q5268466 property:P136 ?p }
|
SELECT DISTINCT ?p WHERE { resource:Dexter_Wansel property:genre ?p }
|
Dexter Wansel
|
genre
|
disco
|
Q5268466
|
P136
|
Q58339
|
?p
|
||
Where was carla del poggio from
|
Where was Carla Del Poggio from
|
SELECT DISTINCT ?x WHERE { resource:Q458668 property:P27 ?x }
|
SELECT DISTINCT ?x WHERE { resource:Carla_Del_Poggio property:country_of_citizenship ?x }
|
Carla Del Poggio
|
country of citizenship
|
Kingdom of Italy
|
Q458668
|
P27
|
Q172579
|
?x
|
||
which player plays in at midfielder football position
|
which player plays in at midfielder football position
|
SELECT DISTINCT ?b WHERE { ?b property:P413 resource:Q193592 }
|
SELECT DISTINCT ?b WHERE { ?b property:position_played_on_team_/_speciality resource:midfielder }
|
position played on team / speciality
|
midfielder
|
Garry Thompson
|
P413
|
Q193592
|
Q5524236
|
?b
|
||
who has a forward position in soccer?
|
who has a forward position in soccer?
|
SELECT DISTINCT ?o WHERE { ?o property:P413 resource:Q280658 }
|
SELECT DISTINCT ?o WHERE { ?o property:position_played_on_team_/_speciality resource:forward }
|
position played on team / speciality
|
forward
|
Leonardo Artur de Melo
|
P413
|
Q280658
|
Q6525917
|
?o
|
||
What is the name of game that david crane (programmer) designed?
|
What is the name of game that David Crane (programmer) designed?
|
SELECT DISTINCT ?q WHERE { ?q property:P287 resource:Q1174091 }
|
SELECT DISTINCT ?q WHERE { ?q property:designer resource:David_Crane }
|
designer
|
David Crane
|
Fishing Derby
|
P287
|
Q1174091
|
Q5455016
|
?q
|
||
Who was involved in the bombing of wiener neustadt in world war ii
|
Who was involved in the Bombing of Wiener Neustadt in World War II
|
SELECT DISTINCT ?m WHERE { resource:Q4940729 property:P710 ?m }
|
SELECT DISTINCT ?m WHERE { resource:Bombing_of_Wiener_Neustadt_in_World_War_II property:participant ?m }
|
Bombing of Wiener Neustadt in World War II
|
participant
|
United States Army Air Forces
|
Q4940729
|
P710
|
Q741723
|
?m
|
||
which country is baksho rahashya from
|
which country is Baksho Rahashya from
|
SELECT DISTINCT ?p WHERE { resource:Q4849563 property:P495 ?p }
|
SELECT DISTINCT ?p WHERE { resource:Baksho_Rahashya property:country_of_origin ?p }
|
Baksho Rahashya
|
country of origin
|
India
|
Q4849563
|
P495
|
Q668
|
?p
|
||
what is faker (band)'s album titled
|
what is Faker (band)'s album titled
|
SELECT DISTINCT ?x WHERE { ?x property:P175 resource:Q3307572 }
|
SELECT DISTINCT ?x WHERE { ?x property:performer resource:Faker }
|
performer
|
Faker
|
Addicted Romantic
|
P175
|
Q3307572
|
Q4681082
|
?x
|
||
where was the battle of chinsurah
|
where was the Battle of Chinsurah
|
SELECT DISTINCT ?v WHERE { resource:Q211219 property:P276 ?v }
|
SELECT DISTINCT ?v WHERE { resource:Battle_of_Chinsurah property:location ?v }
|
Battle of Chinsurah
|
location
|
Bengal
|
Q211219
|
P276
|
Q80338
|
?v
|
||
What kind of music is the album cherish?
|
What kind of music is the album Cherish?
|
SELECT DISTINCT ?b WHERE { resource:Q5091973 property:P136 ?b }
|
SELECT DISTINCT ?b WHERE { resource:Cherish property:genre ?b }
|
Cherish
|
genre
|
J-pop
|
Q5091973
|
P136
|
Q131578
|
?b
|
||
who is the writer for the episode bowie (flight of the conchords)
|
who is the writer for the episode Bowie (flight of the conchords)
|
SELECT DISTINCT ?i WHERE { resource:Q4950991 property:P58 ?i }
|
SELECT DISTINCT ?i WHERE { resource:Bowie property:screenwriter ?i }
|
Bowie
|
screenwriter
|
Jemaine Clement
|
Q4950991
|
P58
|
Q439315
|
?i
|
||
which production companies produced the film i think i love my wife?
|
which production companies produced the film I Think I Love My Wife?
|
SELECT DISTINCT ?t WHERE { resource:Q1656254 property:P272 ?t }
|
SELECT DISTINCT ?t WHERE { resource:I_Think_I_Love_My_Wife property:production_company ?t }
|
I Think I Love My Wife
|
production company
|
UTV Motion Pictures
|
Q1656254
|
P272
|
Q3547550
|
?t
|
||
Who wrote the album back to me
|
Who wrote the album Back to Me
|
SELECT DISTINCT ?a WHERE { resource:Q3462614 property:P175 ?a }
|
SELECT DISTINCT ?a WHERE { resource:Back_to_Me property:performer ?a }
|
Back to Me
|
performer
|
Fantasia Barrino
|
Q3462614
|
P175
|
Q232288
|
?a
|
||
what film genre is electric dragon 80.000 v?
|
what film genre is Electric Dragon 80.000 V?
|
SELECT DISTINCT ?w WHERE { resource:Q3050556 property:P136 ?w }
|
SELECT DISTINCT ?w WHERE { resource:Electric_Dragon_80.000_V property:genre ?w }
|
Electric Dragon 80.000 V
|
genre
|
science fiction
|
Q3050556
|
P136
|
Q24925
|
?w
|
||
Name a writer.
|
Name a writer.
|
SELECT DISTINCT ?w WHERE { ?w property:P106 resource:Q36180 }
|
SELECT DISTINCT ?w WHERE { ?w property:occupation resource:writer }
|
occupation
|
writer
|
Patrick Frey
|
P106
|
Q36180
|
Q1582574
|
?w
|
||
which musician plays the piano
|
which musician plays the piano
|
SELECT DISTINCT ?e WHERE { ?e property:P1303 resource:Q5994 }
|
SELECT DISTINCT ?e WHERE { ?e property:instrument resource:piano }
|
instrument
|
piano
|
Joe Hisaishi
|
P1303
|
Q5994
|
Q275900
|
?e
|
||
what films have amir muhammad (director) directed
|
what films have Amir Muhammad (director) directed
|
SELECT DISTINCT ?t WHERE { ?t property:P57 resource:Q114219 }
|
SELECT DISTINCT ?t WHERE { ?t property:director resource:Amir_Muhammad }
|
director
|
Amir Muhammad
|
Susuk
|
P57
|
Q114219
|
Q7649755
|
?t
|
||
what is miloš krstić's gender
|
what is Miloš Krstić's gender
|
SELECT DISTINCT ?j WHERE { resource:Q2734053 property:P21 ?j }
|
SELECT DISTINCT ?j WHERE { resource:Miloš_Krstić property:gender ?j }
|
Miloš Krstić
|
gender
|
male
|
Q2734053
|
P21
|
Q6581097
|
?j
|
||
What kind of movie is sometimes a great notion
|
What kind of movie is Sometimes a Great Notion
|
SELECT DISTINCT ?a WHERE { resource:Q1634067 property:P136 ?a }
|
SELECT DISTINCT ?a WHERE { resource:Sometimes_a_Great_Notion property:genre ?a }
|
Sometimes a Great Notion
|
genre
|
drama film
|
Q1634067
|
P136
|
Q130232
|
?a
|
||
What is the name of a game in the parodius series
|
What is the name of a game in the Parodius series
|
SELECT DISTINCT ?v WHERE { ?v property:P179 resource:Q7463585 }
|
SELECT DISTINCT ?v WHERE { ?v property:part_of_the_series resource:Parodius }
|
part of the series
|
Parodius
|
Jikkyō Oshaberi Parodius
|
P179
|
Q7463585
|
Q2243689
|
?v
|
||
who produced the escape in the silent
|
who produced The Escape In The Silent
|
SELECT DISTINCT ?d WHERE { resource:Q7732399 property:P272 ?d }
|
SELECT DISTINCT ?d WHERE { resource:The_Escape_In_The_Silent property:production_company ?d }
|
The Escape In The Silent
|
production company
|
Deutsche Film-Aktiengesellschaft
|
Q7732399
|
P272
|
Q819391
|
?d
|
||
Name an album by the artist yui horie
|
Name an album by the artist Yui Horie
|
SELECT DISTINCT ?b WHERE { ?b property:P175 resource:Q50033 }
|
SELECT DISTINCT ?b WHERE { ?b property:performer resource:Yui_Horie }
|
performer
|
Yui Horie
|
Ho?: Horie Yui Character Best Album
|
P175
|
Q50033
|
Q3138843
|
?b
|
||
who published the videogame advanced dungeons & dragons: cloudy mountain
|
who published the videogame Advanced Dungeons & Dragons: Cloudy Mountain
|
SELECT DISTINCT ?w WHERE { resource:Q2825363 property:P123 ?w }
|
SELECT DISTINCT ?w WHERE { resource:Advanced_Dungeons_&_Dragons:_Cloudy_Mountain property:publisher ?w }
|
Advanced Dungeons & Dragons: Cloudy Mountain
|
publisher
|
Intellivision
|
Q2825363
|
P123
|
Q1061441
|
?w
|
||
Where did kermit roosevelt die
|
Where did Kermit Roosevelt die
|
SELECT DISTINCT ?s WHERE { resource:Q330431 property:P20 ?s }
|
SELECT DISTINCT ?s WHERE { resource:Kermit_Roosevelt property:place_of_death ?s }
|
Kermit Roosevelt
|
place of death
|
Alaska
|
Q330431
|
P20
|
Q797
|
?s
|
||
what's a thriller (genre) movie title
|
what's a thriller (genre) movie title
|
SELECT DISTINCT ?f WHERE { ?f property:P136 resource:Q182015 }
|
SELECT DISTINCT ?f WHERE { ?f property:genre resource:thriller }
|
genre
|
thriller
|
Death of Evil
|
P136
|
Q182015
|
Q5247435
|
?f
|
||
What was emperor sushun's cause of death?
|
What was emperor Sushun's cause of death?
|
SELECT DISTINCT ?h WHERE { resource:Q349238 property:P509 ?h }
|
SELECT DISTINCT ?h WHERE { resource:Sushun property:cause_of_death ?h }
|
Sushun
|
cause of death
|
assassination
|
Q349238
|
P509
|
Q81672
|
?h
|
||
What city was carlos rogers (american football) born in?
|
What city was Carlos Rogers (american football) born in?
|
SELECT DISTINCT ?f WHERE { resource:Q3660129 property:P19 ?f }
|
SELECT DISTINCT ?f WHERE { resource:Carlos_Rogers property:place_of_birth ?f }
|
Carlos Rogers
|
place of birth
|
Augusta
|
Q3660129
|
P19
|
Q181962
|
?f
|
||
what is gerald freihofner's gender?
|
what is Gerald Freihofner's gender?
|
SELECT DISTINCT ?a WHERE { resource:Q89498 property:P21 ?a }
|
SELECT DISTINCT ?a WHERE { resource:Gerald_Freihofner property:gender ?a }
|
Gerald Freihofner
|
gender
|
male
|
Q89498
|
P21
|
Q6581097
|
?a
|
||
What major war occurred in scandinavia
|
What major war occurred in Scandinavia
|
SELECT DISTINCT ?o WHERE { ?o property:P276 resource:Q21195 }
|
SELECT DISTINCT ?o WHERE { ?o property:location resource:Scandinavia }
|
location
|
Scandinavia
|
Scanian War
|
P276
|
Q21195
|
Q166001
|
?o
|
||
in which conflict did charles pope participate in
|
in which conflict did charles pope participate in
|
SELECT DISTINCT ?y WHERE { resource:Q16059357 property:P607 ?y }
|
SELECT DISTINCT ?y WHERE { resource:UNDEFINED_LABEL property:conflict ?y }
|
UNDEFINED_LABEL
|
conflict
|
World War I
|
Q16059357
|
P607
|
Q361
|
?y
|
||
which genre of music does brian smith sing in?
|
which genre of music does Brian Smith sing in?
|
SELECT DISTINCT ?r WHERE { resource:Q4965320 property:P136 ?r }
|
SELECT DISTINCT ?r WHERE { resource:Brian_Smith property:genre ?r }
|
Brian Smith
|
genre
|
rock music
|
Q4965320
|
P136
|
Q11399
|
?r
|
||
What kind of job does john clayton (sportscaster) do
|
What kind of job does John Clayton (sportscaster) do
|
SELECT DISTINCT ?s WHERE { resource:Q6226297 property:P106 ?s }
|
SELECT DISTINCT ?s WHERE { resource:John_Clayton property:occupation ?s }
|
John Clayton
|
occupation
|
journalist
|
Q6226297
|
P106
|
Q1930187
|
?s
|
||
What is the nationality of bill tobin
|
What is the nationality of Bill Tobin
|
SELECT DISTINCT ?x WHERE { resource:Q960178 property:P27 ?x }
|
SELECT DISTINCT ?x WHERE { resource:Bill_Tobin property:country_of_citizenship ?x }
|
Bill Tobin
|
country of citizenship
|
Canada
|
Q960178
|
P27
|
Q16
|
?x
|
||
which country is francois mitterrand from
|
which country is francois mitterrand from
|
SELECT DISTINCT ?v WHERE { resource:Q2038 property:P27 ?v }
|
SELECT DISTINCT ?v WHERE { resource:François_Mitterrand property:country_of_citizenship ?v }
|
François Mitterrand
|
country of citizenship
|
France
|
Q2038
|
P27
|
Q142
|
?v
|
||
Is karlheinz pflipsen a male or female
|
Is Karlheinz Pflipsen a male or female
|
SELECT DISTINCT ?k WHERE { resource:Q71593 property:P21 ?k }
|
SELECT DISTINCT ?k WHERE { resource:Karlheinz_Pflipsen property:gender ?k }
|
Karlheinz Pflipsen
|
gender
|
male
|
Q71593
|
P21
|
Q6581097
|
?k
|
||
whats the title of a film by warner bros.
|
whats the title of a film by Warner Bros.
|
SELECT DISTINCT ?e WHERE { ?e property:P272 resource:Q126399 }
|
SELECT DISTINCT ?e WHERE { ?e property:production_company resource:Warner_Bros. }
|
production company
|
Warner Bros.
|
Slim
|
P272
|
Q126399
|
Q3613092
|
?e
|
||
Which language is the composition everything i need in
|
Which language is the composition Everything I Need in
|
SELECT DISTINCT ?h WHERE { resource:Q5418019 property:P407 ?h }
|
SELECT DISTINCT ?h WHERE { resource:Everything_I_Need property:language_of_work_or_name ?h }
|
Everything I Need
|
language of work or name
|
English
|
Q5418019
|
P407
|
Q1860
|
?h
|
||
which movie is war film
|
which movie is war film
|
SELECT DISTINCT ?w WHERE { ?w property:P136 resource:Q369747 }
|
SELECT DISTINCT ?w WHERE { ?w property:genre resource:war_film }
|
genre
|
war film
|
Bumbarash
|
P136
|
Q369747
|
Q4099137
|
?w
|
||
Name a rock music album
|
Name a rock music album
|
SELECT DISTINCT ?e WHERE { ?e property:P136 resource:Q11399 }
|
SELECT DISTINCT ?e WHERE { ?e property:genre resource:rock_music }
|
genre
|
rock music
|
A Coloring Storybook and Long Playing Record
|
P136
|
Q11399
|
Q4656023
|
?e
|
||
Which profession is stu cole known for
|
Which profession is Stu Cole known for
|
SELECT DISTINCT ?m WHERE { resource:Q7626146 property:P106 ?m }
|
SELECT DISTINCT ?m WHERE { resource:Stu_Cole property:occupation ?m }
|
Stu Cole
|
occupation
|
baseball player
|
Q7626146
|
P106
|
Q10871364
|
?m
|
||
what type of album is a new world record?
|
what type of album is A New World Record?
|
SELECT DISTINCT ?z WHERE { resource:Q300498 property:P136 ?z }
|
SELECT DISTINCT ?z WHERE { resource:A_New_World_Record property:genre ?z }
|
A New World Record
|
genre
|
rock music
|
Q300498
|
P136
|
Q11399
|
?z
|
||
What kind of genre is dream
|
What kind of genre is Dream
|
SELECT DISTINCT ?p WHERE { resource:Q5306264 property:P136 ?p }
|
SELECT DISTINCT ?p WHERE { resource:Dream property:genre ?p }
|
Dream
|
genre
|
New Age music
|
Q5306264
|
P136
|
Q213121
|
?p
|
||
what kind of film is polyester (film) classified as in netflix?
|
what kind of film is Polyester (film) classified as in netflix?
|
SELECT DISTINCT ?o WHERE { resource:Q1425404 property:P136 ?o }
|
SELECT DISTINCT ?o WHERE { resource:Polyester property:genre ?o }
|
Polyester
|
genre
|
independent film
|
Q1425404
|
P136
|
Q459290
|
?o
|
||
what is the ethnicity of hank aaron
|
what is the ethnicity of Hank Aaron
|
SELECT DISTINCT ?u WHERE { resource:Q215777 property:P172 ?u }
|
SELECT DISTINCT ?u WHERE { resource:Hank_Aaron property:ethnic_group ?u }
|
Hank Aaron
|
ethnic group
|
African Americans
|
Q215777
|
P172
|
Q49085
|
?u
|
||
Where was ria antoniou born
|
Where was Ria Antoniou born
|
SELECT DISTINCT ?s WHERE { resource:Q3934177 property:P19 ?s }
|
SELECT DISTINCT ?s WHERE { resource:Ria_Antoniou property:place_of_birth ?s }
|
Ria Antoniou
|
place of birth
|
Athens
|
Q3934177
|
P19
|
Q1524
|
?s
|
||
what's the title of a fantasy short story anthology
|
what's the title of a fantasy short story anthology
|
SELECT DISTINCT ?q WHERE { ?q property:P136 resource:Q132311 }
|
SELECT DISTINCT ?q WHERE { ?q property:genre resource:fantasy }
|
genre
|
fantasy
|
Warlocks and Warriors
|
P136
|
Q132311
|
Q7969518
|
?q
|
||
which county is moran in?
|
which county is Moran in?
|
SELECT DISTINCT ?l WHERE { resource:Q975236 property:P131 ?l }
|
SELECT DISTINCT ?l WHERE { resource:Moran property:located_in_the_administrative_territorial_entity ?l }
|
Moran
|
located in the administrative territorial entity
|
Shackelford County
|
Q975236
|
P131
|
Q114550
|
?l
|
||
What language is the film "The Situation"?
|
What language is the film "The Situation"?
|
SELECT DISTINCT ?q WHERE { resource:Q3212852 property:P364 ?q }
|
SELECT DISTINCT ?q WHERE { resource:The_Situation property:original_language_of_work ?q }
|
The Situation
|
original language of work
|
English
|
Q3212852
|
P364
|
Q1860
|
?q
|
||
what time zone is montelabbate in
|
what time zone is Montelabbate in
|
SELECT DISTINCT ?j WHERE { resource:Q207409 property:P421 ?j }
|
SELECT DISTINCT ?j WHERE { resource:Montelabbate property:located_in_time_zone ?j }
|
Montelabbate
|
located in time zone
|
Central European Time
|
Q207409
|
P421
|
Q25989
|
?j
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.