question stringlengths 9 150 | query stringlengths 109 692 | dataset-id stringclasses 12
values |
|---|---|---|
Name the artist who made Dream Dancing and is often associated with Joe Pass? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Joe_Pass> onto:associatedBand ?uri. <http://dbpedia.org/resource/Dream_Dancing_(album)> prop:artist ?uri . } | Orange(huggingface) |
Name the fictional character who was in Terminator and portrayer is Terminator 2: Judgment Day? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:series <http://dbpedia.org/resource/Terminator_(franchise)> . ?uri onto:portrayer <http://dbpedia.org/resource/Terminator_2:_Judgment_Day... | Orange(huggingface) |
Which artist of Madagascar: Operation Penguin is also the writer of He's a Pirate ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Madagascar:_Operation_Penguin> prop:artist ?uri. <http://dbpedia.org/resource/He's_a_Pirate> prop:writer ?uri} | Orange(huggingface) |
Which organizations have Jimmy Wales on board? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Jimmy_Wales onto:board ?uri } | Orange(huggingface) |
List the awards won by the writer of Face to Face? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Face_to_Face_(1976_film)> prop:writer ?x . ?x prop:awards ?uri . } | Orange(huggingface) |
Who was the editor of the newspaper owned by the the UK government? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:owners <http://dbpedia.org/resource/Government_of_the_United_Kingdom> . ?x prop:editor ?uri . ... | Orange(huggingface) |
List some leaders of regions in the Indian Standard Time Zone? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:timeZone <http://dbpedia.org/resource/Indian_Standard_Time> . ?x onto:leaderName ?uri . ?x rdf:type onto:Place} | Orange(huggingface) |
How many other important work has been done by the writers of Sarah Jane Adventures? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:notableworks <http://dbpedia.org/resource/The_Sarah_Jane_Adventures> . ?x onto:notableWork ?uri . } | Orange(huggingface) |
Which country did the prime minister belong to who was served by Thanong Bidaya? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Thanong_Bidaya prop:primeminister ?x . ?x onto:nationality ?uri . } | Orange(huggingface) |
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 } | Orange(huggingface) |
What is the home stadium of the soccer club seasons whose chairman is Merritt Paulson? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:chairman <http://dbpedia.org/resource/Merritt_Paulson> . ?x onto:homeStadium ?uri . ?x rdf:typ... | Orange(huggingface) |
What is the death location of the scientist who is the known authority of Hallopus ? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Hallopus> onto:binomialAuthority ?x . ?x onto:deathPlace ?uri . ?x rdf:type onto:Scientist} | Orange(huggingface) |
Name a queen whose parent is Ptolemy XII Auletes and consort is Ptolemy XIII Theos Philopator? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:parent <http://dbpedia.org/resource/Ptolemy_XII_Auletes> . ?uri prop:spouse <http://dbpedia.o... | Orange(huggingface) |
Give me an estimate number of races where horses grandsired by the Wild Risk have raced in? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:grandsire <http://dbpedia.org/resource/Wild_Risk> . ?x prop:race ?uri . ?uri rdf:type o... | Orange(huggingface) |
Name the river whose mouth place is Old Lyme, Connecticut? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:mouthPlace <http://dbpedia.org/resource/Old_Lyme,_Connecticut> . ?uri rdf:type onto:River} | Orange(huggingface) |
Musical artists who are associated with Ren & Angela were born where ? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:associatedActs <http://dbpedia.org/resource/René_&_Angela> . ?x prop:birthPlace ?uri . ?x rdf... | Orange(huggingface) |
In which region is the rival school of Somerset, Massachusetts located? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:rival <http://dbpedia.org/resource/Somerset,_Massachusetts> . ?x onto:region ?uri . ?x rdf:typ... | Orange(huggingface) |
Count everyone who lives in a place where Indian English is an official language? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:officialLanguage res:Indian_English . ?uri onto:residence ?x . } | Orange(huggingface) |
What newspapers's owners is Schibsted | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri prop:owners <http://dbpedia.org/resource/Schibsted> . ?uri rdf:type onto:Newspaper} | Orange(huggingface) |
How many politicians are in the US Senate? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE {?uri prop:order <http://dbpedia.org/resource/United_States_Senate> . ?uri rdf:type onto:OfficeHo... | Orange(huggingface) |
Which label released the movie written by Thomas Meehan? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:writer <http://dbpedia.org/resource/Thomas_Meehan_(writer)> . ?x prop:label ?uri . ?x rdf:type... | Orange(huggingface) |
Among the countries using Aureus as currency which had Nicomedia as an important place? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:capital <http://dbpedia.org/resource/Nicomedia> . ?uri onto:currency <http://dbpedia.org/resource/Aureus> . ?uri rdf:type onto:Country} | Orange(huggingface) |
Which company of Ford Theatre is the owning organization of Ford Kansa City Assemply Plant? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Ford_Kansas_City_Assembly_Plant onto:owningOrganisation ?uri. res:Ford_Theatre prop:company ?uri} | Orange(huggingface) |
What are some people working for the New York Post? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:employer <http://dbpedia.org/resource/New_York_Post> . ?uri rdf:type onto:Person} | Orange(huggingface) |
What is an airport inside ontario? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri prop:cityServed <http://dbpedia.org/resource/Ontario,_California> . ?uri rdf:type onto:Airport} | Orange(huggingface) |
Who all have developed a cross platform software? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:operatingSystem <http://dbpedia.org/resource/Cross-platform> . ?x onto:developer ?uri . ?x rdf... | Orange(huggingface) |
Name the broadcast area of Radio Philippines Network ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Radio_Philippines_Network prop:area ?uri } | Orange(huggingface) |
What are the shows whose creator has worked as a screenwriter? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:occupation <http://dbpedia.org/resource/Screenwriting> . ?uri onto:creator ?x . ?uri rdf:type onto:TelevisionShow} | Orange(huggingface) |
Where are INKAS located which is also the state of origin for Jojo Chintoh? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Jojo_Chintoh onto:stateOfOrigin ?uri. res:INKAS prop:locations ?uri} | Orange(huggingface) |
Pennsylvania has how many american football teams? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE {?uri prop:city <http://dbpedia.org/resource/Pennsylvania> . ?uri rdf:type onto:AmericanFootballT... | Orange(huggingface) |
Which content license of the MSX BASIC is also the profession of the Laura K. Ipsen? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:MSX_BASIC prop:license ?uri. res:Laura_K._Ipsen onto:occupation ?uri} | Orange(huggingface) |
What are the television shows whose voices is given by Mona Marshall? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri prop:voices <http://dbpedia.org/resource/Mona_Marshall> . ?uri rdf:type onto:TelevisionShow} | Orange(huggingface) |
Name the HBO TV show written by Erik jendresen? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:company <http://dbpedia.org/resource/HBO> . ?uri prop:writer <http://dbpedia.org/resource/Eri... | Orange(huggingface) |
Which nation's engineers have graduated in Poland? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:education <http://dbpedia.org/resource/Poland> . ?x prop:nationality ?uri . ?x rdf:type onto:E... | Orange(huggingface) |
Where were sverre krogh sundbo and havard vad petersson born? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Sverre_Krogh_Sundbø prop:birthPlace ?uri. res:Håvard_Vad_Petersson prop:placeOfBirth ?uri} | Orange(huggingface) |
How many fictional characters are there in a series in which Craig Robinson acted? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:starring <http://dbpedia.org/resource/Craig_Robinson_(actor)> . ?uri onto:series ?x . ?uri rdf:type onto:FictionalCharacter} | Orange(huggingface) |
Name a writer who was educated in Saint Petersburg and had a son named Lyubov Dostoyevskaya ? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:education <http://dbpedia.org/resource/Saint_Petersburg> . ?uri onto:child <http://dbpedia.org/resource/Lyubov_Dostoyevskaya> . ?uri rdf:... | Orange(huggingface) |
List the border of the admin region which shares border with North Korea ? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:border <http://dbpedia.org/resource/North_Korea> . ?x onto:border ?uri . ?x rdf:type onto:AdministrativeRegion} | Orange(huggingface) |
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 res: <http://dbpedia.org/resource/>
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} | Orange(huggingface) |
Which show's theme music was composed by Primus and voiced by Isaac Hayes? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri prop:themeMusicComposer <http://dbpedia.org/resource/Primus_(band)> . ?uri prop:voices <http://dbp... | Orange(huggingface) |
What are the airlines whose hub airport is operated by the Los Angeles World Airports? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:operator <http://dbpedia.org/resource/Los_Angeles_World_Airports> . ?uri onto:hubAirport ?x . ?uri rdf:type onto:Airline} | Orange(huggingface) |
Which magazine's editor's official residence is Playboy Mansion? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:residence <http://dbpedia.org/resource/Playboy_Mansion> . ?uri prop:editor ?x . ?uri rdf:type ... | Orange(huggingface) |
Name the movie written by Monty Python and distributed by Cinema International Corporation? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:distributor <http://dbpedia.org/resource/Cinema_International_Corporation> . ?uri prop:writer... | Orange(huggingface) |
Who were the producers of the tenderfoot? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/The_Tenderfoot_(miniseries)> onto:producer ?uri } | Orange(huggingface) |
List all the record label distributed by the distributor of Zune? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:distributor <http://dbpedia.org/resource/Zune> . ?x prop:distributor ?uri . ?x rdf:type onto:R... | Orange(huggingface) |
What is the country whose leader name is Gerard Larcher? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri prop:leaderName <http://dbpedia.org/resource/Gérard_Larcher> . ?uri rdf:type onto:Country} | Orange(huggingface) |
Where can I find some buildings of modern architecture? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:architecturalStyle <http://dbpedia.org/resource/Modern_architecture> . ?x prop:address ?uri . ... | Orange(huggingface) |
How many utopian and dystopian fiction books are there? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE {?uri onto:literaryGenre <http://dbpedia.org/resource/Utopian_and_dystopian_fiction> . } | Orange(huggingface) |
Which company founded by Fusajiro Yamauchi also provides services of Nintendo eShop ? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:foundedBy <http://dbpedia.org/resource/Fusajiro_Yamauchi> . ?uri prop:services <http://dbpedi... | Orange(huggingface) |
What is the location of death of the skier who was the bronze medalist of Alpine skiing at the 1964 Winter Olympics Men's slalom ? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Alpine_skiing_at_the_1964_Winter_Olympics_–_Men's_slalom> onto:bronzeMe... | Orange(huggingface) |
Count the water bodies that flow into the North Sea? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT COUNT(?uri) WHERE { <http://dbpedia.org/resource/North_Sea> prop:inflow ?uri . } | Orange(huggingface) |
Where was the person born whose successor was Le Hong Phong? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { ?x prop:successor res:Lê_Hồng_Phong . ?x prop:birthPlace ?uri . } | Orange(huggingface) |
Name the office holder who was married to Dolley Madison and has resting palce as Montpelier ? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri prop:spouse <http://dbpedia.org/resource/Dolley_Madison> . ?uri prop:restingplace <http://dbpedia.... | Orange(huggingface) |
List the soccer players whose current team has the ground Stoke-on-Trent. | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:ground <http://dbpedia.org/resource/Stoke-on-Trent> . ?uri prop:currentclub ?x . ?uri rdf:type... | Orange(huggingface) |
To which party do the politicians who died in Delhi belong? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:placeOfDeath <http://dbpedia.org/resource/Delhi> . ?x prop:party ?uri . ?x rdf:type onto:Offic... | Orange(huggingface) |
What is the award which is presented by Swedish Academy? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri prop:presenter <http://dbpedia.org/resource/Swedish_Academy> . ?uri rdf:type onto:Award} | Orange(huggingface) |
Who was the narrator of the show who's music is composed by John Douglas? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:composer <http://dbpedia.org/resource/John_Douglas_(conductor)> . ?x prop:narrated ?uri . ?x r... | Orange(huggingface) |
Where does the rivers ending in lake washington begin? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:riverMouth <http://dbpedia.org/resource/Lake_Washington> . ?x prop:sourceLocation ?uri . ?x rd... | Orange(huggingface) |
How many fictional characters were humans? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE {?uri onto:species <http://dbpedia.org/resource/Human> . ?uri rdf:type onto:FictionalCharacter} | Orange(huggingface) |
Count the territories of the wars where the QF Hotchkiss was used. | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { <http://dbpedia.org/resource/QF_6-pounder_Hotchkiss> onto:usedInWar ?x . ?x onto:territory ?uri . ?x rdf:type onto:MilitaryConflict} | Orange(huggingface) |
List the newspapers whose offices are situated in 1211 Avenue of the Americas? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:headquarter <http://dbpedia.org/resource/1211_Avenue_of_the_Americas> . ?uri rdf:type onto:Newspaper} | Orange(huggingface) |
Which political party of Chandra Shekhar is also the political party of Datl Satyanarayana Raju? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Chandra_Shekhar onto:otherParty ?uri. res:Datla_Satyanarayana_Raju onto:party ?uri} | Orange(huggingface) |
Name the company founded by Jim Harris and located in Harris County, Texas ? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:foundedBy <http://dbpedia.org/resource/Jim_Harris_(entrepreneur)> . ?uri onto:locationCity <http://dbpedia.org/resource/Harris_County,_Te... | Orange(huggingface) |
List the team for which Doug Acomb played? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Doug_Acomb prop:playedFor ?uri } | Orange(huggingface) |
List the movies whose editors are born in London. | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:placeOfBirth <http://dbpedia.org/resource/London> . ?uri onto:editing ?x . ?uri rdf:type onto:... | Orange(huggingface) |
How many TV shows were made by someone who was associated with Lewis Hamilton? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:associatedBand <http://dbpedia.org/resource/Lewis_Hamilton> . ?uri prop:creator ?x . ?u... | Orange(huggingface) |
What is a common nickname given to both Lyons Township high school and the wheaton college in massachusetts? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Lyons_Township_High_School> prop:nickname ?uri. <http://dbpedia.org/resource/Wheaton_College_(Massachusetts)> prop:nickname ?uri . } | Orange(huggingface) |
Where did the office holder died who also have faith in Episcopal Church ? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:religion <http://dbpedia.org/resource/Episcopal_Church_(United_States)> . ?x onto:deathPlace ?uri . ?x rdf:type onto:OfficeHolder} | Orange(huggingface) |
Is the chestnut white bellied rat a mammal? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
ASK WHERE { <http://dbpedia.org/resource/Chestnut_white-bellied_rat> onto:class <http://dbpedia.org/resource/Mammal> } | Orange(huggingface) |
Does the Toyota Verossa have the front engine design platform? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
ASK WHERE { <http://dbpedia.org/resource/Toyota_Verossa> onto:automobilePlatform <http://dbpedia.org/resource/Front-engine_design> . } | Orange(huggingface) |
Who is the owner of Chelsea F.C. ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Evraz> onto:owningCompany ?uri. <http://dbpedia.org/resource/Chelsea_F.C.> prop:owner ?uri} | Orange(huggingface) |
Count the journals in the field of Philosophy. | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE {?uri prop:discipline <http://dbpedia.org/resource/Philosophy> . ?uri rdf:type onto:AcademicJourn... | Orange(huggingface) |
Count the total number of cast member of the television shows whose actress is Joey McIntyre? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:starring <http://dbpedia.org/resource/Joey_McIntyre> . ?x prop:starring ?uri } | Orange(huggingface) |
How many shows are aired on Comedy Central? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE {?uri prop:network <http://dbpedia.org/resource/Comedy_Central> . ?uri rdf:type onto:TelevisionSh... | Orange(huggingface) |
Where are the National Academy Museum and School award winners buried? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:training res:National_Academy_Museum_and_School . ?x onto:restingPlace ?uri . } | Orange(huggingface) |
Momoko Kochi has acted in which movie ? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:starring <http://dbpedia.org/resource/Momoko_KÅchi> . ?uri rdf:type onto:Film} | Orange(huggingface) |
List the actors of Lucy Sullivan Is Getting Married? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Lucy_Sullivan_Is_Getting_Married prop:starring ?uri } | Orange(huggingface) |
Count me all the video game distributor whose parent company is Warner Bros ? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:parent <http://dbpedia.org/resource/Warner_Bros.> . ?uri prop:distributor ?x . ?uri rdf... | Orange(huggingface) |
Name the scientist who is known for inventing Anthrax and was a member of Royal Society? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:knownFor <http://dbpedia.org/resource/Anthrax> . ?uri prop:prizes <http://dbpedia.org/resourc... | Orange(huggingface) |
Eric roth wrote how many screenplays? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT COUNT(?uri) WHERE {?uri prop:screenplay <http://dbpedia.org/resource/Eric_Roth> . } | Orange(huggingface) |
In which areas are the radio stations of Monticello, Maine available too? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:city <http://dbpedia.org/resource/Monticello,_Maine> . ?x prop:area ?uri . ?x rdf:type onto:Ra... | Orange(huggingface) |
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 res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:related <http://dbpedia.org/resource/The_Sarah_Jane_Adventures> . ?uri prop:themeMusicCompose... | Orange(huggingface) |
Which offices were held by the politicians who held their allegiance to the union of american civil war? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:allegiance <http://dbpedia.org/resource/Union_(American_Civil_War)> . ?x prop:office ?uri . ?x... | Orange(huggingface) |
What is the river whose mouth is in deadsea? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:riverMouth <http://dbpedia.org/resource/Dead_Sea> . ?uri rdf:type onto:River} | Orange(huggingface) |
Give me the places where people who worked in Church of England died in? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:occupation res:Church_of_England . ?x onto:deathPlace ?uri . } | Orange(huggingface) |
Which president of Lance Adams-Schneider had nickname Daniel O'Regan? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Lance_Adams-Schneider> prop:president ?uri. <http://dbpedia.org/resource/Daniel_O'Regan> prop:nickname ?uri} | Orange(huggingface) |
What are the television shows whose network is Prime Time Entertainment Network? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri prop:network <http://dbpedia.org/resource/Prime_Time_Entertainment_Network> . ?uri rdf:type onto:T... | Orange(huggingface) |
In which military conflict were Phm Vn ng and John McEwen commanders ? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?uri onto:commander <http://dbpedia.org/resource/Phạm_Văn_Äồng> . ?uri onto:commander <http://dbpedia.org/resource/John_McEwen> . ?uri rdf:t... | Orange(huggingface) |
List the academic discipline of the journals whose publisher is SAGE Publications. | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:publisher <http://dbpedia.org/resource/SAGE_Publications> . ?x onto:academicDiscipline ?uri . ... | Orange(huggingface) |
Count all the awards which were presented by something located in California. | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:headquarter <http://dbpedia.org/resource/California> . ?uri onto:presenter ?x . ?uri rdf:type onto:Award} | Orange(huggingface) |
What are the awards won by the person who is an authority of Latania verschaffeltii? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Latania_verschaffeltii> prop:binomialAuthority ?x . ?x prop:awards ?uri .... | Orange(huggingface) |
Whose associate is Publius Servilius Vatia Isauricus and has predecessor as Lucius Cornelius Lentulus Crus? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:associate <http://dbpedia.org/resource/Publius_Servilius_Vatia_Isauricus_(consul_48_BC)> . ?uri onto:predecessor <http://dbpedia.org/resource/Lucius_Cornelius_Lentulus_Crus> . } | Orange(huggingface) |
Which settelment area is the home town of the Danny Felice and Cline Buckens? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Danny_Felice> onto:hometown ?uri. <http://dbpedia.org/resource/Céline_Buckens> onto:hometown ?uri . ?uri rdf:type on... | Orange(huggingface) |
How many have been awarded by the Royal Society? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT COUNT(?uri) WHERE {?uri prop:awards <http://dbpedia.org/resource/Royal_Society> . } | Orange(huggingface) |
Hugh Hefner is editor of which magazine? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri prop:editor <http://dbpedia.org/resource/Hugh_Hefner> . ?uri rdf:type onto:Magazine} | Orange(huggingface) |
Name the office holder whose constituency is Haight-Ashbury? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri prop:constituency <http://dbpedia.org/resource/Haight-Ashbury> . ?uri rdf:type onto:OfficeHolder} | Orange(huggingface) |
List the total number of board members who share board with Creative commons ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:board <http://dbpedia.org/resource/Creative_Commons> . ?x onto:board ?uri } | Orange(huggingface) |
What is the fictional character whose voice over is done by the animator of Dick Lundy ? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:animator <http://dbpedia.org/resource/Dick_Lundy_(animator)> . ?uri onto:voice ?x . ?uri rdf:t... | Orange(huggingface) |
Which city located on Mediterranean Sea is also the stadium of Panionios G.S.S. season ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:2014–15_Panionios_G.S.S._season prop:stadium ?uri. res:Mediterranean_Sea prop:cities ?uri} | Orange(huggingface) |
Which countries were the first to play Gumus and Ne daj se, Nina? | PREFIX res: <http://dbpedia.org/resource/>
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/Ne_daj_se,_Nina> prop:firstAired ?uri . } | Orange(huggingface) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.