diff --git a/core/dcschema_enum_classes.mcf b/core/dcschema_enum_classes.mcf index ed60cd1d0..e0af5d656 100644 --- a/core/dcschema_enum_classes.mcf +++ b/core/dcschema_enum_classes.mcf @@ -425,3 +425,8 @@ subClassOf: schema:Enumeration description: "Identifies whether the currency of a region is represented in the currency of the observation period (LocalCurrency), or the current currency of the region (Standardized)." name: "CurrencyUnitStandardizationEnum" +Node: dcid:FoodEstablishmentTypeEnum +typeOf: schema:Class +subClassOf: schema:Enumeration +description: "Types of food establishments" +name: "FoodEstablishmentTypeEnum" diff --git a/core/dcschema_enum_instances.mcf b/core/dcschema_enum_instances.mcf index c2ca2f0a9..cca8108fc 100644 --- a/core/dcschema_enum_instances.mcf +++ b/core/dcschema_enum_instances.mcf @@ -2357,3 +2357,33 @@ Node: dcid:StandardizedCurrency name: "StandardizedCurrency" typeOf: dcs:CurrencyUnitStandardizationEnum description: "The standardized currency used by a region in its most recent reference year." + + +Node: dcid:EmergencyFoodAssistance +typeOf: dcid:FoodEstablishmentTypeEnum +name: "EmergencyFoodAssistance" + +Node: dcid:EmergencyFoodDistribution +typeOf: dcid:FoodEstablishmentTypeEnum +name: "EmergencyFoodAssistance" + +Node: dcid:FoodBank +typeOf: dcid:FoodEstablishmentTypeEnum +name: "FoodBank" + +Node: dcid:FoodDistributionProgram +typeOf: dcid:FoodEstablishmentTypeEnum +nmae: "FoodDistributionProgram" + +Node: dcid:FoodPantry +typeOf: dcid:FoodEstablishmentTypeEnum +name: "FoodPantry" + +Node: dcid:NutritionServicesProgram +typeOf: dcid:FoodEstablishmentTypeEnum +name: "NutritionServicesProgram" + +Node: dcid:USDACommodityProgram +typeOf: dcid:FoodEstablishmentTypeEnum +name: "USDACommodityProgram" + diff --git a/core/schema.mcf b/core/schema.mcf index ab2f0ebc4..3ff1d7979 100644 --- a/core/schema.mcf +++ b/core/schema.mcf @@ -4790,6 +4790,12 @@ name: "foodEstablishment" subPropertyOf: "location" domainIncludes: schema:CookAction +Node: dcid:foodEstablishmentType +typeOf: schema:Property +domainIncludes: schema:FoodEstablishment +name: "foodEstablishmentType" +domainIncludes: dcid:FoodEstablishmentTypeEnum + Node: BedDetails dcid: "BedDetails" subClassOf: schema:Intangible