From 42d77b967e3ec77be05d15a7cb936ea68b14ef3c Mon Sep 17 00:00:00 2001 From: Data Commons Date: Wed, 1 Nov 2023 20:28:11 -0700 Subject: [PATCH] The Census Bureau's Population Estimates Program (PEP) produces estimates of the population for the United States PiperOrigin-RevId: 578722676 --- stat_vars/us_census_pep_stat_var.mcf | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 stat_vars/us_census_pep_stat_var.mcf diff --git a/stat_vars/us_census_pep_stat_var.mcf b/stat_vars/us_census_pep_stat_var.mcf new file mode 100644 index 000000000..7aa268326 --- /dev/null +++ b/stat_vars/us_census_pep_stat_var.mcf @@ -0,0 +1,19 @@ +Node: dcid:Count_Person +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +statType: dcs:measuredValue +measuredProperty: dcs:count + +Node: dcid:Count_Person_Female +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +gender: dcs:Female +statType: dcs:measuredValue +measuredProperty: dcs:count + +Node: dcid:Count_Person_Male +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +gender: dcs:Male +statType: dcs:measuredValue +measuredProperty: dcs:count