Question
stringlengths
13
126
Query
stringlengths
9
976
Answer
stringlengths
3
20.9M
What is the population of Athens?
SELECT (xsd:integer(?population) AS ?pop) WHERE { yago:Athens yago:hasPopulation ?population }
pop 745514
What are the geographic coordinates of the USA?
SELECT ?lat ?lon WHERE { yago:United_States yago:hasLatitude ?lat ; yago:hasLongitude ?lon }
lat,lon 39.76,-77.01666666666667 39.76,-98.5 38.88333333333333,-77.01666666666667 38.88333333333333,-98.5
How many people live in LA?
SELECT (xsd:integer(?population) AS ?pop) WHERE { yago:Los_Angeles yago:hasPopulation ?population }
pop 3833995
What's the length of the Loch Ness?
SELECT ?length WHERE { yago:Loch_Ness yago:hasLength ?length }
length 40000.0
How many people live in the Ireland?
SELECT (xsd:integer(?population) AS ?pop) WHERE { yago:Republic_of_Ireland yago:hasPopulation ?population }
pop 4456000
What are the coordinaties of the John F. Kennedy International Airport?
SELECT ?lat ?lon WHERE { yago:John_F._Kennedy_International_Airport yago:hasLatitude ?lat ; yago:hasLongitude ?lon }
lat,lon 40.63972222222222,73.77888888888889
Which is the length of River Liffey?
SELECT ?o WHERE { yago:River_Liffey yago:hasLength ?o }
o 125000.0
What is the population of Dublin?
SELECT ?population WHERE { yago:Dublin yago:hasPopulation ?population }
population 506211
What is the height of the Lower Ghaghri Falls?
SELECT ?height WHERE { yago:Lower_Ghaghri_Falls yago:hasHeight ?height }
height 98.0#m
Give me the latitude and longitude of NYC.
SELECT ?lat ?lon WHERE { yago:New_York_City yago:hasLatitude ?lat ; yago:hasLongitude ?lon }
lat,lon 40.71427,-74.00597
What is the population of Scotland?
SELECT ?y WHERE { yago:Scotland yago:hasPopulation ?y }
y 5194000
How tall are the Victoria Falls?
SELECT ?y WHERE { yago:Victoria_Falls yago:hasHeight ?y }
y 108.0#m
Which country is North Somerset located in?
SELECT DISTINCT ?bath_loc WHERE { yago:North_Somerset yago:isLocatedIn ?bath_loc } LIMIT 1
bath_loc http://yago-knowledge.org/resource/geoent_England_6269131
What is Skye?
SELECT ?type WHERE { yago:Skye rdf:type ?type }
type http://kr.di.uoa.gr/yago2geo/ontology/OSM_island
What is the length of the Awali river?
SELECT ?length WHERE { <http://yago-knowledge.org/resource/Awali_(river)> yago:hasLength ?length }
length 48000.0
What is the length of the Dnyanganga river?
SELECT ?length WHERE { yago:River_Dnyanganga yago:hasLength ?length }
length 81271.872
How much area does Mount Rushmore cover?
SELECT ?area WHERE { yago:Mount_Rushmore yago:hasArea ?area }
area 5173703.593217281#m^2
How long is the Grand Canyon?
SELECT ?area WHERE { yago:Grand_Canyon yago:hasLength ?area }
area 445788.288
In which state is Detroit?
SELECT DISTINCT ?state WHERE { ?state rdf:type yago:wikicategory_States_of_the_United_States . yago:Detroit (yago:isLocatedIn)+ ?state }
state http://yago-knowledge.org/resource/Michigan
How many people live in the capital of England?
SELECT (xsd:integer(?population) AS ?pop) WHERE { yago:London yago:hasPopulation ?population }
pop 7556900
What is the maximum length of Bala Lake?
SELECT ?length WHERE { yago:Bala_Lake yago:hasLength ?length }
length 6400.0
How long is Loch Awe?
SELECT ?length WHERE { yago:Loch_Awe yago:hasLength ?length }
length 41000.0
What is the total area of Lake Taupo?
SELECT ?area WHERE { yago:Lake_Taupo yago:hasArea ?area }
area 6.16E8#m^2
How many people live in Washington, the capital of the US?
SELECT (xsd:integer(?population) AS ?pop) WHERE { yago:United_States yago:hasCapital ?cap . ?cap yago:hasPopulation ?population }
pop 599657
Where is the Buckingham Palace located?
SELECT ?city WHERE { yago:Buckingham_Palace yago:isLocatedIn ?city }
city http://yago-knowledge.org/resource/Westminster
What is the population of England?
SELECT ?population WHERE { yago:England yago:hasPopulation ?population }
population 51446000
How far is New York from the capital of the US?
SELECT (geof:distance(?nyWKT, ?cWKT, uom:metre) AS ?distance) WHERE { yago:New_York_City geo:hasGeometry ?nyGeo . ?nyGeo geo:asWKT ?nyWKT . yago:United_States yago:hasCapital ?capital . ?capital geo:hasGeometry ?cGeo . ?cGeo geo:asWKT ?cWKT }
distance 3.277319161887713E5
Is Dublin the capital of Ireland?
ASK WHERE { yago:Republic_of_Ireland yago:hasCapital yago:Dublin }
{'head': {}, 'boolean': True}
Is Belfast closer to the capital of the Republic of Ireland or the capital of Scotland?
SELECT ?capital WHERE { { SELECT ?capital (geof:distance(?cWKT, ?bWKT, uom:metre) AS ?distance) WHERE { yago:geoentity_City_of_Belfast_3333223 geo:hasGeometry ?bGeo . ?bGeo geo:asWKT ?bWKT . yago:Republic_of_Ireland yago:hasCapital ?capital . ?capital geo:hasGeometry ?cGeo . ?cGeo geo:asWKT ?cWKT } } UNION { SELECT ?capital (geof:distance(?cWKT, ?bWKT, uom:metre) AS ?distance) WHERE { yago:geoentity_City_of_Belfast_3333223 geo:hasGeometry ?bGeo . ?bGeo geo:asWKT ?bWKT . yago:Scotland yago:hasCapital ?capital . ?capital geo:hasGeometry ?cGeo . ?cGeo geo:asWKT ?cWKT } } } ORDER BY ?distance LIMIT 1
capital http://yago-knowledge.org/resource/Dublin
Which city has higher population, Athens or New York?
SELECT (if(( xsd:integer(?nypop) > xsd:integer(?athpop) ), "New York", "Athens") AS ?higher_population_city) WHERE { yago:New_York_City yago:hasPopulation ?nypop . yago:geoentity_Dimos_Athens_8133876 y2geoo:hasGAG_Population ?athpop }
higher_population_city New York
Which country's capital city is larger, Ireland's or Scotland's?
SELECT ?capital WHERE { { yago:Scotland yago:hasCapital ?capital } UNION { yago:Republic_of_Ireland yago:hasCapital ?capital } ?capital geo:hasGeometry ?cGeo . ?cGeo geo:asWKT ?cWKT BIND(strdf:area(?cWKT) AS ?area) } ORDER BY DESC(?area) LIMIT 1
capital http://yago-knowledge.org/resource/Edinburgh
Which city is MoMA P.S. 1 located in?
SELECT ?loc WHERE { yago:MoMA_PS1 yago:isLocatedIn ?loc } LIMIT 1
loc http://yago-knowledge.org/resource/Queens
Which city is the capital of Ireland?
SELECT ?capital WHERE { yago:Republic_of_Ireland yago:hasCapital ?capital }
capital http://yago-knowledge.org/resource/Dublin
Which state is Key Largo located in?
SELECT ?loc WHERE { yago:Key_Largo yago:isLocatedIn ?loc }
loc "http://yago-knowledge.org/resource/Monroe_County,_Florida"
Which is the capital city of Scotland?
SELECT ?capital WHERE { yago:Scotland yago:hasCapital ?capital }
capital http://yago-knowledge.org/resource/Edinburgh
Which country is lake Como located in??
SELECT ?country WHERE { yago:Lake_Como yago:isLocatedIn ?country }
country http://yago-knowledge.org/resource/Lombardy
Does Liverpool have a stadium?
ASK WHERE { ?stadium rdf:type yago:geoclass_stadium ; yago:isLocatedIn yago:Liverpool }
{'head': {}, 'boolean': True}
Which are the churches of NYC?
SELECT DISTINCT ?mon WHERE { ?type (rdfs:subClassOf)+ yago:wordnet_church_103028079 . ?mon rdf:type ?type ; yago:isLocatedIn yago:New_York_City }
mon http://yago-knowledge.org/resource/Trinity_Church_(New_York_City) "http://yago-knowledge.org/resource/St._Patrick%27s_Cathedral,_New_York" http://yago-knowledge.org/resource/Times_Square_Church http://yago-knowledge.org/resource/Park_East_Synagogue "http://yago-knowledge.org/resource/Church_of_Saint_Mary_the_Virgin_(Times_Square,_New_York)" "http://yago-knowledge.org/resource/St._Paul%27s_Church_(Carroll_Gardens,_Brooklyn)" http://yago-knowledge.org/resource/Church_of_St._Ignatius_Loyola_(New_York_City) http://yago-knowledge.org/resource/Church_of_Notre_Dame_(New_York_City) http://yago-knowledge.org/resource/St._Ignatius_of_Antioch_Church_(New_York_City) "http://yago-knowledge.org/resource/Grace_Episcopal_Church_Complex_(Queens,_New_York)" http://yago-knowledge.org/resource/Saint_Thomas_Church_(New_York_City) "http://yago-knowledge.org/resource/Church_of_the_Intercession,_New_York" http://yago-knowledge.org/resource/Judson_Memorial_Church "http://yago-knowledge.org/resource/St._Patrick%27s_Old_Cathedral,_New_York" http://yago-knowledge.org/resource/Metropolitan_Community_Church_of_New_York "http://yago-knowledge.org/resource/Church_of_the_Transfiguration_(New_York,_New_York)" "http://yago-knowledge.org/resource/St._Paul%27s_Chapel_(New_York,_New_York)" http://yago-knowledge.org/resource/Marble_Collegiate_Church http://yago-knowledge.org/resource/First_Hungarian_Reformed_Church_of_New_York http://yago-knowledge.org/resource/South_Bushwick_Reformed_Protestant_Dutch_Church_Complex http://yago-knowledge.org/resource/Edgehill_Church_at_Spuyten_Duyvil "http://yago-knowledge.org/resource/St._Andrew%27s_Episcopal_Church_(New_York,_New_York)" http://yago-knowledge.org/resource/West_End_Collegiate_Church http://yago-knowledge.org/resource/German_Evangelical_Lutheran_Church_of_St._Mark "http://yago-knowledge.org/resource/Church_of_the_Holy_Apostles_(New_York,_New_York)" http://yago-knowledge.org/resource/Trinity_Chapel_Complex http://yago-knowledge.org/resource/St._Luke%27s_Evangelical_Lutheran_Church http://yago-knowledge.org/resource/Zion-St._Mark%27s_Evangelical_Lutheran_Church "http://yago-knowledge.org/resource/St._Michael%27s_Church_(New_York,_New_York)" http://yago-knowledge.org/resource/Flatlands_Dutch_Reformed_Church http://yago-knowledge.org/resource/Hanson_Place_Seventh_Day_Adventist_Church http://yago-knowledge.org/resource/Russian_Orthodox_Cathedral_of_the_Transfiguration_of_Our_Lord "http://yago-knowledge.org/resource/St._Mary%27s_Episcopal_Church_(New_York,_New_York)" "http://yago-knowledge.org/resource/St._George%27s_Protestant_Episcopal_Church_(New_York,_New_York)" http://yago-knowledge.org/resource/Brighton_Heights_Reformed_Church http://yago-knowledge.org/resource/Woodrow_Methodist_Church http://yago-knowledge.org/resource/Riverdale_Presbyterian_Church_Complex http://yago-knowledge.org/resource/Church_of_the_Transfiguration_(New_York_City)
What memorials can I visit in Dublin?
SELECT DISTINCT ?mon WHERE { ?type (rdfs:subClassOf)+ yago:wordnet_memorial_103743902 . ?mon rdf:type ?type ; yago:isLocatedIn yago:Dublin }
mon http://yago-knowledge.org/resource/St_Stephen%27s_Green http://yago-knowledge.org/resource/Garden_of_Remembrance_(Dublin) http://yago-knowledge.org/resource/Irish_National_War_Memorial_Gardens http://yago-knowledge.org/resource/St._Audoen%27s_Church
What museums can I visit in New York?
SELECT DISTINCT ?mon WHERE { ?type (rdfs:subClassOf)+ yago:wordnet_museum_103800563 . ?mon rdf:type ?type ; yago:isLocatedIn yago:New_York_City }
mon http://yago-knowledge.org/resource/New_York_Mets_Hall_of_Fame "http://yago-knowledge.org/resource/Historic_House_Trust,_New_York_City" http://yago-knowledge.org/resource/American_Museum_of_Immigration
Find all the museums in Athens.
SELECT DISTINCT ?mon WHERE { ?type (rdfs:subClassOf)+ yago:wordnet_museum_103800563 . ?mon rdf:type ?type ; yago:isLocatedIn yago:Athens }
mon http://yago-knowledge.org/resource/Stoa_of_Attalos http://yago-knowledge.org/resource/Benaki_Museum "http://yago-knowledge.org/resource/National_Archaeological_Museum,_Athens" http://yago-knowledge.org/resource/Goulandris_Natural_History_Museum http://yago-knowledge.org/resource/Old_Acropolis_Museum http://yago-knowledge.org/resource/Stathatos_Mansion "http://yago-knowledge.org/resource/Old_Parliament_House,_Athens" http://yago-knowledge.org/resource/Acropolis_Museum http://yago-knowledge.org/resource/National_Gallery_(Athens) http://yago-knowledge.org/resource/Byzantine_%26_Christian_Museum http://yago-knowledge.org/resource/Goulandris_Museum_of_Cycladic_Art http://yago-knowledge.org/resource/Numismatic_Museum_of_Athens http://yago-knowledge.org/resource/Hellenic_Air_Force_Museum http://yago-knowledge.org/resource/Postal_%26_Philatelic_Museum_of_Greece http://yago-knowledge.org/resource/Pieridis_Museum http://yago-knowledge.org/resource/Frissiras_Museum http://yago-knowledge.org/resource/Hellenic_Cosmos http://yago-knowledge.org/resource/Museum_of_the_City_of_Athens http://yago-knowledge.org/resource/Jewish_Museum_of_Greece http://yago-knowledge.org/resource/Athinais_Culture_Center http://yago-knowledge.org/resource/Ilias_Lalaounis_Jewelry_Museum http://yago-knowledge.org/resource/Nikos_Chatzikyriakos-Gikas_Art_Gallery http://yago-knowledge.org/resource/Gaia_Center http://yago-knowledge.org/resource/Spathario_Museum http://yago-knowledge.org/resource/Herakleidon_Art_Museum http://yago-knowledge.org/resource/Vorres_Museum http://yago-knowledge.org/resource/Bernier-Iliadis_Gallery_Museum http://yago-knowledge.org/resource/Athens_University_Museum http://yago-knowledge.org/resource/Zoological_Museum_of_the_University_of_Athens http://yago-knowledge.org/resource/Evgenidio_Foundation http://yago-knowledge.org/resource/Marika_Kotopouli_Museum http://yago-knowledge.org/resource/Municipal_Gallery_of_Athens http://yago-knowledge.org/resource/Design_Museum_of_the_20th_Century http://yago-knowledge.org/resource/Technopolis_(Gazi) http://yago-knowledge.org/resource/Museum_of_the_Center_for_the_Acropolis_Studies "http://yago-knowledge.org/resource/Museum_of_Anthropology,_University_of_Athens" http://yago-knowledge.org/resource/Museum_of_Telecommunications_in_Kifissia http://yago-knowledge.org/resource/Museum_of_Children%27s_Art_in_Plaka http://yago-knowledge.org/resource/Railway_Museum_of_Athens http://yago-knowledge.org/resource/Epigraphical_Museum http://yago-knowledge.org/resource/Eleftherios_Venizelos_Historical_Museum http://yago-knowledge.org/resource/Paxinou-Minotis_Museum http://yago-knowledge.org/resource/Centre_for_the_Study_of_Traditional_Pottery http://yago-knowledge.org/resource/Gounaropoulos_Museum http://yago-knowledge.org/resource/Theatrical_Museum_of_Greece http://yago-knowledge.org/resource/Yiannis_Tsarouchis_Foundation_Museum http://yago-knowledge.org/resource/Cartoon_Museum http://yago-knowledge.org/resource/Delta_House_Museum http://yago-knowledge.org/resource/Museum_of_the_History_of_the_Greek_Costume http://yago-knowledge.org/resource/Museum_of_Greek_Folk_Art http://yago-knowledge.org/resource/Emphietsoglou_Gallery_Museum http://yago-knowledge.org/resource/Hellenic_Children%27s_Museum http://yago-knowledge.org/resource/Syntagma_Metro_Station_Archaeological_Collection http://yago-knowledge.org/resource/Folk_Art_Museum_of_Acharnes http://yago-knowledge.org/resource/Archaeological_Museum_of_Eleusis http://yago-knowledge.org/resource/Museum_of_Popular_Music_Instruments http://yago-knowledge.org/resource/National_Glyptotheque "http://yago-knowledge.org/resource/National_Museum_of_Contemporary_Art,_Athens"
Find all the airports in the United States
SELECT DISTINCT ?airport WHERE { ?airport rdf:type yago:geoclass_airport . ?airport (yago:isLocatedIn)+ yago:United_States }
airport http://yago-knowledge.org/resource/Los_Angeles_International_Airport http://yago-knowledge.org/resource/Phoenix_Sky_Harbor_International_Airport http://yago-knowledge.org/resource/Portland_International_Airport http://yago-knowledge.org/resource/Logan_International_Airport http://yago-knowledge.org/resource/Dallas%2FFort_Worth_International_Airport http://yago-knowledge.org/resource/Newark_Liberty_International_Airport http://yago-knowledge.org/resource/Long_Island_MacArthur_Airport http://yago-knowledge.org/resource/Stewart_International_Airport http://yago-knowledge.org/resource/Oxnard_Airport http://yago-knowledge.org/resource/John_Wayne_Airport http://yago-knowledge.org/resource/San_Francisco_International_Airport http://yago-knowledge.org/resource/Meadows_Field http://yago-knowledge.org/resource/McCarran_International_Airport http://yago-knowledge.org/resource/Philadelphia_International_Airport http://yago-knowledge.org/resource/San_Diego_International_Airport http://yago-knowledge.org/resource/Denver_International_Airport http://yago-knowledge.org/resource/Salt_Lake_City_International_Airport http://yago-knowledge.org/resource/Charlotte%2FDouglas_International_Airport http://yago-knowledge.org/resource/Northwest_Arkansas_Regional_Airport http://yago-knowledge.org/resource/El_Paso_International_Airport http://yago-knowledge.org/resource/San_Antonio_International_Airport http://yago-knowledge.org/resource/Indianapolis_International_Airport http://yago-knowledge.org/resource/Port_Columbus_International_Airport http://yago-knowledge.org/resource/General_Mitchell_International_Airport http://yago-knowledge.org/resource/Kansas_City_International_Airport http://yago-knowledge.org/resource/Cherry_Capital_Airport http://yago-knowledge.org/resource/Charleston_International_Airport http://yago-knowledge.org/resource/Detroit_Metropolitan_Wayne_County_Airport http://yago-knowledge.org/resource/Fairbanks_International_Airport http://yago-knowledge.org/resource/Baton_Rouge_Metropolitan_Airport http://yago-knowledge.org/resource/Syracuse_Hancock_International_Airport http://yago-knowledge.org/resource/Sedona_Airport http://yago-knowledge.org/resource/Minot_International_Airport http://yago-knowledge.org/resource/Grand_Forks_International_Airport http://yago-knowledge.org/resource/Bismarck_Municipal_Airport http://yago-knowledge.org/resource/Dillingham_Airfield http://yago-knowledge.org/resource/Merritt_Island_Airport http://yago-knowledge.org/resource/Montrose_Regional_Airport http://yago-knowledge.org/resource/Martin_State_Airport http://yago-knowledge.org/resource/Front_Range_Airport http://yago-knowledge.org/resource/Des_Moines_International_Airport http://yago-knowledge.org/resource/Selfridge_Air_National_Guard_Base http://yago-knowledge.org/resource/Burlington_International_Airport http://yago-knowledge.org/resource/Allegheny_County_Airport http://yago-knowledge.org/resource/Essex_County_Airport http://yago-knowledge.org/resource/Republic_Airport http://yago-knowledge.org/resource/Great_Falls_International_Airport http://yago-knowledge.org/resource/Austin_Straubel_International_Airport http://yago-knowledge.org/resource/San_Bernardino_International_Airport http://yago-knowledge.org/resource/Folsom_Field http://yago-knowledge.org/resource/Wilkes-Barre%2FScranton_International_Airport http://yago-knowledge.org/resource/Portland-Troutdale_Airport http://yago-knowledge.org/resource/McNary_Field http://yago-knowledge.org/resource/Chico_Municipal_Airport http://yago-knowledge.org/resource/Visalia_Municipal_Airport http://yago-knowledge.org/resource/Redding_Municipal_Airport http://yago-knowledge.org/resource/Worland_Municipal_Airport http://yago-knowledge.org/resource/New_Bedford_Regional_Airport http://yago-knowledge.org/resource/Huron_Regional_Airport http://yago-knowledge.org/resource/Toledo_Express_Airport http://yago-knowledge.org/resource/Atlantic_City_International_Airport http://yago-knowledge.org/resource/Page_Municipal_Airport http://yago-knowledge.org/resource/Yuma_International_Airport http://yago-knowledge.org/resource/Willow_Run_Airport http://yago-knowledge.org/resource/Jonesboro_Municipal_Airport http://yago-knowledge.org/resource/Texarkana_Regional_Airport http://yago-knowledge.org/resource/Shreveport_Regional_Airport http://yago-knowledge.org/resource/Houghton_County_Memorial_Airport http://yago-knowledge.org/resource/Clinton_County_Airport http://yago-knowledge.org/resource/Grand_Canyon_National_Park_Airport http://yago-knowledge.org/resource/Bradford_Regional_Airport http://yago-knowledge.org/resource/Altoona-Blair_County_Airport http://yago-knowledge.org/resource/Erie_International_Airport http://yago-knowledge.org/resource/Tri-State_Airport http://yago-knowledge.org/resource/Sioux_Gateway_Airport http://yago-knowledge.org/resource/University_Park_Airport http://yago-knowledge.org/resource/Nantucket_Memorial_Airport http://yago-knowledge.org/resource/Wiley_Post-Will_Rogers_Memorial_Airport http://yago-knowledge.org/resource/Helena_Regional_Airport http://yago-knowledge.org/resource/Niagara_Falls_International_Airport http://yago-knowledge.org/resource/Bethel_Airport http://yago-knowledge.org/resource/Central_Wisconsin_Airport http://yago-knowledge.org/resource/Muskegon_County_Airport http://yago-knowledge.org/resource/Del_Rio_International_Airport http://yago-knowledge.org/resource/Oneida_County_Airport http://yago-knowledge.org/resource/Smith_Reynolds_Airport http://yago-knowledge.org/resource/Half_Moon_Bay_Airport http://yago-knowledge.org/resource/Kodiak_Airport http://yago-knowledge.org/resource/Colonel_James_Jabara_Airport http://yago-knowledge.org/resource/Potomac_Airfield http://yago-knowledge.org/resource/Aniak_Airport http://yago-knowledge.org/resource/Wilkes-Barre_Wyoming_Valley_Airport http://yago-knowledge.org/resource/Rostraver_Airport http://yago-knowledge.org/resource/Barnes_Municipal_Airport http://yago-knowledge.org/resource/Cincinnati-Blue_Ash_Airport http://yago-knowledge.org/resource/Tonopah_Test_Range_Airport http://yago-knowledge.org/resource/Gillespie_Field http://yago-knowledge.org/resource/Craig-Moffat_Airport http://yago-knowledge.org/resource/Merrill_Field http://yago-knowledge.org/resource/Glendale_Municipal_Airport http://yago-knowledge.org/resource/Chandler_Municipal_Airport http://yago-knowledge.org/resource/Smoketown_Airport http://yago-knowledge.org/resource/Addison_Airport http://yago-knowledge.org/resource/David_Wayne_Hooks_Memorial_Airport http://yago-knowledge.org/resource/Alpena_County_Regional_Airport http://yago-knowledge.org/resource/Rickenbacker_Air_National_Guard_Base http://yago-knowledge.org/resource/Stockton_Metropolitan_Airport http://yago-knowledge.org/resource/Camarillo_Airport http://yago-knowledge.org/resource/Grand_Canyon_West_Airport http://yago-knowledge.org/resource/Caldwell_Industrial_Airport http://yago-knowledge.org/resource/Philip_Billard_Municipal_Airport http://yago-knowledge.org/resource/Orcas_Island_Airport http://yago-knowledge.org/resource/Chevak_Airport http://yago-knowledge.org/resource/Westover_Metropolitan_Airport http://yago-knowledge.org/resource/Beverly_Municipal_Airport http://yago-knowledge.org/resource/Fitchburg_Municipal_Airport http://yago-knowledge.org/resource/Plum_Island_Airport http://yago-knowledge.org/resource/Atwood-Rawlins_County_City-County_Airport http://yago-knowledge.org/resource/Airlake_Airport http://yago-knowledge.org/resource/Lake_Elmo_Airport http://yago-knowledge.org/resource/Danbury_Municipal_Airport http://yago-knowledge.org/resource/Renton_Municipal_Airport http://yago-knowledge.org/resource/Ramona_Airport http://yago-knowledge.org/resource/Napa_County_Airport http://yago-knowledge.org/resource/Chino_Airport http://yago-knowledge.org/resource/Nevada_County_Air_Park http://yago-knowledge.org/resource/East_Hampton_Airport http://yago-knowledge.org/resource/Schenectady_County_Airport http://yago-knowledge.org/resource/Brookhaven_Airport http://yago-knowledge.org/resource/Ohio_State_University_Airport http://yago-knowledge.org/resource/Springfield-Beckley_Municipal_Airport http://yago-knowledge.org/resource/Fort_Yukon_Airport http://yago-knowledge.org/resource/Hartford-Brainard_Airport http://yago-knowledge.org/resource/Windham_Airport http://yago-knowledge.org/resource/Garrett_County_Airport http://yago-knowledge.org/resource/Waukesha_County_Airport http://yago-knowledge.org/resource/Haines_Airport http://yago-knowledge.org/resource/Schuylkill_County_Airport http://yago-knowledge.org/resource/Palmer_Municipal_Airport http://yago-knowledge.org/resource/Nenana_Municipal_Airport http://yago-knowledge.org/resource/Hobart_Sky_Ranch_Airport http://yago-knowledge.org/resource/Lowell_Airport http://yago-knowledge.org/resource/Lake_Village_Airport http://yago-knowledge.org/resource/Porter_County_Municipal_Airport http://yago-knowledge.org/resource/Kent_State_University_Airport http://yago-knowledge.org/resource/University_Airpark http://yago-knowledge.org/resource/Lenawee_County_Airport http://yago-knowledge.org/resource/Bridgeport_Municipal_Airport http://yago-knowledge.org/resource/Mexico_Farms_Airport http://yago-knowledge.org/resource/Ephrata_Municipal_Airport http://yago-knowledge.org/resource/Big_Bear_City_Airport http://yago-knowledge.org/resource/Blythe_Airport http://yago-knowledge.org/resource/Corona_Municipal_Airport http://yago-knowledge.org/resource/University_Airport http://yago-knowledge.org/resource/Murray_Field http://yago-knowledge.org/resource/Rohnerville_Airport http://yago-knowledge.org/resource/Crooked_Creek_Airport http://yago-knowledge.org/resource/Holy_Cross_Airport http://yago-knowledge.org/resource/Huslia_Airport http://yago-knowledge.org/resource/Gustine_Airport http://yago-knowledge.org/resource/Hanford_Municipal_Airport http://yago-knowledge.org/resource/Kidwell_Airport http://yago-knowledge.org/resource/Golovin_Airport http://yago-knowledge.org/resource/Gambell_Airport http://yago-knowledge.org/resource/Hooper_Bay_Airport http://yago-knowledge.org/resource/Hollister_Municipal_Airport http://yago-knowledge.org/resource/Mesa_Del_Rey_Airport http://yago-knowledge.org/resource/Lee_Vining_Airport http://yago-knowledge.org/resource/Los_Banos_Municipal_Airport http://yago-knowledge.org/resource/Marina_Municipal_Airport http://yago-knowledge.org/resource/Mariposa-Yosemite_Airport http://yago-knowledge.org/resource/Jackass_Aeropark http://yago-knowledge.org/resource/Jack_Edwards_Airport http://yago-knowledge.org/resource/Felts_Field http://yago-knowledge.org/resource/Anson_County_Airport http://yago-knowledge.org/resource/Yuba_County_Airport http://yago-knowledge.org/resource/French_Valley_Airport http://yago-knowledge.org/resource/Zamperini_Field http://yago-knowledge.org/resource/Mefford_Field http://yago-knowledge.org/resource/Rancho_Murieta_Airport http://yago-knowledge.org/resource/Bowling_Green-Warren_County_Regional_Airport http://yago-knowledge.org/resource/Calaveras_County_Airport http://yago-knowledge.org/resource/Sanford_Field http://yago-knowledge.org/resource/Harvard_State_Airport http://yago-knowledge.org/resource/Scribner_State_Airport http://yago-knowledge.org/resource/Mifflin_County_Airport http://yago-knowledge.org/resource/Stellar_Airpark http://yago-knowledge.org/resource/Boulder_Municipal_Airport http://yago-knowledge.org/resource/Harriet_Alexander_Field http://yago-knowledge.org/resource/Fall_River_Municipal_Airport http://yago-knowledge.org/resource/Houlton_International_Airport http://yago-knowledge.org/resource/Cable_Airport http://yago-knowledge.org/resource/Lebanon-Warren_County_Airport http://yago-knowledge.org/resource/Hagerstown_Airport http://yago-knowledge.org/resource/TSTC_Waco_Airport http://yago-knowledge.org/resource/Mena_Intermountain_Municipal_Airport http://yago-knowledge.org/resource/Yucca_Airstrip http://yago-knowledge.org/resource/Tuba_City_Airport http://yago-knowledge.org/resource/Skagit_Regional_Airport http://yago-knowledge.org/resource/New_Cuyama_Airport http://yago-knowledge.org/resource/Paso_Robles_Municipal_Airport http://yago-knowledge.org/resource/Meriden_Markham_Municipal_Airport http://yago-knowledge.org/resource/Cynthiana-Harrison_County_Airport http://yago-knowledge.org/resource/James_Clements_Municipal_Airport http://yago-knowledge.org/resource/Platte_Valley_Airpark http://yago-knowledge.org/resource/Moraine_Airpark http://yago-knowledge.org/resource/Oakes_Municipal_Airport http://yago-knowledge.org/resource/Seldovia_Airport http://yago-knowledge.org/resource/Lake_Gardner_Seaplane_Base http://yago-knowledge.org/resource/Strother_Field http://yago-knowledge.org/resource/Suburban_Airport http://yago-knowledge.org/resource/Cheyenne_County_Municipal_Airport http://yago-knowledge.org/resource/Ada_Municipal_Airport http://yago-knowledge.org/resource/Red_Dog_Airport http://yago-knowledge.org/resource/Ketchikan_Harbor_Seaplane_Base http://yago-knowledge.org/resource/Anaktuvuk_Pass_Airport http://yago-knowledge.org/resource/Oswego_County_Airport http://yago-knowledge.org/resource/Kake_Seaplane_Base http://yago-knowledge.org/resource/Merrimack_Valley_Seaplane_Base http://yago-knowledge.org/resource/Sharpe_Field http://yago-knowledge.org/resource/Kwigillingok_Airport http://yago-knowledge.org/resource/Carroll_County_Regional_Airport http://yago-knowledge.org/resource/Jefferson_City_Memorial_Airport http://yago-knowledge.org/resource/Yuma_Municipal_Airport http://yago-knowledge.org/resource/Effingham_County_Memorial_Airport http://yago-knowledge.org/resource/Metropolis_Municipal_Airport http://yago-knowledge.org/resource/Keokuk_Municipal_Airport http://yago-knowledge.org/resource/Buffalo_Airfield http://yago-knowledge.org/resource/Newnan-Coweta_County_Airport http://yago-knowledge.org/resource/Bob_Baker_Memorial_Airport http://yago-knowledge.org/resource/King_Cove_Airport http://yago-knowledge.org/resource/Barter_Island_LRRS_Airport http://yago-knowledge.org/resource/Anvik_Airport http://yago-knowledge.org/resource/Kake_Airport http://yago-knowledge.org/resource/Waukegan_Regional_Airport http://yago-knowledge.org/resource/Grayling_Airport http://yago-knowledge.org/resource/Kivalina_Airport http://yago-knowledge.org/resource/Noatak_Airport http://yago-knowledge.org/resource/Akhiok_Airport http://yago-knowledge.org/resource/Stinson_Municipal_Airport http://yago-knowledge.org/resource/Stevens_Point_Municipal_Airport http://yago-knowledge.org/resource/Clare_Municipal_Airport http://yago-knowledge.org/resource/Spencer_Municipal_Airport http://yago-knowledge.org/resource/Atlantic_Municipal_Airport http://yago-knowledge.org/resource/Bay_Bridge_Airport http://yago-knowledge.org/resource/Agua_Dulce_Airpark http://yago-knowledge.org/resource/Mallory_Airport http://yago-knowledge.org/resource/Ardmore_Downtown_Executive_Airport http://yago-knowledge.org/resource/Macomb_Municipal_Airport http://yago-knowledge.org/resource/Challis_Airport http://yago-knowledge.org/resource/Audubon_County_Airport http://yago-knowledge.org/resource/Evergreen_Field http://yago-knowledge.org/resource/Arapahoe_Municipal_Airport http://yago-knowledge.org/resource/Pahute_Mesa_Airstrip http://yago-knowledge.org/resource/Newark-Heath_Airport http://yago-knowledge.org/resource/Washburn_Municipal_Airport http://yago-knowledge.org/resource/Bottineau_Municipal_Airport http://yago-knowledge.org/resource/Cando_Municipal_Airport http://yago-knowledge.org/resource/Hackettstown_Airport http://yago-knowledge.org/resource/Spartanburg_Downtown_Memorial_Airport http://yago-knowledge.org/resource/Trinca_Airport http://yago-knowledge.org/resource/Good_Shepherd_Hospital_Heliport http://yago-knowledge.org/resource/Cavalier_Municipal_Airport http://yago-knowledge.org/resource/Cooperstown_Municipal_Airport http://yago-knowledge.org/resource/Garrison_Municipal_Airport http://yago-knowledge.org/resource/McClusky_Municipal_Airport http://yago-knowledge.org/resource/Terrell_Municipal_Airport http://yago-knowledge.org/resource/Mineral_Wells_Airport http://yago-knowledge.org/resource/San_Marcos_Municipal_Airport http://yago-knowledge.org/resource/Childress_Municipal_Airport http://yago-knowledge.org/resource/Palacios_Municipal_Airport http://yago-knowledge.org/resource/Cook_County_Airport http://yago-knowledge.org/resource/Fayette_Regional_Air_Center http://yago-knowledge.org/resource/Airborne_Airpark http://yago-knowledge.org/resource/Wells_Airport http://yago-knowledge.org/resource/Crisfield_Municipal_Airport http://yago-knowledge.org/resource/Zelienople_Municipal_Airport http://yago-knowledge.org/resource/Tampa_Bay_Executive_Airport http://yago-knowledge.org/resource/East_34th_Street_Heliport http://yago-knowledge.org/resource/Black_Hills_Airport http://yago-knowledge.org/resource/Creve_Coeur_Airport http://yago-knowledge.org/resource/Troy_Municipal_Airport http://yago-knowledge.org/resource/Bibb_County_Airport http://yago-knowledge.org/resource/Clermont_County_Airport http://yago-knowledge.org/resource/Moontown_Airport http://yago-knowledge.org/resource/Horace_Williams_Airport http://yago-knowledge.org/resource/Klawock_Seaplane_Base http://yago-knowledge.org/resource/Calvada_Meadows_Airport http://yago-knowledge.org/resource/Darke_County_Airport http://yago-knowledge.org/resource/Mountain_Valley_Airport http://yago-knowledge.org/resource/Amery_Municipal_Airport http://yago-knowledge.org/resource/Dodge_County_Airport http://yago-knowledge.org/resource/Langlade_County_Airport http://yago-knowledge.org/resource/Eagle_River_Union_Airport http://yago-knowledge.org/resource/New_Holstein_Municipal_Airport http://yago-knowledge.org/resource/Glasgow_Industrial_Airport http://yago-knowledge.org/resource/Manitowoc_County_Airport http://yago-knowledge.org/resource/Fremont_Airport http://yago-knowledge.org/resource/Seneca_County_Airport http://yago-knowledge.org/resource/Ouzinkie_Airport http://yago-knowledge.org/resource/Far_View_Airport http://yago-knowledge.org/resource/Houston_Gulf_Airport http://yago-knowledge.org/resource/Clarksville_Municipal_Airport http://yago-knowledge.org/resource/Cherry_Springs_Airport http://yago-knowledge.org/resource/Austin_Municipal_Airport http://yago-knowledge.org/resource/Freeman_Municipal_Airport http://yago-knowledge.org/resource/Louis_Bennett_Field http://yago-knowledge.org/resource/Talkeetna_Airport http://yago-knowledge.org/resource/Custer_Airport http://yago-knowledge.org/resource/Caledonia_County_Airport http://yago-knowledge.org/resource/Lee_Airport http://yago-knowledge.org/resource/Lakeway_Airpark http://yago-knowledge.org/resource/Orr_Regional_Airport http://yago-knowledge.org/resource/Jolly_Fisherman_Seaplane_Base http://yago-knowledge.org/resource/Acadiana_Regional_Airport http://yago-knowledge.org/resource/Washington_Island_Airport http://yago-knowledge.org/resource/DeKalb_Taylor_Municipal_Airport http://yago-knowledge.org/resource/Clinton_Field http://yago-knowledge.org/resource/Bicycle_Lake_Army_Airfield http://yago-knowledge.org/resource/Frasca_Field http://yago-knowledge.org/resource/Cannon_Field http://yago-knowledge.org/resource/Ashtabula_County_Airport http://yago-knowledge.org/resource/Flabob_Airport http://yago-knowledge.org/resource/Fort_Sumner_Municipal_Airport http://yago-knowledge.org/resource/Mitchell_Municipal_Airport http://yago-knowledge.org/resource/Miami_Municipal_Airport http://yago-knowledge.org/resource/Jones_Field http://yago-knowledge.org/resource/Cuero_Municipal_Airport http://yago-knowledge.org/resource/Coleman_Municipal_Airport http://yago-knowledge.org/resource/Artesia_Municipal_Airport http://yago-knowledge.org/resource/Fulton-Itawamba_County_Airport http://yago-knowledge.org/resource/Bruce_Campbell_Field http://yago-knowledge.org/resource/Ebensburg_Airport http://yago-knowledge.org/resource/Flying_S_Ranch_Airport http://yago-knowledge.org/resource/Deblois_Flight_Strip http://yago-knowledge.org/resource/Omak_Airport http://yago-knowledge.org/resource/Hinton-Alderson_Airport http://yago-knowledge.org/resource/Luther_Airport http://yago-knowledge.org/resource/Boundary_County_Airport http://yago-knowledge.org/resource/Garfield_County_Regional_Airport http://yago-knowledge.org/resource/Cedars_North_Airpark http://yago-knowledge.org/resource/Orange_City_Municipal_Airport
Which state does Dallas belong to?
SELECT ?state WHERE { ?state rdf:type yago:wikicategory_States_of_the_United_States . yago:Dallas (yago:isLocatedIn)+ ?state }
state http://yago-knowledge.org/resource/Texas
Are there any waterfalls in Dublin?
ASK WHERE { ?type (rdfs:subClassOf)+ yago:wordnet_waterfall_109475292 . ?water rdf:type ?type ; yago:isLocatedIn yago:Dublin }
{'head': {}, 'boolean': False}
Which mountains exist in Scotland?
SELECT DISTINCT ?mount WHERE { ?type (rdfs:subClassOf)+ yago:wordnet_mountain_109359803 . ?mount rdf:type ?type . ?mount (yago:isLocatedIn)+ yago:Scotland }
mount http://yago-knowledge.org/resource/Schiehallion http://yago-knowledge.org/resource/Beinn_Ìme http://yago-knowledge.org/resource/Leum_Uilleim http://yago-knowledge.org/resource/Meall_Buidhe_(Corbett) http://yago-knowledge.org/resource/Beinn_Ghlas http://yago-knowledge.org/resource/An_Socach_(Glen_Ey) http://yago-knowledge.org/resource/Meall_nan_Tarmachan http://yago-knowledge.org/resource/A%27_Chrois http://yago-knowledge.org/resource/Stob_an_Eas http://yago-knowledge.org/resource/Beinn_Chorranach http://yago-knowledge.org/resource/Beinn_Lochain http://yago-knowledge.org/resource/Stob_na_Boine_Druim-fhinn http://yago-knowledge.org/resource/Beinn_Dearg_Mòr http://yago-knowledge.org/resource/Eildon_Hill http://yago-knowledge.org/resource/Ruberslaw http://yago-knowledge.org/resource/Sgùrr_Mòr_(Fannichs) http://yago-knowledge.org/resource/Aonach_Mòr http://yago-knowledge.org/resource/Beinn_Bhàn_(Applecross) http://yago-knowledge.org/resource/Gaor_Bheinn http://yago-knowledge.org/resource/An_Gearanach http://yago-knowledge.org/resource/Sgurr_a%27_Mhàim http://yago-knowledge.org/resource/Am_Bodach http://yago-knowledge.org/resource/Stob_Bàn_(Mamores) http://yago-knowledge.org/resource/Càrn_Dearg_(Monadh_Liath) http://yago-knowledge.org/resource/Binnein_Mòr http://yago-knowledge.org/resource/A%27_Chràlaig http://yago-knowledge.org/resource/Mullach_nan_Coirean http://yago-knowledge.org/resource/Stob_Coire_a%27_Chàirn http://yago-knowledge.org/resource/Beinn_Fhada http://yago-knowledge.org/resource/Stob_Bàn_(Grey_Corries) http://yago-knowledge.org/resource/Stob_Coire_Easain http://yago-knowledge.org/resource/Sgurr_nan_Each http://yago-knowledge.org/resource/Sròn_a%27_Choire_Ghairbh http://yago-knowledge.org/resource/Sgurr_Eilde_Mòr http://yago-knowledge.org/resource/Binnein_Beag http://yago-knowledge.org/resource/Ben_Klibreck http://yago-knowledge.org/resource/Fionn_Bheinn http://yago-knowledge.org/resource/Gleouraich http://yago-knowledge.org/resource/An_Riabhachan http://yago-knowledge.org/resource/Creise http://yago-knowledge.org/resource/Càrn_nan_Gobhar_(Mullardoch) http://yago-knowledge.org/resource/Sgurr_nan_Clach_Geala http://yago-knowledge.org/resource/Meall_a%27_Chrasgaidh http://yago-knowledge.org/resource/Sgurr_a%27_Mhaoraich http://yago-knowledge.org/resource/Ben_Tee http://yago-knowledge.org/resource/Stob_Choire_Claurigh http://yago-knowledge.org/resource/Maoile_Lunndaidh http://yago-knowledge.org/resource/A%27_Mharconaich http://yago-knowledge.org/resource/Beinn_Udlamain http://yago-knowledge.org/resource/A%27_Mhaighdean http://yago-knowledge.org/resource/Na_Gruagaichean http://yago-knowledge.org/resource/Sgurr_Thuilm http://yago-knowledge.org/resource/Càrn_Mòr http://yago-knowledge.org/resource/Meall_na_h-Eilde http://yago-knowledge.org/resource/Ben_Ledi http://yago-knowledge.org/resource/Beinn_Tulaichean "http://yago-knowledge.org/resource/Boreray,_St_Kilda" http://yago-knowledge.org/resource/Beinn_Ruigh_Choinnich http://yago-knowledge.org/resource/Beinn_Mhòr http://yago-knowledge.org/resource/Roineabhal
Is there a hospital in Galway?
ASK WHERE { ?type (rdfs:subClassOf)+ yago:wordnet_hospital_103540595 . ?hospital rdf:type ?type . ?hospital (yago:isLocatedIn)+ yago:Galway }
{'head': {}, 'boolean': False}
Which are the states of the United States?
SELECT ?state WHERE { ?state rdf:type yago:wikicategory_States_of_the_United_States }
state http://yago-knowledge.org/resource/Wisconsin http://yago-knowledge.org/resource/Wyoming http://yago-knowledge.org/resource/Rhode_Island http://yago-knowledge.org/resource/South_Carolina http://yago-knowledge.org/resource/South_Dakota http://yago-knowledge.org/resource/Tennessee http://yago-knowledge.org/resource/Utah http://yago-knowledge.org/resource/New_Hampshire http://yago-knowledge.org/resource/Texas http://yago-knowledge.org/resource/Vermont http://yago-knowledge.org/resource/New_Jersey http://yago-knowledge.org/resource/Virginia http://yago-knowledge.org/resource/New_Mexico http://yago-knowledge.org/resource/North_Carolina http://yago-knowledge.org/resource/Maryland http://yago-knowledge.org/resource/North_Dakota http://yago-knowledge.org/resource/West_Virginia http://yago-knowledge.org/resource/Maine http://yago-knowledge.org/resource/Massachusetts http://yago-knowledge.org/resource/Ohio http://yago-knowledge.org/resource/Michigan http://yago-knowledge.org/resource/Kansas http://yago-knowledge.org/resource/Missouri http://yago-knowledge.org/resource/Kentucky http://yago-knowledge.org/resource/Pennsylvania http://yago-knowledge.org/resource/Oklahoma http://yago-knowledge.org/resource/Hawaii http://yago-knowledge.org/resource/Florida http://yago-knowledge.org/resource/Minnesota http://yago-knowledge.org/resource/Oregon http://yago-knowledge.org/resource/Alaska http://yago-knowledge.org/resource/Georgia_(U.S._state) http://yago-knowledge.org/resource/Mississippi http://yago-knowledge.org/resource/Alabama http://yago-knowledge.org/resource/Arkansas http://yago-knowledge.org/resource/Idaho http://yago-knowledge.org/resource/Montana http://yago-knowledge.org/resource/Arizona http://yago-knowledge.org/resource/Illinois http://yago-knowledge.org/resource/Nebraska http://yago-knowledge.org/resource/Connecticut http://yago-knowledge.org/resource/Indiana http://yago-knowledge.org/resource/Nevada http://yago-knowledge.org/resource/California http://yago-knowledge.org/resource/Colorado http://yago-knowledge.org/resource/Iowa http://yago-knowledge.org/resource/Delaware http://yago-knowledge.org/resource/Louisiana http://yago-knowledge.org/resource/Washington_(U.S._state) http://yago-knowledge.org/resource/U.S._state
Does Athlone have a university?
ASK WHERE { ?type (rdfs:subClassOf)+ yago:wordnet_university_108286163 . ?university rdf:type ?type ; yago:isLocatedIn yago:Athlone }
{'head': {}, 'boolean': False}
Which museums can I visit in the US capital?
SELECT ?museum WHERE { yago:United_States yago:hasCapital ?cap . ?type (rdfs:subClassOf)+ yago:wordnet_museum_103800563 . ?museum rdf:type ?type ; yago:isLocatedIn ?cap }
museum http://yago-knowledge.org/resource/Ford%27s_Theatre http://yago-knowledge.org/resource/Ford%27s_Theatre http://yago-knowledge.org/resource/Frederick_Douglass_National_Historic_Site http://yago-knowledge.org/resource/Frederick_Douglass_National_Historic_Site http://yago-knowledge.org/resource/Mary_McLeod_Bethune_Council_House_National_Historic_Site http://yago-knowledge.org/resource/Mary_McLeod_Bethune_Council_House_National_Historic_Site "http://yago-knowledge.org/resource/Woodrow_Wilson_House_(Washington,_D.C.)" "http://yago-knowledge.org/resource/Woodrow_Wilson_House_(Washington,_D.C.)" http://yago-knowledge.org/resource/President_Lincoln%27s_Cottage_at_the_Soldiers%27_Home http://yago-knowledge.org/resource/President_Lincoln%27s_Cottage_at_the_Soldiers%27_Home http://yago-knowledge.org/resource/Library_of_Congress http://yago-knowledge.org/resource/Library_of_Congress http://yago-knowledge.org/resource/Smithsonian_Institution http://yago-knowledge.org/resource/Folger_Shakespeare_Library http://yago-knowledge.org/resource/Folger_Shakespeare_Library http://yago-knowledge.org/resource/Folger_Shakespeare_Library http://yago-knowledge.org/resource/National_Building_Museum http://yago-knowledge.org/resource/National_Building_Museum http://yago-knowledge.org/resource/National_Building_Museum http://yago-knowledge.org/resource/National_Building_Museum http://yago-knowledge.org/resource/Anacostia_Museum http://yago-knowledge.org/resource/Anacostia_Museum http://yago-knowledge.org/resource/Anacostia_Museum http://yago-knowledge.org/resource/Anacostia_Museum http://yago-knowledge.org/resource/United_States_Holocaust_Memorial_Museum http://yago-knowledge.org/resource/United_States_Holocaust_Memorial_Museum http://yago-knowledge.org/resource/United_States_Holocaust_Memorial_Museum http://yago-knowledge.org/resource/United_States_Holocaust_Memorial_Museum http://yago-knowledge.org/resource/United_States_Holocaust_Memorial_Museum http://yago-knowledge.org/resource/National_Museum_of_American_History http://yago-knowledge.org/resource/National_Museum_of_American_History http://yago-knowledge.org/resource/National_Museum_of_American_History http://yago-knowledge.org/resource/National_Museum_of_American_History http://yago-knowledge.org/resource/National_Museum_of_American_History http://yago-knowledge.org/resource/Corcoran_Gallery_of_Art http://yago-knowledge.org/resource/Corcoran_Gallery_of_Art http://yago-knowledge.org/resource/Corcoran_Gallery_of_Art http://yago-knowledge.org/resource/Dumbarton_Oaks http://yago-knowledge.org/resource/Dumbarton_Oaks http://yago-knowledge.org/resource/Dumbarton_Oaks "http://yago-knowledge.org/resource/Historical_Society_of_Washington,_D.C." "http://yago-knowledge.org/resource/Historical_Society_of_Washington,_D.C." http://yago-knowledge.org/resource/Freer_Gallery_of_Art http://yago-knowledge.org/resource/Freer_Gallery_of_Art http://yago-knowledge.org/resource/Freer_Gallery_of_Art http://yago-knowledge.org/resource/Freer_Gallery_of_Art http://yago-knowledge.org/resource/Smithsonian_American_Art_Museum http://yago-knowledge.org/resource/Smithsonian_American_Art_Museum http://yago-knowledge.org/resource/Smithsonian_American_Art_Museum http://yago-knowledge.org/resource/Smithsonian_American_Art_Museum http://yago-knowledge.org/resource/National_Museum_of_Women_in_the_Arts http://yago-knowledge.org/resource/National_Museum_of_Women_in_the_Arts http://yago-knowledge.org/resource/National_Museum_of_Women_in_the_Arts http://yago-knowledge.org/resource/National_Museum_of_Women_in_the_Arts http://yago-knowledge.org/resource/National_Museum_of_African_Art http://yago-knowledge.org/resource/National_Museum_of_African_Art http://yago-knowledge.org/resource/National_Museum_of_African_Art http://yago-knowledge.org/resource/National_Museum_of_African_Art http://yago-knowledge.org/resource/National_Museum_of_African_Art http://yago-knowledge.org/resource/Renwick_Gallery http://yago-knowledge.org/resource/Renwick_Gallery http://yago-knowledge.org/resource/Renwick_Gallery "http://yago-knowledge.org/resource/Petersen_House_(Washington,_D.C.)" http://yago-knowledge.org/resource/Dumbarton_House http://yago-knowledge.org/resource/Textile_Museum http://yago-knowledge.org/resource/Textile_Museum http://yago-knowledge.org/resource/Textile_Museum http://yago-knowledge.org/resource/African_American_Civil_War_Memorial http://yago-knowledge.org/resource/African_American_Civil_War_Memorial http://yago-knowledge.org/resource/Old_Patent_Office_Building http://yago-knowledge.org/resource/U.S._Navy_Museum http://yago-knowledge.org/resource/U.S._Navy_Museum http://yago-knowledge.org/resource/Tudor_Place http://yago-knowledge.org/resource/Kreeger_Museum http://yago-knowledge.org/resource/Kreeger_Museum http://yago-knowledge.org/resource/Kreeger_Museum http://yago-knowledge.org/resource/Decatur_House http://yago-knowledge.org/resource/Decatur_House http://yago-knowledge.org/resource/General_Federation_of_Women%27s_Clubs_Headquarters http://yago-knowledge.org/resource/General_Federation_of_Women%27s_Clubs_Headquarters http://yago-knowledge.org/resource/National_Bonsai_Foundation http://yago-knowledge.org/resource/National_Bonsai_Foundation http://yago-knowledge.org/resource/L._Ron_Hubbard_House http://yago-knowledge.org/resource/L._Ron_Hubbard_House http://yago-knowledge.org/resource/L._Ron_Hubbard_House http://yago-knowledge.org/resource/Christian_Heurich_Mansion http://yago-knowledge.org/resource/Lillian_%26_Albert_Small_Jewish_Museum http://yago-knowledge.org/resource/Lillian_%26_Albert_Small_Jewish_Museum http://yago-knowledge.org/resource/Lillian_%26_Albert_Small_Jewish_Museum http://yago-knowledge.org/resource/Lillian_%26_Albert_Small_Jewish_Museum http://yago-knowledge.org/resource/Armenian_Genocide_Museum_of_America http://yago-knowledge.org/resource/Armenian_Genocide_Museum_of_America http://yago-knowledge.org/resource/Armenian_Genocide_Museum_of_America http://yago-knowledge.org/resource/Armenian_Genocide_Museum_of_America http://yago-knowledge.org/resource/Interior_Museum http://yago-knowledge.org/resource/Archives_of_American_Art
Which island in New York is the Statue of Liberty on?
SELECT ?island WHERE { ?island rdf:type yago:wikicategory_Islands_of_New_York_City . yago:Statue_of_Liberty yago:isLocatedIn ?island }
island http://yago-knowledge.org/resource/Manhattan
Where is the Royal Armouries Museum located?
SELECT ?loc WHERE { yago:Royal_Armouries_Museum yago:isLocatedIn ?loc }
loc http://yago-knowledge.org/resource/Leeds
Which country's capital is Belfast?
SELECT ?country WHERE { ?country yago:hasCapital yago:Belfast }
country http://yago-knowledge.org/resource/Northern_Ireland
Which are the non-metropolitan counties of England?
SELECT ?county WHERE { ?county rdf:type yago:wikicategory_Non-metropolitan_counties }
county http://yago-knowledge.org/resource/Derbyshire http://yago-knowledge.org/resource/Devon http://yago-knowledge.org/resource/Warwickshire http://yago-knowledge.org/resource/Leicestershire http://yago-knowledge.org/resource/Buckinghamshire http://yago-knowledge.org/resource/North_Yorkshire http://yago-knowledge.org/resource/Dorset http://yago-knowledge.org/resource/Staffordshire http://yago-knowledge.org/resource/Worcestershire http://yago-knowledge.org/resource/Essex http://yago-knowledge.org/resource/Kent http://yago-knowledge.org/resource/East_Sussex http://yago-knowledge.org/resource/Hertfordshire http://yago-knowledge.org/resource/Suffolk http://yago-knowledge.org/resource/Surrey http://yago-knowledge.org/resource/Somerset http://yago-knowledge.org/resource/Hampshire http://yago-knowledge.org/resource/Oxfordshire http://yago-knowledge.org/resource/Norfolk http://yago-knowledge.org/resource/West_Sussex http://yago-knowledge.org/resource/Gloucestershire http://yago-knowledge.org/resource/Northamptonshire http://yago-knowledge.org/resource/Lancashire http://yago-knowledge.org/resource/Berkshire http://yago-knowledge.org/resource/Cambridgeshire
Which are the metropolitan counties of England?
SELECT ?county WHERE { ?county rdf:type yago:wikicategory_Metropolitan_counties }
county http://yago-knowledge.org/resource/West_Yorkshire http://yago-knowledge.org/resource/West_Midlands_(county) http://yago-knowledge.org/resource/Greater_Manchester http://yago-knowledge.org/resource/South_Yorkshire http://yago-knowledge.org/resource/Merseyside http://yago-knowledge.org/resource/Metropolitan_county
Which is the closest city to the capital of the US?
SELECT ?city WHERE { yago:United_States geo:hasGeometry ?usGeo . ?usGeo geo:asWKT ?usWKT . yago:United_States yago:hasCapital ?capital . ?capital geo:hasGeometry ?capGeo . ?capGeo geo:asWKT ?capWKT . ?city rdf:type y2geoo:OSM_City ; geo:hasGeometry ?cGeo . ?cGeo geo:asWKT ?cWKT FILTER geof:sfWithin(?cWKT, ?usWKT) } ORDER BY geof:distance(?cWKT, ?capWKT, uom:metre) LIMIT 1
city
Which cities in Kansas have more than 100,000 inhabitants?
SELECT DISTINCT ?city WHERE { ?type (rdfs:subClassOf)+ yago:wordnet_administrative_district_108491826 . ?city rdf:type ?type . ?city (yago:isLocatedIn)+ yago:Kansas . ?city yago:hasPopulation ?pop FILTER ( xsd:integer(?pop) > 100000 ) }
city "http://yago-knowledge.org/resource/Humboldt,_Kansas" "http://yago-knowledge.org/resource/Topeka,_Kansas" "http://yago-knowledge.org/resource/Lansing,_Kansas" "http://yago-knowledge.org/resource/Merriam,_Kansas" "http://yago-knowledge.org/resource/Baxter_Springs,_Kansas" "http://yago-knowledge.org/resource/Parkerfield,_Kansas" "http://yago-knowledge.org/resource/Elsmore,_Kansas" "http://yago-knowledge.org/resource/Gas,_Kansas" "http://yago-knowledge.org/resource/La_Harpe,_Kansas" "http://yago-knowledge.org/resource/Bassett,_Kansas" "http://yago-knowledge.org/resource/Parsons,_Kansas" "http://yago-knowledge.org/resource/Overland_Park,_Kansas" "http://yago-knowledge.org/resource/Coffeyville,_Kansas" "http://yago-knowledge.org/resource/Garnett,_Kansas" "http://yago-knowledge.org/resource/Iola,_Kansas" "http://yago-knowledge.org/resource/Medicine_Lodge,_Kansas" "http://yago-knowledge.org/resource/Atchison,_Kansas" "http://yago-knowledge.org/resource/Great_Bend,_Kansas" "http://yago-knowledge.org/resource/El_Dorado,_Kansas" "http://yago-knowledge.org/resource/Hiawatha,_Kansas" "http://yago-knowledge.org/resource/Fort_Scott,_Kansas" "http://yago-knowledge.org/resource/Cottonwood_Falls,_Kansas" "http://yago-knowledge.org/resource/Sedan,_Kansas" "http://yago-knowledge.org/resource/Concordia,_Kansas" "http://yago-knowledge.org/resource/Olathe,_Kansas" "http://yago-knowledge.org/resource/Oswego,_Kansas" "http://yago-knowledge.org/resource/Wichita,_Kansas" "http://yago-knowledge.org/resource/Kansas_City,_Kansas"
Which villages in New York have more than 10000 residents?
SELECT DISTINCT ?vil WHERE { ?type (rdfs:subClassOf)+ yago:wordnet_village_108672738 . ?vil rdf:type ?type . ?vil (yago:isLocatedIn)+ yago:New_York . ?vil yago:hasPopulation ?pop FILTER ( xsd:integer(?pop) > 10000 ) }
vil "http://yago-knowledge.org/resource/Lynbrook,_New_York" "http://yago-knowledge.org/resource/Kenmore,_New_York" "http://yago-knowledge.org/resource/Floral_Park,_New_York" "http://yago-knowledge.org/resource/Depew,_New_York" "http://yago-knowledge.org/resource/Freeport,_New_York" "http://yago-knowledge.org/resource/Garden_City,_New_York" "http://yago-knowledge.org/resource/Westbury,_New_York" "http://yago-knowledge.org/resource/Massapequa_Park,_New_York" "http://yago-knowledge.org/resource/Rockville_Centre,_New_York" "http://yago-knowledge.org/resource/Lake_Grove,_New_York" "http://yago-knowledge.org/resource/Valley_Stream,_New_York" "http://yago-knowledge.org/resource/Lindenhurst,_New_York" "http://yago-knowledge.org/resource/Tarrytown,_New_York" "http://yago-knowledge.org/resource/Troy,_New_York" "http://yago-knowledge.org/resource/Mineola,_New_York" "http://yago-knowledge.org/resource/Patchogue,_New_York" "http://yago-knowledge.org/resource/Hamburg_(village),_New_York" "http://yago-knowledge.org/resource/Lancaster_(village),_New_York" "http://yago-knowledge.org/resource/Hempstead_(village),_New_York" "http://yago-knowledge.org/resource/Massena_(village),_New_York" "http://yago-knowledge.org/resource/Babylon_(village),_New_York" "http://yago-knowledge.org/resource/Lewiston,_New_York"
Which rivers are in Ireland?
SELECT DISTINCT ?river WHERE { ?type (rdfs:subClassOf)+ yago:wordnet_river_109411430 . ?river rdf:type ?type . ?county rdf:type yago:wikicategory_Counties_of_the_Republic_of_Ireland . ?river (yago:isLocatedIn)+ ?county }
river http://yago-knowledge.org/resource/River_Shannon http://yago-knowledge.org/resource/River_Erne http://yago-knowledge.org/resource/River_Glyde http://yago-knowledge.org/resource/River_Annalee "http://yago-knowledge.org/resource/River_Dee,_County_Louth" http://yago-knowledge.org/resource/Castletown_River http://yago-knowledge.org/resource/The_Three_Sisters_(Ireland) http://yago-knowledge.org/resource/River_Suir http://yago-knowledge.org/resource/River_Nore http://yago-knowledge.org/resource/River_Tar http://yago-knowledge.org/resource/River_Duag http://yago-knowledge.org/resource/River_Tolka http://yago-knowledge.org/resource/River_Inny http://yago-knowledge.org/resource/River_Boyle http://yago-knowledge.org/resource/River_Fergus http://yago-knowledge.org/resource/Aille_River http://yago-knowledge.org/resource/River_Dodder http://yago-knowledge.org/resource/River_Slaney http://yago-knowledge.org/resource/River_Derry http://yago-knowledge.org/resource/River_Bann_(Wexford) http://yago-knowledge.org/resource/River_Garavogue http://yago-knowledge.org/resource/Duff_River http://yago-knowledge.org/resource/River_Feale http://yago-knowledge.org/resource/Caragh_River http://yago-knowledge.org/resource/Blackwater_River_(Kerry) http://yago-knowledge.org/resource/River_Clare http://yago-knowledge.org/resource/River_Robe http://yago-knowledge.org/resource/River_Brosna http://yago-knowledge.org/resource/River_Camcor http://yago-knowledge.org/resource/Silver_River_(Ireland) http://yago-knowledge.org/resource/River_Mahon http://yago-knowledge.org/resource/John%27s_River http://yago-knowledge.org/resource/River_Clodiagh http://yago-knowledge.org/resource/River_Liffey http://yago-knowledge.org/resource/Santry_River http://yago-knowledge.org/resource/Naniken_River http://yago-knowledge.org/resource/River_Goul http://yago-knowledge.org/resource/Kings_River_(Ireland)
How many cities in the UK have a population of less than 5 million?
SELECT (COUNT(?city) AS ?numCities) WHERE { ?city rdf:type ?type . ?type (rdfs:subClassOf)+ yago:wordnet_city_108524735 . ?city (yago:isLocatedIn)+ yago:United_Kingdom . ?city yago:hasPopulation ?population FILTER ( xsd:integer(?population) < 5000000 ) }
numCities 2
How many towns with a population between 5000 and 10000 are there in Norfolk?
SELECT (COUNT(DISTINCT ?vil) AS ?vils) WHERE { ?type (rdfs:subClassOf)+ yago:wordnet_village_108672738 . ?vil rdf:type ?type . ?vil (yago:isLocatedIn)+ yago:Norfolk . ?vil yago:hasPopulation ?pop FILTER ( xsd:integer(?pop) < 10000 ) FILTER ( xsd:integer(?pop) > 5000 ) }
vils 2
How many towns in the USA, with a population of more than 50000 have an airport?
SELECT (COUNT(DISTINCT ?towns) AS ?totaltowns) WHERE { ?type (rdfs:subClassOf)+ yago:wordnet_town_108665504 . ?towns rdf:type ?type . ?towns (yago:isLocatedIn)+ yago:United_States . ?towns yago:hasPopulation ?pop . ?type1 (rdfs:subClassOf)+ yago:wordnet_airport_102692232 . ?airport rdf:type ?type1 . ?airport (yago:isLocatedIn)+ ?town FILTER ( xsd:integer(?pop) > 50000 ) }
totaltowns 64
How many inhabited islands belong to the United States?
SELECT (COUNT(DISTINCT ?island) AS ?totalislands) WHERE { ?type (rdfs:subClassOf)+ yago:wordnet_island_109316454 . ?island rdf:type ?type . ?island (yago:isLocatedIn)+ yago:United_States . ?island yago:hasPopulation ?pop FILTER ( xsd:integer(?pop) > 0 ) }
totalislands 61
How many cities of more than 100.000 inhabitants are there in the US?
SELECT (COUNT(DISTINCT ?city) AS ?cities) WHERE { ?type (rdfs:subClassOf)+ yago:wordnet_city_108524735 . ?city rdf:type ?type . ?city (yago:isLocatedIn)+ yago:United_States . ?city yago:hasPopulation ?pop FILTER ( xsd:integer(?pop) > 100000 ) }
cities 231
How many museums does Texas have?
SELECT DISTINCT (COUNT(DISTINCT ?mon) AS ?mons) WHERE { ?type (rdfs:subClassOf)+ yago:wordnet_museum_103800563 . ?mon rdf:type ?type . ?mon (yago:isLocatedIn)+ yago:Texas }
mons 40
How many universities are there in Houston?
SELECT (COUNT(DISTINCT ?university) AS ?numUniversities) WHERE { { SELECT DISTINCT ?university WHERE { ?type (rdfs:subClassOf)+ yago:wordnet_university_108286569 . ?university rdf:type ?type . ?university (yago:isLocatedIn)+ yago:Houston } } UNION { SELECT DISTINCT ?university WHERE { ?type (rdfs:subClassOf)+ yago:wordnet_university_108286163 . ?university rdf:type ?type . ?university (yago:isLocatedIn)+ yago:Houston } } }
numUniversities 2
How many libraries does Miami have?
SELECT (COUNT(?library) AS ?numLibraries) WHERE { ?type (rdfs:subClassOf)+ yago:wordnet_library_103660909 . ?library rdf:type ?type ; yago:isLocatedIn yago:Miami }
numLibraries 0
How many schools are in Brighton?
SELECT (COUNT(?school) AS ?numSchools) WHERE { ?type (rdfs:subClassOf)+ yago:wordnet_school_108276720 . ?school rdf:type ?type . ?school (yago:isLocatedIn)+ yago:Brighton }
numSchools 1
How many universities are in Belfast?
SELECT (COUNT(?university) AS ?numUniversities) WHERE { ?type (rdfs:subClassOf)+ yago:wordnet_university_108286163 . ?university rdf:type ?type . ?university (yago:isLocatedIn)+ yago:Belfast }
numUniversities 0
How many states does the USA have?
SELECT (COUNT(DISTINCT ?state) AS ?totalX) WHERE { ?state rdf:type yago:wikicategory_States_of_the_United_States }
totalX 50
How many airports does England have?
SELECT (COUNT(?airport) AS ?numAirports) WHERE { ?type (rdfs:subClassOf)+ yago:wordnet_airport_102692232 . ?airport rdf:type ?type . ?airport (yago:isLocatedIn)+ yago:England }
numAirports 1
How many churches are there in Glasgow?
SELECT (COUNT(?church) AS ?numChurches) WHERE { ?type (rdfs:subClassOf)+ yago:wordnet_church_103028079 . ?church rdf:type ?type . ?church (yago:isLocatedIn)+ yago:Glasgow }
numChurches 6
How many hotels are there in Central London?
SELECT (COUNT(?hotel) AS ?numHotels) WHERE { ?type (rdfs:subClassOf)+ yago:wordnet_hotel_103542333 . ?hotel rdf:type ?type . ?hotel (yago:isLocatedIn)+ yago:Central_London }
numHotels 0
How many museums are there in London?
SELECT (COUNT(?x) AS ?numMuseums) WHERE { ?type (rdfs:subClassOf)+ yago:wordnet_museum_103800563 . ?x rdf:type ?type . ?x (yago:isLocatedIn)+ yago:London }
numMuseums 10
How many churches are there in Newcastle Emlyn?
SELECT (COUNT(?church) AS ?numChurches) WHERE { ?type (rdfs:subClassOf)+ yago:wordnet_church_103028079 . ?church rdf:type ?type . ?church (yago:isLocatedIn)+ yago:Newcastle_Emlyn }
numChurches 0
How many international airports are there in Ireland?
SELECT (COUNT(?airport) AS ?numOfAirports) WHERE { ?type (rdfs:subClassOf)+ yago:wordnet_airport_102692232 . ?airport rdf:type ?type . ?airport (yago:isLocatedIn)+ yago:Republic_of_Ireland }
numOfAirports 4
How many universities are there in Ireland?
SELECT (COUNT(?uni)) WHERE { ?type (rdfs:subClassOf)+ yago:wordnet_university_108286163 . ?uni rdf:type ?type . ?uni (yago:isLocatedIn)+ yago:Republic_of_Ireland }
null
How many states does the United States of America have?
SELECT (COUNT(DISTINCT ?state) AS ?totalX) WHERE { ?state rdf:type yago:wikicategory_States_of_the_United_States }
totalX 50
In how many states are there intercontinental hotels ?
SELECT (COUNT(DISTINCT ?states) AS ?statesnum) WHERE { ?states rdf:type yago:wikicategory_States_of_the_United_States . ?hotel rdf:type yago:wikicategory_InterContinental_hotels . ?hotel (yago:isLocatedIn)+ ?states }
statesnum 1
How many castles are there in Scotland?
SELECT (COUNT(?castles) AS ?castlesnum) WHERE { ?type (rdfs:subClassOf)+ yago:wordnet_palace_103878066 . ?castles rdf:type ?type . ?castles (yago:isLocatedIn)+ yago:Scotland }
castlesnum 33
How many stadiums does Georgia have?
SELECT (COUNT(?stadium) AS ?stadiumnum) WHERE { ?type (rdfs:subClassOf)+ yago:wordnet_stadium_104295881 . ?stadium rdf:type ?type . ?stadium (yago:isLocatedIn)+ <http://yago-knowledge.org/resource/Georgia_(country)> }
stadiumnum 3
How many hospitals does the city of Cork have?
SELECT (COUNT(?hospital) AS ?hospitalnum) WHERE { ?type (rdfs:subClassOf)+ yago:wordnet_hospital_103540595 . ?hospital rdf:type ?type . ?hospital (yago:isLocatedIn)+ <http://yago-knowledge.org/resource/Cork_(city)> }
hospitalnum 4
How many stadiums are there in Liverpool?
SELECT (COUNT(?stadium) AS ?numStadia) WHERE { ?type (rdfs:subClassOf)+ yago:wordnet_stadium_104295881 . ?stadium rdf:type ?type . ?stadium (yago:isLocatedIn)+ yago:Liverpool }
numStadia 5
How many universities exist in Seattle?
SELECT ?university WHERE { ?type (rdfs:subClassOf)+ yago:wordnet_university_108286163 . ?university rdf:type ?type . ?university (yago:isLocatedIn)+ yago:Seattle }
university http://yago-knowledge.org/resource/University_of_Washington_Educational_Outreach
How many archaelogical sites are there in London?
SELECT ?site WHERE { ?site rdf:type yago:wikicategory_Archaeological_sites_in_London }
site http://yago-knowledge.org/resource/Watling_Street http://yago-knowledge.org/resource/Globe_Theatre http://yago-knowledge.org/resource/Roman_road_from_London_to_Bath http://yago-knowledge.org/resource/Roman_London http://yago-knowledge.org/resource/The_Rose_(theatre) http://yago-knowledge.org/resource/London_Mithraeum http://yago-knowledge.org/resource/Stane_Street_(Chichester) http://yago-knowledge.org/resource/Portway http://yago-knowledge.org/resource/London_to_Lewes_Way_(Roman_road)
How many airports exist in the USA?
SELECT (COUNT(?airport) AS ?airports) WHERE { ?type1 (rdfs:subClassOf)+ yago:wordnet_airport_102692232 . ?airport rdf:type ?type1 . ?airport (yago:isLocatedIn)+ yago:United_States }
airports 1108
How many many airports are there in Texas?
SELECT (COUNT(?airport) AS ?airports) WHERE { ?type1 (rdfs:subClassOf)+ yago:wordnet_airport_102692232 . ?airport rdf:type ?type1 . ?airport (yago:isLocatedIn)+ yago:Texas }
airports 72
Which is the most populated province of Ireland ?
SELECT ?city ?pop WHERE { ?type (rdfs:subClassOf)+ yago:wordnet_administrative_district_108491826 . ?city rdf:type ?type . ?city (yago:isLocatedIn)+ yago:Republic_of_Ireland . ?city yago:hasPopulation ?pop } ORDER BY DESC(xsd:integer(?pop)) LIMIT 1
city,pop http://yago-knowledge.org/resource/Leinster,2295123
What are the 5 biggest cities by population in the state of California ?
SELECT DISTINCT ?city ?pop WHERE { ?type (rdfs:subClassOf)+ yago:wordnet_city_108524735 . ?city rdf:type ?type . ?city (yago:isLocatedIn)+ yago:California . ?city yago:hasPopulation ?pop } ORDER BY DESC(xsd:integer(?pop)) LIMIT 5
city,pop "http://yago-knowledge.org/resource/Petaluma,_California",7354555 http://yago-knowledge.org/resource/Los_Angeles,3833995 http://yago-knowledge.org/resource/San_Diego,1359132 "http://yago-knowledge.org/resource/Fresno,_California",505479 "http://yago-knowledge.org/resource/Sacramento,_California",486189
Which is the most populated city in Missouri?
SELECT DISTINCT ?city ?pop WHERE { ?type (rdfs:subClassOf)+ yago:wordnet_city_108524735 . ?city rdf:type ?type . ?city (yago:isLocatedIn)+ yago:Missouri . ?city yago:hasPopulation ?pop } ORDER BY DESC(xsd:integer(?pop)) LIMIT 1
city,pop "http://yago-knowledge.org/resource/Kansas_City,_Missouri",482299
Which are the top three most populated cities in Arkansas?
SELECT DISTINCT ?city ?pop WHERE { ?type (rdfs:subClassOf)+ yago:wordnet_administrative_district_108491826 . ?city rdf:type ?type . ?city (yago:isLocatedIn)+ yago:Arkansas . ?city yago:hasPopulation ?pop } ORDER BY DESC(xsd:integer(?pop)) LIMIT 3
city,pop "http://yago-knowledge.org/resource/Little_Rock,_Arkansas",191930 "http://yago-knowledge.org/resource/Fort_Smith,_Arkansas",80268 "http://yago-knowledge.org/resource/Fayetteville,_Arkansas",73372
What is the most populated city in the State of Missouri?
SELECT DISTINCT ?city ?pop WHERE { ?type (rdfs:subClassOf)+ yago:wordnet_administrative_district_108491826 . ?city rdf:type ?type . ?city (yago:isLocatedIn)+ yago:Missouri . ?city yago:hasPopulation ?pop } ORDER BY DESC(xsd:integer(?pop)) LIMIT 1
city,pop "http://yago-knowledge.org/resource/Kansas_City,_Missouri",482299
Is the US capital its most populated city?
ASK WHERE { yago:United_States yago:hasCapital ?capital . ?capital yago:hasPopulation ?capitalPop FILTER NOT EXISTS { ?type (rdfs:subClassOf)+ yago:wordnet_administrative_district_108491826 . ?city rdf:type ?type . ?city (yago:isLocatedIn)+ yago:United_States . ?city yago:hasPopulation ?pop FILTER ( xsd:integer(?pop) > xsd:integer(?capitalPop) ) } }
{'head': {}, 'boolean': False}
Is London the most populated city in England?
ASK WHERE { yago:London yago:hasPopulation ?capitalPop FILTER NOT EXISTS { ?type (rdfs:subClassOf)+ yago:wordnet_city_108524735 . ?city rdf:type ?type . ?city (yago:isLocatedIn)+ yago:England . ?city yago:hasPopulation ?pop FILTER ( xsd:integer(?pop) > xsd:integer(?capitalPop) ) } }
{'head': {}, 'boolean': True}
Which is the most populated village in the Republic of Ireland?
SELECT DISTINCT ?vil WHERE { ?type (rdfs:subClassOf)+ yago:wordnet_town_108665504 . ?vil rdf:type ?type . ?vil (yago:isLocatedIn)+ yago:Republic_of_Ireland . ?vil yago:hasPopulation ?pop } ORDER BY DESC(xsd:integer(?population)) LIMIT 1
vil http://yago-knowledge.org/resource/Dublin
Is Leitrim the least populated county in the Republic of Ireland?
ASK WHERE { yago:County_Leitrim yago:hasPopulation ?lpop { ?county rdf:type y2geoo:OSI_County_Council } UNION { ?county rdf:type y2geoo:OSI_City_and_County_Council } ?county yago:hasPopulation ?cpop FILTER ( xsd:integer(?lpop) < xsd:integer(?cpop) ) }
{'head': {}, 'boolean': True}
Which is the most populous county of California?
SELECT ?county WHERE { ?county rdf:type yago:wikicategory_California_counties ; yago:hasPopulation ?population } ORDER BY DESC(xsd:integer(?population)) LIMIT 1
county "http://yago-knowledge.org/resource/Los_Angeles_County,_California"
Which is the oldest monument in the US?
SELECT ?m WHERE { ?type (rdfs:subClassOf)+ yago:wordnet_memorial_103743902 . ?m rdf:type ?type . ?m (yago:isLocatedIn)+ yago:United_States . ?m yago:wasCreatedOnDate ?date } ORDER BY ?date LIMIT 1
m http://yago-knowledge.org/resource/Sacred_Cod_of_Massachusetts
Which are the 2 newest bridges of Ireland?
SELECT DISTINCT ?bridge WHERE { ?type (rdfs:subClassOf)+ yago:wordnet_bridge_102898711 . ?bridge rdf:type ?type . ?bridge (yago:isLocatedIn)+ yago:California . ?bridge yago:wasCreatedOnDate ?date } ORDER BY DESC(?date) LIMIT 2
bridge http://yago-knowledge.org/resource/Pacific_Electric_Railroad_Bridge "http://yago-knowledge.org/resource/Colorado_Street_Bridge_(Pasadena,_California)"
Which is the oldest museum in Kansas?
SELECT ?m WHERE { ?type (rdfs:subClassOf)+ yago:wordnet_museum_103800563 . ?m rdf:type ?type . ?m (yago:isLocatedIn)+ yago:Kansas . ?m yago:wasCreatedOnDate ?date } ORDER BY ?date LIMIT 1
m http://yago-knowledge.org/resource/C._N._James_Cabin
Which state capital in the USA has the largest population?
SELECT ?x WHERE { ?state rdf:type yago:wikicategory_States_of_the_United_States ; yago:hasCapital ?x . ?x yago:hasPopulation ?y } ORDER BY DESC(xsd:integer(?y)) LIMIT 1
x http://yago-knowledge.org/resource/Indianapolis