Skip to content

Commit

Permalink
Data Manifest CL for feedingamerica-Food insecurity dataset
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 561454606
  • Loading branch information
Data Commons authored and copybara-github committed Aug 30, 2023
1 parent 79e3081 commit 38adfa3
Show file tree
Hide file tree
Showing 5 changed files with 193 additions and 1 deletion.
2 changes: 1 addition & 1 deletion core/census_properties.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ domainIncludes: schema:Person, dcs:Household
Node: householdIncome
dcid: "householdIncome"
typeOf: schema:Property
rangeIncludes: schema:Number, dcs:Quantity, dcs:Percentile
rangeIncludes: schema:Number, dcs:Quantity, dcs:Percentile, dcs:HouseholdIncomeEnum
name: "householdIncome"
domainIncludes: schema:Person

Expand Down
5 changes: 5 additions & 0 deletions core/dcschema_enum_classes.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -461,3 +461,8 @@ Node: dcid:CollegeOrUniversityLevelEnum
typeOf: schema:Class
subClassOf: schema:Enumeration
name: "CollegeOrUniversityLevelEnum"

Node: dcid:HouseholdIncomeEnum
name: "HouseholdIncomeEnum"
typeOf: schema:Class
subClassOf: dcid:Enumeration
28 changes: 28 additions & 0 deletions core/dcschema_enum_instances.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -2722,3 +2722,31 @@ name:"PostDoctoral Appointee"
Node: dcid:NonFacultyResearcher
typeOf:SOCv2018Enum
name:"NonFaculty Researcher"

Node: dcid:AtOrBelowStateLowThreshold
typeOf: dcs:HouseholdIncomeEnum
name: "At or below low threshold in State"

Node: dcid:AboveStateLowThreshold
typeOf: dcs:HouseholdIncomeEnum
name: "Above low threshold in State"

Node: dcid:AboveStateHighThreshold
typeOf: dcs:HouseholdIncomeEnum
name: "Above high threshold in State"

Node: dcid:BelowOrEqualStateHighThreshold
typeOf: dcs:HouseholdIncomeEnum
name: "Above high threshold in State"

Node: dcid:AboveStateLowThresholdAndBelowOrEqualStateHighThreshold
typeOf: dcs:HouseholdIncomeEnum
name: "Above state low threshold and below or equal to State high threshold"

Node: dcid:Above185PercentOfFederalPovertyLine
typeOf: dcs:HouseholdIncomeEnum
name: "Above 185 percent of Federal Poverty Line"

Node: dcid:Below185PercentOfFederalPovertyLine
typeOf: dcs:HouseholdIncomeEnum
name: "Below 185 percent of Federal Poverty Line"
15 changes: 15 additions & 0 deletions core/food_security_schema.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,18 @@ name: "Eligible For Some Federal Benefits"
Node: dcid:IneligibleForFederalBenefits
typeOf: dcid:BenefitsStatusEnum
name: "Ineligible For Federal Benefits"

Node: dcid:costPerMeal
typeOf: dcs:Property
name: "costPerMeal"
domainIncludes: dcs:Person, dcs:Child

Node: dcid:weightedFoodSpendAmount
typeOf: dcs:Property
name: "weightedFoodSpendAmount"
domainIncludes: dcs:Person, dcs:Child

Node: dcid:weightedBudgetShortfall
typeOf: dcs:Property
name: "weightedBudgetShortfall"
domainIncludes: dcs:Food
144 changes: 144 additions & 0 deletions stat_vars/feeding_america_stat_vars.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,147 @@ foodSecurityStatus: dcs:FoodInSecure
benefitsStatus: dcid:IneligibleForFederalBenefits
statType: dcs:measuredValue
name: "Food Insecure People Ineligible for Federal Benefits"

Node: dcid:Count_Child
typeOf: dcid:StatisticalVariable
populationType: dcid:Child
measuredProperty: dcid:count
statType: dcid:measuredValue

Node: dcid:Count_Child_FoodInsecure_AsAFractionOf_Count_Child
typeOf: dcid:StatisticalVariable
populationType: dcid:Child
measuredProperty: dcid:count
statType: dcid:measuredValue
measurementDenominator: dcid:Count_Child
foodSecurityStatus: dcid:FoodInSecure

Node: dcid:Count_Child_FoodInsecure_HouseholdIncomeAbove185PercentOfFederalPoveryLine_AsAFractionOf_Count_Child_FoodInsecure
typeOf: dcid:StatisticalVariable
populationType: dcid:Child
measuredProperty: dcid:count
statType: dcid:measuredValue
measurementDenominator: dcid:Count_Child_FoodInsecure
foodSecurityStatus: dcid:FoodInSecure
householdIncome: dcid:Above185PercentOfFederalPoveryLine
name: "Percent of food insecure children who live in households with income above 185% of the federal poverty line"

Node: dcid:Count_Child_FoodInsecure_HouseholdIncomeBelow185PercentOfFederalPoveryLine_AsAFractionOf_Count_Child_FoodInsecure
typeOf: dcid:StatisticalVariable
populationType: dcid:Child
measuredProperty: dcid:count
statType: dcid:measuredValue
measurementDenominator: dcid:Count_Child_FoodInsecure
foodSecurityStatus: dcid:FoodInSecure
householdIncome: dcid:Below185PercentOfFederalPoveryLine
name: "Percent of food insecure children who live in households with income below 185% of the federal poverty line"


