Skip to content

Class: Household

A household entity with associated properties.

URI: synthetic_population_schema:Household

classDiagram class Household click Household href "../Household" Household : hh_age Household : hh_id Household : hh_income Household : hh_race Household : persons Household --> "1..*" Person : persons click Person href "../Person" Household : serialno Household : size

Slots

Name Cardinality and Range Description Inheritance
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
persons 1..*
Person
Persons within the household direct

Usages

used by used in type used
BlockGroup households range Household

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:Household
native synthetic_population_schema:Household
exact wikidata:Q259059, OMRSE:00000076

LinkML Source

Direct

name: Household
description: A household entity with associated properties.
from_schema: https://w3id.org/sierra-moxon/synthetic-population-schema
exact_mappings:
- wikidata:Q259059
- OMRSE:00000076
slots:
- serialno
- hh_id
- hh_age
- hh_income
- hh_race
- size
- persons

Induced

name: Household
description: A household entity with associated properties.
from_schema: https://w3id.org/sierra-moxon/synthetic-population-schema
exact_mappings:
- wikidata:Q259059
- OMRSE:00000076
attributes:
  serialno:
    name: serialno
    description: Serial number of the entity.
    from_schema: https://w3id.org/sierra-moxon/synthetic-population-schema
    rank: 1000
    alias: serialno
    owner: Household
    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: Household
    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: Household
    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: Household
    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: Household
    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: Household
    domain_of:
    - Household
    - Person
    range: integer
  persons:
    name: persons
    description: Persons within the household.
    from_schema: https://w3id.org/sierra-moxon/synthetic-population-schema
    rank: 1000
    alias: persons
    owner: Household
    domain_of:
    - Household
    range: Person
    required: true
    multivalued: true