U.S. County (E1)
From geokb
language code | label | description | aliases | edit |
---|---|---|---|---|
en | U.S. County | Item that describes a county or equivalent political/administrative division in the United States | US County | edit |
PREFIX wd: <https://geokb.wikibase.cloud/entity/>
PREFIX wdt: <https://geokb.wikibase.cloud/prop/direct/>
# Example queries:
# 5 counties: SELECT ?county ?countyLabel WHERE { ?county wdt:P1 wd:Q481 . SERVICE wikibase:label { bd:serviceParam wikibase:language "en" . } } LIMIT 5
# Specific county by FIPS code: SELECT ?county ?countyLabel WHERE { ?county wdt:P22 "08077" . SERVICE wikibase:label { bd:serviceParam wikibase:language "en" . } }
start = @<CountyShape>
<CountyShape> EXTRA wdt:P1 wd:Q481 {
}