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 is the type of architecture in the stadium that held the 1902 All England Badminton Championships -- Women's doubles?
SELECT ?answer WHERE { wd:/1902 All England Badminton Championships – women's doubles/ wdt:/home venue/ ?X . ?X wdt:/architectural style/ ?answer}
Generate a SPARQL query that returns the answer of the following question.
What awards were the Rolling Stones nominated for in 1989?
SELECT ?obj WHERE { wd:/The Rolling Stones/ p:/nominated for/ ?s . ?s ps:/nominated for/ ?obj . ?s pq:/point in time/ ?x filter(contains(YEAR(?x),'1989')) }
Generate a SPARQL query that returns the answer of the following question.
Who are the artists of the songs of Guardians of the Galaxy?
SELECT ?answer WHERE { wd:/Guardians of the Galaxy: Awesome Mix Vol. 1 – Original Motion Picture Soundtrack/ wdt:/tracklist/ ?X . ?X wdt:/performer/ ?answer}
Generate a SPARQL query that returns the answer of the following question.
Who is the {tennis event} for {victory} of {Rod Laver}
select distinct ?obj where { wd:/Rod Laver/ wdt:/victory/ ?obj . ?obj wdt:/instance of/ wd:/tennis event/ }
Generate a SPARQL query that returns the answer of the following question.
Is it true that the employees of the European Movement Germany equals to 10?
ASK WHERE { wd:/European Movement Germany/ wdt:/employees/ ?obj filter(?obj = 10) }
Generate a SPARQL query that returns the answer of the following question.
What is the {aspect of history} that {follows} {apartheid}?
select distinct ?sbj where { ?sbj wdt:/follows/ wd:/apartheid/ . ?sbj wdt:/instance of/ wd:/aspect of history/ }
Generate a SPARQL query that returns the answer of the following question.
Is the number of losses of Zaur Kasumov equal to 2?
ASK WHERE { wd:/Zaur Kasumov/ wdt:/number of losses/ ?obj filter(?obj = 2) }
Generate a SPARQL query that returns the answer of the following question.
What is the given name of Prince?
SELECT ?obj WHERE { wd:/Prince/ p:/given name/ ?s . ?s ps:/given name/ ?obj . ?s pq:/series ordinal/ ?x filter(contains(?x,'1')) }
Generate a SPARQL query that returns the answer of the following question.
Christopher Columbus is dedicated to how many?
SELECT (COUNT(?sub) AS ?value ) { ?sub wdt:/dedicated to/ wd:/Christopher Columbus/ }
Generate a SPARQL query that returns the answer of the following question.
Who gave the {specialism} of {service branch} of {Antonio Cantore} ?
SELECT ?answer WHERE { wd:/Antonio Cantore/ wdt:/military branch/ ?X . ?X wdt:/field of work/ ?answer}
Generate a SPARQL query that returns the answer of the following question.
How many members are there of the International Hydrographic Organization?
SELECT (COUNT(?sub) AS ?value ) { ?sub wdt:/member of/ wd:/International Hydrographic Organization/ }
Generate a SPARQL query that returns the answer of the following question.
What is the polymer of ethylene?
select distinct ?sbj where { ?sbj wdt:/polymer of/ wd:/ethylene/ . ?sbj wdt:/instance of/ wd:/polymer/ }
Generate a SPARQL query that returns the answer of the following question.
The conjugate acid of ammonia has what chemical compound?
select distinct ?sbj where { ?sbj wdt:/conjugate acid/ wd:/ammonia/ . ?sbj wdt:/instance of/ wd:/chemical compound/ }
Generate a SPARQL query that returns the answer of the following question.
Is Keith Richards and Rock and jazz musician?
ASK WHERE { wd:/Keith Richards/ wdt:/genre/ wd:/rock music/ . wd:/Keith Richards/ wdt:/genre/ wd:/jazz/ }
Generate a SPARQL query that returns the answer of the following question.
Did Jeffery Dahmer die in Portage?
ASK WHERE { wd:/Jeffrey Dahmer/ wdt:/place of death/ wd:/Portage/ }
Generate a SPARQL query that returns the answer of the following question.
Is the short-term exposure limit of benzene equal to 4?
ASK WHERE { wd:/benzene/ wdt:/short-term exposure limit/ ?obj filter(?obj = 4) }
Generate a SPARQL query that returns the answer of the following question.
Which music genre is played by the Spectrum?
SELECT ?answer WHERE { wd:/Spectrum/ wdt:/performer/ ?X . ?X wdt:/genre/ ?answer}
Generate a SPARQL query that returns the answer of the following question.
"What's the {aspect of} of {history of Georgia}, whose's {mayor} is {Giorgi Kvirikashvili}?"
SELECT ?answer WHERE { wd:/History of Georgia/ wdt:/facet of/ ?answer . ?answer wdt:/head of government/ wd:/Giorgi Kvirikashvili/}
Generate a SPARQL query that returns the answer of the following question.
which isotope of Platinum has the lowest binding energy
select ?ent where { ?ent wdt:/instance of/ wd:/isotope of platinum/ . ?ent wdt:/binding energy/ ?obj . ?ent wdt:/subclass of/ wd:/platinum/. } ORDER BY ASC(?obj)LIMIT 5
Generate a SPARQL query that returns the answer of the following question.
Joseph Kibweteer suffers from what ailment that has a genetic association with DLC1?
SELECT ?answer WHERE { wd:/Joseph Kibweteere/ wdt:/medical condition/ ?answer . ?answer wdt:/genetic association/ wd:/DLC1/}
Generate a SPARQL query that returns the answer of the following question.
What are Nigel Farage's political and religious views?
SELECT ?ans_1 ?ans_2 WHERE { wd:/Nigel Farage/ wdt:/political ideology/ ?ans_1 . wd:/Nigel Farage/ wdt:/religion or worldview/ ?ans_2 }
Generate a SPARQL query that returns the answer of the following question.
Was Stephen King born in Portland?
ASK WHERE { wd:/Stephen King/ wdt:/place of birth/ wd:/Portland/ }
Generate a SPARQL query that returns the answer of the following question.
Give me the rank position for John Gielgud as John?
SELECT ?value WHERE { wd:/John Gielgud/ p:/given name/ ?s . ?s ps:/given name/ wd:/John/ . ?s pq:/series ordinal/ ?value}
Generate a SPARQL query that returns the answer of the following question.
What is the Śūnyatā transliteration of শূন্যতা?
SELECT ?value WHERE { wd:/Śūnyatā/ p:/native label/ ?s . ?s ps:/native label/ ?x filter(contains(?x,'শূন্যতা')) . ?s pq:/transliteration/ ?value}
Generate a SPARQL query that returns the answer of the following question.
What is field of exercise for affiliated with Terje Langli ?
SELECT ?answer WHERE { wd:/Terje Langli/ wdt:/affiliation/ ?X . ?X wdt:/industry/ ?answer}
Generate a SPARQL query that returns the answer of the following question.
Competitive snowboarding has how many sports discipline's?
SELECT (COUNT(?sub) AS ?value ) { ?sub wdt:/sports discipline competed in/ wd:/snowboarding/ }
Generate a SPARQL query that returns the answer of the following question.
Where in Hertfordshire did John Walter work?
SELECT ?answer WHERE { wd:/John Walter/ wdt:/work location/ ?answer . ?answer wdt:/shares border with/ wd:/Hertfordshire/}
Generate a SPARQL query that returns the answer of the following question.
Tell me alternative medical treatment whose name has the word therapy in it.
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:/instance of/ wd:/alternative medical treatment/ . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'therapy')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
Generate a SPARQL query that returns the answer of the following question.
Which is {record label} of {Beastie Boys} where {start time} is {1992-1-1} ?
SELECT ?obj WHERE { wd:/Beastie Boys/ p:/record label/ ?s . ?s ps:/record label/ ?obj . ?s pq:/start time/ ?x filter(contains(YEAR(?x),'1992')) }
Generate a SPARQL query that returns the answer of the following question.
Cortisol interacts with what protein?
select distinct ?sbj where { ?sbj wdt:/physically interacts with/ wd:/cortisol/ . ?sbj wdt:/instance of/ wd:/protein/ }
Generate a SPARQL query that returns the answer of the following question.
When did Lorin Maazel received the Grammy Award for Best Opera Recording?
SELECT ?value WHERE { wd:/Lorin Maazel/ p:/award received/ ?s . ?s ps:/award received/ wd:/Grammy Award for Best Opera Recording/ . ?s pq:/point in time/ ?value}
Generate a SPARQL query that returns the answer of the following question.
What's the stock exchange for Toshiba?
SELECT (COUNT(?obj) AS ?value ) { wd:/Toshiba/ wdt:/stock exchange/ ?obj }
Generate a SPARQL query that returns the answer of the following question.
Name a big city that contains the word "łódź " in its name
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:/instance of/ wd:/big city/ . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'łódź')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
Generate a SPARQL query that returns the answer of the following question.
What group had effect on Congress of Vienna?
select distinct ?obj where { wd:/Congress of Vienna/ wdt:/has effect/ ?obj . ?obj wdt:/instance of/ wd:/group/ }
Generate a SPARQL query that returns the answer of the following question.
What is the featured work or depiction of The Sacrifice of Isaac?
SELECT ?answer WHERE { wd:/The Sacrifice of Isaac/ wdt:/depicts/ ?X . ?X wdt:/present in work/ ?answer}
Generate a SPARQL query that returns the answer of the following question.
Name the office building with the lowest floors below ground who just started construction.
select ?ent where { ?ent wdt:/instance of/ wd:/office building/ . ?ent wdt:/floors below ground/ ?obj . ?ent wdt:/significant event/ wd:/start of manufacturing or construction/} ORDER BY ASC(?obj)LIMIT 5
Generate a SPARQL query that returns the answer of the following question.
Which is the symbol of the physical form of British thermal unit?
SELECT ?answer WHERE { wd:/British thermal unit (thermochemical)/ wdt:/measured physical quantity/ ?X . ?X wdt:/quantity symbol (string)/ ?answer}
Generate a SPARQL query that returns the answer of the following question.
What is the given first name of Louis Agassiz?
SELECT ?obj WHERE { wd:/Louis Agassiz/ p:/given name/ ?s . ?s ps:/given name/ ?obj . ?s pq:/series ordinal/ ?x filter(contains(?x,'1')) }
Generate a SPARQL query that returns the answer of the following question.
What are the languages spoken by Cesare borgia who has 1 safe AWLD status?
SELECT ?answer WHERE { wd:/Cesare Borgia/ wdt:/languages spoken, written or signed/ ?answer . ?answer wdt:/UNESCO language status/ wd:/1 safe/}
Generate a SPARQL query that returns the answer of the following question.
What are the stable version on each platform for Assassin's Creed?
SELECT ?answer WHERE { wd:/Assassin's Creed/ wdt:/platform/ ?X . ?X wdt:/software version identifier/ ?answer}
Generate a SPARQL query that returns the answer of the following question.
In what year did Edred of England end the Kingdom of Wessex?
SELECT ?value WHERE { wd:/Edred of England/ p:/country of citizenship/ ?s . ?s ps:/country of citizenship/ wd:/Kingdom of Wessex/ . ?s pq:/end time/ ?value}
Generate a SPARQL query that returns the answer of the following question.
What is {formed} which {represents} {Portrait of a Boy with a Golf Club and a Dog} ?
SELECT ?answer WHERE { wd:/Portrait of a Boy with a Golf Club and a Dog/ wdt:/depicts/ ?X . ?X wdt:/made from material/ ?answer}
Generate a SPARQL query that returns the answer of the following question.
Which is symbol of inverse of impedance ?
SELECT ?answer WHERE { wd:/impedance/ wdt:/opposite of/ ?X . ?X wdt:/quantity symbol (string)/ ?answer}
Generate a SPARQL query that returns the answer of the following question.
At which school was Barack Obama attending classes on January 1, 1988?
SELECT ?obj WHERE { wd:/Barack Obama/ p:/educated at/ ?s . ?s ps:/educated at/ ?obj . ?s pq:/start time/ ?x filter(contains(YEAR(?x),'1988')) }
Generate a SPARQL query that returns the answer of the following question.
"Who is {born at} of {Tim Berners-Lee}, which has {PIN Code} is {UB} ?"
SELECT ?answer WHERE { wd:/Tim Berners-Lee/ wdt:/place of birth/ ?answer . ?answer wdt:/postal code/ ?x FILTER(contains(?x,'UB'))}
Generate a SPARQL query that returns the answer of the following question.
Is the maximum viable temperature of the Pseudomonas putida KT2440 equal to 55?
ASK WHERE { wd:/Pseudomonas putida KT2440/ wdt:/maximum viable temperature/ ?obj filter(?obj = 55) }
Generate a SPARQL query that returns the answer of the following question.
What jurisdiction is applied to the limited liability company of which Harry S. Truman was chancellor?
SELECT ?answer WHERE { wd:/limited liability company/ wdt:/applies to jurisdiction/ ?answer . ?answer wdt:/head of government/ wd:/Harry S Truman/}
Generate a SPARQL query that returns the answer of the following question.
Leprosy is treated by which medication?
select distinct ?obj where { wd:/leprosy/ wdt:/drug or therapy used for treatment/ ?obj . ?obj wdt:/instance of/ wd:/chemical compound/ }
Generate a SPARQL query that returns the answer of the following question.
Tell me firearm whose name has the word shotgun in it.
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:/instance of/ wd:/firearm/ . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'shotgun')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
Generate a SPARQL query that returns the answer of the following question.
Tell me the Wikimedia category for employees of Arizona State University.
select distinct ?obj where { wd:/Arizona State University/ wdt:/category for employees of the organization/ ?obj . ?obj wdt:/instance of/ wd:/Wikimedia category/ }
Generate a SPARQL query that returns the answer of the following question.
Where can I find the Wikimedia article about George Weah and what office he holds?
select distinct ?sbj where { ?sbj wdt:/officeholder/ wd:/George Weah/ . ?sbj wdt:/instance of/ wd:/Wikimedia list article/ }
Generate a SPARQL query that returns the answer of the following question.
What was Adventure Time nominated for in 2010?
SELECT ?obj WHERE { wd:/Adventure Time/ p:/nominated for/ ?s . ?s ps:/nominated for/ ?obj . ?s pq:/point in time/ ?x filter(contains(YEAR(?x),'2010')) }
Generate a SPARQL query that returns the answer of the following question.
What tournament had the most tied games since the 1983 Lions tour to New Zealand?
select ?ent where { ?ent wdt:/instance of/ wd:/tournament/ . ?ent wdt:/number of draws/ties/ ?obj . ?ent wdt:/followed by/ wd:/1983 British Lions tour to New Zealand/ } ORDER BY DESC(?obj)LIMIT 5
Generate a SPARQL query that returns the answer of the following question.
Tell me milk tea whose name has the word tarik in it.
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:/instance of/ wd:/milk tea/ . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'tarik')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
Generate a SPARQL query that returns the answer of the following question.
What school did Thomas J. Healey's sibling attend?
SELECT ?answer WHERE { wd:/Thomas J. Healey/ wdt:/sibling/ ?X . ?X wdt:/educated at/ ?answer}
Generate a SPARQL query that returns the answer of the following question.
Who makes use of the inventor of World on a Wire?
SELECT ?answer WHERE { wd:/World on a Wire/ wdt:/uses/ ?X . ?X wdt:/discoverer or inventor/ ?answer}
Generate a SPARQL query that returns the answer of the following question.
who jurisdiction of legally established by of water pollution ?
SELECT ?answer WHERE { wd:/water pollution/ wdt:/main regulatory text/ ?X . ?X wdt:/applies to jurisdiction/ ?answer}
Generate a SPARQL query that returns the answer of the following question.
What part of Lena River with coordinate location of 53.9334 108.0837?
SELECT ?value WHERE { wd:/Lena River/ p:/coordinate location/ ?s . ?s ps:/coordinate location/ ?x filter(contains(?x,'53.9334 108.0837')) . ?s pq:/applies to part/ ?value}
Generate a SPARQL query that returns the answer of the following question.
What character role did cast member Burt Ward play in Batman?
SELECT ?value WHERE { wd:/Batman/ p:/cast member/ ?s . ?s ps:/cast member/ wd:/Burt Ward/ . ?s pq:/character role/ ?value}
Generate a SPARQL query that returns the answer of the following question.
Tell me a painting that depicts Mona Lisa with the word "lisa" in its name.
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:/instance of/ wd:/painting/ . ?sbj wdt:/depicts/ wd:/person depicted in Mona Lisa/ . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'lisa')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
Generate a SPARQL query that returns the answer of the following question.
What were the uses of Pan when it was invented in 1970?
SELECT ?obj WHERE { wd:/Pan/ p:/uses/ ?s . ?s ps:/uses/ ?obj . ?s pq:/time of discovery or invention/ ?x filter(contains(YEAR(?x),'1970')) }
Generate a SPARQL query that returns the answer of the following question.
what is the class IIIA combustible liquid with the highest vapor pressure whose has part is chlorine?
select ?ent where { ?ent wdt:/instance of/ wd:/Class IIIA combustible liquid/ . ?ent wdt:/vapor pressure/ ?obj . ?ent wdt:/has part(s)/ wd:/chlorine/ } ORDER BY DESC(?obj)LIMIT 5
Generate a SPARQL query that returns the answer of the following question.
WHICH IS ARRODISSEMENTS OF COUNTRY SEAT FOE YAREN DISTRICT
SELECT ?answer WHERE { wd:/Yaren District/ wdt:/capital of/ ?X . ?X wdt:/contains the administrative territorial entity/ ?answer}
Generate a SPARQL query that returns the answer of the following question.
What is Turkmenistan short name in the emoji flag sequence?
SELECT ?obj WHERE { wd:/Turkmenistan/ p:/short name/ ?s . ?s ps:/short name/ ?obj . ?s pq:/instance of/ wd:/emoji regional indicator sequence/ }
Generate a SPARQL query that returns the answer of the following question.
Who is the mother and husband of Candice Bergen?
SELECT ?ans_1 ?ans_2 WHERE { wd:/Candice Bergen/ wdt:/mother/ ?ans_1 . wd:/Candice Bergen/ wdt:/spouse/ ?ans_2 }
Generate a SPARQL query that returns the answer of the following question.
Which is the town of Tottori Prefecture that has point on the globe is 133.43?
SELECT ?answer WHERE { wd:/Tottori Prefecture/ wdt:/contains the administrative territorial entity/ ?answer . ?answer wdt:/coordinate location/ ?x FILTER(contains(?x,'133.43'))}
Generate a SPARQL query that returns the answer of the following question.
Is the Rolladen-Schneider LS8's maximum glide ratio equal to 49?
ASK WHERE { wd:/Rolladen Schneider LS8/ wdt:/maximum glide ratio/ ?obj filter(?obj = 49) }
Generate a SPARQL query that returns the answer of the following question.
what is highly urbanized city language used by tagalog and also which starts with letter v
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:/instance of/ wd:/highly urbanized city/ . ?sbj wdt:/language used/ wd:/Tagalog/ . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'v')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
Generate a SPARQL query that returns the answer of the following question.
Which head of state has the shortest term length of office?
select ?ent where { ?ent wdt:/instance of/ wd:/position/ . ?ent wdt:/term length of office/ ?obj . ?ent wdt:/subclass of/ wd:/head of state/} ORDER BY ASC(?obj)LIMIT 5
Generate a SPARQL query that returns the answer of the following question.
Tell me which is the world view that starts with the letter t?
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:/instance of/ wd:/world view/ . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 't')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
Generate a SPARQL query that returns the answer of the following question.
Who is Elizabeth II's proxy in Canada?
SELECT ?value WHERE { wd:/Elizabeth II/ p:/position held/ ?s . ?s ps:/position held/ wd:/monarch of Canada/ . ?s pq:/proxy/ ?value}
Generate a SPARQL query that returns the answer of the following question.
Which are the page(s) for A Love Supreme has publication date as 1965-2-1 ?
SELECT ?value WHERE { wd:/A Love Supreme/ p:/publication date/ ?s . ?s ps:/publication date/ ?x filter(contains(YEAR(?x),'1965')) . ?s pq:/page(s)/ ?value}
Generate a SPARQL query that returns the answer of the following question.
Which is the polyatomic anion for the conjugation acid of phenol?
select distinct ?sbj where { ?sbj wdt:/conjugate acid/ wd:/phenol/ . ?sbj wdt:/instance of/ wd:/polyatomic anion/ }
Generate a SPARQL query that returns the answer of the following question.
WHAT ARE THE OCCURRENCE THAT STARTS WITH W
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:/instance of/ wd:/occurrence/ . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'w')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
Generate a SPARQL query that returns the answer of the following question.
"What is place of dip, that has {precedes} is {water surface} ?"
SELECT ?answer WHERE { wd:/underwater diving/ wdt:/location/ ?answer . ?answer wdt:/followed by/ wd://}
Generate a SPARQL query that returns the answer of the following question.
Is it true that the payload mass of the Vale Beijing equals to 404389?
ASK WHERE { wd:/Vale Beijing/ wdt:/payload mass/ ?obj filter(?obj = 404389) }
Generate a SPARQL query that returns the answer of the following question.
For what temperature does sulfur dioxide has 3.2 vapor pressure?
SELECT ?value WHERE { wd:/sulfur dioxide/ p:/vapor pressure/ ?s . ?s ps:/vapor pressure/ ?x filter(contains(?x,'3.2')) . ?s pq:/temperature/ ?value}
Generate a SPARQL query that returns the answer of the following question.
What date did Jean le Rond D'Alembert die?
SELECT (COUNT(?obj) AS ?value ) { wd:/Jean le Rond d'Alembert/ wdt:/date of death/ ?obj }
Generate a SPARQL query that returns the answer of the following question.
Was Clement I's middle name the same as Klemen?
SELECT ?answer WHERE { wd:/Clement I/ wdt:/given name/ ?answer . ?answer wdt:/said to be the same as/ wd:/Klemen/}
Generate a SPARQL query that returns the answer of the following question.
"Which is {language of work} of {Million Dollar Extreme}, that has {AWLD status} is {1 safe} ?"
SELECT ?answer WHERE { wd:/Million Dollar Extreme/ wdt:/language of work or name/ ?answer . ?answer wdt:/UNESCO language status/ wd:/1 safe/}
Generate a SPARQL query that returns the answer of the following question.
What is playing that Ieva Januskeviciute was a part of?
SELECT ?answer WHERE { wd:/Ieva Januškevičiūtė/ wdt:/participant in/ ?X . ?X wdt:/sport/ ?answer}
Generate a SPARQL query that returns the answer of the following question.
What causes Anthrax and what drug is used for treatment?
SELECT ?ans_1 ?ans_2 WHERE { wd:/anthrax/ wdt:/has cause/ ?ans_1 . wd:/anthrax/ wdt:/drug or therapy used for treatment/ ?ans_2 }
Generate a SPARQL query that returns the answer of the following question.
Who is the sculptor portrayed in mandolin?
SELECT ?answer WHERE { wd:/mandolin/ wdt:/depicted by/ ?X . ?X wdt:/creator/ ?answer}
Generate a SPARQL query that returns the answer of the following question.
What are the plays of the organizer of the UMB World Three-cushion Championship?
SELECT ?answer WHERE { wd:/UMB World Three-cushion Championship/ wdt:/organizer/ ?X . ?X wdt:/sport/ ?answer}
Generate a SPARQL query that returns the answer of the following question.
Which {musical instrument} of {musician} is used on {A Theme from The Threepenny Opera} ?
SELECT ?answer WHERE { wd:/A Theme from The Threepenny Opera/ wdt:/performer/ ?X . ?X wdt:/instrument/ ?answer}
Generate a SPARQL query that returns the answer of the following question.
Which former British-dominated country has the highest retirement age as found in the Jewish Encyclopedia of Brockhaus and Efron?
select ?ent where { ?ent wdt:/instance of/ wd:/dominion of the British Empire/ . ?ent wdt:/retirement age/ ?obj . ?ent wdt:/described by source/ wd:/Jewish Encyclopedia of Brockhaus and Efron/ } ORDER BY DESC(?obj)LIMIT 5
Generate a SPARQL query that returns the answer of the following question.
Who is the nominee for Nirvana whose victor is Moby?
SELECT ?answer WHERE { wd:/Nirvana/ wdt:/nominated for/ ?answer . ?answer wdt:/winner/ wd:/Moby/}
Generate a SPARQL query that returns the answer of the following question.
Was Catherine of Aragon's given name Katherine and Catalina ?
ASK WHERE { wd:/Catherine of Aragon/ wdt:/given name/ wd:/Katherine/ . wd:/Catherine of Aragon/ wdt:/given name/ wd:/Catalina/ }
Generate a SPARQL query that returns the answer of the following question.
Is the river head a tributary of the Yellow River?
SELECT ?answer WHERE { wd:/Yellow River/ wdt:/tributary/ ?X . ?X wdt:/origin of the watercourse/ ?answer}
Generate a SPARQL query that returns the answer of the following question.
What is the same saying and the participant of the Pacific War?
SELECT ?ans_1 ?ans_2 WHERE { wd:/Pacific War/ wdt:/said to be the same as/ ?ans_1 . wd:/Pacific War/ wdt:/participant/ ?ans_2 }
Generate a SPARQL query that returns the answer of the following question.
Which is the medication that is found in taxon of Homo Sapiens and contains the word tyrosine in it's name?
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:/instance of/ wd:/medication/ . ?sbj wdt:/found in taxon/ wd:/Homo sapiens/ . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'tyrosine')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
Generate a SPARQL query that returns the answer of the following question.
Is the frequency of the BorWin alpha equal to 0.0?
ASK WHERE { wd:/BorWin alpha/ wdt:/frequency/ ?obj filter(?obj = 0.0) }
Generate a SPARQL query that returns the answer of the following question.
Which Class IIIA combustible liquid has the highest short-term exposure limit?
select ?ent where { ?ent wdt:/instance of/ wd:/Class IIIA combustible liquid/ . ?ent wdt:/short-term exposure limit/ ?obj } ORDER BY DESC(?obj)LIMIT 5
Generate a SPARQL query that returns the answer of the following question.
What is the musical instrument of the songwriter of "Piano Concerto No. 5"?
SELECT ?answer WHERE { wd:/Piano Concerto No. 5/ wdt:/composer/ ?X . ?X wdt:/instrument/ ?answer}
Generate a SPARQL query that returns the answer of the following question.
What was the depth over terrain presented by Good Morning America?
SELECT ?answer WHERE { wd:/Good Morning America/ wdt:/presenter/ ?X . ?X wdt:/height/ ?answer}
Generate a SPARQL query that returns the answer of the following question.
What was Gerry Adams position held that cause the dissolution of parliament?
SELECT ?obj WHERE { wd:/Gerry Adams/ p:/position held/ ?s . ?s ps:/position held/ ?obj . ?s pq:/end cause/ wd:/dissolution of parliament/ }
Generate a SPARQL query that returns the answer of the following question.
What is the diplomatic relation of the place of origin of the Jew Killings in Ivangorod?
SELECT ?answer WHERE { wd:/Ivanhorod Einsatzgruppen photograph/ wdt:/country of origin/ ?X . ?X wdt:/diplomatic relation/ ?answer}
Generate a SPARQL query that returns the answer of the following question.
What is the time Jullian Barnes has been nominated for man Booker prize?
SELECT ?value WHERE { wd:/Julian Barnes/ p:/nominated for/ ?s . ?s ps:/nominated for/ wd:/Booker Prize/ . ?s pq:/point in time/ ?value}
Generate a SPARQL query that returns the answer of the following question.
Name the underground station with the most tracks in Finland?
select ?ent where { ?ent wdt:/instance of/ wd:/station located underground/ . ?ent wdt:/number of platform tracks/ ?obj . ?ent wdt:/country/ wd:/Finland/ } ORDER BY DESC(?obj)LIMIT 5
Generate a SPARQL query that returns the answer of the following question.
Name a colonial empire that starts with the letter I
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:/instance of/ wd:/colonial empire/ . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'l')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25