Skip to content

Class: Person

A person associated with a household.

URI: synthetic_population_schema:Person

classDiagram class Person click Person href "../Person" Person : agep Person : block_group_fips_code Person : county_fips_code Person : hh_age Person : hh_id Person : hh_income Person : hh_race Person : rac1p Person : relp Person : school Person --> "0..1" School : school click School href "../School" Person : serialno Person : sex Person : size Person : sporder Person : state_fips_code Person : tract_fips_code

Slots

Name Cardinality and Range Description Inheritance
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
serialno 0..1
String
Serial number of the entity direct
hh_id 1
String
Household ID associated with the entity direct
hh_age 0..1
Integer
Age of the household head (copied for reference) direct
hh_income 0..1
Float
Income of the household (copied for reference) direct
hh_race 0..1
String
Race of the household (copied for reference) direct
size 0..1
Integer
Size of the household (copied for reference) direct
school 0..1
School
school assigned to a particular person direct
sporder 0..1
Integer
Person's order within the household direct
relp 0..1
String
Relationship to the household head direct
rac1p 0..1
String
Race of the person direct
agep 0..1
Integer
Age of the person direct
sex 0..1
String
Gender of the person direct

Usages

used by used in type used
Household persons range Person

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:Person
native synthetic_population_schema:Person

LinkML Source

Direct

name: Person
description: A person associated with a household.
from_schema: https://w3id.org/sierra-moxon/synthetic-population-schema
slots:
- state_fips_code
- county_fips_code
- tract_fips_code
- block_group_fips_code
- serialno
- hh_id
- hh_age
- hh_income
- hh_race
- size
- school
attributes:
  sporder:
    name: sporder
    description: Person's order within the household.
    from_schema: https://w3id.org/sierra-moxon/synthetic-population-schema
    rank: 1000
    domain_of:
    - Person
    range: integer
  relp:
    name: relp
    description: Relationship to the household head.
    comments:
    - Relationship to the household head. 1 = Householder, 2 = Spouse, 3 = Child,
      4 = Other relative, 5 = Nonrelative,  6 = Foster child, 7 = Foster parent, 8
      = Other nonrelative. (map to ontology of familial relationships)
    from_schema: https://w3id.org/sierra-moxon/synthetic-population-schema
    rank: 1000
    domain_of:
    - Person
    range: string
  rac1p:
    name: rac1p
    description: Race of the person.
    from_schema: https://w3id.org/sierra-moxon/synthetic-population-schema
    rank: 1000
    domain_of:
    - Person
    range: string
  agep:
    name: agep
    description: Age of the person.
    from_schema: https://w3id.org/sierra-moxon/synthetic-population-schema
    rank: 1000
    domain_of:
    - Person
    range: integer
  sex:
    name: sex
    description: Gender of the person.
    from_schema: https://w3id.org/sierra-moxon/synthetic-population-schema
    rank: 1000
    domain_of:
    - Person
    range: string

Induced

name: Person
description: A person associated with a household.
from_schema: https://w3id.org/sierra-moxon/synthetic-population-schema
attributes:
  sporder:
    name: sporder
    description: Person's order within the household.
    from_schema: https://w3id.org/sierra-moxon/synthetic-population-schema
    rank: 1000
    alias: sporder
    owner: Person
    domain_of:
    - Person
    range: integer
  relp:
    name: relp
    description: Relationship to the household head.
    comments:
    - Relationship to the household head. 1 = Householder, 2 = Spouse, 3 = Child,
      4 = Other relative, 5 = Nonrelative,  6 = Foster child, 7 = Foster parent, 8
      = Other nonrelative. (map to ontology of familial relationships)
    from_schema: https://w3id.org/sierra-moxon/synthetic-population-schema
    rank: 1000
    alias: relp
    owner: Person
    domain_of:
    - Person
    range: string
  rac1p:
    name: rac1p
    description: Race of the person.
    from_schema: https://w3id.org/sierra-moxon/synthetic-population-schema
    rank: 1000
    alias: rac1p
    owner: Person
    domain_of:
    - Person
    range: string
  agep:
    name: agep
    description: Age of the person.
    from_schema: https://w3id.org/sierra-moxon/synthetic-population-schema
    rank: 1000
    alias: agep
    owner: Person
    domain_of:
    - Person
    range: integer
  sex:
    name: sex
    description: Gender of the person.
    from_schema: https://w3id.org/sierra-moxon/synthetic-population-schema
    rank: 1000
    alias: sex
    owner: Person
    domain_of:
    - Person
    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: Person
    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: Person
    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: Person
    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: Person
    domain_of:
    - School
    - Person
    range: string
  serialno:
    name: serialno
    description: Serial number of the entity.
    from_schema: https://w3id.org/sierra-moxon/synthetic-population-schema
    rank: 1000
    alias: serialno
    owner: Person
    domain_of:
    - Household
    - Person
    range: string
  hh_id:
    name: hh_id
    description: Household ID associated with the entity.
    from_schema: https://w3id.org/sierra-moxon/synthetic-population-schema
    rank: 1000
    identifier: true
    alias: hh_id
    owner: Person
    domain_of:
    - Household
    - Person
    range: string
    required: true
  hh_age:
    name: hh_age
    description: Age of the household head (copied for reference).
    from_schema: https://w3id.org/sierra-moxon/synthetic-population-schema
    rank: 1000
    alias: hh_age
    owner: Person
    domain_of:
    - Household
    - Person
    range: integer
  hh_income:
    name: hh_income
    description: Income of the household (copied for reference).
    from_schema: https://w3id.org/sierra-moxon/synthetic-population-schema
    rank: 1000
    alias: hh_income
    owner: Person
    domain_of:
    - Household
    - Person
    range: float
  hh_race:
    name: hh_race
    description: Race of the household (copied for reference).
    from_schema: https://w3id.org/sierra-moxon/synthetic-population-schema
    rank: 1000
    alias: hh_race
    owner: Person
    domain_of:
    - Household
    - Person
    range: string
  size:
    name: size
    description: Size of the household (copied for reference).
    from_schema: https://w3id.org/sierra-moxon/synthetic-population-schema
    rank: 1000
    alias: size
    owner: Person
    domain_of:
    - Household
    - Person
    range: integer
  school:
    name: school
    description: school assigned to a particular person
    from_schema: https://w3id.org/sierra-moxon/synthetic-population-schema
    rank: 1000
    alias: school
    owner: Person
    domain_of:
    - Person
    range: School