Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data Manifest CL for Zurich population CL at Province and City Level. #1009

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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]