question
stringlengths
9
150
query
stringlengths
63
685
dataset-id
stringclasses
12 values
How much did the department for work and pensions pay for Research into Infrastructure?
select sum(xsd:decimal(?amount)) as ?result from <http://linkedspending.aksw.org/ukgov-finances-cra> { ?obs qb:dataSet ls:ukgov-finances-cra. ?obs lso:ukgov-finances-cra-cofog2 <https://openspending.org/ukgov-finances-cra/cofog2/04.8>. ?obs lso:ukgov-finances-cra-from <https://openspending.org/ukgov-finances-cra/from/...
qald-6
What are the geographic regions in the UK Country Regional Analysis from the scottish executive and its departments for forests?
select distinct(?result) from <http://linkedspending.aksw.org/ukgov-finances-cra> { ?obs qb:dataSet ls:ukgov-finances-cra. ?obs lso:ukgov-finances-cra-cofog3 <https://openspending.org/ukgov-finances-cra/cofog3/04.2.2>. ?obs lso:ukgov-finances-cra-from <https://openspending.org/ukgov-finances-cra/from/SCT075>. ?obs lso...
qald-6
How much cost the implementation of Midwifery Education in Nangarhar?
select sum(xsd:decimal(?amount)) as ?result from <http://linkedspending.aksw.org/iati_cordaid_af> { ?obs qb:dataSet ls:iati_cordaid_af. ?obs lso:iati_cordaid_af-Unique <https://openspending.org/iati_cordaid_af/Unique/259>. ?obs lso:iati_cordaid_af-Activity_Status "Implementation". ?obs lso:iati_cordaid_af-amount ?amou...
qald-6
How much was spent on food security by Cordaid in Afghanistan?
select sum(xsd:decimal(?amount)) as ?result from <http://linkedspending.aksw.org/iati_cordaid_af> { ?obs qb:dataSet ls:iati_cordaid_af. ?obs lso:iati_cordaid_af-Area "Food Security". ?obs lso:iati_cordaid_af-amount ?amount. }
qald-6
What was the total expenditure on Materials and Supplies of the City of Toronto in 2010?
select sum(xsd:decimal(?amount)) as ?result from <http://linkedspending.aksw.org/ca-local-toronto> { ?obs qb:dataSet ls:ca-local-toronto. ?obs lso:ca-local-toronto-type "Materials and Supplies". ?obs lso:ca-local-toronto-amount ?amount. ?obs lso:refYear ?year. filter(year(?year)=2010). }
qald-6
How much did Ireland charities pay in total governance costs?
select sum(xsd:decimal(?amount)) as ?result from <http://linkedspending.aksw.org/ie_charity_exp> { ?obs qb:dataSet ls:ie_charity_exp. ?obs lso:ie_charity_exp-Level3 <https://openspending.org/ie_charity_exp/Level3/b3-5300>. ?obs lso:ie_charity_exp-amount ?amount. }
qald-6
What was the frontex staff budget in 2005?
select sum(xsd:decimal(?amount)) as ?result from <http://linkedspending.aksw.org/frontex> { ?obs lso:refYear ?year. filter(year(?year)=2005). ?obs qb:dataSet ls:frontex. ?obs lso:frontex-Heading <https://openspending.org/frontex/Heading/a-1>. ?obs lso:frontex-amount ?amount. }
qald-6
What was the smallest amount for industrial and commercial facilities in the Dublin City Council Expenditure Budget of 2013?
select min(xsd:decimal(?amount)) as ?sum from <http://linkedspending.aksw.org/dcc_exp_budget2013> { ?obs qb:dataSet ls:dcc_exp_budget2013. ?obs lso:dcc_exp_budget2013-Service <https://openspending.org/dcc_exp_budget2013/Service/d04>. ?obs lso:dcc_exp_budget2013-amount ?amount. }
qald-6
Which country received the highest financial crisis aid?
select ?country from <http://linkedspending.aksw.org/financial_aid> { ?obs qb:dataSet ls:financial_aid. ?obs lso:financial_aid-amount ?amount. ?obs lso:financial_aid-country ?country. } order by desc(sum(xsd:decimal(?amount))) limit 1
qald-6
How much was charity spending was expended for charitable activities in Haiti?
select sum(xsd:decimal(?amount)) as ?sum from <http://linkedspending.aksw.org/concern2012> { ?obs qb:dataSet ls:concern2012. ?obs lso:concern2012-Level1 <https://openspending.org/concern2012/Level1/expended>. ?obs lso:concern2012-Level3 <https://openspending.org/concern2012/Level3/charitable-activities>. ?obs lso:conc...
qald-6
What is the amount given by the Metropolitan Police Department to Cybernational?
select sum(xsd:decimal(?amount)) as ?sum from <http://linkedspending.aksw.org/dc-vendors-contractors> { ?obs qb:dataSet ls:dc-vendors-contractors. ?obs lso:dc-vendors-contractors-from <https://openspending.org/dc-vendors-contractors/from/metropolitan-police-department>. ?obs lso:dc-vendors-contractors-to <https://open...
qald-6
What was the highest amount under the sub-account for layout and construction of buildingsin Cameroon in 2009?
select max(xsd:decimal(?amount)) as ?sum from <http://linkedspending.aksw.org/cameroon_visualisation> { ?obs qb:dataSet ls:cameroon_visualisation. ?obs lso:cameroon_visualisation-sub_account <https://openspending.org/cameroon_visualisation/sub_account/221-1>. ?obs lso:cameroon_visualisation-amount ?amount. ?obs lso:re...
qald-6
When did Canada get Nominet Trust funding for the last time?
select max(distinct(?date)) from <http://linkedspending.aksw.org/nominettrust_funding> { ?obs qb:dataSet ls:nominettrust_funding. ?obs lso:nominettrust_funding-region <https://openspending.org/nominettrust_funding/region/canada>. ?obs lso:refDate ?date. }
qald-6
Which admin was reponsible for the most total running expenses in Armenia in 2009?
select ?result from <http://linkedspending.aksw.org/618ac3ec98384f44a9ef142356ce476d> { ?obs qb:dataSet ls:618ac3ec98384f44a9ef142356ce476d. ?obs lso:618ac3ec98384f44a9ef142356ce476d-economiclevel1 "Running expenses". ?obs lso:618ac3ec98384f44a9ef142356ce476d-from ?result. ?obs lso:618ac3ec98384f44a9ef142356ce476d-amo...
qald-6
How much is the total amount of statuatory transfers in Nigerias proposed budget of 2013?
select sum(xsd:decimal(?amount)) as ?sum from <http://linkedspending.aksw.org/propbudg13> { ?obs qb:dataSet ls:propbudg13. ?obs lso:propbudg13-from <https://openspending.org/propbudg13/from/statutory-transfers>. ?obs lso:propbudg13-amount ?amount. }
qald-6
How much did the New York City Council Members give in 2015 for the Manhattan youth?
select sum(xsd:decimal(?amount)) as ?sum from <http://linkedspending.aksw.org/nyc-council-member-items> { ?obs qb:dataSet ls:nyc-council-member-items. ?obs lso:nyc-council-member-items-category <https://openspending.org/nyc-council-member-items/category/youth>. ?obs lso:nyc-council-member-items-borough <https://opensp...
qald-6
What was the amount of the smallest community grant in the Fingal County Council expenditure budget?
select min(xsd:decimal(?amount)) as ?sum from <http://linkedspending.aksw.org/fingal_exp_budget> { ?obs qb:dataSet ls:fingal_exp_budget. ?obs lso:fingal_exp_budget-ref2-desc "Community Grants". ?obs lso:fingal_exp_budget-amount ?amount. }
qald-6
When was the upgrade of the Parks-Baba Park paid?
select distinct(?date) from <http://linkedspending.aksw.org/pbw-ct> { ?obs qb:dataSet ls:pbw-ct. ?obs lso:pbw-ct-Description <https://openspending.org/pbw-ct/Description/upgrade-of-parks-baba-park>. ?obs lso:refDate ?date. }
qald-6
Who was the doctoral supervisor of Albert Einstein?
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Albert_Einstein> <http://dbpedia.org/ontology/doctoralAdvisor> ?uri . }
qald-6
Did Kaurismäki ever win the Grand Prix at Cannes?
ASK WHERE { <http://dbpedia.org/resource/Aki_Kaurismäki> <http://dbpedia.org/ontology/award> <http://dbpedia.org/resource/Grand_Prix_(Cannes_Film_Festival)> . }
qald-6
Who wrote the song Hotel California?
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Hotel_California> <http://dbpedia.org/ontology/writer> ?uri . }
qald-6
Who was on the Apollo 11 mission?
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Apollo_11> <http://dbpedia.org/property/crewMembers> ?uri . }
qald-6
Which electronics companies were founded in Beijing?
SELECT DISTINCT ?uri WHERE { ?uri a <http://dbpedia.org/ontology/Company> . ?uri <http://dbpedia.org/ontology/industry> <http://dbpedia.org/resource/Electronics> . ?uri <http://dbpedia.org/ontology/foundationPlace> <http://dbpedia.org/resource/Beijing> . }
qald-6
What is in a chocolate chip cookie?
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Chocolate_chip_cookie> <http://dbpedia.org/ontology/ingredient> ?uri . }
qald-6
What is the atmosphere of the Moon composed of?
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Moon> <http://dbpedia.org/property/atmosphereComposition> ?uri . }
qald-6
How many movies did Park Chan-wook direct?
SELECT COUNT(DISTINCT ?uri) WHERE { ?uri <http://dbpedia.org/ontology/director> <http://dbpedia.org/resource/Park_Chan-wook> . }
qald-6
Who are the developers of DBpedia?
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/DBpedia> <http://dbpedia.org/ontology/developer> ?uri . }
qald-6
Which Indian company has the most employees?
SELECT DISTINCT ?uri WHERE { ?uri a <http://dbpedia.org/ontology/Company> . ?uri <http://dbpedia.org/ontology/location> <http://dbpedia.org/resource/India> . ?uri <http://dbpedia.org/ontology/numberOfEmployees> ?n . } ORDER BY DESC(?n) OFFSET 0 LIMIT 1
qald-6
What is the name of the school where Obama's wife studied?
SELECT DISTINCT ?s WHERE { <http://dbpedia.org/resource/Barack_Obama> <http://dbpedia.org/property/spouse> ?x . ?x <http://dbpedia.org/property/almaMater> ?s . }
qald-6
Where does Piccadilly start?
SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/routeStart> <http://dbpedia.org/resource/Piccadilly>. }
qald-6
What is the capital of Cameroon?
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Cameroon> <http://dbpedia.org/ontology/capital> ?uri. }
qald-6
When did the Boston Tea Party take place?
SELECT DISTINCT ?d WHERE { <http://dbpedia.org/resource/Boston_Tea_Party> <http://dbpedia.org/property/date> ?d . }
qald-6
Who played Gus Fring in Breaking Bad?
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Gus_Fring> <http://dbpedia.org/ontology/portrayer> ?uri . }
qald-6
Who wrote Harry Potter?
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Harry_Potter> <http://dbpedia.org/property/author> ?uri . }
qald-6
Which actors play in Big Bang Theory?
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/The_Big_Bang_Theory> <http://dbpedia.org/ontology/starring> ?uri . }
qald-6
What is the largest country in the world?
SELECT DISTINCT ?uri WHERE { ?uri a <http://dbpedia.org/ontology/Country> . ?uri <http://dbpedia.org/ontology/areaTotal> ?n . } ORDER BY DESC(?n) OFFSET 0 LIMIT 1
qald-6
Who is the president of Eritrea?
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Eritrea> <http://dbpedia.org/ontology/leader> ?uri . <http://dbpedia.org/resource/Eritrea> <http://dbpedia.org/ontology/leaderTitle> 'President'@en . }
qald-6
Which computer scientist won an oscar?
SELECT DISTINCT ?uri WHERE { { ?uri <http://dbpedia.org/ontology/field> <http://dbpedia.org/resource/Computer_science> . } UNION { ?uri <http://purl.org/dc/elements/1.1/description> ?s . FILTER regex(?s,'computer scientist','i') } ?uri <http://dbpedia.org/ontology/award> <http://dbpedia.org/resource/Academy_Awards> . }...
qald-6
Who created Family Guy?
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Family_Guy> <http://dbpedia.org/ontology/creator> ?uri . }
qald-6
How many people live in Poland?
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Poland> <http://dbpedia.org/ontology/populationTotal> ?uri . }
qald-6
To which party does the mayor of Paris belong?
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Paris> <http://dbpedia.org/ontology/mayor> ?x . ?x <http://dbpedia.org/ontology/party> ?uri . }
qald-6
Who does the voice of Bart Simpson?
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Bart_Simpson> <http://dbpedia.org/property/voiceactor> ?uri . }
qald-6
Who composed the soundtrack for Cameron's Titanic?
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Titanic_(1997_film)> <http://dbpedia.org/ontology/musicComposer> ?uri . }
qald-6
When did Boris Becker end his active career?
SELECT DISTINCT ?d WHERE { <http://dbpedia.org/resource/Boris_Becker> <http://dbpedia.org/ontology/activeYearsEndDate> ?d . }
qald-6
Show me all basketball players that are higher than 2 meters.
SELECT DISTINCT ?uri WHERE { ?uri a <http://dbpedia.org/ontology/BasketballPlayer> . ?uri <http://dbpedia.org/ontology/height> ?n . FILTER (?n > 2.0) }
qald-6
What country is Sitecore from?
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Sitecore> <http://dbpedia.org/ontology/foundationPlace> ?uri . }
qald-6
Which country was Bill Gates born in?
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Bill_Gates> <http://dbpedia.org/ontology/birthPlace> ?x . ?x <http://dbpedia.org/ontology/country> ?uri . }
qald-6
Who developed Slack?
SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/product> <http://dbpedia.org/resource/Slack_(software)> . }
qald-6
In which city did Nikos Kazantzakis die?
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Nikos_Kazantzakis> <http://dbpedia.org/ontology/deathPlace> ?uri . ?uri a <http://dbpedia.org/ontology/Town> . }
qald-6
How many grand-children did Jacques Cousteau have?
SELECT COUNT(DISTINCT ?y) WHERE { <http://dbpedia.org/resource/Jacques_Cousteau> <http://dbpedia.org/ontology/child> ?x . ?x <http://dbpedia.org/ontology/child> ?y . }
qald-6
Which films did Stanley Kubrick direct?
SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/director> <http://dbpedia.org/resource/Stanley_Kubrick> . }
qald-6
Does Neymar play for Real Madrid?
ASK WHERE { <http://dbpedia.org/resource/Neymar> <http://dbpedia.org/ontology/team> <http://dbpedia.org/resource/Real_Madrid_C.F.> . }
qald-6
How many seats does the home stadium of FC Porto have?
SELECT DISTINCT ?n WHERE { <http://dbpedia.org/resource/FC_Porto> <http://dbpedia.org/ontology/ground> ?x . ?x <http://dbpedia.org/ontology/seatingCapacity> ?n . }
qald-6
Show me all books in Asimov's Foundation series.
SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/series> <http://dbpedia.org/resource/Foundation_series> . }
qald-6
Which movies star both Liz Taylor and Richard Burton?
SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/starring> <http://dbpedia.org/resource/Elizabeth_Taylor> . ?uri <http://dbpedia.org/ontology/starring> <http://dbpedia.org/resource/Richard_Burton> . }
qald-6
In which city are the headquarters of the United Nations?
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Headquarters_of_the_United_Nations> <http://dbpedia.org/ontology/location> ?uri . ?uri a <http://dbpedia.org/ontology/City> . }
qald-6
In which city was the president of Montenegro born?
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/office> <http://dbpedia.org/resource/President_of_Montenegro> . ?x <http://dbpedia.org/ontology/birthPlace> ?uri . ?uri a <http://dbpedia.org/ontology/City> . }
qald-6
Which writers studied in Istanbul?
SELECT DISTINCT ?uri WHERE { ?uri a <http://dbpedia.org/ontology/Writer> . { ?uri <http://dbpedia.org/ontology/almaMater> ?x . } UNION { ?uri <http://dbpedia.org/ontology/education> ?x . } { ?x <http://dbpedia.org/ontology/city> <http://dbpedia.org/resource/Istanbul> . } UNION { ?x <http://dbpedia.org/property/city> <h...
qald-6
Who is the mayor of Paris?
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Paris> <http://dbpedia.org/ontology/mayor> ?uri . }
qald-6
What is the full name of Prince Charles?
SELECT DISTINCT ?s WHERE { <http://dbpedia.org/resource/Charles,_Prince_of_Wales> <http://dbpedia.org/ontology/alias> ?s . }
qald-6
What is the longest river in China?
SELECT DISTINCT ?uri WHERE { ?uri a <http://dbpedia.org/ontology/River> . ?uri <http://dbpedia.org/ontology/country> <http://dbpedia.org/resource/China> . ?uri <http://dbpedia.org/property/length> ?l . } ORDER BY DESC(?l) OFFSET 0 LIMIT 1
qald-6
Who discovered Ceres?
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Ceres_(dwarf_planet)> <http://dbpedia.org/ontology/discoverer> ?uri . }
qald-6
When did princess Diana die?
SELECT DISTINCT ?d WHERE { <http://dbpedia.org/resource/Diana,_Princess_of_Wales> <http://dbpedia.org/ontology/deathDate> ?d . }
qald-6
Who is the host of the BBC Wildlife Specials?
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/BBC_Wildlife_Specials> <http://dbpedia.org/ontology/presenter> ?uri . }
qald-6
How many moons does Mars have?
SELECT DISTINCT ?n WHERE { <http://dbpedia.org/resource/Mars> <http://dbpedia.org/property/satellites> ?n . }
qald-6
What was the first Queen album?
SELECT DISTINCT ?uri WHERE { ?uri a <http://dbpedia.org/ontology/Album> . ?uri <http://dbpedia.org/ontology/artist> <http://dbpedia.org/resource/Queen_(band)> . ?uri <http://dbpedia.org/ontology/releaseDate> ?d . } ORDER BY ASC(?d) OFFSET 0 LIMIT 1
qald-6
Did Elvis Presley have children?
ASK WHERE { <http://dbpedia.org/resource/Elvis_Presley> <http://dbpedia.org/ontology/child> ?uri . }
qald-6
Give me a list of all Canadians that reside in the U.S.
SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/birthPlace> <http://dbpedia.org/resource/Canada> . ?uri <http://dbpedia.org/ontology/residence> <http://dbpedia.org/resource/United_States> . }
qald-6
Where is Syngman Rhee buried?
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Syngman_Rhee> <http://dbpedia.org/ontology/restingPlace> ?uri . }
qald-6
In which countries do people speak Japanese?
SELECT DISTINCT ?uri WHERE { ?uri a <http://dbpedia.org/ontology/Country> . ?uri <http://dbpedia.org/ontology/language> <http://dbpedia.org/resource/Japanese_language> . }
qald-6
Who is the king of the Netherlands?
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Netherlands> <http://dbpedia.org/ontology/leader> ?uri . ?uri a <http://dbpedia.org/ontology/Royalty> . }
qald-6
When did the Dodo become extinct?
SELECT DISTINCT ?s WHERE { <http://dbpedia.org/resource/Dodo> <http://dbpedia.org/property/extinct> ?s . }
qald-6
Show me all Czech movies.
SELECT DISTINCT ?uri WHERE { ?uri a <http://dbpedia.org/ontology/Film> . ?uri <http://dbpedia.org/ontology/country> <http://dbpedia.org/resource/Czech_Republic> . }
qald-6
Which rivers flow into the North Sea?
SELECT DISTINCT ?uri WHERE { ?uri a <http://dbpedia.org/ontology/River> . ?uri <http://dbpedia.org/ontology/riverMouth> <http://dbpedia.org/resource/North_Sea> . }
qald-6
When did Operation Overlord commence?
SELECT DISTINCT ?d WHERE { <http://dbpedia.org/resource/Operation_Overlord> <http://dbpedia.org/ontology/date> ?d . }
qald-6
Where do the Red Sox play?
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Boston_Red_Sox> <http://dbpedia.org/property/ballpark> ?uri . }
qald-6
In which time zone is Rome?
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Rome> <http://dbpedia.org/ontology/timeZone> ?uri . }
qald-6
Give me a list of all critically endangered birds.
SELECT DISTINCT ?uri ?p WHERE { ?uri a <http://dbpedia.org/ontology/Bird> . { ?uri <http://dbpedia.org/ontology/conservationStatus> 'CR'^^<http://www.w3.org/2001/XMLSchema#string> . } UNION { ?uri <http://purl.org/dc/terms/subject> <http://dbpedia.org/resource/Category:Critically_endangered_animals> . } }
qald-6
How much did the Lego Movie cost?
SELECT DISTINCT ?n WHERE { <http://dbpedia.org/resource/The_Lego_Movie> <http://dbpedia.org/ontology/budget> ?n . }
qald-6
What was the original occupation of the inventor of Lego?
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Lego> <http://dbpedia.org/property/inventor> ?x . ?x <http://dbpedia.org/property/occupation> ?uri . }
qald-6
Which countries have more than ten volcanoes?
SELECT DISTINCT ?uri WHERE { ?x a <http://dbpedia.org/ontology/Volcano> . ?x <http://dbpedia.org/ontology/locatedInArea> ?uri . ?uri a <http://dbpedia.org/ontology/Country> . } GROUP BY ?uri HAVING (COUNT(?x) > 10)
qald-6
Show me all U.S. states.
SELECT DISTINCT ?uri WHERE { ?uri a <http://dbpedia.org/class/yago/StatesOfTheUnitedStates> . }
qald-6
Who wrote the Game of Thrones theme?
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Game_of_Thrones> <http://dbpedia.org/ontology/composer> ?uri. }
qald-6
How many calories does a baguette have?
SELECT DISTINCT ?n WHERE { <http://dbpedia.org/resource/Baguette> <http://dbpedia.org/ontology/approximateCalories> ?n. }
qald-6
Which companies produce hovercrafts?
SELECT DISTINCT ?uri WHERE { ?uri a <http://dbpedia.org/ontology/Company> . ?uri <http://dbpedia.org/ontology/product> <http://dbpedia.org/resource/Hovercraft> . }
qald-6
How many emperors did China have?
SELECT COUNT(DISTINCT ?uri) WHERE { ?uri <http://dbpedia.org/property/title> <http://dbpedia.org/resource/Emperor_of_China> . }
qald-6
Show me hiking trails in the Grand Canyon where there's no danger of flash floods.
SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/trailheads> <http://dbpedia.org/resource/Grand_Canyon> . FILTER NOT EXISTS { ?uri <http://dbpedia.org/property/hazards> <http://dbpedia.org/resource/Flash_flood> . } }
qald-6
In which ancient empire could you pay with cocoa beans?
SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/currency> <http://dbpedia.org/resource/Cocoa_bean> . }
qald-6
How did Michael Jackson die?
SELECT DISTINCT ?s WHERE { <http://dbpedia.org/resource/Michael_Jackson> <http://dbpedia.org/property/deathCause> ?s . }
qald-6
Which space probes were sent into orbit around the sun?
SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/satelliteOf> <http://dbpedia.org/resource/Sun> . }
qald-6
When was Coca Cola invented?
SELECT DISTINCT ?n WHERE { <http://dbpedia.org/resource/Coca-Cola> <http://dbpedia.org/property/introduced> ?n . }
qald-6
What is the biggest stadium in Spain?
SELECT DISTINCT ?uri WHERE { ?uri a <http://dbpedia.org/ontology/Stadium> . ?uri <http://dbpedia.org/ontology/location> <http://dbpedia.org/resource/Spain> . ?uri <http://dbpedia.org/ontology/seatingCapacity> ?n . } ORDER BY DESC(?n) OFFSET 0 LIMIT 1
qald-6
On which day is Columbus Day?
SELECT DISTINCT ?d WHERE { <http://dbpedia.org/resource/Columbus_Day> <http://dbpedia.org/property/date> ?d . }
qald-6
How short is the shortest active NBA player?
SELECT DISTINCT ?n WHERE { ?x a <http://dbpedia.org/ontology/BasketballPlayer> . ?x <http://dbpedia.org/ontology/league> <http://dbpedia.org/resource/National_Basketball_Association> . ?x <http://dbpedia.org/ontology/height> ?n . FILTER NOT EXISTS { ?x <http://dbpedia.org/ontology/activeYearsEndYear> ?d . } } ORDER BY ...
qald-6
Whom did Lance Bass marry?
SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/spouse> <http://dbpedia.org/resource/Lance_Bass> . }
qald-6
What form of government does Russia have?
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Russia> <http://dbpedia.org/ontology/governmentType> ?uri . }
qald-6
What movies does Jesse Eisenberg play in?
SELECT DISTINCT ?uri WHERE { ?uri a <http://dbpedia.org/ontology/Film> . ?uri <http://dbpedia.org/ontology/starring> <http://dbpedia.org/resource/Jesse_Eisenberg> . }
qald-6
What color expresses loyalty?
SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/connotation> <http://dbpedia.org/resource/Loyalty> . }
qald-6
Show me all museums in London.
SELECT DISTINCT ?uri WHERE { ?uri a <http://dbpedia.org/ontology/Museum> . ?uri <http://dbpedia.org/ontology/location> <http://dbpedia.org/resource/London> . }
qald-6
Give me all South American countries.
SELECT DISTINCT ?uri WHERE { ?uri a <http://dbpedia.org/class/yago/SouthAmericanCountries> . }
qald-6