Skip to content

Commit

Permalink
Schema and Data Manifest CL for Brazil_Pact_against_hunger PNADCT.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 671328800
  • Loading branch information
Data Commons authored and copybara-github committed Sep 30, 2024
1 parent 7d7a527 commit c9aab88
Show file tree
Hide file tree
Showing 7 changed files with 17,504 additions and 7 deletions.
64 changes: 61 additions & 3 deletions core/dcschema.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -1601,7 +1601,7 @@ typeOf: schema:Property
name: "householdSize"
description: "Size of the household in terms of numbers persons residing in the housing unit"
rangeIncludes: schema:Quantity, dcs:QuantityRange
domainIncludes: dcs:HousingUnit, dcs:Household
domainIncludes: dcs:HousingUnit, dcs:Household, dcs:Person

Node: dcid:familySize
typeOf: schema:Property
Expand Down Expand Up @@ -2941,7 +2941,7 @@ typeOf: schema:Property
name: "enrollmentLevel"
description: "Identifies a person's enrollment level."
rangeIncludes: dcs:EnrollmentLevelEnum, dcs:SchoolGradeLevelEnum
domainIncludes: schema:Person, dcs:Student
domainIncludes: schema:Person, dcs:Student, dcs:Person

Node: dcid:workCategory
typeOf: schema:Property
Expand Down Expand Up @@ -3034,7 +3034,7 @@ Node: dcid:economicSector
name: "economicSector"
typeOf: schema:Property
domainIncludes: schema:Person
rangeIncludes: dcs:NACEEnum, dcs:EconomicSectorEnum
rangeIncludes: dcs:NACEEnum, dcs:EconomicSectorEnum, dcs:WorkZoneTypeEnum, dcs:ConsumerGoodsCategoryEnum

Node: dcid:workPeriod
name: "workPeriod"
Expand Down Expand Up @@ -3609,12 +3609,14 @@ Node: dcid:incomeType
typeOf: dcs:Property
name: "incomeType"
rangeIncludes: dcs:IncomeTypeEnum
domainIncludes: dcs:Person
description: "Type of income a person received."

Node: dcid:incomeSource
typeOf: dcs:Property
name: "incomeSource"
rangeIncludes: dcs:IncomeSourceEnum
domainIncludes: dcs:Person
description: "Priority level of the job a person is getting an income from. A Main Job or All Jobs"

Node: dcid:consumerGoodsCategory
Expand Down Expand Up @@ -4207,3 +4209,59 @@ Node: dcid:StatisticalRegion
name: "StatisticalRegion"
typeOf: schema:Class
subClassOf: schema:AdministrativeArea

Node: dcid:jobSearchTime
typeOf: dcid:Property
name: "jobSearchTime"
domainIncludes: dcid:Person
rangeIncludes: dcid:QuantityRange

Node: dcid:worker
typeOf: dcid:Property
name: "worker"
domainIncludes: dcid:Person
rangeIncludes: dcid:WorkerEnum

Node: dcid:actualHoursWorked
typeOf: dcid:Property
name: "actualHoursWorked"
domainIncludes: dcid:Person
rangeIncludes: dcid:ActualHoursWorkedEnum

Node: dcid:employmentArea
typeOf: dcid:Property
name: "employmentArea"
domainIncludes: dcid:Person
rangeIncludes: dcid:EmploymentAreaEnum

Node: dcid:numberOfJob
typeOf: dcid:Property
name: "numberOfJob"
domainIncludes: dcid:Person
rangeIncludes: dcid:QuantityRange

Node: dcid:laborCondition
typeOf: dcid:Property
name: "laborCondition"
domainIncludes: dcid:Person
rangeIncludes: dcid:LaborConditionEnum

Node: dcid:comparisonPeriod
typeOf: dcid:Property
name: "comparisonPeriod"
domainIncludes: dcid:Person
rangeIncludes: dcid:ComparisonPeriodEnum

Node: dcid:coefficientOfVariationValue
typeOf: dcid:Property
domainIncludes: dcs:Observation
name: "coefficientOfVariationValue"
description: "Coefficient of variation (CV) is a statistical measure that expresses the dispersion of a dataset as a percentage of its mean."
rangeIncludes: dcs:Number

Node: dcid:changeValue
typeOf: dcid:Property
domainIncludes: dcs:Observation
name: "changeValue"
description: "The relative change in the values of the quarter compared with the previous quarter"
rangeIncludes: dcs:Number
30 changes: 30 additions & 0 deletions core/dcschema_enum_classes.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -605,3 +605,33 @@ subClassOf: dcid:Enumeration
name: "VulnerabilityStatusEnum"
description: "Social Vulnerability Status refers to the demographic and socioeconomic factors (such as poverty, lack of access to transportation, and crowded housing) that adversely affect communities that encounter hazards and other community-level stressors"
descriptionUrl: "https://www.atsdr.cdc.gov/placeandhealth/svi/index.html"

Node: dcid:ActualHoursWorkedEnum
typeOf: dcid:Class
subClassOf: dcid:Enumeration
name: "ActualHoursWorkedEnum"

Node: dcid:EmploymentAreaEnum
typeOf: dcid:Class
subClassOf: dcid:Enumeration
name: "EmploymentAreaEnum"

Node: dcid:LaborConditionEnum
typeOf: dcid:Class
subClassOf: dcid:Enumeration
name: "LaborConditionEnum"

Node: dcid:ChangeValueEnum
typeOf: dcid:Class
subClassOf: dcid:Enumeration
name: "ChangeValueEnum"

Node: dcid:ComparisonPeriodEnum
typeOf: dcid:Class
subClassOf: dcid:Enumeration
name: "ComparisonPeriodEnum"

Node: dcid:EmploymentTypeEnum
typeOf: dcid:Class
subClassOf: dcid:Enumeration
name: "EmploymentTypeEnum"
Loading

0 comments on commit c9aab88

Please sign in to comment.