From e79cb76562bbaffb00f38f84a88f2b5c5f43252b Mon Sep 17 00:00:00 2001 From: shanth Date: Tue, 22 Mar 2022 14:28:11 -0700 Subject: [PATCH] Introduce a few sub-vertical nodes PiperOrigin-RevId: 436572065 --- core/dcschema_enum_instances.mcf | 10 +++++----- stat_vars/vertical_stat_var_groups.mcf | 15 +++++++++++++++ 2 files changed, 20 insertions(+), 5 deletions(-) diff --git a/core/dcschema_enum_instances.mcf b/core/dcschema_enum_instances.mcf index e2dac5a14..423ff9105 100644 --- a/core/dcschema_enum_instances.mcf +++ b/core/dcschema_enum_instances.mcf @@ -148,31 +148,31 @@ typeOf: dcs:OI_RaceCodeEnum ###---- begin BEA enum instances ----### Node: dcid:ConsumerGoodsAndServices -name: "ConsumerGoodsAndServices" +name: "Consumer Goods and Services" typeOf: dcs:EconomicProductEnum description: "Consumer goods are usually tangible final commodities purchased by the average consumer. Consumer services are intangible activities that are typically produced by other people and consumed by the consumer simultaneously." descriptionUrl: "https://en.wikipedia.org/wiki/Goods_and_services" Node: dcid:BEAServicesRents -name: "BEAServicesRents" +name: "Housing Rental Prices" description: "Indicates Housing Rental Prices to determine Consumer Price Index (CPI) by US Bureau of Economic Analysis." typeOf: dcs:EconomicProductEnum dcid: "BEAServicesRents" Node: dcid:BEAServicesOthers -name: "BEAServicesOthers" +name: "Services other than Rentals" description: "Indicates Services Others than Rentals to determine Consumer Price Index (CPI) by US Bureau of Economic Analysis." typeOf: dcs:EconomicProductEnum dcid: "BEAServicesOthers" Node: dcid:BEAAllItems -name: "BEAAllItems" +name: "All Items" description: "Indicates the entire bucket of goods and services used to determine Consumer Price Index (CPI) by US Bureau of Economic Analysis." typeOf: dcs:EconomicProductEnum dcid: "BEAAllItems" Node: dcid:BEAGoods -name: "BEAGoods" +name: "List of Goods" description: "Indicates the list of Goods to determine Consumer Price Index (CPI) by US Bureau of Economic Analysis." typeOf: dcs:EconomicProductEnum dcid: "BEAGoods" diff --git a/stat_vars/vertical_stat_var_groups.mcf b/stat_vars/vertical_stat_var_groups.mcf index 1c086e70a..25bdaaa6d 100644 --- a/stat_vars/vertical_stat_var_groups.mcf +++ b/stat_vars/vertical_stat_var_groups.mcf @@ -130,6 +130,21 @@ typeOf: dcs:StatVarGroup name: "Prisoner Population" specializationOf: dcid:dc/g/Crime +Node: dcid:dc/g/Solar +typeOf: dcs:StatVarGroup +name: "Solar" +specializationOf: dcid:dc/g/Energy + +Node: dcid:dc/g/Births +typeOf: dcs:StatVarGroup +name: "Births" +specializationOf: dcid:dc/g/Health + +Node: dcid:dc/g/PollutedSites +typeOf: dcs:StatVarGroup +name: "Polluted Sites" +specializationOf: dcid:dc/g/Environment + Node: dcid:dc/g/ParentsAndChildren typeOf: dcs:StatVarGroup name: "Parents And Children"