question
stringlengths
9
150
query
stringlengths
109
692
dataset-id
stringclasses
12 values
Name the office holder who has a child named lori Black and Harvard Westlake school as one of the educational institute ?
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:children <http://dbpedia.org/resource/Lori_Black> . ?uri onto:almaMater <http://dbpedia.org/resource/Harvard-Westlake_School> . ?uri rd...
lcquad
To which educational institutes is Samuel Isham associated to?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Samuel_Isham prop:education ?uri }
lcquad
Give me a count of mammals whose family is Canidae?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE {?uri onto:family <http://dbpedia.org/resource/Canidae> . ?uri rdf:type onto:Mammal}
lcquad
Which band produced the album Aida?
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:album <http://dbpedia.org/resource/Aida_(musical)> . ?x onto:musicalArtist ?uri . ?x rdf:type onto:MusicalWork}
lcquad
Name the champion of National League ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:National_League prop:champion ?uri }
lcquad
Which European sea has Oulu as one of the shore city ?
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:location <http://dbpedia.org/resource/Europe> . ?uri prop:cities <http://dbpedia.org/resource/Oulu> . ?uri rdf:type onto:Sea}
lcquad
Name the team Ramiro Pea played for, which was also the first team of Steve Ontiveros?
PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Steve_Ontiveros_(infielder)> prop:debutteam ?uri. <http://dbpedia.org/resource/Ramiro_Peña> onto:team ?uri}
lcquad
List the total number of awards of the musicals who have won Tony Award?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:awards <http://dbpedia.org/resource/Tony_Award> . ?x prop:awards ?uri }
lcquad
What is the debut team of people born in Vargas?
PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:birthPlace <http://dbpedia.org/resource/Vargas_(state)> . ?x prop:debutteam ?uri . }
lcquad
What is the product of the BBC Multimedia and is the theme of Visions, the convention?
PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/BBC_Multimedia> onto:product ?uri. <http://dbpedia.org/resource/Visions_(convention)> prop:genre ?uri}
lcquad
Does the Jordan River start in the Golan Heights?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> ASK WHERE { res:Jordan_River onto:sourceRegion res:Golan_Heights }
lcquad
Count the awards received by the ones who fought the battle of france?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:battle <http://dbpedia.org/resource/Battle_of_France> . ?x onto:award ?uri . }
lcquad
List the military branch of Henry Hyde ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Henry_Hyde onto:militaryBranch ?uri }
lcquad
What is the ethnicity of the Maike Evers and state of origin of the Theodor Hillenhinrichs ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Maike_Evers onto:ethnicity ?uri. res:Theodor_Hillenhinrichs onto:stateOfOrigin ?uri}
lcquad
How many people play for the Dallas Cowboys?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE {?uri onto:team <http://dbpedia.org/resource/Dallas_Cowboys> . }
lcquad
Was Reza Amrollahi born in Iran?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> ASK WHERE { res:Reza_Amrollahi prop:birthplace res:Iran }
lcquad
What is the country whose administrative centre is Hagta, Guam?
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/Hagåtña,_Guam> . ?uri rdf:type onto:Country}
lcquad
Which sports by Polytechnic University of the Philippines Taguig is the discipline of The Chess Monthly ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:The_Chess_Monthly prop:discipline ?uri. res:Polytechnic_University_of_the_Philippines_Taguig onto:sport ?uri}
lcquad
Which source country of SamurAbsheron channel is the birth place of Anar Salmanov ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Samur–Absheron_channel onto:sourceCountry ?uri. res:Anar_Salmanov prop:placeOfBirth ?uri}
lcquad
List the resting place of the people who served in Norwalk Trainband.
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:militaryUnit <http://dbpedia.org/resource/Norwalk_Trainband> . ?x prop:restingplace ?uri . ?x rdf:type onto:Person}
lcquad
Who was the designer of john madden Football '92 ?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/John_Madden_Football_'92> prop:designer ?uri }
lcquad
Give me all magazines whose editors live in Chicago?
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:hometown <http://dbpedia.org/resource/Chicago> . ?uri prop:editor ?x . ?uri rdf:type onto:Magazine}
lcquad
Which company's cars are assembled in Iran?
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:assembly <http://dbpedia.org/resource/Iran> . ?x prop:parentCompany ?uri . ?x rdf:type onto:Automobile}
lcquad
Which are the television show which have been created by Donald Wilson?
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/Donald_Wilson_(writer_and_producer)> . ?uri rdf:type onto:TelevisionShow}
lcquad
Count all the Colonels?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT COUNT(?uri) WHERE {?uri prop:rank <http://dbpedia.org/resource/Colonel_(United_States)> . }
lcquad
Does the croton river flow into the hudson?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> ASK WHERE { res:Hudson_River onto:leftTributary res:Croton_River }
lcquad
What sports can be played at universities in Metro Manila?
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:state <http://dbpedia.org/resource/Metro_Manila> . ?x prop:athletics ?uri . ?x rdf:type onto:University}
lcquad
What team has Sam Keller and Jim McMilin played for?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Sam_Keller onto:formerTeam ?uri. res:Jim_McMillin onto:team ?uri . }
lcquad
What has location as Ontario?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:location res:Ontario . }
lcquad
Where was Juno I launched from ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Juno_I onto:launchSite ?uri }
lcquad
In which sects was the aristocrat venerated, whose parent is Thelred the Unready?
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:parent <http://dbpedia.org/resource/Æthelred_the_Unready> . ?x prop:veneratedIn ?uri . ?x rdf:type onto:Royalty}
lcquad
Who won the ohio house of representatives, 2010?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/United_States_House_of_Representatives_elections_in_Ohio,_2010> prop:incumbent ?uri }
lcquad
Name the common distributing label of the Chinga Chang Records and StandBy Records ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Chinga_Chang_Records onto:distributingLabel ?uri. res:StandBy_Records onto:distributingLabel ?uri . }
lcquad
What is the draft team of Gene Conley ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Gene_Conley prop:draftTeam ?uri }
lcquad
What was a common first team at the 1967 Mexican Grand Prix and 1971 US one?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:1967_Mexican_Grand_Prix prop:firstTeam ?uri. res:1971_United_States_Grand_Prix prop:firstTeam ?uri . }
lcquad
What are some common ingredients used in Swedish dishes?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:country res:Sweden . ?x onto:ingredient ?uri . }
lcquad
Where did Rheinmetall MG 60 originated ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Rheinmetall_MG_60 onto:origin ?uri }
lcquad
Did nokia 215 has the series 30+ OS?
PREFIX prop: <http://dbpedia.org/property/> ASK WHERE { <http://dbpedia.org/resource/Nokia_215> prop:os <http://dbpedia.org/resource/Series_30+> }
lcquad
Gregg Toland cinematographed how many things?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE {?uri onto:cinematography <http://dbpedia.org/resource/Gregg_Toland> . }
lcquad
What type of government is elected in Kumta?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Kumta onto:governmentType ?uri }
lcquad
List the birth city of the politicians of Democratic Party.
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/Democratic_Party_(United_States)> . ?x onto:birthPlace ?uri . ?x rdf:type onto:Politician}
lcquad
Was Tommy Tucker's Tooth animated by Walt Disney?
PREFIX onto: <http://dbpedia.org/ontology/> ASK WHERE { <http://dbpedia.org/resource/Tommy_Tucker's_Tooth> onto:animator <http://dbpedia.org/resource/Walt_Disney> }
lcquad
What team does John McGeever play for, which also employed Ben Dreith at some time?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Ben_Dreith onto:occupation ?uri. res:John_McGeever onto:team ?uri . }
lcquad
Give me the total number of lines owned by owner of Mwtro-Noth Railroad ?
PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:owner <http://dbpedia.org/resource/Metro-North_Railroad> . ?x prop:owner ?uri }
lcquad
For which team do Guido Guerrini and Massimo Liverani currently play for?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Guido_Guerrini prop:currentTeam ?uri. res:Massimo_Liverani prop:currentTeam ?uri . }
lcquad
What is the governing body of Fort Monroe ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Fort_Monroe prop:governingBody ?uri }
lcquad
List the common sports played by Polytechnic University of the Philippines Bataan and Jamiatu Muslim Mindanao ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Polytechnic_University_of_the_Philippines_–_Bataan onto:sport ?uri. res:Jamiatu_Muslim_Mindanao onto:athletics ?uri}
lcquad
How many television shows are broadcasted on Fox Broadcasting Company?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE {?uri onto:channel <http://dbpedia.org/resource/Fox_Broadcasting_Company> . ?uri rdf:type onto:TelevisionShow}
lcquad
What are some tv shows created by Simon Fuller?
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:creator <http://dbpedia.org/resource/Simon_Fuller> . ?uri rdf:type onto:TelevisionShow}
lcquad
What is the place of birth of the Michael Marder which is also the place of death of the Tigran Petrosian
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Michael_Marder prop:placeOfBirth ?uri. res:Tigran_Petrosian onto:deathPlace ?uri}
lcquad
Who is married to Tony Ramo
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE {?uri prop:partner res:Tony_Romo . }
lcquad
How many states are in the Mediterranean Basketball Association?
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/Mediterranean_Basketball_Association> onto:country ?uri . ?uri rdf:type onto:Place}
lcquad
What is the title of the Kakae and also the district of the Robert William Wilcox ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Kakae prop:title ?uri. res:Robert_William_Wilcox prop:district ?uri}
lcquad
Who wrote the singles on the Main Course?
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:album <http://dbpedia.org/resource/Main_Course> . ?x prop:writer ?uri . ?x rdf:type onto:Single}
lcquad
State the religion of the person known for People's Bank (Sri Lanka) ?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:knownFor <http://dbpedia.org/resource/People's_Bank_(Sri_Lanka)> . ?x onto:religion ?uri . }
lcquad
To which US states does the roads belong which meet at the East Whiteland Township 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:routeJunction <http://dbpedia.org/resource/East_Whiteland_Township,_Chester_County,_Pennsylvania> . ?x onto:state ?uri . ?x rdf:type onto:Road}
lcquad
In how many places can I find people who were the architects of the Dundas Castle?
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 . }
lcquad
List all the children of Barbara Bush?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Barbara_Bush prop:children ?uri }
lcquad
Name the notable work by Russell T Davis which is also the series of Doctor Who:Destiny of the Doctors ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Russell_T_Davies prop:notableworks ?uri. res:Doctor_Who:_Destiny_of_the_Doctors onto:series ?uri}
lcquad
Who oarent organization of Get TV is also the label provider of I Pray on CHristmas ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:I_Pray_on_Christmas prop:label ?uri. res:GetTV onto:parentOrganisation ?uri}
lcquad
What company made facebook messenger and is the platform where Words of Gold can be played?
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/Words_of_Gold> onto:computingPlatform ?uri. <http://dbpedia.org/resource/Facebook_Messenger> prop:developer ?uri . ?...
lcquad
Who wrote the frost king?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:The_Frost_King onto:author ?uri }
lcquad
Which company had built the rockets launched at the Cape Canaveral Air Force Station Space Launch Complex 17?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:launchSite res:Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_17 . ?x onto:manufacturer ?uri . }
lcquad
Name a royalty whose one of the child is Augustus and is associated with Publius Servilius Vatia Isauricus?
PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri prop:children <http://dbpedia.org/resource/Augustus> . ?uri onto:associate <http://dbpedia.org/resource/Publius_Servilius_Vatia_Isauricus_(consul_48_BC)> . }
lcquad
Who trained the wrestlers who are billed in Wisconsin?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:billed <http://dbpedia.org/resource/Wisconsin> . ?x onto:trainer ?uri . ?x rdf:type onto:Wrestler}
lcquad
Which currency of Republic of Montenegro is also the currency of the French Southern and Antarctic Lands ?
PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/French_Southern_and_Antarctic_Lands> onto:currency ?uri. <http://dbpedia.org/resource/Republic_of_Montenegro_(1992–2006)> prop:currency ?uri}
lcquad
Where are the movies directed by Faisal Aman Khan recorded?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:director res:Faisal_Aman_Khan . ?x prop:recorded ?uri . }
lcquad
Where was the battle fought where 2nd Foreign Infantry Regiment participated ?
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/2nd_Foreign_Infantry_Regiment> onto:battle ?x . ?x onto:territory ?uri . ?x rdf:type onto:MilitaryConflict}
lcquad
How many cities are around the sea in which the ionian sea flows?
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 { <http://dbpedia.org/resource/Ionian_Sea> onto:outflow ?x . ?x prop:cities ?uri . ?x rdf:type onto:Sea}
lcquad
Which team did Bill Murphy and Jean Segura play for?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Bill_Murphy_(baseball)> onto:debutTeam ?uri. <http://dbpedia.org/resource/Jean_Segura> onto:team ?uri . }
lcquad
What is the administrative headquarters of Pulau Ujong ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Pulau_Ujong onto:capital ?uri }
lcquad
What all is produced by companies in Douglas, Isle of Man?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:locationCity <http://dbpedia.org/resource/Douglas,_Isle_of_Man> . ?x onto:product ?uri . ?x rdf:type onto:Company}
lcquad
Miguel de Cervantes wrote the musical extended from which book?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:author <http://dbpedia.org/resource/Miguel_de_Cervantes> . ?x onto:basedOn ?uri . ?x rdf:type onto:Musical}
lcquad
Which city amongst the one which belongs to Boundary Dam was the palce for Soccer Bowl '76 ?
PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Soccer_Bowl_'76> onto:city ?uri. <http://dbpedia.org/resource/Boundary_Dam> prop:owner ?uri}
lcquad
Which employer of Manu Cornet has alsoe written Google.by ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Manu_Cornet prop:employer ?uri. res:Google.by onto:author ?uri}
lcquad
What is the common official residence of Lezlee Westine and Arnold W. Braswell?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Lezlee_Westine prop:residence ?uri. res:Arnold_W._Braswell prop:residence ?uri . }
lcquad
Who had headed the governmental agencies whose admin HQ was in Niederkirchnerstrasse?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:headquarter <http://dbpedia.org/resource/Niederkirchnerstraße> . ?x onto:leader ?uri . ?x rdf:type onto:GovernmentAgency}
lcquad
Where does the Kentucky cycle take place?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:The_Kentucky_Cycle prop:place ?uri }
lcquad
Whichi burial place of the Henri, Duke of Rohan is also the birth place of Michel Frutschi ?
PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Henri,_Duke_of_Rohan> onto:placeOfBurial ?uri. <http://dbpedia.org/resource/Michel_Frutschi> prop:birthPlace ?uri}
lcquad
Which river's source mountain is Baikal Mountains and is located in Laptev Sea ?
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:sourceMountain <http://dbpedia.org/resource/Baikal_Mountains> . ?uri prop:mouthLocation <http://dbpedia.org/resource/Laptev_Sea> . ?uri...
lcquad
Among which sitcoms in which theme music is composed by Gary Portnoy is located in Massachusetts ?
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:location <http://dbpedia.org/resource/Massachusetts> . ?uri prop:themeMusicComposer <http://dbpedia.org/resource/Gary_Portnoy> . ?uri r...
lcquad
Name the movies distributed by Warner Bros. and directed by Ridley 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 {?uri prop:distributor <http://dbpedia.org/resource/Warner_Bros.> . ?uri prop:director <http://dbpedia.org/resource/Ridley_Scott> . ?uri rdf:type ...
lcquad
WHich region of the Providence Chapel, Charlwood is also the region of the Joseph Case High School
PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Providence_Chapel,_Charlwood> prop:style ?uri. <http://dbpedia.org/resource/Joseph_Case_High_School> onto:region ?uri}
lcquad
Name a river starting from arequipa region?
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:sourceRegion <http://dbpedia.org/resource/Arequipa_Region> . ?uri rdf:type onto:River}
lcquad
What basketball league's champion is Golden State Warriors
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:champion <http://dbpedia.org/resource/Golden_State_Warriors> . ?uri rdf:type onto:BasketballLeague}
lcquad
Name some people working at someplace owned by News Corp.
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:owners res:News_Corp . ?uri onto:employer ?x . }
lcquad
Was Johnny Depp a member of Skull Gang?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> ASK WHERE { res:Skull_Gang onto:bandMember res:Johnny_Depp }
lcquad
What is the basketball team whose President's college is Brockport Golden Eagles?
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:college <http://dbpedia.org/resource/Brockport_Golden_Eagles> . ?uri prop:president ?x . ?uri rdf:type onto:BasketballTeam}
lcquad
Count the number of fileds of the scientist whose one of the interest is Chinese poetry ?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:fields <http://dbpedia.org/resource/Chinese_poetry> . ?x prop:fields ?uri }
lcquad
What organisations purpose is Peace?
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:purpose <http://dbpedia.org/resource/Peace> . ?uri rdf:type onto:Organisation}
lcquad
In how many different teams have all those who have played as a defenceman been?
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:position <http://dbpedia.org/resource/Defenceman> . ?x prop:playedFor ?uri . ?uri rdf:type onto:SportsTeam}
lcquad
How many teams have used the stadiums which have been rented by the Canadian Hockey team?
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 . }
lcquad
How many teams have LA kings players in them currently?
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:formerTeam <http://dbpedia.org/resource/Los_Angeles_Kings> . ?x onto:team ?uri . ?uri rdf:type onto:SportsTeam}
lcquad
Is Hard Candy Fitness one of the divisions of Moscow?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> ASK WHERE { res:Hard_Candy_Fitness prop:divisions res:Moscow }
lcquad
What is the television show whose developer is J. Michael Straczynski?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:developer <http://dbpedia.org/resource/J._Michael_Straczynski> . ?uri rdf:type onto:TelevisionShow}
lcquad
list the organisation with motive for peace and environmentalism?
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:purpose <http://dbpedia.org/resource/Peace> . ?uri prop:purpose <http://dbpedia.org/resource/Environmentalism> . ?uri rdf:type onto:Org...
lcquad
What is the content license of Darcs ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Darcs onto:license ?uri }
lcquad
Is Truth prevails the national motto of Czechoslovakia?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> ASK WHERE { res:Czechoslovakia prop:nationalMotto res:Truth_prevails }
lcquad
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 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/Arlington_County,_Virginia> . ?uri rdf:type o...
lcquad
Which company developed both Dart and Go?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Dart_(programming_language)> onto:developer ?uri. <http://dbpedia.org/resource/Go_(programming_language)> onto:developer ?uri . }
lcquad