Node: dcid:Count_Person_FoodInsecure_AsAFractionOf_Count_Person
typeOf: dcid:StatisticalVariable
populationType: dcid:Person
measuredProperty: dcid:count
statType: dcid:measuredValue
measurementDenominator: dcid:Count_Person
foodSecurityStatus: dcid:FoodInSecure

Node: dcid:Count_Person_FoodInsecure_Black_AsAFractionOf_Count_Person_Black
typeOf: dcid:StatisticalVariable
populationType: dcid:Person
measuredProperty: dcid:count
statType: dcid:measuredValue
measurementDenominator: dcid:Count_Person_Black
foodSecurityStatus: dcid:FoodInSecure
race: dcid:Black

Node: dcid:Count_Person_FoodInsecure_HouseholdIncomeAboveStateHighThreshold_AsAFractionOf_Count_Person_FoodInsecure
typeOf: dcid:StatisticalVariable
populationType: dcid:Person
measuredProperty: dcid:count
statType: dcid:measuredValue
measurementDenominator: dcid:Count_Person_FoodInsecure
foodSecurityStatus: dcid:FoodInSecure
householdIncome: dcid:AboveStateHighThreshold
name: "The percentage of food insecure individuals who live in households with income above high threshold in state"

Node: dcid:Count_Person_FoodInsecure_HouseholdIncomeAboveStateLowThresholdAndBelowOrEqualStateHighThreshold_AsAFractionOf_Count_Person_FoodInsecure
typeOf: dcid:StatisticalVariable
populationType: dcid:Person
measuredProperty: dcid:count
statType: dcid:measuredValue
measurementDenominator: dcid:Count_Person_FoodInsecure
foodSecurityStatus: dcid:FoodInSecure
householdIncome: dcid:AboveStateLowThresholdAndBelowOrEqualStateHighThreshold
name: "The percentage of food insecure individuals who live in households with income above low threshold and below or equal to high threshold in state"

Node: dcid:Count_Person_FoodInsecure_HouseholdIncomeAboveStateLowThreshold_AsAFractionOf_Count_Person_FoodInsecure
typeOf: dcid:StatisticalVariable
populationType: dcid:Person
measuredProperty: dcid:count
statType: dcid:measuredValue
measurementDenominator: dcid:Count_Person_FoodInsecure
foodSecurityStatus: dcid:FoodInSecure
householdIncome: dcid:AboveStateLowThreshold
name: "The percentage of food insecure individuals who live in households with income above low threshold in state"

Node: dcid:Count_Person_FoodInsecure_HouseholdIncomeAtOrBelowStateLowThreshold_AsAFractionOf_Count_Person_FoodInsecure
typeOf: dcid:StatisticalVariable
populationType: dcid:Person
measuredProperty: dcid:count
statType: dcid:measuredValue
measurementDenominator: dcid:Count_Person_FoodInsecure
foodSecurityStatus: dcid:FoodInSecure
householdIncome: dcid:AtOrBelowStateLowThreshold
name: "The percentage of food insecure individuals who live in households with income at or below low threshold in state"

Node: dcid:Count_Person_HispanicOrLatino_FoodInSecure_AsAFractionOf_Count_Person_HispanicOrLatino
typeOf: dcid:StatisticalVariable
populationType: dcid:Person
measuredProperty: dcid:count
statType: dcid:measuredValue
measurementDenominator: dcid:Count_Person_HispanicOrLatino
ethnicity: dcid:HispanicOrLatino
foodSecurityStatus: dcid:FoodInSecure

Node: dcid:Count_Person_NotHispanicOrLatino_FoodInSecure_White_AsAFractionOf_Count_Person_NotHispanicOrLatino_White
typeOf: dcid:StatisticalVariable
populationType: dcid:Person
measuredProperty: dcid:count
statType: dcid:measuredValue
measurementDenominator: dcid:Count_Person_NotHispanicOrLatino_White
ethnicity: dcid:NotHispanicOrLatino
foodSecurityStatus: dcid:FoodInSecure
race: dcid:White

Node: dcid:Count_Person_NotHispanicOrLatino_White
typeOf: dcid:StatisticalVariable
populationType: dcid:Person
measuredProperty: dcid:count
statType: dcid:measuredValue
ethnicity: dcid:NotHispanicOrLatino
race: dcid:White

Node: dcid:Annual_WeightedBudgetShortfall_Food
typeOf: dcid:StatisticalVariable
name: "Weighted Annual Food Budget Shortfall"
populationType: dcid:Food
measuredProperty: dcid:weightedBudgetShortfall
measurementQualifier: dcid:Annual
statType: dcid:measuredValue

Node: dcid:Mean_CostPerMeal_Person_FoodInSecure
typeOf: dcid:StatisticalVariable
name: "Average spend for meal by food insecure individual"
populationType: dcid:Person
measuredProperty: dcid:costPerMeal
statType: dcid:meanValue
foodSecurityStatus: dcid:FoodInSecure

Node: dcid:Weekly_WeightedFoodSpendAmount_Person_FoodInSecure
typeOf: dcid:StatisticalVariable
name: "Amount of money needed by a food insecure person to meet weekly food needs"
populationType: dcid:Person
measuredProperty: dcid:weightedFoodSpendAmount
measurementQualifier: dcid:Weekly
statType: dcid:measuredValue
foodSecurityStatus: dcid:FoodInSecure

0 comments on commit 38adfa3

Please sign in to comment.