Class: School
A school entity with associated properties.
URI: synthetic_population_schema:School
classDiagram
class School
click School href "../School"
School : block_group_fips_code
School : county_fips_code
School : fips_code
School : name
School : state_fips_code
School : tract_fips_code
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 |
county_fips_code | 0..1 String |
County FIPS code | direct |
tract_fips_code | 0..1 String |
Tract FIPS code | direct |
block_group_fips_code | 0..1 String |
Block group FIPS code | direct |
Usages
used by | used in | type | used |
---|---|---|---|
Person | school | range | School |
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:School |
native | synthetic_population_schema:School |
LinkML Source
Direct
name: School
description: A school entity with associated properties.
from_schema: https://w3id.org/sierra-moxon/synthetic-population-schema
slots:
- name
- fips_code
- state_fips_code
- county_fips_code
- tract_fips_code
- block_group_fips_code
Induced
name: School
description: A school entity with associated properties.
from_schema: https://w3id.org/sierra-moxon/synthetic-population-schema
attributes:
name:
name: name
description: Name of the entity.
from_schema: https://w3id.org/sierra-moxon/synthetic-population-schema
rank: 1000
alias: name
owner: School
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: School
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: School
domain_of:
- PUMA
- County
- Tract
- BlockGroup
- School
- Person
range: string
county_fips_code:
name: county_fips_code
description: County FIPS code.
from_schema: https://w3id.org/sierra-moxon/synthetic-population-schema
exact_mappings:
- wikidata:P882
rank: 1000
is_a: fips_code
alias: county_fips_code
owner: School
domain_of:
- Tract
- BlockGroup
- School
- Person
range: string
tract_fips_code:
name: tract_fips_code
description: Tract FIPS code.
from_schema: https://w3id.org/sierra-moxon/synthetic-population-schema
rank: 1000
is_a: fips_code
alias: tract_fips_code
owner: School
domain_of:
- BlockGroup
- School
- Person
range: string
block_group_fips_code:
name: block_group_fips_code
description: Block group FIPS code.
from_schema: https://w3id.org/sierra-moxon/synthetic-population-schema
rank: 1000
is_a: fips_code
alias: block_group_fips_code
owner: School
domain_of:
- School
- Person
range: string