question
stringlengths
9
150
query
stringlengths
109
692
dataset-id
stringclasses
12 values
What does the famous relative of Levon Ashotovich Grigorian do for a living?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:relatives res:Levon_Ashotovich_Grigorian . ?x onto:occupation ?uri . }
lcquad
Where is the debut team of Shaquil Barrett located?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Shaquil_Barrett prop:debutteam ?x . ?x onto:locationCity ?uri . }
lcquad
Who owns Ivanpah Solar Power Facility?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Ivanpah_Solar_Power_Facility onto:owner ?uri }
lcquad
What artist of Charing Cross Bridge influenced Dorothea Sharp in her career?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Charing_Cross_Bridge_(Monet_series)> prop:artist ?uri. <http://dbpedia.org/resource/Dorothea_Sharp> prop:influencedBy ?uri}
lcquad
What is the game whose genre is Mind sport?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:genre <http://dbpedia.org/resource/Mind_sport> . ?uri rdf:type onto:Game}
lcquad
List the awards given to the race horses bred by Willis Sharpe Kilmer.
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:breeder <http://dbpedia.org/resource/Willis_Sharpe_Kilmer> . ?x onto:honours ?uri . ?x rdf:type onto:RaceHorse}
lcquad
Which country's engineered have studied at Aero Klub in Wroclaw?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:institution res:AeroKlub_Wrocław . ?x prop:nationality ?uri . }
lcquad
What is the common place where USS Camp DE-251 was built, and is one of the destinations of Emerald Air?
PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/USS_Camp_(DE-251)> prop:shipBuilder ?uri. <http://dbpedia.org/resource/Emerald_Air_(United_States)> onto:destination ?uri}
lcquad
List the religions of the commanders of Royal Thai Army.
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Royal_Thai_Army prop:notableCommanders ?x . ?x onto:religion ?uri . }
lcquad
What is the official name of Arkansas wine ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Arkansas_wine prop:officialName ?uri }
lcquad
Which country is the birth place of Marcus Samuelsson and Samuel of Waldebba ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Marcus_Samuelsson prop:birthPlace ?uri. res:Samuel_of_Waldebba prop:placeOfBirth ?uri}
lcquad
Name the battle fought by the military persons who also fought in Algeria ?
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:battles <http://dbpedia.org/resource/Algeria> . ?x prop:battles ?uri . ?x rdf:type onto:MilitaryPerson}
lcquad
Where is the head quarters of the parent company of Mall of America located?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Mall_of_America prop:owned ?x . ?x prop:headquarters ?uri . }
lcquad
Bridge that starts at Seberang Perai crosses over what?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:routeStart res:Seberang_Perai . ?x prop:crosses ?uri . }
lcquad
Is Julia Gillard the prime minister of Kate Lundy?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> ASK WHERE { res:Kate_Lundy onto:primeMinister res:Julia_Gillard }
lcquad
Comcast SportsNet is broadcasted in what area, which also has the Michigan Renaissance Festival?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Michigan_Renaissance_Festival prop:location ?uri. res:Comcast_SportsNet_Chicago onto:broadcastArea ?uri . }
lcquad
what cities are located on the sides of mediterranean sea?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Mediterranean_Sea prop:cities ?uri }
lcquad
What is the purpose of some Maharashtran organizations?
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/Maharashtra> . ?x prop:purpose ?uri . ?x rdf:type onto:Organisation}
lcquad
In how many territories were the wars fought where Fusil Gras Mile 1874 were used?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { <http://dbpedia.org/resource/Fusil_Gras_mle_1874> onto:usedInWar ?x . ?x onto:territory ?uri . ?x rdf:type onto:MilitaryConflict}
lcquad
Mota Engil built bridges over which rivers?
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:builder <http://dbpedia.org/resource/Mota-Engil> . ?x onto:crosses ?uri . ?x rdf:type onto:Bridge}
lcquad
How many other field are there of the scientists whose one of the field is Mathematics ?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:field <http://dbpedia.org/resource/Mathematics> . ?x onto:field ?uri }
lcquad
Twin cities 400 is operated by what city, which is the birthplace of Leona Baumgarter?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Twin_Cities_400 onto:operatedBy ?uri. res:Leona_Baumgartner onto:birthPlace ?uri}
lcquad
How many people currently play for the NYC FC?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT COUNT(?uri) WHERE {?uri prop:currentclub <http://dbpedia.org/resource/New_York_City_FC> . }
lcquad
In how many other states do people live, whose languages are spoken in Nebraska?
PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { <http://dbpedia.org/resource/Nebraska> onto:language ?x . ?x prop:region ?uri . }
lcquad
Name the alma mater of Michael hahn ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Michael_Hahn onto:almaMater ?uri }
lcquad
What is the mascot of the unit whose garrison is Canberra ?
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:garrison <http://dbpedia.org/resource/Canberra> . ?x prop:mascot ?uri . ?x rdf:type onto:MilitaryUnit}
lcquad
List the governers of Jimmie Lou Fisher?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Jimmie_Lou_Fisher prop:governor ?uri }
lcquad
How many people have played for a club whose coach is Fred Hoiberg?
PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:coach <http://dbpedia.org/resource/Fred_Hoiberg> . ?uri prop:team ?x . }
lcquad
Who discovered Callisto ?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Callisto_(moon)> onto:discoverer ?uri }
lcquad
which politician is currently ruling over Rishkiesh?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Rishikesh onto:leaderName ?uri }
lcquad
Where is Carmel Winery?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Carmel_Winery prop:locationCountry ?uri }
lcquad
Does the little colorado river flow in the Grand Canyon?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> ASK WHERE { res:Little_Colorado_River onto:mouthMountain res:Grand_Canyon }
lcquad
Name the architect of Marine Corps Air Station Kaneohe Bay ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Marine_Corps_Air_Station_Kaneohe_Bay prop:architect ?uri }
lcquad
How many different organizations own the railway lines which are a part of Norfolk Southern Railway?
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:system <http://dbpedia.org/resource/Norfolk_Southern_Railway> . ?x prop:owner ?uri . ?uri rdf:type onto:Organisation}
lcquad
Name the parts of the settlements which has New Braunfels as one of the parts ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:part <http://dbpedia.org/resource/New_Braunfels,_Texas> . ?x onto:part ?uri . ?x rdf:type onto:Settlement}
lcquad
Which shows had their painters born in England?
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:birthPlace <http://dbpedia.org/resource/England> . ?uri onto:creator ?x . ?uri rdf:type onto:TelevisionShow}
lcquad
Which mountain is located in inyo National Forest and has a parent peak named Nevado de Toluca ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:locatedInArea <http://dbpedia.org/resource/Inyo_National_Forest> . ?uri onto:parentMountainPeak <http://dbpedia.org/resource/Nevado_de_Toluca> . ?uri rdf:type onto:Mountain}
lcquad
Which awards have been given to both Ingmar Bergman and Charles LeMaire?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Ingmar_Bergman prop:awards ?uri. res:Charles_LeMaire prop:awards ?uri . }
lcquad
Which office holder's resting place is William Henry Harrison Tomb State Memorial and has governor named Charles Willing Byrd?
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:restingplace <http://dbpedia.org/resource/William_Henry_Harrison_Tomb_State_Memorial> . ?uri onto:governor <http://dbpedia.org/resource/...
lcquad
Where was the movie after Khiladi 786 recorded?
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/Khiladi_786> prop:nextAlbum ?x . ?x prop:recorded ?uri . ?x rdf:type onto:Film}
lcquad
Who are the politicians whose death place is Ontario?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:deathPlace <http://dbpedia.org/resource/Ontario> . ?uri rdf:type onto:Politician}
lcquad
Which statesman is married to Dolley Madison?
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 rdf:type onto:OfficeHolder}
lcquad
How many theme musics have been composed by Julian Gingell?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT COUNT(?uri) WHERE {?uri prop:themeMusicComposer <http://dbpedia.org/resource/Julian_Gingell> . }
lcquad
Name the monarch of L Buwei ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Lü_Buwei onto:monarch ?uri }
lcquad
Name the musician who was given label by Celluloid Records and has been associated with Africa'70 ?
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:label <http://dbpedia.org/resource/Celluloid_Records> . ?uri onto:associatedMusicalArtist <http://dbpedia.org/resource/Africa_'70_(band)...
lcquad
What is the stylistic origin of Wizard rock ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Wizard_rock onto:stylisticOrigin ?uri }
lcquad
List the fields of the scientists with Sanskrit as one of the interest ?
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:fields <http://dbpedia.org/resource/Sanskrit> . ?x prop:fields ?uri . ?x rdf:type onto:Scientist}
lcquad
Of all the teams that Andrew Economos played for, which one did Jerrel Jackson play his first game for?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Jerrell_Jackson onto:debutTeam ?uri. res:Andrew_Economos onto:formerTeam ?uri}
lcquad
What are the movies whose director's daughter is Luke Scott?
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:child <http://dbpedia.org/resource/Luke_Scott_(director)> . ?uri prop:director ?x . ?uri rdf:type onto:Film}
lcquad
Is Mona Lisa in the Louvre museum?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> ASK WHERE { res:Mona_Lisa prop:museum res:Louvre }
lcquad
Was A foreign policy on freedom covered by John Trumbull?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> ASK WHERE { res:A_Foreign_Policy_of_Freedom prop:coverArtist res:John_Trumbull }
lcquad
List the other members of the band of which Juelz Santana is a part?
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:currentMembers <http://dbpedia.org/resource/Juelz_Santana> . ?x onto:bandMember ?uri . ?x rdf:type onto:Band}
lcquad
Give me a count of everything made by the company which offers electronical manufacturing too.
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:service <http://dbpedia.org/resource/Electronics_manufacturing_services> . ?uri onto:manufacturer ?x . }
lcquad
How many games have been composed by Hirokazu Tanaka?
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:composer <http://dbpedia.org/resource/Hirokazu_Tanaka> . ?uri rdf:type onto:VideoGame}
lcquad
Who are the tenants of the stadium where the UFC 140 is located?
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/UFC_140> onto:location ?x . ?x onto:tenant ?uri . ?x rdf:type onto:Stadium}
lcquad
Which kmascot od seneca Academy is also the species of The Fox and the Cat ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:The_Fox_and_the_Cat prop:species ?uri. res:Seneca_Academy_and_Circle_School prop:mascot ?uri}
lcquad
Name the university whose affiliations's foundation place is Washington, D.C.?
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:foundationPlace <http://dbpedia.org/resource/Washington,_D.C.> . ?uri prop:affiliations ?x . ?uri rdf:type onto:University}
lcquad
What awards did the cast members of Gods of Egypt win?
PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Gods_of_Egypt_(film)> onto:starring ?x . ?x prop:awards ?uri . }
lcquad
Where can I find people whose hometown is Ann Arbour in Michigan?
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:homeTown <http://dbpedia.org/resource/Ann_Arbor,_Michigan> . ?x onto:residence ?uri . ?x rdf:type onto:Person}
lcquad
What is the former team of the Athens borned basketball players ?
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:birthPlace <http://dbpedia.org/resource/Athens> . ?x onto:formerTeam ?uri . ?x rdf:type onto:BasketballPlayer}
lcquad
In which city is the hub airport of Club One Air?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Club_One_Air onto:hubAirport ?x . ?x prop:cityServed ?uri . }
lcquad
Where did the relatives of Gustavo Rojas Pinilla study?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:relation res:Gustavo_Rojas_Pinilla . ?x prop:almaMater ?uri . }
lcquad
For how many things are americans famous for?
PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:placeOfBirth <http://dbpedia.org/resource/United_States> . ?x onto:knownFor ?uri . }
lcquad
Who is the successor of McDonnell Douglas ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:McDonnell_Douglas prop:successor ?uri }
lcquad
What is the publisher of Lucifer's Hammer ?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Lucifer's_Hammer> onto:publisher ?uri }
lcquad
List the origin of the weapons which were used in the American Revolutionary War.
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:usedInWar <http://dbpedia.org/resource/American_Revolutionary_War> . ?x prop:origin ?uri . ?x rdf:type onto:Weapon}
lcquad
Purnima Banerjee and Rishang Keishing are politicians of what party ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Rishang_Keishing prop:party ?uri. res:Purnima_Banerjee onto:party ?uri}
lcquad
Which show's theme music composer's label is MapleMusic Recordings?
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:recordLabel <http://dbpedia.org/resource/MapleMusic_Recordings> . ?uri prop:themeMusicComposer ?x . ?uri rdf:type onto:TelevisionShow}
lcquad
Was Apollo 11 a mission of Niel Armstrong?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> ASK WHERE { res:Neil_Armstrong prop:mission res:Apollo_11 }
lcquad
List the former team of the american football players born in Pennsylvania ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:birthPlace <http://dbpedia.org/resource/Pennsylvania> . ?x onto:formerTeam ?uri . ?x rdf:type onto:AmericanFootballPlayer}
lcquad
Is the charat district a district in peru?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> ASK WHERE { res:Charat_District prop:settlementType res:Districts_of_Peru }
lcquad
Which company founded by Fusajiro Yamauchi gives service as Nintendo Network?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:foundedBy <http://dbpedia.org/resource/Fusajiro_Yamauchi> . ?uri prop:services <http://dbpedia.org/resource/Nintendo_Network> . ?uri rd...
lcquad
Richard Gant did a guest appearance on which series?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:guests res:Richard_Gant . ?x onto:series ?uri . }
lcquad
How many things belong to a division of plant kingdom?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:kingdom <http://dbpedia.org/resource/Plant> . ?uri onto:division ?x . }
lcquad
What is that show whose theme was composed by Joel Goodman?
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:themeMusicComposer <http://dbpedia.org/resource/Joel_Goodman> . ?x prop:showName ?uri . ?x rdf:type onto:TelevisionShow}
lcquad
Is the College Sainte Marie in Mauritius?
PREFIX prop: <http://dbpedia.org/property/> ASK WHERE { <http://dbpedia.org/resource/College_Sainte-Marie> prop:county <http://dbpedia.org/resource/Mauritius> }
lcquad
What is the field of the Jon Speelman and occupation of the Karen Grigorian?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Jon_Speelman onto:field ?uri. res:Karen_Grigorian onto:occupation ?uri}
lcquad
What are the countries for which History of Trier principal to?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:capital <http://dbpedia.org/resource/History_of_Trier> . ?uri rdf:type onto:Country}
lcquad
List the uni. having affiliation with Graham Holding Company and have a campus in Iowa ?
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:affiliations <http://dbpedia.org/resource/Graham_Holdings_Company> . ?uri onto:campus <http://dbpedia.org/resource/Iowa> . ?uri rdf:typ...
lcquad
Where was Antonio Giannini born?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Antonio_Giannini onto:birthPlace ?uri }
lcquad
What movies have been produced by the production house owned by Larry J. Franco?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:producer res:Larry_J._Franco }
lcquad
Give me all tv shows which are based in boston and massachusetts?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?uri onto:location <http://dbpedia.org/resource/Boston> . ?uri onto:location <http://dbpedia.org/resource/Massachusetts> . ?uri rdf:type onto:TelevisionShow}
lcquad
What is the death location of the scientist who is the known authority of Hallopus ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Hallopus> onto:binomialAuthority ?x . ?x onto:deathPlace ?uri . ?x rdf:type onto:Scientist}
lcquad
CN Atletic-Barceloneta has a stadium in Barcelona?
PREFIX onto: <http://dbpedia.org/ontology/> ASK WHERE { <http://dbpedia.org/resource/CN_Atlètic-Barceloneta> onto:stadium <http://dbpedia.org/resource/Barcelona> }
lcquad
What are some non fiction subjects dealt with in fantasy novels?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:literaryGenre <http://dbpedia.org/resource/Fantasy> . ?x onto:nonFictionSubject ?uri . ?x rdf:type onto:Book}
lcquad
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 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}
lcquad
Is the Frank R Lillie House has the Chicago architecture?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> ASK WHERE { res:Frank_R._Lillie_House onto:architecturalStyle res:Chicago }
lcquad
Name everyone working for a company owned by Roman Abramovich.
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:owningCompany res:Roman_Abramovich . ?uri onto:occupation ?x . }
lcquad
Who astronaut from NASA was on the mission of Apollo 11?
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:mission <http://dbpedia.org/resource/Apollo_11> . ?uri prop:type <http://dbpedia.org/resource/NASA> . ?uri rdf:type onto:Astronaut}
lcquad
Name the profession of Oamr D Conger for which Jack Ryan was also nominated ?
PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Jack_Ryan_(politician)> onto:nominee ?uri. <http://dbpedia.org/resource/Omar_D._Conger> prop:order ?uri}
lcquad
Where were Micheal Santos and Wendy Jaquet born?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Michael_G._Santos onto:birthPlace ?uri. res:Wendy_Jaquet prop:placeOfBirth ?uri}
lcquad
Name the show formed by J. Michael Stroczynski and had network as TNT ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:developer <http://dbpedia.org/resource/J._Michael_Straczynski> . ?uri prop:network <http://dbpedia.org/resource/TNT_(TV_channel)> . ?ur...
lcquad
Which office holder's resting place is Alta Mesa Memorial park and has adrian A. Basora as successor ?
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:successor <http://dbpedia.org/resource/Adrian_A._Basora> . ?uri prop:restingPlace <http://dbpedia.org/resource/Alta_Mesa_Memorial_Park> ...
lcquad
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 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.org/resource/Geoffrey_Burgon> . ?uri rdf:ty...
lcquad
Which politicians died in cities built by the Roman emperor Charles 5?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:builder <http://dbpedia.org/resource/Charles_V,_Holy_Roman_Emperor> . ?uri onto:deathPlace ?x . ?uri rdf:type onto:OfficeHolder}
lcquad
In how many different places can I find companies which were founded in toronto?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:foundationPlace <http://dbpedia.org/resource/Toronto> . ?x prop:locations ?uri . ?uri rdf:type onto:Place}
lcquad
What are some relatives of the spouse of Uncle henry from Oz?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:spouse <http://dbpedia.org/resource/Uncle_Henry_(Oz)> . ?uri onto:relative ?x . }
lcquad
List the outflows of the lake which has Benu river as one of it ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { ?x prop:outflow res:Benué_River . ?x prop:outflow ?uri . }
lcquad
List the people who were the first one to climb a mountain in California?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:locatedInArea <http://dbpedia.org/resource/California> . ?x onto:firstAscentPerson ?uri . ?x rdf:type onto:Mountain}
lcquad
Ford Air Transport Service and Falcon cobra are both owned by which company?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Ford_Air_Transport_Service onto:parentCompany ?uri. res:Ford_Falcon_Cobra onto:parentCompany ?uri . }
lcquad