diff --git a/core/dcschema.mcf b/core/dcschema.mcf index 079d65daf..d11446172 100644 --- a/core/dcschema.mcf +++ b/core/dcschema.mcf @@ -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" diff --git a/core/dcschema_enum_classes.mcf b/core/dcschema_enum_classes.mcf index e0af5d656..0cc820889 100644 --- a/core/dcschema_enum_classes.mcf +++ b/core/dcschema_enum_classes.mcf @@ -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 diff --git a/core/dcschema_enum_instances.mcf b/core/dcschema_enum_instances.mcf index c0b2a5476..8be8d56d0 100644 --- a/core/dcschema_enum_instances.mcf +++ b/core/dcschema_enum_instances.mcf @@ -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" diff --git a/core/schema.mcf b/core/schema.mcf index 701058fa7..0b313f7d8 100644 --- a/core/schema.mcf +++ b/core/schema.mcf @@ -8530,7 +8530,7 @@ name: "HearingImpairedSupported" Node: Energy dcid: "Energy" -typeOf: schema:Class +typeOf: schema:Class, schema:ConsumerGoodsCategoryEnum subClassOf: schema:Quantity name: "Energy" diff --git a/stat_vars/us_cpi_stat_vars.mcf b/stat_vars/us_cpi_stat_vars.mcf new file mode 100644 index 000000000..d10a80325 --- /dev/null +++ b/stat_vars/us_cpi_stat_vars.mcf @@ -0,0 +1,331 @@ +Node: dcid:SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_AirlineFare +typeOf: dcid:StatisticalVariable +name: "Airline fares" +populationType: dcid:ConsumerGoodsAndServices +measuredProperty: dcid:consumerPriceIndex +measurementQualifier: dcid:BLSSeasonallyUnadjusted +statType: dcid:measuredValue +consumerGoodsCategory: dcid:AirlineFare + +Node: dcid:SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_AlcoholicBeverage +typeOf: dcid:StatisticalVariable +name: "Alcoholic beverages" +populationType: dcid:ConsumerGoodsAndServices +measuredProperty: dcid:consumerPriceIndex +measurementQualifier: dcid:BLSSeasonallyUnadjusted +statType: dcid:measuredValue +consumerGoodsCategory: dcid:AlcoholicBeverage + +Node: dcid:SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_AllItem +typeOf: dcid:StatisticalVariable +populationType: dcid:ConsumerGoodsAndServices +measuredProperty: dcid:consumerPriceIndex +measurementQualifier: dcid:BLSSeasonallyUnadjusted +statType: dcid:measuredValue +consumerGoodsCategory: dcid:AllItem + +Node: dcid:SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_Apparel +typeOf: dcid:StatisticalVariable +name: dcid:Apparel +populationType: dcid:ConsumerGoodsAndServices +measuredProperty: dcid:consumerPriceIndex +measurementQualifier: dcid:BLSSeasonallyUnadjusted +statType: dcid:measuredValue +consumerGoodsCategory: dcid:Apparel + +Node: dcid:SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_CerealAndBakeryProduct +typeOf: dcid:StatisticalVariable +name: "Cereals and bakery products" +populationType: dcid:ConsumerGoodsAndServices +measuredProperty: dcid:consumerPriceIndex +measurementQualifier: dcid:BLSSeasonallyUnadjusted +statType: dcid:measuredValue +consumerGoodsCategory: dcid:CerealAndBakeryProduct + +Node: dcid:SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_Dairy +typeOf: dcid:StatisticalVariable +name: "Dairy and related products" +populationType: dcid:ConsumerGoodsAndServices +measuredProperty: dcid:consumerPriceIndex +measurementQualifier: dcid:BLSSeasonallyUnadjusted +statType: dcid:measuredValue +consumerGoodsCategory: dcid:Dairy + +Node: dcid:SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_Electricity +typeOf: dcid:StatisticalVariable +name: dcid:Electricity +populationType: dcid:ConsumerGoodsAndServices +measuredProperty: dcid:consumerPriceIndex +measurementQualifier: dcid:BLSSeasonallyUnadjusted +statType: dcid:measuredValue +consumerGoodsCategory: dcid:Electricity + +Node: dcid:SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_Energy +typeOf: dcid:StatisticalVariable +name: dcid:Energy +populationType: dcid:ConsumerGoodsAndServices +measuredProperty: dcid:consumerPriceIndex +measurementQualifier: dcid:BLSSeasonallyUnadjusted +statType: dcid:measuredValue +consumerGoodsCategory: dcid:Energy + +Node: dcid:SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_EnergyCommodity +typeOf: dcid:StatisticalVariable +name: "Energy commodities" +populationType: dcid:ConsumerGoodsAndServices +measuredProperty: dcid:consumerPriceIndex +measurementQualifier: dcid:BLSSeasonallyUnadjusted +statType: dcid:measuredValue +consumerGoodsCategory: dcid:EnergyCommodity + +Node: dcid:SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_EnergyService +typeOf: dcid:StatisticalVariable +name: "Energy services" +populationType: dcid:ConsumerGoodsAndServices +measuredProperty: dcid:consumerPriceIndex +measurementQualifier: dcid:BLSSeasonallyUnadjusted +statType: dcid:measuredValue +consumerGoodsCategory: dcid:EnergyService + +Node: dcid:SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_Food +typeOf: dcid:StatisticalVariable +name: dcid:Food +populationType: dcid:ConsumerGoodsAndServices +measuredProperty: dcid:consumerPriceIndex +measurementQualifier: dcid:BLSSeasonallyUnadjusted +statType: dcid:measuredValue +consumerGoodsCategory: dcid:Food + +Node: dcid:SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_FoodAtHome +typeOf: dcid:StatisticalVariable +name: "Food at home" +populationType: dcid:ConsumerGoodsAndServices +measuredProperty: dcid:consumerPriceIndex +measurementQualifier: dcid:BLSSeasonallyUnadjusted +statType: dcid:measuredValue +consumerGoodsCategory: dcid:FoodAtHome + +Node: dcid:SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_FoodAwayFromHome +typeOf: dcid:StatisticalVariable +name: "Food away from home" +populationType: dcid:ConsumerGoodsAndServices +measuredProperty: dcid:consumerPriceIndex +measurementQualifier: dcid:BLSSeasonallyUnadjusted +statType: dcid:measuredValue +consumerGoodsCategory: dcid:FoodAwayFromHome + +Node: dcid:SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_FruitAndVegitable +typeOf: dcid:StatisticalVariable +name: "Fruits and vegetables" +populationType: dcid:ConsumerGoodsAndServices +measuredProperty: dcid:consumerPriceIndex +measurementQualifier: dcid:BLSSeasonallyUnadjusted +statType: dcid:measuredValue +consumerGoodsCategory: dcid:FruitAndVegitable + +Node: dcid:SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_FuelOil +typeOf: dcid:StatisticalVariable +name: "Fuel oil" +populationType: dcid:ConsumerGoodsAndServices +measuredProperty: dcid:consumerPriceIndex +measurementQualifier: dcid:BLSSeasonallyUnadjusted +statType: dcid:measuredValue +consumerGoodsCategory: dcid:FuelOil + +Node: dcid:SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_Gasoline +typeOf: dcid:StatisticalVariable +name: "Gasoline (all types)" +populationType: dcid:ConsumerGoodsAndServices +measuredProperty: dcid:consumerPriceIndex +measurementQualifier: dcid:BLSSeasonallyUnadjusted +statType: dcid:measuredValue +consumerGoodsCategory: dcid:Gasoline + +Node: dcid:SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_HospitalService +typeOf: dcid:StatisticalVariable +name: "Hospital services" +populationType: dcid:ConsumerGoodsAndServices +measuredProperty: dcid:consumerPriceIndex +measurementQualifier: dcid:BLSSeasonallyUnadjusted +statType: dcid:measuredValue +consumerGoodsCategory: dcid:HospitalService + +Node: dcid:SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_LessFoodAndEnergy +typeOf: dcid:StatisticalVariable +name: "All items less food and energy" +populationType: dcid:ConsumerGoodsAndServices +measuredProperty: dcid:consumerPriceIndex +measurementQualifier: dcid:BLSSeasonallyUnadjusted +statType: dcid:measuredValue +consumerGoodsCategory: dcid:LessFoodAndEnergy + +Node: dcid:SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_LessFoodAndEnergyCommodity +typeOf: dcid:StatisticalVariable +name: "Commodities less food and energy commodities" +populationType: dcid:ConsumerGoodsAndServices +measuredProperty: dcid:consumerPriceIndex +measurementQualifier: dcid:BLSSeasonallyUnadjusted +statType: dcid:measuredValue +consumerGoodsCategory: dcid:LessFoodAndEnergyCommodity + +Node: dcid:SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_MeatPoultryFishEgg +typeOf: dcid:StatisticalVariable +name: "Meats, poultry, fish, and eggs" +populationType: dcid:ConsumerGoodsAndServices +measuredProperty: dcid:consumerPriceIndex +measurementQualifier: dcid:BLSSeasonallyUnadjusted +statType: dcid:measuredValue +consumerGoodsCategory: dcid:MeatPoultryFishEgg + +Node: dcid:SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_MedicalCareCommodity +typeOf: dcid:StatisticalVariable +name: "Medical care commodities" +populationType: dcid:ConsumerGoodsAndServices +measuredProperty: dcid:consumerPriceIndex +measurementQualifier: dcid:BLSSeasonallyUnadjusted +statType: dcid:measuredValue +consumerGoodsCategory: dcid:MedicalCareCommodity + +Node: dcid:SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_MedicalCareService +typeOf: dcid:StatisticalVariable +name: "Medical care services" +populationType: dcid:ConsumerGoodsAndServices +measuredProperty: dcid:consumerPriceIndex +measurementQualifier: dcid:BLSSeasonallyUnadjusted +statType: dcid:measuredValue +consumerGoodsCategory: dcid:MedicalCareService + +Node: dcid:SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_MotorFuel +typeOf: dcid:StatisticalVariable +name: "Motor fuel" +populationType: dcid:ConsumerGoodsAndServices +measuredProperty: dcid:consumerPriceIndex +measurementQualifier: dcid:BLSSeasonallyUnadjusted +statType: dcid:measuredValue +consumerGoodsCategory: dcid:MotorFuel + +Node: dcid:SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_MotorVehicleInsurance +typeOf: dcid:StatisticalVariable +name: "Motor vehicle insurance" +populationType: dcid:ConsumerGoodsAndServices +measuredProperty: dcid:consumerPriceIndex +measurementQualifier: dcid:BLSSeasonallyUnadjusted +statType: dcid:measuredValue +consumerGoodsCategory: dcid:MotorVehicleInsurance + +Node: dcid:SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_MotorVehicleMaintenanceAndRepair +typeOf: dcid:StatisticalVariable +name: "Motor vehicle maintenance and repair" +populationType: dcid:ConsumerGoodsAndServices +measuredProperty: dcid:consumerPriceIndex +measurementQualifier: dcid:BLSSeasonallyUnadjusted +statType: dcid:measuredValue +consumerGoodsCategory: dcid:MotorVehicleMaintenanceAndRepair + +Node: dcid:SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_NewVehicle +typeOf: dcid:StatisticalVariable +name: "New vehicles" +populationType: dcid:ConsumerGoodsAndServices +measuredProperty: dcid:consumerPriceIndex +measurementQualifier: dcid:BLSSeasonallyUnadjusted +statType: dcid:measuredValue +consumerGoodsCategory: dcid:NewVehicle + +Node: dcid:SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_NonAlcoholicBeverageAndBeverageMaterial +typeOf: dcid:StatisticalVariable +name: "Nonalcoholic beverages and beverage materials" +populationType: dcid:ConsumerGoodsAndServices +measuredProperty: dcid:consumerPriceIndex +measurementQualifier: dcid:BLSSeasonallyUnadjusted +statType: dcid:measuredValue +consumerGoodsCategory: dcid:NonAlcoholicBeverageAndBeverageMaterial + +Node: dcid:SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_OtherFoodAtHome +typeOf: dcid:StatisticalVariable +name: "Other food at home" +populationType: dcid:ConsumerGoodsAndServices +measuredProperty: dcid:consumerPriceIndex +measurementQualifier: dcid:BLSSeasonallyUnadjusted +statType: dcid:measuredValue +consumerGoodsCategory: dcid:OtherFoodAtHome + +Node: dcid:SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_PhysiciansService +typeOf: dcid:StatisticalVariable +name: "Physicians services" +populationType: dcid:ConsumerGoodsAndServices +measuredProperty: dcid:consumerPriceIndex +measurementQualifier: dcid:BLSSeasonallyUnadjusted +statType: dcid:measuredValue +consumerGoodsCategory: dcid:PhysiciansService + +Node: dcid:SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_RentOfPrimaryResidence +typeOf: dcid:StatisticalVariable +name: "Rent of primary residence" +populationType: dcid:ConsumerGoodsAndServices +measuredProperty: dcid:consumerPriceIndex +measurementQualifier: dcid:BLSSeasonallyUnadjusted +statType: dcid:measuredValue +consumerGoodsCategory: dcid:RentOfPrimaryResidence + +Node: dcid:SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_RentOfResidence +typeOf: dcid:StatisticalVariable +name: "Owners equivalent rent of residences" +populationType: dcid:ConsumerGoodsAndServices +measuredProperty: dcid:consumerPriceIndex +measurementQualifier: dcid:BLSSeasonallyUnadjusted +statType: dcid:measuredValue +consumerGoodsCategory: dcid:RentOfResidence + +Node: dcid:SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_ServiceLessEnergyService +typeOf: dcid:StatisticalVariable +name: "Services less energy services" +populationType: dcid:ConsumerGoodsAndServices +measuredProperty: dcid:consumerPriceIndex +measurementQualifier: dcid:BLSSeasonallyUnadjusted +statType: dcid:measuredValue +consumerGoodsCategory: dcid:ServiceLessEnergyService + +Node: dcid:SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_Shelter +typeOf: dcid:StatisticalVariable +name: dcid:Shelter +populationType: dcid:ConsumerGoodsAndServices +measuredProperty: dcid:consumerPriceIndex +measurementQualifier: dcid:BLSSeasonallyUnadjusted +statType: dcid:measuredValue +consumerGoodsCategory: dcid:Shelter + +Node: dcid:SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_TobaccoAndSmokingProduct +typeOf: dcid:StatisticalVariable +name: "Tobacco and smoking products" +populationType: dcid:ConsumerGoodsAndServices +measuredProperty: dcid:consumerPriceIndex +measurementQualifier: dcid:BLSSeasonallyUnadjusted +statType: dcid:measuredValue +consumerGoodsCategory: dcid:TobaccoAndSmokingProduct + +Node: dcid:SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_TransportSector +typeOf: dcid:StatisticalVariable +name: "Transportation services" +populationType: dcid:ConsumerGoodsAndServices +measuredProperty: dcid:consumerPriceIndex +measurementQualifier: dcid:BLSSeasonallyUnadjusted +statType: dcid:measuredValue +consumerGoodsCategory: dcid:TransportSector + +Node: dcid:SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UsedCarAndTruck +typeOf: dcid:StatisticalVariable +name: "Used cars and trucks" +populationType: dcid:ConsumerGoodsAndServices +measuredProperty: dcid:consumerPriceIndex +measurementQualifier: dcid:BLSSeasonallyUnadjusted +statType: dcid:measuredValue +consumerGoodsCategory: dcid:UsedCarAndTruck + +Node: dcid:SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UtilityGasService +typeOf: dcid:StatisticalVariable +name: "Utility (piped) gas service" +populationType: dcid:ConsumerGoodsAndServices +measuredProperty: dcid:consumerPriceIndex +measurementQualifier: dcid:BLSSeasonallyUnadjusted +statType: dcid:measuredValue +consumerGoodsCategory: dcid:UtilityGasService