question
stringlengths
9
150
query
stringlengths
109
692
dataset-id
stringclasses
12 values
What are some bands originating in London?
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:hometown <http://dbpedia.org/resource/London> . ?uri rdf:type onto:Band}
Orange(huggingface)
What are the baseball teams who belongs to Guggenheim Partners?
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:owner <http://dbpedia.org/resource/Guggenheim_Partners> . ?uri rdf:type onto:BaseballTeam}
Orange(huggingface)
Name some schools with a bison as their mascot?
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:mascot <http://dbpedia.org/resource/Bison> . ?uri rdf:type onto:School}
Orange(huggingface)
Which work institutions of Andrew Schally is the alma mater of Mara Eugenia Rojas Correa ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Andrew_Schally prop:workInstitutions ?uri. res:María_Eugenia_Rojas_Correa prop:almaMater ?uri}
Orange(huggingface)
What are the tenants of Mercedes-Benz Superdome?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Mercedes-Benz_Superdome> onto:tenant ?uri }
Orange(huggingface)
What is the route end of NorthSouth Transport Corridor ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:North–South_Transport_Corridor onto:routeEnd ?uri }
Orange(huggingface)
What is that show whose theme was composed by Joel Goodman?
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:themeMusicComposer <http://dbpedia.org/resource/Joel_Goodman> . ?x prop:showName ?uri . ?x rdf...
Orange(huggingface)
What is the scientist whose PhD students are Erich Bagge and Serban Titeica?
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:doctoralStudents <http://dbpedia.org/resource/Erich_Bagge> . ?uri prop:doctoralStudents <htt...
Orange(huggingface)
Is Nikolai Morozov the former coach of Stanislav Morozov?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> ASK WHERE { res:Stanislav_Morozov prop:formercoach res:Ingo_Steuer }
Orange(huggingface)
Name the movie written by Monty Python and has music composer as Geoffrey Burgon?
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:writer <http://dbpedia.org/resource/Monty_Python> . ?uri onto:musicComposer <http://dbpedia.o...
Orange(huggingface)
How many total religions are followed by people whose hometown is somewhere in India?
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:hometown <http://dbpedia.org/resource/India> . ?x prop:religion ?uri . }
Orange(huggingface)
Where did john o conner study?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/John_O'Connor_(archbishop_of_New_York)> onto:almaMater ?uri }
Orange(huggingface)
Count the tenants of the stadiums designed by Populous?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:architect <http://dbpedia.org/resource/Populous_(company)> . ?x onto:tenant ?uri . }
Orange(huggingface)
Who is the stock holder of the bank where Peter Grauer works ?
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/Peter_Grauer> prop:occupation ?x . ?x prop:owner ?uri . ?x rdf:type onto:...
Orange(huggingface)
How many teams have used the stadiums which have been rented by the Canadian Hockey Association?
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:tenant <http://dbpedia.org/resource/Hockey_Canada> . ?x prop:tenants ?uri . }
Orange(huggingface)
Was Gerald Gibbs the cinematographer of X the unknown?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> ASK WHERE { <http://dbpedia.org/resource/X_the_Unknown> onto:cinematography <http://dbpedia.org/resource/Gerald_Gibbs_(cinematographer)> }
Orange(huggingface)
Who is the military general buried in St Mary's Church, Battersea?
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:placeofburial <http://dbpedia.org/resource/St_Mary's_Church,_Battersea> . ?uri rdf:type onto:...
Orange(huggingface)
List the music played in television episode which came after The Colonel (The Americans)?
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/The_Colonel_(The_Americans)> onto:subsequentWork ?x . ?x prop:music ?uri . }
Orange(huggingface)
In how many teams have people previously played who play as defencemen?
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:position <http://dbpedia.org/resource/Defenceman> . ?x onto:formerTeam ?uri . ?uri rdf:...
Orange(huggingface)
From where did Ben Wilson (American football) do his highscool?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Ben_Wilson_(American_football)> onto:highschool ?uri }
Orange(huggingface)
Name the office holder whose battle is Siege of Fort Recovery and belongs to the Indian territory branch?
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:battle <http://dbpedia.org/resource/Siege_of_Fort_Recovery> . ?uri prop:branch <http://dbpedi...
Orange(huggingface)
In how many places can I find people who were the architects of the Dundas Castle?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT COUNT(?uri) WHERE { <http://dbpedia.org/resource/Dundas_Castle_(Roscoe,_New_York)> prop:architecture ?x . ?x prop:region ?uri . }
Orange(huggingface)
Name the borough of the Bordesley railway station which is also the route end of the Birmingham and Oxford Junction Railway?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Bordesley_railway_station prop:borough ?uri. res:Birmingham_and_Oxford_Junction_Railway onto:routeEnd ?uri}
Orange(huggingface)
How many ships belong to states which has Unitary as government type?
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:governmentType <http://dbpedia.org/resource/Unitary_state> . ?uri onto:country ?x . ?uri rdf:type onto:Ship}
Orange(huggingface)
What Orson Welles directed movie has photography director as Gregg Toland ?
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:cinematography <http://dbpedia.org/resource/Gregg_Toland> . ?uri prop:director <http://dbpedi...
Orange(huggingface)
Did Paul Weatherwax an editor of Behave Yourself?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> ASK WHERE { <http://dbpedia.org/resource/Behave_Yourself!> prop:editing <http://dbpedia.org/resource/Paul_Weatherwax> }
Orange(huggingface)
Which city's teams have been coached by Gary Kubaik?
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:coach <http://dbpedia.org/resource/Gary_Kubiak> . ?x onto:locationCity ?uri . ?x rdf:type onto...
Orange(huggingface)
What nation is the motherland of Ricardo Alfonso Cerna where Apostolic Vicariate of El Petn is located?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Ricardo_Alfonso_Cerna prop:birthPlace ?uri. res:Apostolic_Vicariate_of_El_Petén onto:country ?uri . }
Orange(huggingface)
List the mammals whose taxonomy is Diprotodontia and phylum is Chordate?
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:order <http://dbpedia.org/resource/Diprotodontia> . ?uri onto:phylum <http://dbpedia.org/resource/Chordate> . ?uri rdf:type onto:Mammal}
Orange(huggingface)
List all the hubs of the airline whose one of the hub is Subang, Indonesia ?
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:hubs <http://dbpedia.org/resource/Subang,_Indonesia> . ?x prop:hubs ?uri . ?x rdf:type onto:Ai...
Orange(huggingface)
Which venue of Indy PopCon is also the death palce of Louis LeCocq?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Indy_PopCon prop:venue ?uri. res:Louis_LeCocq prop:placeOfDeath ?uri}
Orange(huggingface)
Who is the owner of Chelsea F.C. ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Chelsea_F.C.> prop:owner ?uri }
Orange(huggingface)
Who represent the constituencies of Noe Valley and Duboce Triangle ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { ?uri prop:constituency <http://dbpedia.org/resource/Noe_Valley,_San_Francisco> . ?uri prop:constituency <http://dbpedia.org/resource/Duboce_Triangle,_San_Francisco> . }
Orange(huggingface)
On how many subjects has Random house publishers published books?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:publisher <http://dbpedia.org/resource/Random_House> . ?x prop:subject ?uri . }
Orange(huggingface)
Which companies have launched a rocket from Cape Canaveral Air Force station?
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:launchSite <http://dbpedia.org/resource/Cape_Canaveral_Air_Force_Station> . ?x onto:manufacturer ?uri . ?x rdf:type onto:Rocket}
Orange(huggingface)
Colin Powell was the commander of which military conflict ?
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/Colin_Powell> . ?uri rdf:type onto:MilitaryConflict}
Orange(huggingface)
List the software using C++ as programming language and licence is Software as a service?
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:programmingLanguage <http://dbpedia.org/resource/C++> . ?uri onto:license <http://dbpedia.org...
Orange(huggingface)
How many titles were given to people who engaged in the Operation Dragoon?
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:battles <http://dbpedia.org/resource/Operation_Dragoon> . ?x onto:award ?uri . }
Orange(huggingface)
Name a military unit whose command structure is United States Department of the Navy and garrison is Arlington County, Virginia?
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:commandStructure <http://dbpedia.org/resource/United_States_Department_of_the_Navy> . ?uri onto:garrison <http://dbpedia.org/resource/Arl...
Orange(huggingface)
What is the official residence of Fergus McMaster?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Fergus_McMaster onto:residence ?uri }
Orange(huggingface)
What are the musicals whose musicians worked under Sony Music Entertainment?
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:label <http://dbpedia.org/resource/Sony_Music_Entertainment> . ?uri prop:music ?x . ?uri rdf:t...
Orange(huggingface)
How many people live in Wilton, Connecticut?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT COUNT(?uri) WHERE {?uri prop:residence <http://dbpedia.org/resource/Wilton,_Connecticut> . }
Orange(huggingface)
How many major shrine are there, of the saints whose beatified by Pope Pius XI?
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:beatifiedBy <http://dbpedia.org/resource/Pope_Pius_XI> . ?x onto:majorShrine ?uri . }
Orange(huggingface)
What were robert sarvis and Jack Ryan nominated for ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Jack_Ryan_(politician)> onto:nominee ?uri }
Orange(huggingface)
Which scientist is known for writing Philosophi Naturalis Principia Mathematica?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE {?uri prop:knownFor res:Philosophiæ_Naturalis_Principia_Mathematica }
Orange(huggingface)
What is the outflow of Lake Uniamsi and the inflow of Cahora Bassa?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Lake_Uniamési prop:outflow ?uri. res:Cahora_Bassa prop:inflow ?uri}
Orange(huggingface)
How many states are in the Mediterranean Basketball Association?
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/Mediterranean_Basketball_Association> onto:country ?uri . ?uri rdf:type onto:Place}
Orange(huggingface)
Name the appliance produced by Foxconn and its OS is provided by PlayStation 3 system 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 {?uri onto:manufacturer <http://dbpedia.org/resource/Foxconn> . ?uri prop:os <http://dbpedia.org/resourc...
Orange(huggingface)
was the first national bank and trust building architectured by Chicago?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> ASK WHERE { <http://dbpedia.org/resource/First_National_Bank_and_Trust_Building_(Lima,_Ohio)> onto:architecturalStyle <http://dbpedia.org/resource/Chicago> }
Orange(huggingface)
How many teams have LA kings players in them currently?
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:formerTeam <http://dbpedia.org/resource/Los_Angeles_Kings> . ?x onto:team ?uri . ?uri rdf:type onto:SportsTeam}
Orange(huggingface)
List the producer of the TV shows whose company is HBO.
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:company <http://dbpedia.org/resource/HBO> . ?x onto:producer ?uri . ?x rdf:type onto:TelevisionShow}
Orange(huggingface)
Name the software which has been developed by John Fanning?
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:developer <http://dbpedia.org/resource/John_Fanning_(businessman)> . ?uri rdf:type onto:Softw...
Orange(huggingface)
Which college of Luke List (golfer) is the alma mater of K. Terry Dornbush?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Luke_List_(golfer)> prop:college ?uri. <http://dbpedia.org/resource/K._Terry_Dornbush> prop:almaMater ?uri}
Orange(huggingface)
Did Trish Stratus train Christina Crawford?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> ASK WHERE { <http://dbpedia.org/resource/Christina_Crawford_(wrestler)> prop:trainer <http://dbpedia.org/resource/Trish_Stratus> }
Orange(huggingface)
What show has judge as Randy Jackson sculptors as Simon Fuller?
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:creator <http://dbpedia.org/re...
Orange(huggingface)
What is the place of death of the royalties one of whose parents was Adam Ludwik Czartoryski?
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:parent <http://dbpedia.org/resource/Adam_Ludwik_Czartoryski> . ?x prop:deathPlace ?uri . ?x rd...
Orange(huggingface)
Which producer of Boeing F/A-18E/F Super Hornet has a key person Dennis Muilenburg?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE {?uri prop:keyPeople <http://dbpedia.org/resource/Dennis_Muilenburg> . ?uri prop:products <http://dbpedia.org/resource/Boeing_F/A-18E/F_Super_Hornet> . }
Orange(huggingface)
Mazhar Ul Haq High School, Beerwah is affiliated to Islamic Religion
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> ASK WHERE { <http://dbpedia.org/resource/Mazhar_Ul_Haq_High_School,_Beerwah> prop:religiousAffiliation <http://dbpedia.org/resource/Islam> }
Orange(huggingface)
Which TV show's composer is Judy Hart Angelo and executive producer as Glen and Les Charles?
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:composer <http://dbpedia.org/resource/Judy_Hart_Angelo> . ?uri onto:executiveProducer <http://dbpedia.org/resource/Glen_and_Les_Charles> ...
Orange(huggingface)
Who was the president under which people won the United States House of Representatives elections in 1790?
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/United_States_House_of_Representatives_elections,_1790> prop:leader ?x . ...
Orange(huggingface)
Count the number of artist whose pone of the field is writing ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:field <http://dbpedia.org/resource/Writing> . ?x onto:field ?uri }
Orange(huggingface)
Name the parent company of Ford Falcon Cobra?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Ford_Falcon_Cobra onto:parentCompany ?uri }
Orange(huggingface)
Count the number of sports played by schools which play hockey ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:sport <http://dbpedia.org/resource/Hockey> . ?x onto:sport ?uri }
Orange(huggingface)
Who starred in Nothing in Common and produced From the Earth to the Moon?
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/From_the_Earth_to_the_Moon_(miniseries)> onto:executiveProducer ?uri. <http://dbpedia.org/resource/Nothing_in_Common> prop:starring...
Orange(huggingface)
What are the different religions followed by presidents whose prime minister was Surayud Chulanont?
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:primeminister <http://dbpedia.org/resource/Surayud_Chulanont> . ?x onto:religion ?uri . ?x rdf...
Orange(huggingface)
Whose military unit is 39th infantry regiment in 1812?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:militaryUnit <http://dbpedia.org/resource/39th_Infantry_Regiment_(War_of_1812)> . }
Orange(huggingface)
List the name of the soccer clubs whose chairman is Joan Laporta.
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:chairman <http://dbpedia.org/resource/Joan_Laporta> . ?x prop:name ?uri . ?x rdf:type onto:Soc...
Orange(huggingface)
What was founded by Congress of Industrial Organizations?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Congress_of_Industrial_Organizations prop:founded ?uri }
Orange(huggingface)
Which TV show's producer is Stephen E. Ambrose and company is DreamWorks Television?
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:producer <http://dbpedia.org/resource/Stephen_E._Ambrose> . ?uri prop:writer <http://dbpedia....
Orange(huggingface)
Which rivers start in a country whose leader is Irene Mambilima?
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:leaderName <http://dbpedia.org/resource/Irene_Mambilima> . ?uri onto:sourceCountry ?x . ?uri r...
Orange(huggingface)
Where was Picasso's Last Words recorded?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Picasso's_Last_Words_(Drink_to_Me)> prop:recorded ?uri }
Orange(huggingface)
What state was Cyrus Mann born in, and has the famous Downriver?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Downriver onto:state ?uri. res:Cyrus_Mann prop:birthPlace ?uri . }
Orange(huggingface)
List the former partner of the figure skaters whose former choreographer was Igor Shpillband.
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:formerChoreographer <http://dbpedia.org/resource/Igor_Shpillband> . ?x onto:formerPartner ?uri . ?x rdf:type onto:FigureSkater}
Orange(huggingface)
Which country has leaders Karu Jayasuriya and Ranil Wickremesinghe?
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:leader <http://dbpedia.org/resource/Karu_Jayasuriya> . ?uri onto:leader <http://dbpedia.org/resource/Ranil_Wickremesinghe> . ?uri rdf:ty...
Orange(huggingface)
Which river goes through cohoes, NY
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Cohoes,_New_York> onto:river ?uri }
Orange(huggingface)
Which school teams are there in schools of Arlington Heights, Illinois?
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/Arlington_Heights,_Illinois> . ?x prop:teamName ?uri . ?x rd...
Orange(huggingface)
Which band made the song Take me There, and has collaborated with Blayse in the past?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Take_Me_There_(Blackstreet_&_Mýa_song)> onto:musicalBand ?uri. <http://dbpedia.org/resource/Blayse> onto:associatedBand ?uri}
Orange(huggingface)
What are the political parties whose leaders have lived in the Prime Minister's House?
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:residence <http://dbpedia.org/resource/Prime_Minister's_House_(Colombo)> . ?uri onto:leader ?x . ?uri rdf:type onto:PoliticalParty}
Orange(huggingface)
List the doctoral students of Harry Harlow?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Harry_Harlow prop:doctoralStudents ?uri }
Orange(huggingface)
What is the place of death of the gymnast who was the silver medalist at the 1956 Summer Olympics Men's rings ?
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/Gymnastics_at_the_1956_Summer_Olympics_–_Men's_rings> onto:silverMedalist ?x . ?x prop:placeOfDeath ?uri . }
Orange(huggingface)
In which city is Arsenal Cider House located?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Arsenal_Cider_House prop:locationCity ?uri }
Orange(huggingface)
Give me the number of home stadiums of teams managed by John Spencer.
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:manager <http://dbpedia.org/resource/John_Spencer_(Scottish_footballer)> . ?x onto:homeStadium ?uri . }
Orange(huggingface)
What is the alma mater of the scientist whose PhD advisor is Jean-Claude Latombe ?
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:doctoralAdvisor <http://dbpedia.org/resource/Jean-Claude_Latombe> . ?x prop:almaMater ?uri . ?...
Orange(huggingface)
Name the movie in which Vangelis gave the music and Jordan was the cinematographer?
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:music <http://dbpedia.org/resource/Vangelis> . ?uri onto:cinematography <http://dbpedia.org/r...
Orange(huggingface)
Who were the first drivers in Grand Prixes where the first team was Scuderia Ferrari?
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:firstTeam <http://dbpedia.org/resource/Scuderia_Ferrari> . ?x onto:firstDriver ?uri . ?x rdf:t...
Orange(huggingface)
List the notable work of David Isaacs?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/David_Isaacs_(writer)> onto:notableWork ?uri }
Orange(huggingface)
What is the purpose of some Maharashtran organizations?
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:headquarter <http://dbpedia.org/resource/Maharashtra> . ?x prop:purpose ?uri . ?x rdf:type ont...
Orange(huggingface)
Where is the headquarters of the public transit system which owns the American Boulevard (Metro Transit station) 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 { <http://dbpedia.org/resource/American_Boulevard_(Metro_Transit_station)> onto:owningOrganisation ?x . ...
Orange(huggingface)
What genres of games are available on the Commodore 64?
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/Commodore_64> . ?x prop:genre ?uri . ?x rdf:typ...
Orange(huggingface)
Where did they debut their careers, those who have played for US men's national soccer team?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { ?x prop:nationalteam <http://dbpedia.org/resource/United_States_men's_national_soccer_team> . ?x prop:debutteam ?uri . }
Orange(huggingface)
Which magazine's editor is married to Crystal Harris?
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:spouse <http://dbpedia.org/resource/Crystal_Harris> . ?uri prop:editor ?x . ?uri rdf:type onto...
Orange(huggingface)
From which party is the politician who was selected in Barasat constituency?
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/Jane_Austen_in_Manhattan> onto:writer ?uri. <http://dbpedia.org/resource/Emma_(novel)> prop:author ?uri . }
Orange(huggingface)
What show had NTSC format and theme music composed byRon Grainer?
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:format <http://dbpedia.org/resource/NTSC> . ?uri prop:themeMusicComposer <http://dbpedia.org/...
Orange(huggingface)
Which broadcast area of Mauritius Broadcasting Corporation is also the nationality of Michael Medor?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Mauritius_Broadcasting_Corporation prop:broadcastArea ?uri. res:Michael_Medor onto:nationality ?uri}
Orange(huggingface)
Name the office holder who has a child named Lori Black and resting place is Alta Mesa Memorial Park?
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:child <http://dbpedia.org/resource/Lori_Black> . ?uri prop:restingPlace <http://dbpedia.org/r...
Orange(huggingface)
What team did J P Paris was former team of Bert McCaffrey play for?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:J._P._Parisé prop:playedFor ?uri. res:Bert_McCaffrey onto:formerTeam ?uri . }
Orange(huggingface)
The successor of Ulrich II, Count of East Frisia was born in what place?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Ulrich_II,_Count_of_East_Frisia> prop:successor ?x . ?x prop:placeOfBirth ?uri . }
Orange(huggingface)
What countries used Solidus as currency?
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:currency <http://dbpedia.org/resource/Solidus_(coin)> . ?uri rdf:type onto:Country}
Orange(huggingface)
What company's leader is Edwin Catmull?
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/Edwin_Catmull> . ?uri rdf:type onto:Company}
Orange(huggingface)
Which technological products were manufactured by Foxconn?
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:manufacturer <http://dbpedia.org/resource/Foxconn> . ?uri rdf:type onto:InformationAppliance}
Orange(huggingface)