question stringlengths 9 150 | query stringlengths 109 692 | dataset-id stringclasses 12
values |
|---|---|---|
Count the number of sports played by the universities which also plays Volleyball? | 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:athletics <http://dbpedia.org/resource/Volleyball> . ?x prop:athletics ?uri } | Orange(huggingface) |
How many universities are in the National Collegiate Athletic Association? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE {?uri onto:athletics <http://dbpedia.org/resource/National_Collegiate_Athletic_Association> . } | Orange(huggingface) |
Music of how many things has been given by Akira Ifukube? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT COUNT(?uri) WHERE {?uri prop:music <http://dbpedia.org/resource/Akira_Ifukube> . } | Orange(huggingface) |
Name the tv show with judges Randy Jackson and Jennifer Lopez? | 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:judges <http://dbpedia.org/resource/Randy_Jackson> . ?uri prop:judges <http://dbpedia.org/re... | Orange(huggingface) |
What is that river whose source gets water from the Shannon cave? | 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:inflow <http://dbpedia.org/resource/Shannon_Cave> . ?uri onto:source ?x . ?uri rdf:type onto:R... | Orange(huggingface) |
Which university of Alexandre Tichonov is the place of death of Valentin Muratov? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Alexandre_Tichonov prop:university ?uri. res:Valentin_Muratov prop:placeOfDeath ?uri} | Orange(huggingface) |
Where are ethnic group located which speak Nebraskan? | 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/Nebraska> onto:language ?x . ?x prop:region ?uri . ?x rdf:type onto:Ethni... | Orange(huggingface) |
List the American MEditerranean Sea city is also the place of death of Laszlo Bellak? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:American_Mediterranean_Sea prop:cities ?uri. res:Laszlo_Bellak onto:deathPlace ?uri} | Orange(huggingface) |
What is the total number of other tenant of the stadia whose one of the tenant is Raptors 905? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:tenant <http://dbpedia.org/resource/Raptors_905> . ?x onto:tenant ?uri } | Orange(huggingface) |
What was the result of Operation Autumn Clouds? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Operation_Autumn_Clouds prop:result ?uri } | Orange(huggingface) |
How many items belong to the Science Fiction genre? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT COUNT(?uri) WHERE {?uri prop:genre <http://dbpedia.org/resource/Science_fiction> . } | Orange(huggingface) |
Where did the fashion designer study who died at the Stony Brook University Hospital? | 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:deathPlace <http://dbpedia.org/resource/Stony_Brook_University_Hospital> . ?x prop:education ?... | Orange(huggingface) |
Count everyone who was in a youthclub chaired by Josep Maria Bartomeu? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:chairman <http://dbpedia.org/resource/Josep_Maria_Bartomeu> . ?uri prop:youthclubs ?x . } | Orange(huggingface) |
Who is the meaning of Isa ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Isa_(name)> prop:meaning ?uri } | Orange(huggingface) |
Where was WiZeefa founded? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:WiZeefa prop:foundation ?uri } | Orange(huggingface) |
Who was buried at St. Mary's Church and fought the battle of Benedict Arnold's expedition to Quebec ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:battle <http://dbpedia.org/resource/Benedict_Arnold's_expedition_to_Quebec> . ?uri prop:placeofburial <http://dbpedia.org/resource/St_Mary's_Church,_Ba... | Orange(huggingface) |
List the common prime minister of the Robert Ray and graham richardson ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Robert_Ray_(Australian_politician)> onto:primeMinister ?uri. <http://dbpedia.org/resource/Graham_Richardson> onto:primeMinister ?uri . } | Orange(huggingface) |
List the products of Playboy Enterprises? | 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:publisher <http://dbpedia.org/resource/Playboy_Enterprises> . ?uri rdf:type onto:Magazine} | Orange(huggingface) |
Count the number of fields of the scientists whose one of the fields is Sanskrit? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:fields <http://dbpedia.org/resource/Sanskrit> . ?x prop:fields ?uri } | Orange(huggingface) |
What awards have been given to the artists coming out of the University of Melbourne Faculty of VCA and MCM? | 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:training <http://dbpedia.org/resource/University_of_Melbourne_Faculty_of_VCA_and_MCM> . ?x onto:award ?uri . ?x rdf:type onto:Artist} | Orange(huggingface) |
What is the career of George Arceneaux, Jr. ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/George_Arceneaux,_Jr.> onto:occupation ?uri } | Orange(huggingface) |
Was Queen Latifah in the UNITY group? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
ASK WHERE { <http://dbpedia.org/resource/U.N.I.T.Y.> onto:musicalArtist res:Queen_Latifah } | Orange(huggingface) |
What is the name of the river whose mouth country is Mozambique and source region is North-Western Province, Zambia? | 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:mouthCountry <http://dbpedia.org/resource/Mozambique> . ?uri onto:sourceRegion <http://dbpedi... | Orange(huggingface) |
Where was William anthony trained ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/William_Anthony_(artist)> prop:training ?uri } | Orange(huggingface) |
What famous politician died in the Petersen House? | 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:deathPlace <http://dbpedia.org/resource/Petersen_House> . ?uri rdf:type onto:Person} | Orange(huggingface) |
Which relative of George Madison was the leader of United States House of Representatives elections, 1788 and 1789 ? | 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/George_Madison> onto:relation ?uri. <http://dbpedia.org/resource/United_States_House_of_Representatives_elections,_1788_and_1789> p... | Orange(huggingface) |
Which colonel consort is Dolley Madison? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE {?uri prop:rank <http://dbpedia.org/resource/Colonel_(United_States)> . ?uri prop:spouse <http://dbpedia.org/resource/Dolley_Madison> . } | Orange(huggingface) |
For which clubs do the players of Azam F.C. play for? | 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/Azam_F.C.> prop:name ?x . ?x onto:team ?uri . ?x rdf:type onto:SoccerPlay... | Orange(huggingface) |
What is the nationality of the golf player who won the 2002 Players Championship ? | 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/2002_Players_Championship> onto:champion ?x . ?x onto:nationality ?uri . ?x rdf:type onto:GolfPlayer} | Orange(huggingface) |
What is the debut team of people born in Vargas? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:birthPlace <http://dbpedia.org/resource/Vargas_(state)> . ?x prop:debutteam ?uri . } | Orange(huggingface) |
Name the mouth country of Upper Neretva? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Upper_Neretva onto:mouthCountry ?uri } | Orange(huggingface) |
What is the producer of the television shows whose channel is CBBC? | 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:channel <http://dbpedia.org/resource/CBBC_(TV_channel)> . ?x onto:producer ?uri . ?x rdf:type ... | Orange(huggingface) |
What is the political party of the person succeeded by A.K. Singh? | 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:successor <http://dbpedia.org/resource/A._K._Singh> . ?x prop:party ?uri . ?x rdf:type onto:Pe... | Orange(huggingface) |
Who is the writer with notable works like Adventures of Huckleberry Finn and The Adventures of Tom Sawyer? | 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:notableWork <http://dbpedia.org/resource/Adventures_of_Huckleberry_Finn> . ?uri onto:notableWork <http://dbpedia.org/resource/The_Advent... | Orange(huggingface) |
Who was the president under which a tennis player held office before John W. Weeks? | 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:predecessor <http://dbpedia.org/resource/John_W._Weeks> . ?x prop:president ?uri . ?x rdf:type... | Orange(huggingface) |
To what did the parliament member swore her oath to, whose son is Lohan Ratwatte? | 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:child <http://dbpedia.org/resource/Lohan_Ratwatte> . ?x prop:allegiance ?uri . ?x rdf:type ont... | Orange(huggingface) |
Who wrote a rose for emily? | 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:notableWork <http://dbpedia.org/resource/A_Rose_for_Emily> . ?uri rdf:type onto:Writer} | Orange(huggingface) |
What is the ideology of Palang Dharma Party? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Palang_Dharma_Party onto:ideology ?uri } | Orange(huggingface) |
How many people have headed organizations headquartered at Niederkirchnerstrae? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:headquarter <http://dbpedia.org/resource/Niederkirchnerstraße> . ?x onto:leader ?uri . } | Orange(huggingface) |
Which band produced the album Aida? | 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:album <http://dbpedia.org/resource/Aida_(musical)> . ?x onto:musicalArtist ?uri . ?x rdf:type ... | Orange(huggingface) |
Count the awards received by the ones who fought the battle of france? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:battle <http://dbpedia.org/resource/Battle_of_France> . ?x onto:award ?uri . } | Orange(huggingface) |
What automobile engine's successor is BMW M40? | 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:successor <http://dbpedia.org/resource/BMW_M40> . ?uri rdf:type onto:AutomobileEngine} | Orange(huggingface) |
What are the other band members of the band one of whose current member is Robert De Niro? | 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:currentMembers <http://dbpedia.org/resource/Robert_De_Niro> . ?x onto:bandMember ?uri . ?x rdf... | Orange(huggingface) |
List the newspapers whose headquarters's time zone is Central European Summer Time. | 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:timeZone <http://dbpedia.org/resource/Central_European_Summer_Time> . ?uri prop:headquarters ?... | Orange(huggingface) |
Count the number of places where alumini of Edinburgh university have died? | 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:education <http://dbpedia.org/resource/University_of_Edinburgh> . ?x onto:deathPlace ?uri . } | Orange(huggingface) |
Name the office holder whose constituency are Duboce Triangle and 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/Duboce_Triangle,_San_Francisco> . ?uri prop:consti... | Orange(huggingface) |
List all discipline of the journals whose one of the discipline is Cerebral blood flow ? | 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:academicDiscipline <http://dbpedia.org/resource/Cerebral_blood_flow> . ?x onto:academicDiscipline ?uri . ?x rdf:type onto:AcademicJournal} | Orange(huggingface) |
Which fictional character sculpted by Josh Friedmann was portrayed in Terminator 3 ? | 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:creator <http://dbpedia.org/resource/Josh_Friedman> . ?uri onto:portrayer <http://dbpedia.org... | Orange(huggingface) |
Which ppolitical party of Yashpal Kapur is also the owner of National Herald ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/The_National_Herald_(India)> onto:owner ?uri. <http://dbpedia.org/resource/Yashpal_Kapur> onto:party ?uri} | Orange(huggingface) |
Which fields are covered by academic journals in the US? | 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:country <http://dbpedia.org/resource/United_States> . ?x prop:discipline ?uri . ?x rdf:type on... | Orange(huggingface) |
Who succeeded Lucius Crus as an office holder? | 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:predecessor <http://dbpedia.org/resource/Lucius_Cornelius_Lentulus_Crus> . ?uri rdf:type onto:OfficeHolder} | Orange(huggingface) |
Grey goose and eristoff is produced by which company? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Grey_Goose_(vodka)> prop:manufacturer ?uri. <http://dbpedia.org/resource/Eristoff> prop:manufacturer ?uri . } | Orange(huggingface) |
Name the river flowing through Reading and source place as Gloucestershire? | 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:city <http://dbpedia.org/resource/Reading,_Berkshire> . ?uri onto:sourcePlace <http://dbpedia.org/resource/Gloucestershire> . ?uri rdf:ty... | Orange(huggingface) |
What is the birthplace of the office holder who is the predecessor of Brian Peddle ? | 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/Brian_Peddle> prop:predecessor ?x . ?x prop:birthPlace ?uri . ?x rdf:type... | Orange(huggingface) |
Where is the T.I. Ahmadiyya Girls Senior High School? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/T.I._Ahmadiyya_Girls_Senior_High_School,_Asokore> onto:denomination ?uri } | Orange(huggingface) |
Name the college of the Allama Matthews which also has affiliation with Monroe Carell Jr. Children's Hospital at Vanderbilt | 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/Allama_Matthews> onto:college ?uri. <http://dbpedia.org/resource/Monroe_Carell_Jr._Children's_Hospital_at_Vanderbilt> prop:affiliat... | Orange(huggingface) |
How many movies have a screenplay located in the States? | 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:birthPlace <http://dbpedia.org/resource/United_States> . ?uri prop:screenplay ?x . ?uri... | Orange(huggingface) |
Games on amiga are typically of what kind? | 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:computingPlatform <http://dbpedia.org/resource/Amiga> . ?x prop:genre ?uri . ?x rdf:type onto:... | Orange(huggingface) |
Which teams have used the stadium whose architect was Populous ? | 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:architect <http://dbpedia.org/resource/Populous_(company)> . ?x onto:tenant ?uri . ?x rdf:type onto:Stadium} | Orange(huggingface) |
How many game series exist for iOS? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:computingPlatform <http://dbpedia.org/resource/IOS> . ?x onto:series ?uri . } | Orange(huggingface) |
What are the things whose leader was a monarch Willem-Alexander of the Netherlands? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:monarch <http://dbpedia.org/resource/Willem-Alexander_of_the_Netherlands> . ?uri onto:leader ?x . } | Orange(huggingface) |
Does Dan River flow into the Jordan Valley? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
ASK WHERE { <http://dbpedia.org/resource/Jordan_River> onto:leftTributary <http://dbpedia.org/resource/Dan_River_(Middle_East)> } | Orange(huggingface) |
In which countries can i find some feminist writers? | 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:movement <http://dbpedia.org/resource/Feminism> . ?x onto:nationality ?uri . ?x rdf:type onto:Writer} | Orange(huggingface) |
Companies founded in Taiwan have typically which divisions? | 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:foundationPlace <http://dbpedia.org/resource/Taiwan> . ?x onto:division ?uri . ?x rdf:type onto:Company} | Orange(huggingface) |
Which labels signs up progressive rock bands? | 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:genre <http://dbpedia.org/resource/Progressive_rock> . ?x onto:recordLabel ?uri . ?x rdf:type ... | Orange(huggingface) |
Who are some cofounders of record labels with Frank Rogers? | 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:foundedBy <http://dbpedia.org/resource/Frank_Rogers_(record_producer)> . ?x prop:founder ?uri ... | Orange(huggingface) |
In which nation does the league take place where C.D. Primeiro de Agosto play? | 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/C.D._Primeiro_de_Agosto_(basketball)> onto:league ?x . ?x onto:country ?uri . ?x rdf:type onto:SportsLeague} | Orange(huggingface) |
Who is the author of Heroman is also the author of Karakuri Dji Ultimo ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Heroman prop:author ?uri. res:Karakuri_Dôji_Ultimo onto:author ?uri} | Orange(huggingface) |
VP-8 and VP-10 shares which command structure ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/VP-8> onto:commandStructure ?uri. <http://dbpedia.org/resource/VP-10> onto:commandStructure ?uri . } | Orange(huggingface) |
List the director of The Adventures of mimi? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/The_Adventures_of_Mimi_(video)> prop:director ?uri } | Orange(huggingface) |
Who designed the bridge over the Valaichchenai lagoon? | 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:crosses <http://dbpedia.org/resource/Valaichchenai_Lagoon> . ?x prop:designer ?uri . ?x rdf:ty... | Orange(huggingface) |
Which company founded in New Mexico manufactures Visual Studio? | 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:foundation <http://dbpedia.org/resource/New_Mexico> . ?uri prop:products <http://dbpedia.org/... | Orange(huggingface) |
Who have been the manager of national team of Spain? | 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:nationalteam <http://dbpedia.org/resource/Spain_national_football_team> . ?uri rdf:type onto:... | Orange(huggingface) |
Name the television show created by CE Webber and also has actor named Companion? | 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/Companion_(Doctor_Who)> . ?uri onto:creator <http://dbpedia.org/resource/C._E._Webber> . ?uri rdf:t... | Orange(huggingface) |
Among which city where Geography Club played also had the Kenticky Cycle ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Geography_Club_(play)> prop:place ?uri. <http://dbpedia.org/resource/The_Kentucky_Cycle> prop:place ?uri . } | Orange(huggingface) |
What is the alma mater of K. Terry Dornbush? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:K._Terry_Dornbush prop:almaMater ?uri } | Orange(huggingface) |
Which domain's journals did Willard Fiske edit? | 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:editor <http://dbpedia.org/resource/Willard_Fiske> . ?x prop:discipline ?uri . ?x rdf:type ont... | Orange(huggingface) |
Name a company with one of the key person as Edwin Catmull and produces RenderMan? | 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:keyPerson <http://dbpedia.org/resource/Edwin_Catmull> . ?uri prop:products <http://dbpedia.or... | Orange(huggingface) |
Which parties have their members live in the PM House, Colombo? | 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:residence <http://dbpedia.org/resource/Prime_Minister's_House_(Colombo)> . ?uri onto:leader ?x... | Orange(huggingface) |
Where did Doug Walgren and Lee Si Chen study? | 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/Lee_Si-Chen> prop:almaMater ?uri. <http://dbpedia.org/resource/Doug_Walgren> onto:almaMater ?uri . } | Orange(huggingface) |
Name the chairman of the soccer club for which Mike Salmon currently plays? | 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/Mike_Salmon> prop:currentclub ?x . ?x prop:chairman ?uri . ?x rdf:type on... | Orange(huggingface) |
What is the state of the senator whose successor is Nathaniel P. Hill? | 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:successor <http://dbpedia.org/resource/Nathaniel_P._Hill> . ?x prop:state ?uri . ?x rdf:type o... | Orange(huggingface) |
Name the stock holders of soccer club whose one of the stockholder is Carl Sanders ? | 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:owner <http://dbpedia.org/resource/Carl_Sanders> . ?x onto:owner ?uri . ?x rdf:type onto:Socce... | Orange(huggingface) |
Which companies makes cars assembled in Karachi, Pakistan? | 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:assembly <http://dbpedia.org/resource/Karachi> . ?x prop:parentCompany ?uri . ?x rdf:type onto... | Orange(huggingface) |
What is the stylistic origin of the music genres where the Bass guitar is important? | 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:instruments <http://dbpedia.org/resource/Bass_guitar> . ?x onto:stylisticOrigin ?uri . ?x rdf:... | Orange(huggingface) |
Where did the office holder died who is successor to Elmer Burkett ? | 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:successor <http://dbpedia.org/resource/Elmer_Burkett> . ?x prop:deathPlace ?uri . ?x rdf:type ... | Orange(huggingface) |
Which source country of SamurAbsheron channel is the birth place of Anar Salmanov? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Samur–Absheron_channel onto:sourceCountry ?uri. res:Anar_Salmanov prop:placeOfBirth ?uri} | Orange(huggingface) |
Name the company whose key person is Raymond Conner and produces Boeing CH-47 Chinook? | 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:keyPeople <http://dbpedia.org/resource/Raymond_Conner> . ?uri prop:products <http://dbpedia.o... | Orange(huggingface) |
Who wrote The Times They Are a-Changin? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/The_Times_They_Are_a-Changin'_(musical)> onto:musicBy ?uri } | Orange(huggingface) |
What are other famous works of the writer who created 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 { ?x prop:notableworks <http://dbpedia.org/resource/The_Sarah_Jane_Adventures> . ?x onto:notableWork ?ur... | Orange(huggingface) |
Where was Ne daj se, Nina first aired ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Ne_daj_se,_Nina> prop:firstAired ?uri } | Orange(huggingface) |
What are the houses of the legislature where the leader is called Pullaiahgaripalli ? | 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/Pullaiahgaripalli> prop:leaderTitle ?x . ?x prop:houses ?uri . ?x rdf:typ... | Orange(huggingface) |
Give me an estimate of the number of manufacturers whose products are managed by MTR? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:operator <http://dbpedia.org/resource/MTR> . ?x onto:manufacturer ?uri . } | Orange(huggingface) |
Who developed the programming languages designed by Rob Pike? | 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:designer <http://dbpedia.org/resource/Rob_Pike> . ?x onto:developer ?uri . ?x rdf:type onto:ProgrammingLanguage} | Orange(huggingface) |
Did Bob Dylan write the lyrics of the times they are a changin'? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
ASK WHERE { <http://dbpedia.org/resource/The_Times_They_Are_a-Changin'_(musical)> prop:lyrics <http://dbpedia.org/resource/Bob_Dylan> } | Orange(huggingface) |
Who composed the music for Tonight's the Night ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Tonight's_the_Night_(2003_musical)> prop:music ?uri } | Orange(huggingface) |
Which royalty's spouse is Ptolemy XIV of Egypt? | 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:spouse <http://dbpedia.org/resource/Ptolemy_XIV_of_Egypt> . ?uri rdf:type onto:Royalty} | Orange(huggingface) |
Which city has radio stations which are Religious ? | 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:format <http://dbpedia.org/resource/Religion> . ?x prop:city ?uri . ?x rdf:type onto:RadioStat... | Orange(huggingface) |
What is the government type of Ancient Rome? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Ancient_Rome onto:governmentType ?uri } | Orange(huggingface) |
Which river flows through Hudson Highlands State park and also through Troy, New york ? | 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/Hudson_Highlands_State_Park> prop:river ?uri. <http://dbpedia.org/resource/Troy,_New_York> onto:river ?uri} | Orange(huggingface) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.