Class: County
A county with associated properties.
URI: synthetic_population_schema:County
classDiagram
class County
click County href "../County"
County : fips_code
County : name
County : state_fips_code
County : tracts
County --> "1..*" Tract : tracts
click Tract href "../Tract"
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
name | 0..1 String |
Name of the entity | direct |
fips_code | 0..1 String |
Federal Information Processing Standard code, is a unique numeric identifier ... | direct |
state_fips_code | 0..1 String |
State FIPS code | direct |
tracts | 1..* Tract |
Tracts within the county | direct |
Usages
used by | used in | type | used |
---|---|---|---|
State | counties | range | County |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/sierra-moxon/synthetic-population-schema
Mappings
Mapping Type | Mapped Value |
---|---|
self | synthetic_population_schema:County |
native | synthetic_population_schema:County |
exact | wikidata:Q28575, NCIT:C49292 |
LinkML Source
Direct
name: County
description: A county with associated properties.
from_schema: https://w3id.org/sierra-moxon/synthetic-population-schema
exact_mappings:
- wikidata:Q28575
- NCIT:C49292
slots:
- name
- fips_code
- state_fips_code
- tracts
Induced
name: County
description: A county with associated properties.
from_schema: https://w3id.org/sierra-moxon/synthetic-population-schema
exact_mappings:
- wikidata:Q28575
- NCIT:C49292
attributes:
name:
name: name
description: Name of the entity.
from_schema: https://w3id.org/sierra-moxon/synthetic-population-schema
rank: 1000
alias: name
owner: County
domain_of:
- State
- County
- School
range: string
fips_code:
name: fips_code
description: Federal Information Processing Standard code, is a unique numeric
identifier assigned to geographic areas like states and counties within the
United States, used primarily by the Census Bureau to identify locations when analyzing
population data.
from_schema: https://w3id.org/sierra-moxon/synthetic-population-schema
exact_mappings:
- wikidata:Q917824
rank: 1000
alias: fips_code
owner: County
domain_of:
- State
- PUMA
- County
- Tract
- BlockGroup
- School
range: string
state_fips_code:
name: state_fips_code
description: State FIPS code.
from_schema: https://w3id.org/sierra-moxon/synthetic-population-schema
exact_mappings:
- wikidata:Q5440257
rank: 1000
is_a: fips_code
alias: state_fips_code
owner: County
domain_of:
- PUMA
- County
- Tract
- BlockGroup
- School
- Person
range: string
tracts:
name: tracts
description: Tracts within the county.
from_schema: https://w3id.org/sierra-moxon/synthetic-population-schema
rank: 1000
alias: tracts
owner: County
domain_of:
- County
range: Tract
required: true
multivalued: true