U.S. County (E1)

From geokb
Revision as of 12:22, 15 March 2023 by Sky (talk | contribs) (Updated Schema text)
language codelabeldescriptionaliasesedit
enU.S. CountyItem that describes a county or equivalent political/administrative division in the United StatesUS Countyedit
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 {
}