From 30d442afcd0441b2ee6416357892406146f33376 Mon Sep 17 00:00:00 2001 From: Data Commons Date: Tue, 10 Oct 2023 01:00:43 -0700 Subject: [PATCH] The Census Bureau's Population Estimates Program (PEP) produces estimates of the population for the United States PiperOrigin-RevId: 572164266 --- 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