Skip to content

Commit

Permalink
Data Manifest CL for US Consumer Price Index at National Level.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 553028671
  • Loading branch information
Data Commons authored and copybara-github committed Aug 2, 2023
1 parent 67ae9de commit a8eafe6
Show file tree
Hide file tree
Showing 5 changed files with 495 additions and 1 deletion.
6 changes: 6 additions & 0 deletions core/dcschema.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -3171,3 +3171,9 @@ typeOf: schema:Property
description: "List of members. Contains a comma-separated list of ordered values."
domainIncludes: dcs:StatVarPeerGroup
rangeIncludes: dcs:StatisticalVariable, schema:Property

Node: dcid:consumerGoodsCategory
typeOf: schema:Property
name: "consumerGoodsCategory"
rangeIncludes: dcs:ConsumerGoodsCategoryEnum
description: "Products and Services that fall under Consumer Price Index"
5 changes: 5 additions & 0 deletions core/dcschema_enum_classes.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -430,3 +430,8 @@ typeOf: schema:Class
subClassOf: schema:Enumeration
description: "Types of food establishments"
name: "FoodEstablishmentTypeEnum"

Node: dcid:ConsumerGoodsCategoryEnum
subClassOf: schema:Enumeration
name: "ConsumerGoodsCategoryEnum"
typeOf: schema:Class
152 changes: 152 additions & 0 deletions core/dcschema_enum_instances.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -2401,3 +2401,155 @@ Node: dcid:USDACommodityProgram
typeOf: dcid:FoodEstablishmentTypeEnum
name: "USDACommodityProgram"

Node: dcid:AllItem
typeOf: dcs:ConsumerGoodsCategoryEnum
name: "All Item"

Node: dcid:Food
typeOf: dcs:ConsumerGoodsCategoryEnum
name: "Food"

Node: dcid:FoodAtHome
typeOf: dcs:ConsumerGoodsCategoryEnum
name: "Food At Home"

Node: dcid:CerealAndBakeryProduct
typeOf: dcs:ConsumerGoodsCategoryEnum
name: "Cereal And Bakery Product"

Node: dcid:MeatPoultryFishEgg
typeOf: dcs:ConsumerGoodsCategoryEnum
name: "Meat Poultry Fish Egg"


Node: dcid:Dairy
typeOf: dcs:ConsumerGoodsCategoryEnum
name: "Dairy"

Node: dcid:FruitAndVegitable
typeOf: dcs:ConsumerGoodsCategoryEnum
name: "FruitsAndVegitables"

Node: dcid:NonAlcoholicBeverageAndBeverageMaterial
typeOf: dcs:ConsumerGoodsCategoryEnum
name: "Non Alcoholic Beverages And Beverage Material"

Node: dcid:OtherFoodAtHome
typeOf: dcs:ConsumerGoodsCategoryEnum
name: "Other Food At Home"

Node: dcid:FoodAwayFromHome
typeOf: dcs:ConsumerGoodsCategoryEnum
name: "Food Away From Home"

Node: dcid:Energy
typeOf: dcs:ConsumerGoodsCategoryEnum
name: "Energy"

Node: dcid:EnergyCommodity
typeOf: dcs:ConsumerGoodsCategoryEnum
name: "Energy Commoditie"

Node: dcid:FuelOil
typeOf: dcs:ConsumerGoodsCategoryEnum
name: "Fuel Oil"

Node: dcid:MotorFuel
typeOf: dcs:ConsumerGoodsCategoryEnum
name: "Motor Fuel"

Node: dcid:Gasoline
typeOf: dcs:ConsumerGoodsCategoryEnum
name: "Gasoline"

Node: dcid:EnergyService
typeOf: dcs:ConsumerGoodsCategoryEnum
name: "Energy Service"

Node: dcid:Electricity
typeOf: dcs:ConsumerGoodsCategoryEnum
name: "Electricity"

Node: dcid:UtilityGasService
typeOf: dcs:ConsumerGoodsCategoryEnum
name: "Utility Gas Service"

Node: dcid:LessFoodAndEnergy
typeOf: dcs:ConsumerGoodsCategoryEnum
name: "Less Food And Energy"

Node: dcid:LessFoodAndEnergyCommodity
typeOf: dcs:ConsumerGoodsCategoryEnum
name: "Less Food And Energy Commodities"

Node: dcid:Apparel
typeOf: dcs:ConsumerGoodsCategoryEnum
name: "Apparel"

Node: dcid:NewVehicle
typeOf: dcs:ConsumerGoodsCategoryEnum
name: "New Vehicle"

Node: dcid:UsedCarAndTruck
typeOf: dcs:ConsumerGoodsCategoryEnum
name: "Used Car And Truck"

Node: dcid:MedicalCareCommodity
typeOf: dcs:ConsumerGoodsCategoryEnum
name: "MedicalCareCommodity"

Node: dcid:AlcoholicBeverage
typeOf: dcs:ConsumerGoodsCategoryEnum
name: "Alcoholic Beverage"

Node: dcid:TobaccoAndSmokingProduct
typeOf: dcs:ConsumerGoodsCategoryEnum
name: "Tobacco And Smoking Product"

Node: dcid:ServiceLessEnergyService
typeOf: dcs:ConsumerGoodsCategoryEnum
name: "Service Less Energy Service"

Node: dcid:Shelter
typeOf: dcs:ConsumerGoodsCategoryEnum
name: "Shelter"

Node: dcid:RentOfPrimaryResidence
typeOf: dcs:ConsumerGoodsCategoryEnum
name: "Rent Of Primary Residence"

Node: dcid:RentOfResidence
typeOf: dcs:ConsumerGoodsCategoryEnum
name: "Rent Of Residence"

Node: dcid:MedicalCareService
typeOf: dcs:ConsumerGoodsCategoryEnum
name: "Medical Care Service"

Node: dcid:PhysiciansService
typeOf: dcs:ConsumerGoodsCategoryEnum
name: "Physicians Service"

Node: dcid:HospitalService
typeOf: dcs:ConsumerGoodsCategoryEnum
name: "Hospital Service"

Node: dcid:TransportSector
typeOf: dcs:ConsumerGoodsCategoryEnum
name: "Transport Sector"

Node: dcid:MotorVehicleMaintenanceAndRepair
typeOf: dcs:ConsumerGoodsCategoryEnum
name: "Motor Vehicle Maintenance And Repair"

Node: dcid:MotorVehicleInsurance
typeOf: dcs:ConsumerGoodsCategoryEnum
name: "Motor Vehicle Insurance"

Node: dcid:AirlineFare
typeOf: dcs:ConsumerGoodsCategoryEnum
name: "Airline Fare"

Node: dcid:ElectricitySector
typeOf: dcs:ConsumerGoodsCategoryEnum
name: "Electricity Sector"
2 changes: 1 addition & 1 deletion core/schema.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -8530,7 +8530,7 @@ name: "HearingImpairedSupported"

Node: Energy
dcid: "Energy"
typeOf: schema:Class
typeOf: schema:Class, schema:ConsumerGoodsCategoryEnum
subClassOf: schema:Quantity
name: "Energy"

Expand Down
Loading

0 comments on commit a8eafe6

Please sign in to comment.