Skip to content

Commit

Permalink
Introduce a few sub-vertical nodes
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 436572065
  • Loading branch information
pradh authored and copybara-github committed Mar 22, 2022
1 parent e8c9fe5 commit e79cb76
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 5 deletions.
10 changes: 5 additions & 5 deletions core/dcschema_enum_instances.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
15 changes: 15 additions & 0 deletions stat_vars/vertical_stat_var_groups.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e79cb76

Please sign in to comment.