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 is the nationality of georgius agricola
|
what is the nationality of Georgius Agricola
|
SELECT DISTINCT ?i WHERE { resource:Q76579 property:P27 ?i }
|
SELECT DISTINCT ?i WHERE { resource:Georgius_Agricola property:country_of_citizenship ?i }
|
Georgius Agricola
|
country of citizenship
|
Germany
|
Q76579
|
P27
|
Q183
|
?i
|
||
What is the nationality of jamie masson?
|
What is the nationality of Jamie Masson?
|
SELECT DISTINCT ?b WHERE { resource:Q10535968 property:P27 ?b }
|
SELECT DISTINCT ?b WHERE { resource:Jamie_Masson property:country_of_citizenship ?b }
|
Jamie Masson
|
country of citizenship
|
Scotland
|
Q10535968
|
P27
|
Q22
|
?b
|
||
in what country was tonet born
|
in what country was Tonet born
|
SELECT DISTINCT ?l WHERE { resource:Q7820891 property:P19 ?l }
|
SELECT DISTINCT ?l WHERE { resource:Tonet property:place_of_birth ?l }
|
Tonet
|
place of birth
|
Barcelona
|
Q7820891
|
P19
|
Q1492
|
?l
|
||
What language was dyshi recorded in?
|
What language was Dyshi recorded in?
|
SELECT DISTINCT ?l WHERE { resource:Q3400887 property:P407 ?l }
|
SELECT DISTINCT ?l WHERE { resource:Dyshi property:language_of_work_or_name ?l }
|
Dyshi
|
language of work or name
|
Russian
|
Q3400887
|
P407
|
Q7737
|
?l
|
||
what type of film is fair and worm-er released as?
|
what type of film is Fair and Worm-er released as?
|
SELECT DISTINCT ?v WHERE { resource:Q5429952 property:P136 ?v }
|
SELECT DISTINCT ?v WHERE { resource:Fair_and_Worm-er property:genre ?v }
|
Fair and Worm-er
|
genre
|
animation
|
Q5429952
|
P136
|
Q11425
|
?v
|
||
what kind of music is on on the beat!
|
what kind of music is on On the Beat!
|
SELECT DISTINCT ?a WHERE { resource:Q7091297 property:P136 ?a }
|
SELECT DISTINCT ?a WHERE { resource:On_the_Beat! property:genre ?a }
|
On the Beat!
|
genre
|
independent music
|
Q7091297
|
P136
|
Q42201
|
?a
|
||
which asteroid orbits around the sun
|
which asteroid orbits around the Sun
|
SELECT DISTINCT ?w WHERE { resource:Q525 property:P398 ?w }
|
SELECT DISTINCT ?w WHERE { resource:Sun property:child_astronomical_body ?w }
|
Sun
|
child astronomical body
|
37692 Loribragg
|
Q525
|
P398
|
Q2725103
|
?w
|
||
what genre does the artist anthony green (musician) perform in
|
what genre does the artist Anthony Green (musician) perform in
|
SELECT DISTINCT ?q WHERE { resource:Q4149559 property:P136 ?q }
|
SELECT DISTINCT ?q WHERE { resource:Anthony_Green property:genre ?q }
|
Anthony Green
|
genre
|
experimental rock
|
Q4149559
|
P136
|
Q1641839
|
?q
|
||
What is Ahmed Marcouch's profession?
|
What is Ahmed Marcouch's profession?
|
SELECT DISTINCT ?t WHERE { resource:Q401383 property:P106 ?t }
|
SELECT DISTINCT ?t WHERE { resource:Ahmed_Marcouch property:occupation ?t }
|
Ahmed Marcouch
|
occupation
|
politician
|
Q401383
|
P106
|
Q82955
|
?t
|
||
Name someone who was born in windsor.
|
Name someone who was born in Windsor.
|
SELECT DISTINCT ?d WHERE { ?d property:P19 resource:Q1787206 }
|
SELECT DISTINCT ?d WHERE { ?d property:place_of_birth resource:Windsor }
|
place of birth
|
Windsor
|
John Fitch
|
P19
|
Q1787206
|
Q578827
|
?d
|
||
Which position did stratos apostolakis play?
|
Which position did Stratos Apostolakis play?
|
SELECT DISTINCT ?p WHERE { resource:Q1296639 property:P413 ?p }
|
SELECT DISTINCT ?p WHERE { resource:Stratos_Apostolakis property:position_played_on_team_/_speciality ?p }
|
Stratos Apostolakis
|
position played on team / speciality
|
midfielder
|
Q1296639
|
P413
|
Q193592
|
?p
|
||
What kind of netflix film is life-size?
|
What kind of netflix film is Life-Size?
|
SELECT DISTINCT ?u WHERE { resource:Q228992 property:P136 ?u }
|
SELECT DISTINCT ?u WHERE { resource:Life-Size property:genre ?u }
|
Life-Size
|
genre
|
fantasy
|
Q228992
|
P136
|
Q132311
|
?u
|
||
what is the profession of richard parnell habersham
|
what is the profession of Richard Parnell Habersham
|
SELECT DISTINCT ?x WHERE { resource:Q7328281 property:P106 ?x }
|
SELECT DISTINCT ?x WHERE { resource:Richard_Parnell_Habersham property:occupation ?x }
|
Richard Parnell Habersham
|
occupation
|
actor
|
Q7328281
|
P106
|
Q33999
|
?x
|
||
WHich production company did the jerky boys: the movie
|
WHich production company did The Jerky Boys: The Movie
|
SELECT DISTINCT ?v WHERE { resource:Q7743116 property:P272 ?v }
|
SELECT DISTINCT ?v WHERE { resource:The_Jerky_Boys:_The_Movie property:production_company ?v }
|
The Jerky Boys: The Movie
|
production company
|
Touchstone Pictures
|
Q7743116
|
P272
|
Q497155
|
?v
|
||
what religion is vinny demacedo a part of
|
what religion is Vinny deMacedo a part of
|
SELECT DISTINCT ?d WHERE { resource:Q7932701 property:P140 ?d }
|
SELECT DISTINCT ?d WHERE { resource:Vinny_deMacedo property:religion ?d }
|
Vinny deMacedo
|
religion
|
Catholicism
|
Q7932701
|
P140
|
Q1841
|
?d
|
||
what language is portlandia written in
|
what language is Portlandia written in
|
SELECT DISTINCT ?f WHERE { resource:Q1645442 property:P364 ?f }
|
SELECT DISTINCT ?f WHERE { resource:Portlandia property:original_language_of_work ?f }
|
Portlandia
|
original language of work
|
English
|
Q1645442
|
P364
|
Q1860
|
?f
|
||
Who is an artist from the spv gmbh record label
|
Who is an artist from the SPV gmbh record label
|
SELECT DISTINCT ?c WHERE { ?c property:P264 resource:Q694052 }
|
SELECT DISTINCT ?c WHERE { ?c property:record_label resource:SPV }
|
record label
|
SPV
|
Heaven & Hell
|
P264
|
Q694052
|
Q742626
|
?c
|
||
what did silvano tranquilli die of
|
what did Silvano Tranquilli die of
|
SELECT DISTINCT ?m WHERE { resource:Q3960677 property:P509 ?m }
|
SELECT DISTINCT ?m WHERE { resource:Silvano_Tranquilli property:cause_of_death ?m }
|
Silvano Tranquilli
|
cause of death
|
myocardial infarction
|
Q3960677
|
P509
|
Q12152
|
?m
|
||
who is a person that was born in heligoland
|
who is a person that was born in heligoland
|
SELECT DISTINCT ?t WHERE { ?t property:P19 resource:Q3038 }
|
SELECT DISTINCT ?t WHERE { ?t property:place_of_birth resource:Helgoland }
|
place of birth
|
Helgoland
|
Eva von der Osten
|
P19
|
Q3038
|
Q99278
|
?t
|
||
what musician was born in osaka
|
what musician was born in osaka
|
SELECT DISTINCT ?m WHERE { ?m property:P19 resource:Q35765 }
|
SELECT DISTINCT ?m WHERE { ?m property:place_of_birth resource:Ōsaka }
|
place of birth
|
Ōsaka
|
Akira Nishimura
|
P19
|
Q35765
|
Q2246461
|
?m
|
||
What is the profession of chris hume
|
What is the profession of Chris Hume
|
SELECT DISTINCT ?g WHERE { resource:Q2964743 property:P106 ?g }
|
SELECT DISTINCT ?g WHERE { resource:Chris_Hume property:occupation ?g }
|
Chris Hume
|
occupation
|
film director
|
Q2964743
|
P106
|
Q2526255
|
?g
|
||
Where was victor basa born
|
Where was Victor Basa born
|
SELECT DISTINCT ?b WHERE { resource:Q3544737 property:P19 ?b }
|
SELECT DISTINCT ?b WHERE { resource:Victor_Basa property:place_of_birth ?b }
|
Victor Basa
|
place of birth
|
Quezon City
|
Q3544737
|
P19
|
Q1475
|
?b
|
||
what position did hayato yano play?
|
what position did Hayato Yano play?
|
SELECT DISTINCT ?i WHERE { resource:Q3244733 property:P413 ?i }
|
SELECT DISTINCT ?i WHERE { resource:Hayato_Yano property:position_played_on_team_/_speciality ?i }
|
Hayato Yano
|
position played on team / speciality
|
forward
|
Q3244733
|
P413
|
Q280658
|
?i
|
||
Where was kevin mccarthy (actor)'s place of death?
|
Where was Kevin McCarthy (actor)'s place of death?
|
SELECT DISTINCT ?q WHERE { resource:Q281404 property:P20 ?q }
|
SELECT DISTINCT ?q WHERE { resource:Kevin_McCarthy property:place_of_death ?q }
|
Kevin McCarthy
|
place of death
|
Hyannis
|
Q281404
|
P20
|
Q1015021
|
?q
|
||
what star does 3469 bulgakov orbit
|
what star does 3469 Bulgakov orbit
|
SELECT DISTINCT ?d WHERE { resource:Q550265 property:P397 ?d }
|
SELECT DISTINCT ?d WHERE { resource:3469_Bulgakov property:parent_astronomical_body ?d }
|
3469 Bulgakov
|
parent astronomical body
|
Sun
|
Q550265
|
P397
|
Q525
|
?d
|
||
what is the position played by barbara turner
|
what is the position played by Barbara Turner
|
SELECT DISTINCT ?z WHERE { resource:Q3634696 property:P413 ?z }
|
SELECT DISTINCT ?z WHERE { resource:Barbara_Turner property:position_played_on_team_/_speciality ?z }
|
Barbara Turner
|
position played on team / speciality
|
Swingman
|
Q3634696
|
P413
|
Q2302133
|
?z
|
||
is psycho iii a psychological thriller or comedy
|
is Psycho III a psychological thriller or comedy
|
SELECT DISTINCT ?c WHERE { resource:Q1635514 property:P136 ?c }
|
SELECT DISTINCT ?c WHERE { resource:Psycho_III property:genre ?c }
|
Psycho III
|
genre
|
psychological thriller
|
Q1635514
|
P136
|
Q590103
|
?c
|
||
what type of book is death du jour
|
what type of book is Death du Jour
|
SELECT DISTINCT ?x WHERE { resource:Q1777268 property:P136 ?x }
|
SELECT DISTINCT ?x WHERE { resource:Death_du_Jour property:genre ?x }
|
Death du Jour
|
genre
|
mystery
|
Q1777268
|
P136
|
Q13377795
|
?x
|
||
What is at the mouth of the withlacoochee river?
|
What is at the mouth of the Withlacoochee River?
|
SELECT DISTINCT ?r WHERE { resource:Q3569503 property:P403 ?r }
|
SELECT DISTINCT ?r WHERE { resource:Withlacoochee_River property:mouth_of_the_watercourse ?r }
|
Withlacoochee River
|
mouth of the watercourse
|
Gulf of Mexico
|
Q3569503
|
P403
|
Q12630
|
?r
|
||
what type of celestial object is 1933 tinchen
|
what type of celestial object is 1933 Tinchen
|
SELECT DISTINCT ?w WHERE { resource:Q146143 property:P31 ?w }
|
SELECT DISTINCT ?w WHERE { resource:1933_Tinchen property:instance_of ?w }
|
1933 Tinchen
|
instance of
|
asteroid
|
Q146143
|
P31
|
Q3863
|
?w
|
||
Where did kurt bolender pass away
|
Where did Kurt Bolender pass away
|
SELECT DISTINCT ?k WHERE { resource:Q74939 property:P20 ?k }
|
SELECT DISTINCT ?k WHERE { resource:Kurt_Bolender property:place_of_death ?k }
|
Kurt Bolender
|
place of death
|
Hagen
|
Q74939
|
P20
|
Q2871
|
?k
|
||
what genre is they came from the sun?
|
what genre is They Came from the Sun?
|
SELECT DISTINCT ?e WHERE { resource:Q7783676 property:P136 ?e }
|
SELECT DISTINCT ?e WHERE { resource:They_Came_from_the_Sun property:genre ?e }
|
They Came from the Sun
|
genre
|
post-rock
|
Q7783676
|
P136
|
Q209137
|
?e
|
||
what type of show is manimal
|
what type of show is Manimal
|
SELECT DISTINCT ?u WHERE { resource:Q715010 property:P136 ?u }
|
SELECT DISTINCT ?u WHERE { resource:Manimal property:genre ?u }
|
Manimal
|
genre
|
adventure film
|
Q715010
|
P136
|
Q319221
|
?u
|
||
what is an alternative rock album?
|
what is an alternative rock album?
|
SELECT DISTINCT ?h WHERE { ?h property:P136 resource:Q11366 }
|
SELECT DISTINCT ?h WHERE { ?h property:genre resource:alternative_rock }
|
genre
|
alternative rock
|
Hello Angel
|
P136
|
Q11366
|
Q5708607
|
?h
|
||
in which conflict did rudolf brehmer participate
|
in which conflict did Rudolf Brehmer participate
|
SELECT DISTINCT ?h WHERE { resource:Q7377158 property:P607 ?h }
|
SELECT DISTINCT ?h WHERE { resource:Rudolf_Brehmer property:conflict ?h }
|
Rudolf Brehmer
|
conflict
|
World War II
|
Q7377158
|
P607
|
Q362
|
?h
|
||
which county does cayucos belong to
|
which county does Cayucos belong to
|
SELECT DISTINCT ?s WHERE { resource:Q1052054 property:P131 ?s }
|
SELECT DISTINCT ?s WHERE { resource:Cayucos property:located_in_the_administrative_territorial_entity ?s }
|
Cayucos
|
located in the administrative territorial entity
|
San Luis Obispo County
|
Q1052054
|
P131
|
Q49014
|
?s
|
||
What war did darwan singh negi participate in
|
What war did Darwan Singh Negi participate in
|
SELECT DISTINCT ?f WHERE { resource:Q4315933 property:P607 ?f }
|
SELECT DISTINCT ?f WHERE { resource:Darwan_Singh_Negi property:conflict ?f }
|
Darwan Singh Negi
|
conflict
|
World War I
|
Q4315933
|
P607
|
Q361
|
?f
|
||
where did valerie solanas pass away
|
where did Valerie Solanas pass away
|
SELECT DISTINCT ?s WHERE { resource:Q11093 property:P20 ?s }
|
SELECT DISTINCT ?s WHERE { resource:Valerie_Solanas property:place_of_death ?s }
|
Valerie Solanas
|
place of death
|
San Francisco
|
Q11093
|
P20
|
Q62
|
?s
|
||
what kind of music does vulfpeck sing?
|
what kind of music does Vulfpeck sing?
|
SELECT DISTINCT ?c WHERE { resource:Q17091147 property:P136 ?c }
|
SELECT DISTINCT ?c WHERE { resource:Vulfpeck property:genre ?c }
|
Vulfpeck
|
genre
|
rhythm and blues
|
Q17091147
|
P136
|
Q45981
|
?c
|
||
WHich nation filmed then and now
|
WHich nation filmed then and now
|
SELECT DISTINCT ?p WHERE { resource:Q7049742 property:P495 ?p }
|
SELECT DISTINCT ?p WHERE { resource:Noon_at_Ngayon:_Pagsasamang_Kay_Ganda property:country_of_origin ?p }
|
Noon at Ngayon: Pagsasamang Kay Ganda
|
country of origin
|
Philippines
|
Q7049742
|
P495
|
Q928
|
?p
|
||
what cause the death of sally mansfield?
|
what cause the death of Sally Mansfield?
|
SELECT DISTINCT ?m WHERE { resource:Q7405215 property:P509 ?m }
|
SELECT DISTINCT ?m WHERE { resource:Sally_Mansfield property:cause_of_death ?m }
|
Sally Mansfield
|
cause of death
|
cancer
|
Q7405215
|
P509
|
Q12078
|
?m
|
||
what's the title of a hrishikesh mukherjee film
|
what's the title of a Hrishikesh Mukherjee film
|
SELECT DISTINCT ?h WHERE { ?h property:P57 resource:Q55408 }
|
SELECT DISTINCT ?h WHERE { ?h property:director resource:Hrishikesh_Mukherjee }
|
director
|
Hrishikesh Mukherjee
|
Jurmana
|
P57
|
Q55408
|
Q3420037
|
?h
|
||
What profession is chandler beach
|
What profession is Chandler Beach
|
SELECT DISTINCT ?z WHERE { resource:Q5071149 property:P106 ?z }
|
SELECT DISTINCT ?z WHERE { resource:Chandler_Beach property:occupation ?z }
|
Chandler Beach
|
occupation
|
entrepreneur
|
Q5071149
|
P106
|
Q131524
|
?z
|
||
what is the language of the film enemies closeri
|
what is the language of the film Enemies Closeri
|
SELECT DISTINCT ?k WHERE { resource:Q4126954 property:P364 ?k }
|
SELECT DISTINCT ?k WHERE { resource:Enemies_Closer property:original_language_of_work ?k }
|
Enemies Closer
|
original language of work
|
English
|
Q4126954
|
P364
|
Q1860
|
?k
|
||
what language is arabella in?
|
what language is Arabella in?
|
SELECT DISTINCT ?p WHERE { resource:Q390779 property:P407 ?p }
|
SELECT DISTINCT ?p WHERE { resource:Arabella property:language_of_work_or_name ?p }
|
Arabella
|
language of work or name
|
German
|
Q390779
|
P407
|
Q188
|
?p
|
||
how did james dipaola die?
|
how did James DiPaola die?
|
SELECT DISTINCT ?y WHERE { resource:Q6132601 property:P509 ?y }
|
SELECT DISTINCT ?y WHERE { resource:James_DiPaola property:cause_of_death ?y }
|
James DiPaola
|
cause of death
|
suicide
|
Q6132601
|
P509
|
Q10737
|
?y
|
||
What is Sergio Myers' place of birth?
|
What is Sergio Myers' place of birth?
|
SELECT DISTINCT ?s WHERE { resource:Q3479672 property:P19 ?s }
|
SELECT DISTINCT ?s WHERE { resource:Sergio_Myers property:place_of_birth ?s }
|
Sergio Myers
|
place of birth
|
Charleston
|
Q3479672
|
P19
|
Q47716
|
?s
|
||
What's a country album by johnny cash
|
What's a country album by johnny cash
|
SELECT DISTINCT ?r WHERE { ?r property:P136 resource:Q83440 }
|
SELECT DISTINCT ?r WHERE { ?r property:genre resource:country_music }
|
genre
|
country music
|
Unearthed
|
P136
|
Q83440
|
Q245964
|
?r
|
||
which johnny died from cancer
|
which johnny died from cancer
|
SELECT DISTINCT ?c WHERE { ?c property:P509 resource:Q12078 }
|
SELECT DISTINCT ?c WHERE { ?c property:cause_of_death resource:cancer }
|
cause of death
|
cancer
|
Johnny Downs
|
P509
|
Q12078
|
Q6266617
|
?c
|
||
What kind of celestial body is 13792 kuscynskyj
|
What kind of celestial body is 13792 kuscynskyj
|
SELECT DISTINCT ?g WHERE { resource:Q2623036 property:P31 ?g }
|
SELECT DISTINCT ?g WHERE { resource:13792_Kuščynskyj property:instance_of ?g }
|
13792 Kuščynskyj
|
instance of
|
asteroid
|
Q2623036
|
P31
|
Q3863
|
?g
|
||
what film genre is please help the pore
|
what film genre is Please Help the Pore
|
SELECT DISTINCT ?i WHERE { resource:Q7204222 property:P136 ?i }
|
SELECT DISTINCT ?i WHERE { resource:Please_Help_the_Pore property:genre ?i }
|
Please Help the Pore
|
genre
|
short film
|
Q7204222
|
P136
|
Q24862
|
?i
|
||
cvg designer casey hudson designed what game
|
cvg designer Casey Hudson designed what game
|
SELECT DISTINCT ?c WHERE { ?c property:P287 resource:Q5048515 }
|
SELECT DISTINCT ?c WHERE { ?c property:designer resource:Casey_Hudson }
|
designer
|
Casey Hudson
|
Mass Effect
|
P287
|
Q5048515
|
Q275960
|
?c
|
||
What is a South Korean romance film from 2011?
|
What is a South Korean romance film from 2011?
|
SELECT DISTINCT ?x WHERE { ?x property:P136 resource:Q1054574 }
|
SELECT DISTINCT ?x WHERE { ?x property:genre resource:romance_film }
|
genre
|
romance film
|
Me Too
|
P136
|
Q1054574
|
Q492494
|
?x
|
||
which religion is alfonso, duke of anjou and cádiz
|
which religion is Alfonso, Duke of Anjou and Cádiz
|
SELECT DISTINCT ?n WHERE { resource:Q603075 property:P140 ?n }
|
SELECT DISTINCT ?n WHERE { resource:Alfonso,_Duke_of_Anjou_and_Cádiz property:religion ?n }
|
Alfonso, Duke of Anjou and Cádiz
|
religion
|
Roman Catholic Church
|
Q603075
|
P140
|
Q9592
|
?n
|
||
what is a movie produced by haruki kadokawa
|
what is a movie produced by Haruki Kadokawa
|
SELECT DISTINCT ?y WHERE { ?y property:P162 resource:Q749047 }
|
SELECT DISTINCT ?y WHERE { ?y property:producer resource:Haruki_Kadokawa }
|
producer
|
Haruki Kadokawa
|
Fall Guy
|
P162
|
Q749047
|
Q5432046
|
?y
|
||
what film did anil sharma produce
|
what film did Anil Sharma produce
|
SELECT DISTINCT ?p WHERE { ?p property:P162 resource:Q4764669 }
|
SELECT DISTINCT ?p WHERE { ?p property:producer resource:Anil_Sharma }
|
producer
|
Anil Sharma
|
Aashiq
|
P162
|
Q4764669
|
Q2820106
|
?p
|
||
What city was buster rhymes born in?
|
What city was Buster Rhymes born in?
|
SELECT DISTINCT ?r WHERE { resource:Q5002178 property:P19 ?r }
|
SELECT DISTINCT ?r WHERE { resource:Buster_Rhymes property:place_of_birth ?r }
|
Buster Rhymes
|
place of birth
|
Miami
|
Q5002178
|
P19
|
Q8652
|
?r
|
||
what's joe cusack's gender
|
what's Joe Cusack's gender
|
SELECT DISTINCT ?n WHERE { resource:Q14950673 property:P21 ?n }
|
SELECT DISTINCT ?n WHERE { resource:Joe_Cusack property:gender ?n }
|
Joe Cusack
|
gender
|
male
|
Q14950673
|
P21
|
Q6581097
|
?n
|
||
whats the name of a rock music musician
|
whats the name of a rock music musician
|
SELECT DISTINCT ?r WHERE { ?r property:P136 resource:Q11399 }
|
SELECT DISTINCT ?r WHERE { ?r property:genre resource:rock_music }
|
genre
|
rock music
|
Chad Wackerman
|
P136
|
Q11399
|
Q568818
|
?r
|
||
who is a person that was born in the americas
|
who is a person that was born in the Americas
|
SELECT DISTINCT ?t WHERE { ?t property:P19 resource:Q828 }
|
SELECT DISTINCT ?t WHERE { ?t property:place_of_birth resource:Americas }
|
place of birth
|
Americas
|
Raynal Bolling
|
P19
|
Q828
|
Q7299305
|
?t
|
||
what country is deadly blessing from?
|
what country is Deadly Blessing from?
|
SELECT DISTINCT ?y WHERE { resource:Q2415347 property:P495 ?y }
|
SELECT DISTINCT ?y WHERE { resource:Deadly_Blessing property:country_of_origin ?y }
|
Deadly Blessing
|
country of origin
|
United States of America
|
Q2415347
|
P495
|
Q30
|
?y
|
||
who did the cinematography for the film cradle will rock
|
who did the cinematography for the film Cradle Will Rock
|
SELECT DISTINCT ?c WHERE { resource:Q1171556 property:P344 ?c }
|
SELECT DISTINCT ?c WHERE { resource:Cradle_Will_Rock property:director_of_photography ?c }
|
Cradle Will Rock
|
director of photography
|
Jean-Yves Escoffier
|
Q1171556
|
P344
|
Q1685306
|
?c
|
||
is sandro puppo male or female
|
is Sandro Puppo male or female
|
SELECT DISTINCT ?n WHERE { resource:Q510397 property:P21 ?n }
|
SELECT DISTINCT ?n WHERE { resource:Sandro_Puppo property:gender ?n }
|
Sandro Puppo
|
gender
|
male
|
Q510397
|
P21
|
Q6581097
|
?n
|
||
Name an american football sports team
|
Name an American football sports team
|
SELECT DISTINCT ?n WHERE { ?n property:P641 resource:Q41323 }
|
SELECT DISTINCT ?n WHERE { ?n property:sport resource:American_football }
|
sport
|
American football
|
SMU Mustangs football
|
P641
|
Q41323
|
Q7391404
|
?n
|
||
What television series is an adaptation of a novel by stephen king?
|
What television series is an adaptation of a novel by Stephen King?
|
SELECT DISTINCT ?z WHERE { ?z property:P58 resource:Q39829 }
|
SELECT DISTINCT ?z WHERE { ?z property:screenwriter resource:Stephen_King }
|
screenwriter
|
Stephen King
|
The Stand
|
P58
|
Q39829
|
Q1752538
|
?z
|
||
what's a jazz fusion by pierre moerlen's gong
|
what's a jazz fusion by pierre moerlen's gong
|
SELECT DISTINCT ?i WHERE { ?i property:P136 resource:Q105527 }
|
SELECT DISTINCT ?i WHERE { ?i property:genre resource:jazz_fusion }
|
genre
|
jazz fusion
|
Pentanine
|
P136
|
Q105527
|
Q1978349
|
?i
|
||
What is the name of an animation film
|
What is the name of an animation film
|
SELECT DISTINCT ?s WHERE { ?s property:P136 resource:Q11425 }
|
SELECT DISTINCT ?s WHERE { ?s property:genre resource:animation }
|
genre
|
animation
|
UNDEFINED_LABEL
|
P136
|
Q11425
|
Q3235873
|
?s
|
||
kamillions is what type of film?
|
Kamillions is what type of film?
|
SELECT DISTINCT ?g WHERE { resource:Q15040737 property:P136 ?g }
|
SELECT DISTINCT ?g WHERE { resource:Kamillions property:genre ?g }
|
Kamillions
|
genre
|
horror film
|
Q15040737
|
P136
|
Q200092
|
?g
|
||
which time zone is guinea-bissau in?
|
which time zone is Guinea-Bissau in?
|
SELECT DISTINCT ?u WHERE { resource:Q1007 property:P421 ?u }
|
SELECT DISTINCT ?u WHERE { resource:Guinea-Bissau property:located_in_time_zone ?u }
|
Guinea-Bissau
|
located in time zone
|
UTC±00:00
|
Q1007
|
P421
|
Q6574
|
?u
|
||
what was the reason for rajkumars death
|
what was the reason for Rajkumars death
|
SELECT DISTINCT ?f WHERE { resource:Q984634 property:P509 ?f }
|
SELECT DISTINCT ?f WHERE { resource:Rajkumar property:cause_of_death ?f }
|
Rajkumar
|
cause of death
|
cardiac arrest
|
Q984634
|
P509
|
Q202837
|
?f
|
||
What position does cem can play in soccer?
|
What position does Cem Can play in soccer?
|
SELECT DISTINCT ?r WHERE { resource:Q1053252 property:P413 ?r }
|
SELECT DISTINCT ?r WHERE { resource:Cem_Can property:position_played_on_team_/_speciality ?r }
|
Cem Can
|
position played on team / speciality
|
defender
|
Q1053252
|
P413
|
Q336286
|
?r
|
||
What genre is the tv show nu, pogodi!?
|
What genre is the tv show Nu, pogodi!?
|
SELECT DISTINCT ?o WHERE { resource:Q333637 property:P136 ?o }
|
SELECT DISTINCT ?o WHERE { resource:Nu,_pogodi! property:genre ?o }
|
Nu, pogodi!
|
genre
|
action film
|
Q333637
|
P136
|
Q188473
|
?o
|
||
Where in canada was christine sinclair born
|
Where in canada was Christine Sinclair born
|
SELECT DISTINCT ?m WHERE { resource:Q262802 property:P19 ?m }
|
SELECT DISTINCT ?m WHERE { resource:Christine_Sinclair property:place_of_birth ?m }
|
Christine Sinclair
|
place of birth
|
Burnaby
|
Q262802
|
P19
|
Q244025
|
?m
|
||
who directed aaina?
|
who directed Aaina?
|
SELECT DISTINCT ?n WHERE { resource:Q4661277 property:P57 ?n }
|
SELECT DISTINCT ?n WHERE { resource:Aaina property:director ?n }
|
Aaina
|
director
|
K. Balachander
|
Q4661277
|
P57
|
Q3520369
|
?n
|
||
which city did sergey yablonsky die
|
which city did Sergey Yablonsky die
|
SELECT DISTINCT ?b WHERE { resource:Q3710055 property:P20 ?b }
|
SELECT DISTINCT ?b WHERE { resource:Sergey_Yablonsky property:place_of_death ?b }
|
Sergey Yablonsky
|
place of death
|
Moscow
|
Q3710055
|
P20
|
Q649
|
?b
|
||
What kind of music is rob townsend
|
What kind of music is Rob Townsend
|
SELECT DISTINCT ?h WHERE { resource:Q3434241 property:P136 ?h }
|
SELECT DISTINCT ?h WHERE { resource:Rob_Townsend property:genre ?h }
|
Rob Townsend
|
genre
|
rock music
|
Q3434241
|
P136
|
Q11399
|
?h
|
||
Name a single-player video game
|
Name a single-player video game
|
SELECT DISTINCT ?i WHERE { ?i property:P404 resource:Q208850 }
|
SELECT DISTINCT ?i WHERE { ?i property:game_mode resource:single-player_video_game }
|
game mode
|
single-player video game
|
Kannagi no Tori
|
P404
|
Q208850
|
Q6363932
|
?i
|
||
who was born in montclair
|
who was born in montclair
|
SELECT DISTINCT ?q WHERE { ?q property:P19 resource:Q678437 }
|
SELECT DISTINCT ?q WHERE { ?q property:place_of_birth resource:Montclair,_New_Jersey }
|
place of birth
|
Montclair, New Jersey
|
Dean Hamer
|
P19
|
Q678437
|
Q322766
|
?q
|
||
what language is i'll be over you composed in
|
what language is I'll Be over You composed in
|
SELECT DISTINCT ?g WHERE { resource:Q2605579 property:P407 ?g }
|
SELECT DISTINCT ?g WHERE { resource:I'll_Be_over_You property:language_of_work_or_name ?g }
|
I'll Be over You
|
language of work or name
|
English
|
Q2605579
|
P407
|
Q1860
|
?g
|
||
What city does kval-tv broadcast to
|
What city does KVAL-TV broadcast to
|
SELECT DISTINCT ?b WHERE { resource:Q6339891 property:P1408 ?b }
|
SELECT DISTINCT ?b WHERE { resource:KVAL-TV property:licensed_to_broadcast_to ?b }
|
KVAL-TV
|
licensed to broadcast to
|
Eugene
|
Q6339891
|
P1408
|
Q171224
|
?b
|
||
What type of metal does dagoba perform
|
What type of metal does Dagoba perform
|
SELECT DISTINCT ?o WHERE { resource:Q1157349 property:P136 ?o }
|
SELECT DISTINCT ?o WHERE { resource:Dagoba property:genre ?o }
|
Dagoba
|
genre
|
thrash metal
|
Q1157349
|
P136
|
Q483352
|
?o
|
||
which genre does the film the monster that challenged the world belong to
|
which genre does the film The Monster That Challenged the World belong to
|
SELECT DISTINCT ?y WHERE { resource:Q3794894 property:P136 ?y }
|
SELECT DISTINCT ?y WHERE { resource:The_Monster_That_Challenged_the_World property:genre ?y }
|
The Monster That Challenged the World
|
genre
|
horror film
|
Q3794894
|
P136
|
Q200092
|
?y
|
||
what is located in the central european time zone?
|
what is located in the Central European Time zone?
|
SELECT DISTINCT ?f WHERE { ?f property:P421 resource:Q25989 }
|
SELECT DISTINCT ?f WHERE { ?f property:located_in_time_zone resource:Central_European_Time }
|
located in time zone
|
Central European Time
|
Monte di Procida
|
P421
|
Q25989
|
Q72272
|
?f
|
||
What is the name of a blues album
|
What is the name of a blues album
|
SELECT DISTINCT ?l WHERE { ?l property:P136 resource:Q9759 }
|
SELECT DISTINCT ?l WHERE { ?l property:genre resource:blues }
|
genre
|
blues
|
Don't Look Back
|
P136
|
Q9759
|
Q5291765
|
?l
|
||
What type of music is the album bare (annie lennox album)?
|
What type of music is the album Bare (annie lennox album)?
|
SELECT DISTINCT ?n WHERE { resource:Q2294674 property:P136 ?n }
|
SELECT DISTINCT ?n WHERE { resource:Bare property:genre ?n }
|
Bare
|
genre
|
adult contemporary music
|
Q2294674
|
P136
|
Q378988
|
?n
|
||
what is the time zone of odalengo grande?
|
what is the time zone of Odalengo Grande?
|
SELECT DISTINCT ?c WHERE { resource:Q17417 property:P421 ?c }
|
SELECT DISTINCT ?c WHERE { resource:Odalengo_Grande property:located_in_time_zone ?c }
|
Odalengo Grande
|
located in time zone
|
Central European Time
|
Q17417
|
P421
|
Q25989
|
?c
|
||
What is an example of a racing game
|
What is an example of a racing game
|
SELECT DISTINCT ?x WHERE { ?x property:P136 resource:Q860750 }
|
SELECT DISTINCT ?x WHERE { ?x property:genre resource:racing_video_game }
|
genre
|
racing video game
|
Excitebike 64
|
P136
|
Q860750
|
Q3046150
|
?x
|
||
who is bernard fanning signed with
|
who is Bernard Fanning signed with
|
SELECT DISTINCT ?d WHERE { resource:Q822413 property:P264 ?d }
|
SELECT DISTINCT ?d WHERE { resource:Bernard_Fanning property:record_label ?d }
|
Bernard Fanning
|
record label
|
Dew Process
|
Q822413
|
P264
|
Q3307668
|
?d
|
||
whom did maxim gorky influence
|
whom did Maxim Gorky influence
|
SELECT DISTINCT ?o WHERE { resource:Q12706 property:P738 ?o }
|
SELECT DISTINCT ?o WHERE { resource:Maxim_Gorky property:UNDEFINED_LABEL ?o }
|
Maxim Gorky
|
UNDEFINED LABEL
|
Joan Salvat-Papasseit
|
Q12706
|
P738
|
Q966051
|
?o
|
||
what label is the artist love affair apart of
|
what label is the artist Love Affair apart of
|
SELECT DISTINCT ?d WHERE { resource:Q165691 property:P264 ?d }
|
SELECT DISTINCT ?d WHERE { resource:Love_Affair property:record_label ?d }
|
Love Affair
|
record label
|
CBS Records
|
Q165691
|
P264
|
Q3233924
|
?d
|
||
What is a film that was written by joel coen?
|
What is a film that was written by Joel Coen?
|
SELECT DISTINCT ?t WHERE { ?t property:P58 resource:Q13595311 }
|
SELECT DISTINCT ?t WHERE { ?t property:screenwriter resource:Joel_Coen }
|
screenwriter
|
Joel Coen
|
Blood Simple
|
P58
|
Q13595311
|
Q237222
|
?t
|
||
what type of music is on get ready?
|
what type of music is on Get Ready?
|
SELECT DISTINCT ?e WHERE { resource:Q1931639 property:P136 ?e }
|
SELECT DISTINCT ?e WHERE { resource:Get_Ready property:genre ?e }
|
Get Ready
|
genre
|
electronica
|
Q1931639
|
P136
|
Q817138
|
?e
|
||
what country is george formby from
|
what country is george formby from
|
SELECT DISTINCT ?o WHERE { resource:Q5539359 property:P27 ?o }
|
SELECT DISTINCT ?o WHERE { resource:George_Formby,_Sr. property:country_of_citizenship ?o }
|
George Formby, Sr.
|
country of citizenship
|
United Kingdom
|
Q5539359
|
P27
|
Q145
|
?o
|
||
What position does barry zito play?
|
What position does Barry Zito play?
|
SELECT DISTINCT ?z WHERE { resource:Q809118 property:P413 ?z }
|
SELECT DISTINCT ?z WHERE { resource:Barry_Zito property:position_played_on_team_/_speciality ?z }
|
Barry Zito
|
position played on team / speciality
|
pitcher
|
Q809118
|
P413
|
Q1048902
|
?z
|
||
what kind of show is city of angels?
|
what kind of show is City of Angels?
|
SELECT DISTINCT ?i WHERE { resource:Q3259696 property:P136 ?i }
|
SELECT DISTINCT ?i WHERE { resource:City_of_Angels property:genre ?i }
|
City of Angels
|
genre
|
drama film
|
Q3259696
|
P136
|
Q130232
|
?i
|
||
What is jan svěrák's ethnicity?
|
What is Jan Svěrák's ethnicity?
|
SELECT DISTINCT ?k WHERE { resource:Q504463 property:P172 ?k }
|
SELECT DISTINCT ?k WHERE { resource:Jan_Svěrák property:ethnic_group ?k }
|
Jan Svěrák
|
ethnic group
|
Czechs
|
Q504463
|
P172
|
Q170217
|
?k
|
||
what did michael baigent write
|
what did Michael Baigent write
|
SELECT DISTINCT ?u WHERE { ?u property:P50 resource:Q1333364 }
|
SELECT DISTINCT ?u WHERE { ?u property:author resource:Michael_Baigent }
|
author
|
Michael Baigent
|
The Jesus Papers
|
P50
|
Q1333364
|
Q3848848
|
?u
|
||
whats the genre for the book titled shadows in flight
|
whats the genre for the book titled Shadows in Flight
|
SELECT DISTINCT ?v WHERE { resource:Q7460805 property:P136 ?v }
|
SELECT DISTINCT ?v WHERE { resource:Shadows_in_Flight property:genre ?v }
|
Shadows in Flight
|
genre
|
science fiction
|
Q7460805
|
P136
|
Q24925
|
?v
|
||
what is the genre of the album in trance
|
what is the genre of the album In Trance
|
SELECT DISTINCT ?k WHERE { resource:Q167986 property:P136 ?k }
|
SELECT DISTINCT ?k WHERE { resource:In_Trance property:genre ?k }
|
In Trance
|
genre
|
heavy metal music
|
Q167986
|
P136
|
Q38848
|
?k
|
||
What is a game developed by gremlin interactive?
|
What is a game developed by Gremlin Interactive?
|
SELECT DISTINCT ?q WHERE { ?q property:P178 resource:Q2274654 }
|
SELECT DISTINCT ?q WHERE { ?q property:developer resource:Gremlin_Interactive }
|
developer
|
Gremlin Interactive
|
Toyota Celica GT
|
P178
|
Q2274654
|
Q7830768
|
?q
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.