Class: State
A state with associated properties.
URI: synthetic_population_schema:State
classDiagram
class State
click State href "../State"
State : abbreviation
State : counties
State --> "1..*" County : counties
click County href "../County"
State : fips_code
State : name
State : pumas
State --> "1..*" PUMA : pumas
click PUMA href "../PUMA"
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
fips_code | 0..1 String |
Federal Information Processing Standard code, is a unique numeric identifier ... | direct |
name | 0..1 String |
Name of the entity | direct |
abbreviation | 0..1 String |
Abbreviation of the entity | direct |
counties | 1..* County |
Counties within the state | direct |
pumas | 1..* PUMA |
Public Use Microdata Areas within the state | direct |
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:State |
native | synthetic_population_schema:State |
exact | wikidata:Q7275 |
LinkML Source
Direct
name: State
description: A state with associated properties.
from_schema: https://w3id.org/sierra-moxon/synthetic-population-schema
exact_mappings:
- wikidata:Q7275
slots:
- fips_code
- name
- abbreviation
- counties
- pumas
Induced
name: State
description: A state with associated properties.
from_schema: https://w3id.org/sierra-moxon/synthetic-population-schema
exact_mappings:
- wikidata:Q7275
attributes:
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: State
domain_of:
- State
- PUMA
- County
- Tract
- BlockGroup
- School
range: string
name:
name: name
description: Name of the entity.
from_schema: https://w3id.org/sierra-moxon/synthetic-population-schema
rank: 1000
alias: name
owner: State
domain_of:
- State
- County
- School
range: string
abbreviation:
name: abbreviation
description: Abbreviation of the entity.
from_schema: https://w3id.org/sierra-moxon/synthetic-population-schema
rank: 1000
alias: abbreviation
owner: State
domain_of:
- State
range: string
counties:
name: counties
description: Counties within the state.
from_schema: https://w3id.org/sierra-moxon/synthetic-population-schema
rank: 1000
alias: counties
owner: State
domain_of:
- State
range: County
required: true
multivalued: true
pumas:
name: pumas
description: Public Use Microdata Areas within the state.
from_schema: https://w3id.org/sierra-moxon/synthetic-population-schema
rank: 1000
alias: pumas
owner: State
domain_of:
- State
range: PUMA
required: true
multivalued: true