From 7ec59570c47e40a1162f388d9129fe2d62dc1605 Mon Sep 17 00:00:00 2001 From: Data Commons Date: Fri, 29 Nov 2024 00:09:03 -0800 Subject: [PATCH] Data Manifest CL for Zurich population CL at Province and City Level. PiperOrigin-RevId: 701199047 --- core/dcschema.mcf | 5 ++ stat_vars/zurich_population_stat_vars.mcf | 92 +++++++++++++++++++++++ 2 files changed, 97 insertions(+) create mode 100644 stat_vars/zurich_population_stat_vars.mcf diff --git a/core/dcschema.mcf b/core/dcschema.mcf index 9af0dbf8..6ea3cc0c 100644 --- a/core/dcschema.mcf +++ b/core/dcschema.mcf @@ -4211,3 +4211,8 @@ Node: dcid:StatisticalRegion name: "StatisticalRegion" typeOf: schema:Class subClassOf: schema:AdministrativeArea + +Node: dcid:FullTimeEmployee +typeOf: dcid:EmploymentStatusEnum +name: "Full Time Employee" + diff --git a/stat_vars/zurich_population_stat_vars.mcf b/stat_vars/zurich_population_stat_vars.mcf new file mode 100644 index 00000000..66b92a89 --- /dev/null +++ b/stat_vars/zurich_population_stat_vars.mcf @@ -0,0 +1,92 @@ +Node: dcid:Count_Company +typeOf: dcid:StatisticalVariable +populationType: dcid:Company +measuredProperty: dcid:count +statType: dcid:measuredValue + +Node: dcid:Count_Person_Employed +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +employmentStatus: dcid:Employed + +Node: dcid:Count_Person_FullTimeEmployee +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +employmentStatus: dcid:FullTimeEmployee + +Node: dcid:Count_Person_FullTimeEmployee_Female +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +employmentStatus: dcid:FullTimeEmployee +gender: dcid:Female + +Node: dcid:Count_Person_FullTimeEmployee_Male +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +employmentStatus: dcid:FullTimeEmployee +gender: dcid:Male + +Node: dcid:Count_BirthEvent_ForeignBorn +typeOf: dcid:StatisticalVariable +populationType: dcid:BirthEvent +measuredProperty: dcid:count +statType: dcid:measuredValue +nativity: dcid:ForeignBorn + +Node: dcid:Count_BirthEvent_Native +typeOf: dcid:StatisticalVariable +populationType: dcid:BirthEvent +measuredProperty: dcid:count +statType: dcid:measuredValue +nativity: dcid:Native + +Node: dcid:Count_Person_ForeignBorn +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +nativity: dcid:ForeignBorn + +Node: dcid:Count_Person_Native +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +nativity: dcid:Native + +Node: dcid:Count_Person_0To9Years +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [0 9 Years] + +Node: dcid:Count_Person_70To79Years +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [70 79 Years] + +Node: dcid:Count_Person_80To89Years +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [80 89 Years] + +Node: dcid:Count_Person_90To99Years +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [90 99 Years] +