instruction
stringclasses
1 value
input
stringlengths
1
655
output
stringlengths
47
392
Generate a SPARQL query that returns the answer of the following question.
What are the W3C recommendations regarding HTML5?
select distinct ?sbj where { ?sbj wdt:/has edition or translation/ wd:/HTML5/ . ?sbj wdt:/instance of/ wd:/W3C Recommendation/ }
Generate a SPARQL query that returns the answer of the following question.
what was the country of Tyumen in 1991-12-27
SELECT ?obj WHERE { wd:/Tyumen/ p:/country/ ?s . ?s ps:/country/ ?obj . ?s pq:/start time/ ?x filter(contains(YEAR(?x),'1991')) }
Generate a SPARQL query that returns the answer of the following question.
For what was Gloria Grahame nominated for an Acadamy Award for Best Supporting Actress?
SELECT ?value WHERE { wd:/Gloria Grahame/ p:/nominated for/ ?s . ?s ps:/nominated for/ wd:/Academy Award for Best Supporting Actress/ . ?s pq:/statement is subject of/ ?value}
Generate a SPARQL query that returns the answer of the following question.
What are the airline which start with the letter pan
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:/instance of/ wd:/airline/ . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'pan')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
Generate a SPARQL query that returns the answer of the following question.
What diplomatic relation of Mauritius was the location of Daniel Dunglas Home's death?
SELECT ?answer WHERE { wd:/Daniel Dunglas Home/ wdt:/place of death/ ?answer . ?answer wdt:/diplomatic relation/ wd:/Mauritius/}
Generate a SPARQL query that returns the answer of the following question.
What is the field of study and architectural style of Ramos de Azevedo?
SELECT ?answer WHERE { wd:/Ramos de Azevedo/ wdt:/architectural style/ ?X . ?X wdt:/field of work/ ?answer}
Generate a SPARQL query that returns the answer of the following question.
What country sent the largest team to the 2019 Winter Paralypics?
select ?ent where { ?ent wdt:/instance of/ wd:/Paralympics delegation/ . ?ent wdt:/size of team at start/ ?obj . ?ent wdt:/participant in/ wd:/2018 Winter Paralympics/ } ORDER BY DESC(?obj)LIMIT 5
Generate a SPARQL query that returns the answer of the following question.
What is the number of plays of Euroleague Basketball?
SELECT ?answer WHERE { wd:/EuroLeague/ wdt:/sport/ ?X . ?X wdt:/duration/ ?answer}
Generate a SPARQL query that returns the answer of the following question.
tell me video game series that contains the word warlords in it
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:/instance of/ wd:/video game series/ . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'warlords')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
Generate a SPARQL query that returns the answer of the following question.
Tell me Jewish denomination whose name has the word judaism in it.
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:/instance of/ wd:/Jewish religious movement/ . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'judaism')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
Generate a SPARQL query that returns the answer of the following question.
What is the public holiday/feast day celebrating the resurrection of Jesus called in Belarus?
select distinct ?obj where { wd:/Resurrection of Jesus/ wdt:/feast day/ ?obj . ?obj wdt:/instance of/ wd:/public holidays in Belarus/ }
Generate a SPARQL query that returns the answer of the following question.
What language replaced Middle English?
select distinct ?obj where { wd:/Middle English/ wdt:/replaced by/ ?obj . ?obj wdt:/instance of/ wd:/language/ }
Generate a SPARQL query that returns the answer of the following question.
When did Rem Koolhaas receive the Pritzker Architecture Prize?
SELECT ?value WHERE { wd:/Rem Koolhaas/ p:/award received/ ?s . ?s ps:/award received/ wd:/Pritzker Architecture Prize/ . ?s pq:/point in time/ ?value}
Generate a SPARQL query that returns the answer of the following question.
What tributary is on lake Saint Martin?
SELECT ?answer WHERE { wd:/Saint Martin/ wdt:/located in or next to body of water/ ?X . ?X wdt:/tributary/ ?answer}
Generate a SPARQL query that returns the answer of the following question.
Tell me naval battle whose name has the word beard in it.
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:/instance of/ wd:/naval battle/ . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'beard')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
Generate a SPARQL query that returns the answer of the following question.
Who gave the{ZIP+4} of {resident in} of {James Ellroy} ?
SELECT ?answer WHERE { wd:/James Ellroy/ wdt:/residence/ ?X . ?X wdt:/postal code/ ?answer}
Generate a SPARQL query that returns the answer of the following question.
When was Nicolas Sarkozy elected president?
select distinct ?obj where { wd:/Nicolas Sarkozy/ wdt:/significant event/ ?obj . ?obj wdt:/instance of/ wd:/data journalism/ }
Generate a SPARQL query that returns the answer of the following question.
When was Dennis Lillee a member of the Tasmanian cricket team?
SELECT ?value WHERE { wd:/Dennis Lillee/ p:/member of sports team/ ?s . ?s ps:/member of sports team/ wd:/Tasmania cricket team/ . ?s pq:/start time/ ?value}
Generate a SPARQL query that returns the answer of the following question.
What country in the Western Hemisphere has a village named Ingeniero Moneta?
SELECT ?answer WHERE { wd:/executive branch/ wdt:/applies to jurisdiction/ ?answer . ?answer wdt:/contains the administrative territorial entity/ wd:/Ingeniero Moneta/}
Generate a SPARQL query that returns the answer of the following question.
What is not a password with a latitude of -12.21418 14.98631?
SELECT ?answer WHERE { wd:/password/ wdt:/different from/ ?answer . ?answer wdt:/coordinate location/ ?x FILTER(contains(?x,'-12.21418 14.98631'))}
Generate a SPARQL query that returns the answer of the following question.
Is the embodied energy of iron 30.0?
ASK WHERE { wd:/iron/ wdt:/embodied energy/ ?obj filter(?obj = 30.0) }
Generate a SPARQL query that returns the answer of the following question.
who film for screenwriter of jim henson?
select distinct ?sbj where { ?sbj wdt:/screenwriter/ wd:/Jim Henson/ . ?sbj wdt:/instance of/ wd:/film/ }
Generate a SPARQL query that returns the answer of the following question.
Which sports league is the Romain Inex team a part of?
SELECT ?answer WHERE { wd:/Romain Inez/ wdt:/member of sports team/ ?X . ?X wdt:/league/ ?answer}
Generate a SPARQL query that returns the answer of the following question.
Who married Grover Cleveland on June 2, 1886?
SELECT ?obj WHERE { wd:/Grover Cleveland/ p:/spouse/ ?s . ?s ps:/spouse/ ?obj . ?s pq:/start time/ ?x filter(contains(YEAR(?x),'1886')) }
Generate a SPARQL query that returns the answer of the following question.
Is the orbital eccentricity of Desdemona more than 0.000156?
ASK WHERE { wd:/Desdemona/ wdt:/orbital eccentricity/ ?obj filter(?obj > 0.000156) }
Generate a SPARQL query that returns the answer of the following question.
What is the stainless steel with the highest operating temperature whose has part is nitrogen?
select ?ent where { ?ent wdt:/instance of/ wd:/stainless steel/ . ?ent wdt:/operating temperature/ ?obj . ?ent wdt:/has part(s)/ wd:/nitrogen/ } ORDER BY DESC(?obj)LIMIT 5
Generate a SPARQL query that returns the answer of the following question.
When did Eiji Toyoda win an award for his work in Order of Prince Henry?
SELECT ?value WHERE { wd:/Eiji Toyoda/ p:/award received/ ?s . ?s ps:/award received/ wd:/Order of Prince Henry/ . ?s pq:/point in time/ ?value}
Generate a SPARQL query that returns the answer of the following question.
What award did Jerome Robbins receive in 1976?
SELECT ?obj WHERE { wd:/Jerome Robbins/ p:/award received/ ?s . ?s ps:/award received/ ?obj . ?s pq:/point in time/ ?x filter(contains(YEAR(?x),'1976')) }
Generate a SPARQL query that returns the answer of the following question.
Which isotope of xenon has the most natural abundance?
select ?ent where { ?ent wdt:/instance of/ wd:/isotope of xenon/ . ?ent wdt:/natural abundance/ ?obj } ORDER BY DESC(?obj)LIMIT 5
Generate a SPARQL query that returns the answer of the following question.
What is the deal in the village of Western Cape, having a diplomatic relation with the United Kingdom?
SELECT ?answer WHERE { wd:/Western Cape/ wdt:/located in the administrative territorial entity/ ?answer . ?answer wdt:/diplomatic relation/ wd:/United Kingdom/}
Generate a SPARQL query that returns the answer of the following question.
Who is named after radiography, who had August Kundt as a teacher?
SELECT ?answer WHERE { wd:/radiography/ wdt:/named after/ ?answer . ?answer wdt:/student of/ wd:/August Kundt/}
Generate a SPARQL query that returns the answer of the following question.
what is health specialty starts name s
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:/instance of/ wd:/health specialty/ . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 's')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
Generate a SPARQL query that returns the answer of the following question.
IS THE ALEXA RANK OF THE PLURK GREATER THAN 1307.2
ASK WHERE { wd:/Plurk/ wdt:/Alexa rank/ ?obj filter(?obj > 1307.2) }
Generate a SPARQL query that returns the answer of the following question.
What is { dissolved, abolished or demolished } of { Achaemenid Empire } that is { instance of } is { Gregorian date earlier than 1584 }?
SELECT ?obj WHERE { wd:/Achaemenid Empire/ p:/dissolved, abolished or demolished date/ ?s . ?s ps:/dissolved, abolished or demolished date/ ?obj . ?s pq:/instance of/ wd:/statement with Gregorian date earlier than 1584/ }
Generate a SPARQL query that returns the answer of the following question.
What is the watercourse that outflows of Walker Lake?
SELECT ?answer WHERE { wd:/Walker Lake/ wdt:/lake outflow/ ?X . ?X wdt:/mouth of the watercourse/ ?answer}
Generate a SPARQL query that returns the answer of the following question.
Who replaced Henry Addinton, 1st Viscount Sidmouth who held the Secretary of State for the Home Department position?
SELECT ?value WHERE { wd:/Henry Addington, 1st Viscount Sidmouth/ p:/position held/ ?s . ?s ps:/position held/ wd:/Home Secretary/ . ?s pq:/replaced by/ ?value}
Generate a SPARQL query that returns the answer of the following question.
When did Michel Serrault receive the Cesar Award for Best Actor?
SELECT ?value WHERE { wd:/Michel Serrault/ p:/award received/ ?s . ?s ps:/award received/ wd:/César Award for Best Actor/ . ?s pq:/point in time/ ?value}
Generate a SPARQL query that returns the answer of the following question.
Did Johnnie Cochran die of natural causes?
ASK WHERE { wd:/Johnnie Cochran/ wdt:/manner of death/ wd:/natural causes/ }
Generate a SPARQL query that returns the answer of the following question.
What year did Gaspard Monge die?
SELECT ?obj WHERE { wd:/Gaspard Monge/ p:/place of burial/ ?s . ?s ps:/place of burial/ ?obj . ?s pq:/burial plot reference/ ?x filter(contains(?x,'18')) }
Generate a SPARQL query that returns the answer of the following question.
Where did William Bligh die?
SELECT ?answer WHERE { wd:/William Bligh/ wdt:/place of death/ ?X . ?X wdt:/twinned administrative body/ ?answer}
Generate a SPARQL query that returns the answer of the following question.
What city became the capital of Jaipur in 1727?
SELECT ?obj WHERE { wd:/Jaipur/ p:/capital of/ ?s . ?s ps:/capital of/ ?obj . ?s pq:/start time/ ?x filter(contains(YEAR(?x),'1727')) }
Generate a SPARQL query that returns the answer of the following question.
What award did Juan Ramon Jimenez receive on 1956-1-1?
SELECT ?obj WHERE { wd:/Juan Ramón Jiménez/ p:/award received/ ?s . ?s ps:/award received/ ?obj . ?s pq:/point in time/ ?x filter(contains(YEAR(?x),'1956')) }
Generate a SPARQL query that returns the answer of the following question.
Tell me incorporation whose name has the word geman in it.
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:/instance of/ wd:/incorporation/ . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'german')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
Generate a SPARQL query that returns the answer of the following question.
tell me province of China that capital Chengdu starts with letter s
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:/instance of/ wd:/province of the People's Republic of China/ . ?sbj wdt:/capital/ wd:/Chengdu/ . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 's')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
Generate a SPARQL query that returns the answer of the following question.
What is the mineral resource that starts with the letter 'p'?
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:/instance of/ wd:/mineral resource/ . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'p')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
Generate a SPARQL query that returns the answer of the following question.
Name a state in Australia ruled by the Government of South Australia that contains the word "Australia" in its name
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:/instance of/ wd:/state of Australia/ . ?sbj wdt:/executive body/ wd:/Government of South Australia/ . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'australia')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
Generate a SPARQL query that returns the answer of the following question.
Who influenced Roald Dahl's career?
SELECT ?answer WHERE { wd:/Roald Dahl/ wdt:/influenced by/ ?X . ?X wdt:/occupation/ ?answer}
Generate a SPARQL query that returns the answer of the following question.
What platform does Spotify version 0.9.7.16 play on?
SELECT ?value WHERE { wd:/Spotify/ p:/software version identifier/ ?s . ?s ps:/software version identifier/ ?x filter(contains(?x,'0.9.7.16')) . ?s pq:/platform/ ?value}
Generate a SPARQL query that returns the answer of the following question.
Is the heat capacity of gold equal to 25.418?
ASK WHERE { wd:/gold/ wdt:/specific heat capacity/ ?obj filter(?obj = 25.418) }
Generate a SPARQL query that returns the answer of the following question.
Is the operating income of Burger Kind 363,000,000?
ASK WHERE { wd:/Burger King/ wdt:/operating income/ ?obj filter(?obj = 363000000) }
Generate a SPARQL query that returns the answer of the following question.
which positioning number for Al Smith (also using the name Alfred)?
SELECT ?value WHERE { wd:/Al Smith/ p:/given name/ ?s . ?s ps:/given name/ wd:/Alfred/ . ?s pq:/series ordinal/ ?value}
Generate a SPARQL query that returns the answer of the following question.
who place of filming of described by work of david levinson} ?
SELECT ?answer WHERE { wd:/David Levinson/ wdt:/present in work/ ?X . ?X wdt:/filming location/ ?answer}
Generate a SPARQL query that returns the answer of the following question.
What award did Titanic receive in 1997?
SELECT ?obj WHERE { wd:/Titanic/ p:/award received/ ?s . ?s ps:/award received/ ?obj . ?s pq:/point in time/ ?x filter(contains(YEAR(?x),'1997')) }
Generate a SPARQL query that returns the answer of the following question.
who tributary of lake of Honiara ?
SELECT ?answer WHERE { wd:/Honiara/ wdt:/located in or next to body of water/ ?X . ?X wdt:/tributary/ ?answer}
Generate a SPARQL query that returns the answer of the following question.
Did {The_Sopranos} {cast member} are {James Gandolfini} and {Steve Schirripa} ?
ASK WHERE { wd:/The Sopranos/ wdt:/cast member/ wd:/James Gandolfini/ . wd:/The Sopranos/ wdt:/cast member/ wd:/Steve Schirripa/ }
Generate a SPARQL query that returns the answer of the following question.
Which dynasty for family of Joseon
select distinct ?obj where { wd:/Joseon/ wdt:/family/ ?obj . ?obj wdt:/instance of/ wd:/dynasty/ }
Generate a SPARQL query that returns the answer of the following question.
which is the {determination method} for {Montana} where {population} as {559456.0} ?
SELECT ?value WHERE { wd:/Montana/ p:/population/ ?s . ?s ps:/population/ ?x filter(contains(?x,'559456.0')) . ?s pq:/determination method/ ?value}
Generate a SPARQL query that returns the answer of the following question.
For which category did Henry Mancini win in the 34th Academy Awards?
SELECT ?obj WHERE { wd:/Henry Mancini/ p:/award received/ ?s . ?s ps:/award received/ ?obj . ?s pq:/statement is subject of/ wd:/34th Academy Awards/ }
Generate a SPARQL query that returns the answer of the following question.
How many allegiance to the Empire of Japan?
SELECT (COUNT(?sub) AS ?value ) { ?sub wdt:/allegiance/ wd:/Empire of Japan/ }
Generate a SPARQL query that returns the answer of the following question.
Who is the {mother} of {Antonio Vivaldi}?
select distinct ?obj where { wd:/Antonio Vivaldi/ wdt:/mother/ ?obj . ?obj wdt:/instance of/ wd:/human/ }
Generate a SPARQL query that returns the answer of the following question.
What county seat of Kathmandu, has mains electricity voltage of 230.0?
SELECT ?answer WHERE { wd:/Kathmandu/ wdt:/capital of/ ?answer . ?answer wdt:/mains voltage/ ?x FILTER(contains(?x,'230.0'))}
Generate a SPARQL query that returns the answer of the following question.
Tell me mythical creature whose name has the word seka in it.
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:/instance of/ wd:/mythical creature/ . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'şekä')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
Generate a SPARQL query that returns the answer of the following question.
For what was the inception of Baja California Sur in the year 1930?
SELECT ?value WHERE { wd:/Baja California Sur/ p:/inception/ ?s . ?s ps:/inception/ ?x filter(contains(YEAR(?x),'1930')) . ?s pq:/follows/ ?value}
Generate a SPARQL query that returns the answer of the following question.
Was the lowest atmospheric pressure recorded during the 1935 Labor Day Hurricane higher than 1070.4?
ASK WHERE { wd:/1935 Labor Day hurricane/ wdt:/lowest atmospheric pressure/ ?obj filter(?obj > 1070.4) }
Generate a SPARQL query that returns the answer of the following question.
What are the parent companys of that studied at Margaret Mead ?
SELECT ?answer WHERE { wd:/Margaret Mead/ wdt:/educated at/ ?X . ?X wdt:/has subsidiary/ ?answer}
Generate a SPARQL query that returns the answer of the following question.
How many number of wins in this tournament?
select ?ent where { ?ent wdt:/instance of/ wd:/tournament/ . ?ent wdt:/number of wins/ ?obj } ORDER BY DESC(?obj)LIMIT 5
Generate a SPARQL query that returns the answer of the following question.
Where is the Comarca of Catalonia, which shares border with Noguera, with the lowest nominal GDP per capita?
select ?ent where { ?ent wdt:/instance of/ wd:/comarca of Catalonia/ . ?ent wdt:/nominal GDP per capita/ ?obj . ?ent wdt:/shares border with/ wd:/Noguera/} ORDER BY ASC(?obj)LIMIT 5
Generate a SPARQL query that returns the answer of the following question.
Do the century breaks of Billy Snaddon amount to 20.8?
ASK WHERE { wd:/Billy Snaddon/ wdt:/century breaks/ ?obj filter(?obj = 20.8) }
Generate a SPARQL query that returns the answer of the following question.
How many production companies are for The Dark Knight?
SELECT (COUNT(?obj) AS ?value ) { wd:/The Dark Knight/ wdt:/production company/ ?obj }
Generate a SPARQL query that returns the answer of the following question.
Which period of time Guizar has awarded as the best lyricist in the Fimfare Award?
SELECT ?value WHERE { wd:/Gulzar/ p:/award received/ ?s . ?s ps:/award received/ wd:/Filmfare Award for Best Lyricist/ . ?s pq:/point in time/ ?value}
Generate a SPARQL query that returns the answer of the following question.
What is the classification of the competition class in sports for the high jump?
select distinct ?sbj where { ?sbj wdt:/competition class/ wd:/high jump/ . ?sbj wdt:/instance of/ wd:/classification in sports/ }
Generate a SPARQL query that returns the answer of the following question.
How many collection are done by Museo Soumaya
SELECT (COUNT(?sub) AS ?value ) { ?sub wdt:/collection/ wd:/Museo Soumaya/ }
Generate a SPARQL query that returns the answer of the following question.
Who was Superman's sidekick?
select distinct ?sbj where { ?sbj wdt:/sidekick of/ wd:/Superman/ . ?sbj wdt:/instance of/ wd:/comics character/ }
Generate a SPARQL query that returns the answer of the following question.
"Whereis {spore print color} of {Amanita phalloides}, which has {is the antonym of} is {black} ?"
SELECT ?answer WHERE { wd:/Amanita phalloides/ wdt:/spore print color/ ?answer . ?answer wdt:/opposite of/ wd:/black/}
Generate a SPARQL query that returns the answer of the following question.
Which sovereign states were participants in the Battle of France?
select distinct ?obj where { wd:/Battle of France/ wdt:/participant/ ?obj . ?obj wdt:/instance of/ wd:/sovereign state/ }
Generate a SPARQL query that returns the answer of the following question.
What country signed the North Atlantic Treaty that has a spoken language of Portuguese?
SELECT ?answer WHERE { wd:/North Atlantic Treaty/ wdt:/signatory/ ?answer . ?answer wdt:/languages spoken, written or signed/ wd:/Portuguese/}
Generate a SPARQL query that returns the answer of the following question.
Where did Francisco I. Madero graduate from in 1892?
SELECT ?obj WHERE { wd:/Francisco I. Madero/ p:/educated at/ ?s . ?s ps:/educated at/ ?obj . ?s pq:/end time/ ?x filter(contains(YEAR(?x),'1892')) }
Generate a SPARQL query that returns the answer of the following question.
At a temperature of 20.0, what is the density of tin?
SELECT ?obj WHERE { wd:/tin/ p:/density/ ?s . ?s ps:/density/ ?obj . ?s pq:/temperature/ ?x filter(contains(?x,'20.0')) }
Generate a SPARQL query that returns the answer of the following question.
What is working on what in the history of agriculture that is later than -15000-0-0?
SELECT ?answer WHERE { wd:/history of agriculture/ wdt:/is the study of/ ?answer . ?answer wdt:/earliest date/ ?x FILTER(contains(YEAR(?x),'5000'))}
Generate a SPARQL query that returns the answer of the following question.
What is developed and made from cottonseed oil?
SELECT ?answer WHERE { wd:/cottonseed oil/ wdt:/natural product of taxon/ ?X . ?X wdt:/develops from/ ?answer}
Generate a SPARQL query that returns the answer of the following question.
What what is economic sector patron saint Isidore the Laborer and which that starts with a
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:/instance of/ wd:/economic sector/ . ?sbj wdt:/patron saint/ wd:/Isidore the Laborer/ . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'a')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
Generate a SPARQL query that returns the answer of the following question.
What was the time when Henan had Zhengzhou as its capital?
SELECT ?value WHERE { wd:/Henan/ p:/capital/ ?s . ?s ps:/capital/ wd:/Zhengzhou/ . ?s pq:/start time/ ?value}
Generate a SPARQL query that returns the answer of the following question.
What thermal power station in Russia/the Soviet Union has the smallest capacity?
select ?ent where { ?ent wdt:/instance of/ wd:/thermal power station/ . ?ent wdt:/installed capacity/ ?obj . ?ent wdt:/instance of/ wd://. } ORDER BY ASC(?obj)LIMIT 5
Generate a SPARQL query that returns the answer of the following question.
Did Vienna copy the twin administrative body of Budapest and Ljubljana?
ASK WHERE { wd:/Vienna/ wdt:/twinned administrative body/ wd:/Budapest/ . wd:/Vienna/ wdt:/twinned administrative body/ wd:/Ljubljana/ }
Generate a SPARQL query that returns the answer of the following question.
Name the eponym of volt, who is professor by profession.
SELECT ?answer WHERE { wd:/volt/ wdt:/named after/ ?answer . ?answer wdt:/occupation/ wd:/professor/}
Generate a SPARQL query that returns the answer of the following question.
Who is the publisher and the developer of Minecraft?
SELECT ?ans_1 ?ans_2 WHERE { wd:/Minecraft/ wdt:/publisher/ ?ans_1 . wd:/Minecraft/ wdt:/developer/ ?ans_2 }
Generate a SPARQL query that returns the answer of the following question.
What is the birthplace of the son of Louis IX of France?
SELECT ?answer WHERE { wd:/Louis IX of France/ wdt:/child/ ?X . ?X wdt:/place of birth/ ?answer}
Generate a SPARQL query that returns the answer of the following question.
Where is Victor Sjostrom buried?
SELECT ?obj WHERE { wd:/Victor Sjöström/ p:/place of burial/ ?s . ?s ps:/place of burial/ ?obj . ?s pq:/burial plot reference/ ?x filter(contains(?x,'Kvarter 7A, gravnummer 113')) }
Generate a SPARQL query that returns the answer of the following question.
What is found in species of aldosterone, that has the vernacular name of Човек?
SELECT ?answer WHERE { wd:/aldosterone/ wdt:/found in taxon/ ?answer . ?answer wdt:/taxon common name/ ?x FILTER(contains(?x,'Човек'))}
Generate a SPARQL query that returns the answer of the following question.
When did "In Search of Lost Time" begin in 1906?
SELECT ?value WHERE { wd:/In Search of Lost Time/ p:/inception/ ?s . ?s ps:/inception/ ?x filter(contains(YEAR(?x),'1906')) . ?s pq:/start time/ ?value}
Generate a SPARQL query that returns the answer of the following question.
What are the names of the characters from the movie E.T. The Extra-Terrestrial?
select distinct ?obj where { wd:/E.T. the Extra-Terrestrial/ wdt:/characters/ ?obj . ?obj wdt:/instance of/ wd:/fictional extraterrestrial/ }
Generate a SPARQL query that returns the answer of the following question.
What award did Liam Neeson receive on December 31, 1999?
SELECT ?obj WHERE { wd:/Liam Neeson/ p:/award received/ ?s . ?s ps:/award received/ ?obj . ?s pq:/point in time/ ?x filter(contains(YEAR(?x),'1999')) }
Generate a SPARQL query that returns the answer of the following question.
Is Diazepam used to treat epilepsy and epileptic seizures?
ASK WHERE { wd:/diazepam/ wdt:/medical condition treated/ wd:/epilepsy/ . wd:/diazepam/ wdt:/medical condition treated/ wd:/seizure/ }
Generate a SPARQL query that returns the answer of the following question.
What is the Japanese word for anime?
select distinct ?sbj where { ?sbj wdt:/language of work or name/ wd:/Japanese/ . ?sbj wdt:/instance of/ wd:/anime/ }
Generate a SPARQL query that returns the answer of the following question.
Who are {inhabitants} of {originates} in {glima} ?
SELECT ?answer WHERE { wd:/glima/ wdt:/country of origin/ ?X . ?X wdt:/population/ ?answer}
Generate a SPARQL query that returns the answer of the following question.
What is the chef-lieu of the district of Gannaram?
SELECT ?answer WHERE { wd:/Gannaram/ wdt:/located in the administrative territorial entity/ ?X . ?X wdt:/capital/ ?answer}
Generate a SPARQL query that returns the answer of the following question.
What is key event for film producer of Selma ?
SELECT ?answer WHERE { wd:/Selma/ wdt:/producer/ ?X . ?X wdt:/significant event/ ?answer}
Generate a SPARQL query that returns the answer of the following question.
which is depicted by and immediate cause of Computer_network?
SELECT ?ans_1 ?ans_2 WHERE { wd:/computer network/ wdt:/depicted by/ ?ans_1 . wd:/computer network/ wdt:/immediate cause of/ ?ans_2 }
Generate a SPARQL query that returns the answer of the following question.
What was Gianluigi Buffon`s point score for Italy`s under-23 football team?
SELECT ?value WHERE { wd:/Gianluigi Buffon/ p:/member of sports team/ ?s . ?s ps:/member of sports team/ wd:/Italy national under-23 football team/ . ?s pq:/number of points/goals/set scored/ ?value}
Generate a SPARQL query that returns the answer of the following question.
What is county seat for Tunis, that has diplomatic relation with Malaysia?
SELECT ?answer WHERE { wd:/Tunis/ wdt:/capital of/ ?answer . ?answer wdt:/diplomatic relation/ wd:/Malaysia/}