question
stringlengths
9
150
query
stringlengths
109
692
dataset-id
stringclasses
12 values
Which location of INKAS is also the location of T.I. Ahmadiyya Senior High School, Kumasi ?
PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/INKAS> prop:locations ?uri. <http://dbpedia.org/resource/T.I._Ahmadiyya_Senior_High_School,_Kumasi> onto:denomination ?uri}
lcquad
Which TV show's company is PlayTone and is produced by Stephen E. Ambrose ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri prop:company <http://dbpedia.org/resource/Playtone> . ?uri prop:producer <http://dbpedia.org/resource/Stephen_E._Ambrose> . ?uri rdf:type on...
lcquad
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 }
lcquad
List the architect of the buildings whose one of the architect is Philip Webb?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:architect <http://dbpedia.org/resource/Philip_Webb> . ?x prop:architect ?uri . ?x rdf:type onto:Building}
lcquad
What is the residence of the bronze medalist of Alpine skiing at the women's downhill competition at the 1972 Winter Olympics?
PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Alpine_skiing_at_the_1972_Winter_Olympics_–_Women's_downhill> onto:bronzeMedalist ?x . ?x prop:birthPlace ?uri . }
lcquad
Who is the manufacturer of engine of Jeep Forward Control ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Jeep_Forward_Control prop:engine ?x . ?x onto:manufacturer ?uri . }
lcquad
Which company founded in New Mexico manufactures Visual Studio ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri prop:foundation <http://dbpedia.org/resource/New_Mexico> . ?uri prop:products <http://dbpedia.org/resource/Microsoft_Visual_Studio> . ?uri r...
lcquad
Mazhar Ul Haq High School, Beerwah is affiliated to Islamic Religion
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> }
lcquad
Which government agency is run by Supachai Somcharoen?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:leader <http://dbpedia.org/resource/Supachai_Somcharoen> . ?x prop:agencyName ?uri . ?x rdf:type onto:GovernmentAgency}
lcquad
What is the owner of Ivanpah Solar Power Facility and the original developer of Dart?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Ivanpah_Solar_Power_Facility> onto:owner ?uri. <http://dbpedia.org/resource/Dart_(programming_language)> onto:developer ?uri}
lcquad
Find the total number of ingredient of the recepies whose ingredient is common Mushroom ?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:ingredient <http://dbpedia.org/resource/Agaricus_bisporus> . ?x onto:ingredient ?uri }
lcquad
List all the tenants of the stadium where the WWF Summer Slam 2004 took place.
PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/SummerSlam_(2004)> prop:venue ?x . ?x onto:tenant ?uri . }
lcquad
Who were the founders of Sea Gayle Music?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Sea_Gayle_Music prop:founder ?uri }
lcquad
What religion's politicians are in the Malaysian Chinese association?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:party <http://dbpedia.org/resource/Malaysian_Chinese_Association> . ?x onto:religion ?uri . ?x rdf:type onto:Politician}
lcquad
How many movies are directed by the spouse of Dolores del Ro?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:partner <http://dbpedia.org/resource/Dolores_del_Río> . ?uri prop:director ?x . ?uri rdf:type onto:Film}
lcquad
Which US state gave us Brian Deegan and Harold Lyold?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Brian_Deegan_(rider)> prop:birthPlace ?uri. <http://dbpedia.org/resource/Harold_Lloyd> prop:birthPlace ?uri . }
lcquad
What are some bands out to texarkana?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri prop:origin <http://dbpedia.org/resource/Texarkana,_Texas> . ?uri rdf:type onto:Band}
lcquad
What is the military branch of John Tower ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:John_Tower onto:militaryBranch ?uri }
lcquad
In which country was GM was firt aired which is also the mouth country of Upper Neretva?
PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Upper_Neretva> onto:mouthCountry ?uri. <http://dbpedia.org/resource/Gümüş_(TV_series)> prop:firstAired ?uri}
lcquad
How many information appliance are manufactured by companies located in Taiwan?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:locationCity <http://dbpedia.org/resource/Taiwan> . ?uri onto:manufacturer ?x . ?uri rdf:type onto:InformationAppliance}
lcquad
How many people are in the England national football team?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT COUNT(?uri) WHERE {?uri prop:nationalteam <http://dbpedia.org/resource/England_national_football_team> . }
lcquad
With which musical artist is the producer of Spotlight associated ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Spotlight_(Jennifer_Hudson_song)> onto:producer ?x . ?x prop:associatedActs ?uri . ?x rdf:type onto:MusicalArtist}
lcquad
Where was the current champion of Egyptian Open born ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Egyptian_Open onto:champion ?x . ?x onto:birthPlace ?uri . }
lcquad
Is Tea the main ingredient of Lahpet?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> ASK WHERE { res:Lahpet prop:mainIngredient res:Tea }
lcquad
In what battles did president Park Chung-hee participate?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:commander <http://dbpedia.org/resource/Park_Chung-hee> . ?uri rdf:type onto:MilitaryConflict}
lcquad
who is the husband of Rosie Huntington Whiteley?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Rosie_Huntington-Whiteley> onto:partner ?uri }
lcquad
What is the river whose tributary is Zarqa River?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:leftTributary <http://dbpedia.org/resource/Zarqa_River> . ?uri rdf:type onto:River}
lcquad
Who holds stock in the railway lines ending in Washington DC?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:routeEnd <http://dbpedia.org/resource/Union_Station_(Washington,_D.C.)> . ?x prop:owner ?uri . ?x rdf:type onto:RailwayLine}
lcquad
Which religion does the leader of Church and Wellesley follow?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Church_and_Wellesley prop:leaderName ?x . ?x onto:religion ?uri . }
lcquad
Who are the local authority of Buckhurst Hill County High School ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Buckhurst_Hill_County_High_School onto:localAuthority ?uri }
lcquad
Who made the singles on the famous album Aida?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:album <http://dbpedia.org/resource/Elton_John_and_Tim_Rice's_Aida> . ?x onto:musicalArtist ?uri . ?x rdf:type onto:Single}
lcquad
List all the former broadcast network of WMDN ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:WMDN onto:formerBroadcastNetwork ?uri }
lcquad
What company's founder is Jim Harris?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE {?uri prop:founder <http://dbpedia.org/resource/Jim_Harris_(entrepreneur)> }
lcquad
Which religions are practiced in India?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:hometown res:India . ?x prop:religion ?uri . }
lcquad
Which current player of Chicago Bulls was drafted by Los Angeles Clippers ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE {?uri prop:team res:Chicago_Bulls . ?uri prop:draftTeam res:Los_Angeles_Clippers . }
lcquad
Which New Mexico company provides One Drive as a service ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri prop:foundation <http://dbpedia.org/resource/New_Mexico> . ?uri prop:services <http://dbpedia.org/resource/OneDrive> . ?uri rdf:type onto:Co...
lcquad
What team has players born in Dominican Republic ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:birthPlace res:Dominican_Republic . ?x onto:team ?uri . }
lcquad
Name the party of Indira Gandhi ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Indira_Gandhi onto:party ?uri }
lcquad
Who was the opponent of Robert Carr, 1st Earl of Somerset ?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Robert_Carr,_1st_Earl_of_Somerset> onto:opponent ?uri }
lcquad
What is the common country of Ganz UV and Balaton wine region ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Ganz_UV onto:operator ?uri. res:Balaton_wine_region onto:location ?uri}
lcquad
What is the mascot of Celal Bayar University ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Celal_Bayar_University prop:mascot ?uri }
lcquad
Whose resting place is William Henry Harrison Tomb State Memorial and has kids named John Scott Harrison?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri prop:restingplace res:William_Henry_Harrison_Tomb_State_Memorial . ?uri onto:child res:John_Scott_Harrison . }
lcquad
Why did Letita McTavish Hargrave and Sextus Barbour die?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Letitia_MacTavish_Hargrave onto:deathCause ?uri. res:Sextus_Barbour prop:deathCause ?uri}
lcquad
Name the constituency of Domenico Modugno ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Domenico_Modugno prop:constituency ?uri }
lcquad
Is michelangelo the painter of The Persian Boy?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> ASK WHERE { res:The_Persian_Boy onto:illustrator res:Michelangelo }
lcquad
Name the president whose had relatives in Clinton family and lieutenant named Joe Purcell?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:relation <http://dbpedia.org/resource/Clinton_family> . ?uri onto:lieutenant <http://dbpedia.org/resource/Joe_Purcell> . ?uri rdf:type onto:President}
lcquad
What discipline was The Chess Monthly about ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:The_Chess_Monthly prop:discipline ?uri }
lcquad
Which saints were the messengers of Islam?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:veneratedIn <http://dbpedia.org/resource/Islam> . ?uri rdf:type onto:Saint}
lcquad
tonle sap flows into which river?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:rightTributary res:Tonlé_Sap }
lcquad
What awards were given to the producer of Chicken Little?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Chicken_Little_(1943_film)> onto:producer ?x . ?x onto:award ?uri . }
lcquad
Was GM first aired in Albania?
PREFIX prop: <http://dbpedia.org/property/> ASK WHERE { <http://dbpedia.org/resource/Gümüş_(TV_series)> prop:firstAired <http://dbpedia.org/resource/Albania> }
lcquad
What water bodies have primary inflows sa Kemijoki?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:inflow res:Kemijoki }
lcquad
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 }
lcquad
Which educational institution of Jack Mcgregor is also the alma mater of Donn barber ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Jack_McGregor onto:education ?uri. res:Donn_Barber onto:education ?uri . }
lcquad
Where is Richard Stites located ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Richard_Stites onto:birthPlace ?uri }
lcquad
was james watt a mechanical engineer?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> ASK WHERE { res:James_Watt onto:field res:Mechanical_engineering }
lcquad
Which drinks have emerged from the US?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:origin <http://dbpedia.org/resource/United_States> . ?x prop:locationCity ?uri . ?x rdf:type onto:Beverage}
lcquad
Who composed the lyrics of Holler If Ya Hear Me ?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Holler_If_Ya_Hear_Me_(musical)> prop:lyrics ?uri }
lcquad
Is Bluebird the grandsire of Miss Potential?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> ASK WHERE { res:Miss_Potential onto:grandsire res:Bluebird }
lcquad
What is the headquarters of the public transit system which is the system of Bottineau LRT ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Bottineau_LRT> prop:system ?x . ?x prop:headquarters ?uri . ?x rdf:type onto:PublicTransitSystem}
lcquad
What units are garrisoned in the Pentagon?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri prop:garrison <http://dbpedia.org/resource/The_Pentagon> . ?uri rdf:type onto:MilitaryUnit}
lcquad
What is the hometown of John Speraw ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:John_Speraw prop:hometown ?uri }
lcquad
Count the journals in the field of Philosophy.
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE {?uri prop:discipline <http://dbpedia.org/resource/Philosophy> . ?uri rdf:type onto:AcademicJournal}
lcquad
Which scientist advised a doctoral student named Erban Ieica?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri prop:doctoralStudents <http://dbpedia.org/resource/Șerban_Țițeica> . ?uri rdf:type onto:Scientist}
lcquad
Where are the Dinamo Krasnodar players born?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:club <http://dbpedia.org/resource/Dinamo_Krasnodar> . ?x prop:placeOfBirth ?uri . ?x rdf:type onto:Athlete}
lcquad
What is the hometown of Nader Guirat, where Josef Johansson was born too?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Josef_Johansson prop:birthPlace ?uri. res:Nader_Guirat onto:hometown ?uri . }
lcquad
How many major shrine are there, of the saints whose beatified by Pope Pius XI ?
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 . }
lcquad
Name the TV shows owned by divisions of CBS?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:parent <http://dbpedia.org/resource/CBS> . ?uri prop:company ?x . ?uri rdf:type onto:TelevisionShow}
lcquad
What is the academic discipline of Journal of Cerebral Blood Flow & Metabolism ?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Journal_of_Cerebral_Blood_Flow_&_Metabolism> onto:academicDiscipline ?uri }
lcquad
What is the agency name of the Ministry of Information and Communication Technology (Thailand) and distribution region of the Channel 9 MCOT HD ?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Ministry_of_Information_and_Communication_Technology_(Thailand)> prop:agencyName ?uri. <http://dbpedia.org/resource/Channel_9_MCOT_HD> prop:city ?uri}
lcquad
Which gaming console's central processing unit is microprocessor and built by Sony?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:cpu <http://dbpedia.org/resource/Cell_(microprocessor)> . ?uri onto:manufacturer <http://dbpedia.org/resource/Sony> . }
lcquad
List the home stadiums of the teams in the Russian Premier League?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:league res:2011–12_Russian_Premier_League . ?x onto:homeStadium ?uri . }
lcquad
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 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 onto:HorseRace}
lcquad
Give me the list of people who scaled mountains in Sierra Nevada?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:mountainRange <http://dbpedia.org/resource/Sierra_Nevada_(U.S.)> . ?x onto:firstAscentPerson ?uri . }
lcquad
What is the name of the movie whose director of photography was Jordan Cronenweth and music composer was Vangelis?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri prop:cinematography <http://dbpedia.org/resource/Jordan_Cronenweth> . ?uri onto:musicComposer <http://dbpedia.org/resource/Vangelis> . ?uri ...
lcquad
What are the common sports played by jamiatu Muslim mindanao and Polytechnic University of Philippines Taguig ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Jamiatu_Muslim_Mindanao onto:athletics ?uri. res:Polytechnic_University_of_the_Philippines_Taguig onto:sport ?uri}
lcquad
Count the different origins of members of the Vitis Vinifera species.
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:species <http://dbpedia.org/resource/Vitis_vinifera> . ?x onto:origin ?uri . ?uri rdf:type onto:Place}
lcquad
What magazine published Allal and is the employer of Peter Bergman?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Allal> onto:publisher ?uri. <http://dbpedia.org/resource/Peter_Bergman_(comedian)> onto:employer ?uri}
lcquad
Where were Justina Machado and John Englehard born?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Justina_Machado prop:birthPlace ?uri. res:John_Englehart onto:birthPlace ?uri . }
lcquad
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 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.org/resource/Montpelier_(Orange,_Virginia)>...
lcquad
Where was David Scherman trained ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:David_Scherman onto:training ?uri }
lcquad
In which series has Sean Young portrayed someone?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:portrayer res:Sean_Young . ?x onto:series ?uri . }
lcquad
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 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:Airline}
lcquad
Was the song The Boy is Mine recorded in Atlanta?
PREFIX prop: <http://dbpedia.org/property/> ASK WHERE { <http://dbpedia.org/resource/The_Boy_Is_Mine_(song)> prop:recorded <http://dbpedia.org/resource/Atlanta> }
lcquad
Who is the president when Loretta Ucelli used to work for Democratic party?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Loretta_Ucelli onto:president ?uri }
lcquad
Who wrote the play in which Blanche DuBois is a character?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:characters <http://dbpedia.org/resource/Blanche_DuBois> . ?x prop:writer ?uri . ?x rdf:type onto:Play}
lcquad
Which district of Robert William Wilcox os the place of birth of Kamaloohua ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Robert_William_Wilcox prop:district ?uri. res:Kamaloohua prop:placeOfBirth ?uri}
lcquad
Where is the capital of Kelsey Creek located?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Kelsey_Creek onto:region ?x . ?x onto:countySeat ?uri . }
lcquad
What borders the valley which falls under Lake County, Oregon?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:municipality <http://dbpedia.org/resource/Lake_County,_Oregon> . ?x onto:border ?uri . ?x rdf:type onto:Valley}
lcquad
What city is it where Wayne Allard governs and Juli Ashton was born?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Wayne_Allard onto:region ?uri. res:Juli_Ashton onto:birthPlace ?uri}
lcquad
List the regions served by the company which serves in Pacific Ocean ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:regionServed <http://dbpedia.org/resource/Pacific_Ocean> . ?x onto:regionServed ?uri . ?x rdf:type onto:Company}
lcquad
Which prime ministers were served by the governor who appointed Murray Gleeson?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Murray_Gleeson onto:appointer ?x . ?x onto:primeMinister ?uri . }
lcquad
Name the fictional character painted by Josh Friedman and portrayed in Terminator Genisys ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:creator <http://dbpedia.org/resource/Josh_Friedman> . ?uri onto:portrayer <http://dbpedia.org/resource/Terminator_Genisys> . ?uri rdf:type onto:FictionalCharacter}
lcquad
What is the state of origin of the person who is the successor of Tetsugen Bernard Glassman?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Tetsugen_Bernard_Glassman> onto:successor ?x . ?x onto:stateOfOrigin ?uri . ?x rdf:type onto:Person}
lcquad
What city in the US was Alfred Phillips born in, and is the resting place of William Smith?
PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/William_H._Smith_(Connecticut)> onto:restingPlace ?uri. <http://dbpedia.org/resource/Alfred_N._Phillips> prop:birthPlace ?uri . }
lcquad
Give me the name of the organization hqed at Chaeng Watthana Govt Complex?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:headquarter <http://dbpedia.org/resource/Chaeng_Watthana_Government_Complex> . ?x prop:agencyName ?uri . ?x rdf:type onto:Organisation}
lcquad
Who is the writer of the singles whose producer is Peter-John Vettese?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:producer <http://dbpedia.org/resource/Peter-John_Vettese> . ?x onto:writer ?uri . ?x rdf:type onto:Single}
lcquad
Count the number of artist whose pone of the field is writing ?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:field <http://dbpedia.org/resource/Writing> . ?x onto:field ?uri }
lcquad
Which veterans served at CBS?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:occupation res:CBS . }
lcquad
What are some shareholders of the bridge maintained by the Massachusetts department of transportation?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:maintainedBy <http://dbpedia.org/resource/Massachusetts_Department_of_Transportation> . ?x prop:owner ?uri . ?x rdf:type onto:Bridge}
lcquad