question stringlengths 9 150 | query stringlengths 109 692 | dataset-id stringclasses 12
values |
|---|---|---|
What are all the prizes won by the writer of A Grand Day Out? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:A_Grand_Day_Out onto:writer ?x . ?x onto:award ?uri . } | lcquad |
Is Lyndon bridge a kind of Truss bridge? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
ASK WHERE { res:Lyndon_Bridge prop:design res:Truss_bridge } | lcquad |
What tv show is created by Brian Graden? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri prop:developer <http://dbpedia.org/resource/Brian_Graden> . ?uri rdf:type onto:TelevisionShow} | lcquad |
What is the television show whose previous work is The Spirit of Christmas (short film)? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:previousWork <http://dbpedia.org/resource/The_Spirit_of_Christmas_(short_film)> . ?uri rdf:type onto:TelevisionShow} | lcquad |
In which country is there a dam on the Awash river? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:river <http://dbpedia.org/resource/Awash_River> . ?x prop:country ?uri . ?x rdf:type onto:Dam} | lcquad |
Count the total religions followed by the ones living in England. | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:residence <http://dbpedia.org/resource/England> . ?x prop:religion ?uri . } | lcquad |
Who wrote the play in which a character called Stella Kowalski exists? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:characters <http://dbpedia.org/resource/Stella_Kowalski> . ?x prop:writer ?uri . ?x rdf:type onto:Play} | lcquad |
Was Liliya Lobanova born in Ukraine? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
ASK WHERE { res:Liliya_Lobanova prop:birthplace res:Ukraine } | lcquad |
Name the broadcast area of ITV (Thailand) ? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/ITV_(Thailand)> prop:broadcastArea ?uri } | lcquad |
Is the hyundai elantra related to hyundai lavita? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
ASK WHERE { res:Hyundai_Lavita onto:relatedMeanOfTransportation res:Hyundai_Elantra } | lcquad |
What is the country where Sergei Ovchinnikov the volleyball player die, and Gumus was first aired ? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Gümüş_(TV_series)> prop:firstAired ?uri. <http://dbpedia.org/resource/Sergei_Ovchinnikov_(volleyball)> prop:placeOfDeath ?uri} | lcquad |
Is Serbian Titieca a doctoral student of Werner Heisenberghttp://dbpedia.org/resource/Werner_Heisenberg | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
ASK WHERE { res:Werner_Heisenberg onto:doctoralStudent res:Șerban_Țițeica } | lcquad |
What is the region of Kim Sawchuk ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Kim_Sawchuk prop:region ?uri } | lcquad |
Where was Liliya Lobanova born? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Liliya_Lobanova prop:birthplace ?uri } | lcquad |
What are some cars related to the ones with a V8? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:engine <http://dbpedia.org/resource/V8_engine> . ?x prop:related ?uri . ?x rdf:type onto:Automobile} | lcquad |
People of which religion have been the members of parliament, and are from the Kalutara Electoral district? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:region <http://dbpedia.org/resource/Kalutara_Electoral_District> . ?x onto:religion ?uri . ?x rdf:type onto:MemberOfParliament} | lcquad |
What are the important buildings of the architect whose one of the significant building is Krasnye Vorota? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:significantBuilding <http://dbpedia.org/resource/Krasnye_Vorota_(Moscow_Metro)> . ?x onto:significantBuilding ?uri . ?x rdf:type onto:Architect} | lcquad |
Name the common institute of Robert hall and Erica Frank ? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Robert_Hall_(economist)> onto:institution ?uri. <http://dbpedia.org/resource/Erica_Frank> onto:institution ?uri . } | lcquad |
Name the cause of death of Martino Martini ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Martino_Martini onto:deathCause ?uri } | lcquad |
In how many places have Irishmen died? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:birthPlace <http://dbpedia.org/resource/Ireland> . ?x onto:deathPlace ?uri . ?uri rdf:type onto:Location} | lcquad |
Count the number of fields of the scientists whose one of the fields is Sanskrit? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:fields <http://dbpedia.org/resource/Sanskrit> . ?x prop:fields ?uri } | lcquad |
Does the white river flow into the connecticut river{u'_id': u'97e02dcf44aa43c1b7cc7a7c155b118f', | PREFIX onto: <http://dbpedia.org/ontology/>
ASK WHERE { <http://dbpedia.org/resource/Connecticut_River> onto:rightTributary <http://dbpedia.org/resource/White_River_(Vermont)> } | lcquad |
Was andy worhol the director of the san diego surf? | PREFIX onto: <http://dbpedia.org/ontology/>
ASK WHERE { <http://dbpedia.org/resource/San_Diego_Surf_(film)> onto:cinematography <http://dbpedia.org/resource/Andy_Warhol> } | lcquad |
What is the debut team of ngel Escobar ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Ángel_Escobar prop:debutteam ?uri } | lcquad |
What currencies are used in the countries which have been governed by Francois Hollande? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:leader <http://dbpedia.org/resource/François_Hollande> . ?x onto:currency ?uri . ?x rdf:type onto:Country} | lcquad |
Where is Semnani and Assyrian Neo-Aramaic spoken ? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri prop:languages <http://dbpedia.org/resource/Semnani_languages> . ?uri onto:language <http://dbpedia.org/resource/Assyrian_Neo-Aramaic> . } | lcquad |
Give me a list of everyone who married the musicians signed up with Pablo Records? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:label res:Pablo_Records . ?uri onto:spouse ?x . } | lcquad |
Name the TV show whose cast member is Companion (Doctor Who) and is related to The Sarah Jane Adventures? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:starring <http://dbpedia.org/resource/Companion_(Doctor_Who)> . ?uri onto:related <http://dbpedia.org/resource/The_Sarah_Jane_Adventures> . ?uri rdf:type onto:TelevisionShow} | lcquad |
Which shows' opening themes was used to make If We Were a Movie? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:subsequentWork <http://dbpedia.org/resource/If_We_Were_a_Movie> . ?uri onto:openingTheme ?x . ?uri rdf:type onto:TelevisionShow} | lcquad |
What is the predecessor of the car engine which was succeeded by BMW M43 ? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:successor <http://dbpedia.org/resource/BMW_M43> . ?x prop:predecessor ?uri . ?x rdf:type onto:Engine} | lcquad |
Which country's leader is David Johnston? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:leader <http://dbpedia.org/resource/David_Johnston> . ?uri rdf:type onto:Country} | lcquad |
Give me a count of musical artists collaborating with Waylon Jennings? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE {?uri onto:associatedMusicalArtist <http://dbpedia.org/resource/Waylon_Jennings> . ?uri rdf:type onto:MusicalArtist} | lcquad |
Count everyone who was in the military unit which is structured like the Marine Aircraft Group 13 ? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:commandStructure <http://dbpedia.org/resource/Marine_Aircraft_Group_13> . ?uri onto:militaryUnit ?x . } | lcquad |
By which member of parliament was Provisional Government of Saskatchewan led? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri prop:order <http://dbpedia.org/resource/Provisional_Government_of_Saskatchewan> . ?uri rdf:type onto:MemberOfParliament} | lcquad |
List the houses of Parliament of India ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Parliament_of_India prop:houses ?uri } | lcquad |
Count the number of movies whose distributor is RKO Pictures and director of photography is Gregg Toland? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE {?uri prop:distributor <http://dbpedia.org/resource/RKO_Pictures> . ?uri onto:cinematography <http://dbpedia.org/resource/Gregg_Toland> } | lcquad |
In how many places can I find wine made of Vitis vinifera grapes? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:species <http://dbpedia.org/resource/Vitis_vinifera> . ?x onto:wineRegion ?uri . } | lcquad |
Which gadgets are made by companies of New Taipei City? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:locationCity res:New_Taipei_City . ?uri onto:manufacturer ?x . } | lcquad |
Name the hockey team which has head coach as Mike babcock and is based in Toronto ? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:locationCity <http://dbpedia.org/resource/Toronto> . ?uri prop:headCoach <http://dbpedia.org/resource/Mike_Babcock> . ?uri rdf:type ont... | lcquad |
What is the hub of Wan Air ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Wan_Air prop:hubs ?uri } | lcquad |
Who are the members of organizations headquartered at Amstelveen? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:headquarters <http://dbpedia.org/resource/Amstelveen> . ?x prop:membership ?uri . ?x rdf:type onto:Organisation} | lcquad |
Was the skeleton dance animated by Walt Disney? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
ASK WHERE { res:The_Skeleton_Dance onto:animator res:Walt_Disney } | lcquad |
Whcih creator of Theme Time Radio Hour also created subsequent work of Moondoc Matinee ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Moondog_Matinee onto:subsequentWork ?uri. res:Theme_Time_Radio_Hour prop:creator ?uri} | lcquad |
Who owns the tunnels operated by the Massachusetts Department of Transportation? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:operatedBy <http://dbpedia.org/resource/Massachusetts_Department_of_Transportation> . ?x prop:owner ?uri . ?x rdf:type onto:RoadTunnel} | lcquad |
Which comic characters are painted by Bill Finger? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:creator <http://dbpedia.org/resource/Bill_Finger> . ?uri rdf:type onto:ComicsCharacter} | lcquad |
Name few television shows's anchored by Ryan Seacrest? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:presenter <http://dbpedia.org/resource/Ryan_Seacrest> . ?uri rdf:type onto:TelevisionShow} | lcquad |
List education institute of the engineers whose alma mater is ChristChurch ? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:education <http://dbpedia.org/resource/Christchurch> . ?x onto:education ?uri . ?x rdf:type onto:Engineer} | lcquad |
What do the banks owned by Norwegian ministry of finance produce? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:parentCompany <http://dbpedia.org/resource/Ministry_of_Finance_(Norway)> . ?x prop:products ?uri . ?x rdf:type onto:Bank} | lcquad |
Is coffee a main ingredient of Hopje? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
ASK WHERE { res:Hopje prop:mainIngredient res:Coffee } | lcquad |
Does KOMC play Gospel Music? | PREFIX onto: <http://dbpedia.org/ontology/>
ASK WHERE { <http://dbpedia.org/resource/KOMC_(AM)> onto:programmeFormat <http://dbpedia.org/resource/Gospel_music> } | lcquad |
Which televison shows have location as Massachusetts ? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:location <http://dbpedia.org/resource/Massachusetts> . ?uri rdf:type onto:TelevisionShow} | lcquad |
Which clubs play in the La Liga? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:league <http://dbpedia.org/resource/La_Liga> . ?x prop:name ?uri . ?x rdf:type onto:SoccerClub} | lcquad |
The successor of Ellsworth Bunker belongs to which religion? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Ellsworth_Bunker onto:successor ?x . ?x onto:region ?uri . } | lcquad |
What medals have been given to people who died of lung cancer? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:deathCause <http://dbpedia.org/resource/Lung_cancer> . ?x onto:award ?uri . ?x rdf:type onto:Person} | lcquad |
Which rivers start in Wyoming? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:sourceRegion res:Wyoming } | lcquad |
Which band had members who are now in The Bleeding Heart Band? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:associatedBand <http://dbpedia.org/resource/The_Bleeding_Heart_Band> . ?uri onto:formerBandMember ?x . ?uri rdf:type onto:Band} | lcquad |
What is the common military branch of the Thomas Darden and that of Edwin F. Hunter | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Thomas_Darden onto:militaryBranch ?uri. res:Edwin_F._Hunter prop:branch ?uri} | lcquad |
In which countries are there banks which came after the National Commercial Bank of Mauritius? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/National_Commercial_Bank_Mauritius> onto:successor ?x . ?x prop:locationCountry ?uri . ?x rdf:type onto:Bank} | lcquad |
How many people have coached the players of Middlesbrough FC? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:team <http://dbpedia.org/resource/Middlesbrough_F.C.> . ?x onto:manager ?uri . ?uri rdf:type onto:Person} | lcquad |
What are the Languages of Zabbaleen ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Zabbaleen prop:languages ?uri } | lcquad |
What is the region served by Toll Global Express and also borders Siberia ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Toll_Global_Express onto:regionServed ?uri. res:Siberia onto:border ?uri} | lcquad |
In which mountain range does the Rochers De Naye lie? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:parentMountainPeak res:Rochers_de_Naye . ?x onto:mountainRange ?uri . } | lcquad |
Who has rented the stadiums owned by Toronto? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:owner <http://dbpedia.org/resource/Toronto> . ?x prop:tenants ?uri . ?x rdf:type onto:Stadium} | lcquad |
Was Krzystof Wielicki the first person that ascended the mt everest? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
ASK WHERE { res:Mount_Everest onto:firstAscentPerson res:Krzysztof_Wielicki } | lcquad |
What is the mascot of alma mater of John O Moseley? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:John_O._Moseley prop:almaMater ?x . ?x prop:mascot ?uri . } | lcquad |
Does the river shannon originate from Dowra? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
ASK WHERE { res:River_Shannon onto:sourceMountain res:Dowra } | lcquad |
Which newspapers are owned by Oslo citizens? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:location <http://dbpedia.org/resource/Oslo> . ?uri prop:owners ?x . ?uri rdf:type onto:Newspaper} | lcquad |
King crimson has been recorded in which places? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:artist res:King_Crimson . ?x onto:recordedIn ?uri . } | lcquad |
What is the show which opens with Gary Portnoy and Where Everybody Knows Your Name? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?uri onto:openingTheme <http://dbpedia.org/resource/Gary_Portnoy> . ?uri onto:openingTheme <http://dbpedia.org/resource/Where_Everybody_Knows_Your_Name> . ?uri rdf:type onto:TelevisionShow} | lcquad |
Does chicago own the washington station on the CTA Blue Line? | PREFIX prop: <http://dbpedia.org/property/>
ASK WHERE { <http://dbpedia.org/resource/Washington_station_(CTA_Blue_Line)> prop:owned <http://dbpedia.org/resource/Chicago> } | lcquad |
Who is the architect of Red House, London ? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Red_House,_London> prop:architect ?uri } | lcquad |
Which is the common prospect team of Mikhail Pashnin and Robin kovacs ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Mikhail_Pashnin prop:prospectTeam ?uri. res:Robin_Kovacs onto:prospectTeam ?uri} | lcquad |
How many mountain ranges are located in the Canton of Fribourg? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:locatedInArea <http://dbpedia.org/resource/Canton_of_Fribourg> . ?x onto:mountainRange ?uri . } | lcquad |
Is GIMP written in GTK+? | PREFIX prop: <http://dbpedia.org/property/>
ASK WHERE { <http://dbpedia.org/resource/GIMP> prop:programmingLanguage <http://dbpedia.org/resource/GTK+> } | lcquad |
Give me a count on associates of Johnny Cash? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT COUNT(?uri) WHERE {?uri prop:associatedActs <http://dbpedia.org/resource/Johnny_Cash> . } | lcquad |
Which companies are founded in the city of which Collin County Texas is a part? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:part <http://dbpedia.org/resource/Collin_County,_Texas> . ?uri onto:foundationPlace ?x . ?uri rdf:type onto:Company} | lcquad |
What is the place of birth of the badminton player who is the bronze medalist of Badminton at the 2012 Summer Olympics Women's doubles ? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Badminton_at_the_2012_Summer_Olympics_–_Women's_doubles> onto:bronzeMedalist ?x . ?x prop:placeOfBirth ?uri . ?x rd... | lcquad |
what are some neighboring cities of Pregny Chambsy? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:neighboringMunicipality <http://dbpedia.org/resource/Pregny-Chambésy> } | lcquad |
Through which counties does the road go which starts at the Port Klang? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:routeStart <http://dbpedia.org/resource/Port_Klang> . ?x onto:county ?uri . ?x rdf:type onto:Road} | lcquad |
Which city's teams have been coached by Gary Kubaik? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:coach <http://dbpedia.org/resource/Gary_Kubiak> . ?x onto:locationCity ?uri . ?x rdf:type onto:SportsTeam} | lcquad |
How many developers make softwares for Unix like operating systems? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:operatingSystem <http://dbpedia.org/resource/Unix-like> . ?x onto:developer ?uri . } | lcquad |
What is the second track list of Dschinghis Khan (song) ? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Dschinghis_Khan_(song)> onto:subsequentWork ?uri } | lcquad |
Which president was served by someone whose lieutenant is Lewis Stuyvesant Chanler? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:lieutenant res:Lewis_Stuyvesant_Chanler . ?x onto:president ?uri . } | lcquad |
List the graves of the royalities which have been buried at Beeleigh Abbey ? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:placeOfBurial <http://dbpedia.org/resource/Beeleigh_Abbey> . ?x prop:placeOfBurial ?uri . ?x rdf:type onto:Royalty} | lcquad |
For which party's PM did Chidambaram Subramaniam serve? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Chidambaram_Subramaniam prop:primeminister ?x . ?x onto:party ?uri . } | lcquad |
What is the capital of the region which maintains the South Park Bridge ? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/South_Park_Bridge> onto:maintainedBy ?x . ?x onto:countySeat ?uri . ?x rdf:type onto:Region} | lcquad |
AH141 highway is a part of which country? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:AH141 onto:county ?uri } | lcquad |
What is the local authority of the Trinity School, Brentwood and place of birth of the Sarah Walker (badminton) ? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Trinity_School,_Brentwood> onto:localAuthority ?uri. <http://dbpedia.org/resource/Sarah_Walker_(badminton)> prop:placeOfBirth ?uri} | lcquad |
Which school of jack mcGregor attend which was also the training center of William Anthony ? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Jack_McGregor> onto:education ?uri. <http://dbpedia.org/resource/William_Anthony_(artist)> onto:training ?uri} | lcquad |
Is Julia Gillard a part of monarch of elizabeth 2? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
ASK WHERE { res:Julia_Gillard prop:monarch res:Elizabeth_II } | lcquad |
Count the number of schools which are in a city governed by the West Berkshire Council? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:leaderName <http://dbpedia.org/resource/West_Berkshire_Council> . ?uri prop:city ?x . ?uri rdf:type onto:School} | lcquad |
Which ceremonial County of the East Tilbury is also the local authority of the Buckhurst Hill County High School ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:East_Tilbury onto:ceremonialCounty ?uri. res:Buckhurst_Hill_County_High_School onto:localAuthority ?uri} | lcquad |
What is the common profession of DeWitt Clinton and Claiborne Pell ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:DeWitt_Clinton prop:office ?uri. res:Claiborne_Pell onto:profession ?uri} | lcquad |
List the launch site of the rockets whose one of the launch site has been Cape Canaveral Air Force Station Launch Complex 26 ? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:launchSite <http://dbpedia.org/resource/Cape_Canaveral_Air_Force_Station_Launch_Complex_26> . ?x onto:launchSite ?uri . ?x rdf:type onto:Rocket} | lcquad |
How many wars took place in Israel? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE {?uri onto:place <http://dbpedia.org/resource/Israel> . ?uri rdf:type onto:MilitaryConflict} | lcquad |
What is the total number of guests on the show whose theme music is Let me be your star? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:music <http://dbpedia.org/resource/Let_Me_Be_Your_Star> . ?x prop:guests ?uri . } | lcquad |
What is the operating system of the LG Optimus Vu and also the developer of the Dart (programming language) | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/LG_Optimus_Vu> onto:operatingSystem ?uri. <http://dbpedia.org/resource/Dart_(programming_language)> prop:developer ?uri} | lcquad |
Who follow religions led by David Miscavige? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:leaderName res:David_Miscavige . ?uri onto:religion ?x . } | lcquad |
How many people have written for Gangan Comics? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:magazine <http://dbpedia.org/resource/Gangan_Comics> . ?x prop:author ?uri . } | lcquad |
Which part of the US political framework did Arthur Bagby and Thomas H hicks both serve? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Arthur_P._Bagby prop:order ?uri. res:Thomas_Holliday_Hicks prop:order ?uri . } | lcquad |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.