Skip to content

Commit

Permalink
Data Manifest CL for Zurich population CL at Province and City Level.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 701199047
  • Loading branch information
Data Commons authored and copybara-github committed Nov 29, 2024
1 parent 092022b commit 0f84b61
Show file tree
Hide file tree
Showing 2 changed files with 97 additions and 0 deletions.
5 changes: 5 additions & 0 deletions core/dcschema.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -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"

92 changes: 92 additions & 0 deletions stat_vars/zurich_population_stat_vars.mcf
Original file line number Diff line number Diff line change
@@ -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]

0 comments on commit 0f84b61

Please sign in to comment.