Skip to content

Commit

Permalink
Data Manifest CL for Euro-stat early Education and training data set …
Browse files Browse the repository at this point in the history
…at National Level.

PiperOrigin-RevId: 592418995
  • Loading branch information
Data Commons authored and copybara-github committed Dec 20, 2023
1 parent 4d83f2e commit c26ca1d
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/dcschema_enum_instances.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -2844,3 +2844,7 @@ Node: dcid:JobsSaved
typeOf: dcs:JobStatusEnum
name: "JobsSaved"
description: "Jobs saved under a program"

Node: dcid:EarlyEducation
typeOf: dcid:SchoolGradeLevelEnum
name: "Early Education"
52 changes: 52 additions & 0 deletions stat_vars/Eurostat_early_childhood_education_by_sex_statvar.mcf
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
Node: dcid:Count_Person_4OrMoreYears
typeOf: dcid:StatisticalVariable
populationType: dcid:Person
measuredProperty: dcid:count
statType: dcid:measuredValue
age: [4 - Years]

Node: dcid:Count_Person_4OrMoreYears_EarlyEducation_AsAFractionOf_Count_Person_4OrMoreYears
typeOf: dcid:StatisticalVariable
populationType: dcid:Person
measuredProperty: dcid:count
statType: dcid:measuredValue
measurementDenominator: dcid:Count_Person_4OrMoreYears
age: [4 - Years]
enrollmentLevel: dcid:EarlyEducation

Node: dcid:Count_Person_4OrMoreYears_EarlyEducation_Male_AsAFractionOf_Count_Person_4OrMoreYears_Male
typeOf: dcid:StatisticalVariable
populationType: dcid:Person
measuredProperty: dcid:count
statType: dcid:measuredValue
measurementDenominator: dcid:Count_Person_4OrMoreYears_Male
age: [4 - Years]
enrollmentLevel: dcid:EarlyEducation
gender: dcid:Male

Node: dcid:Count_Person_4OrMoreYears_Male
typeOf: dcid:StatisticalVariable
populationType: dcid:Person
measuredProperty: dcid:count
statType: dcid:measuredValue
age: [4 - Years]
gender: dcid:Male

Node: dcid:Count_Person_4OrMoreYears_EarlyEducation_Female_AsAFractionOf_Count_Person_4OrMoreYears_Female
typeOf: dcid:StatisticalVariable
populationType: dcid:Person
measuredProperty: dcid:count
statType: dcid:measuredValue
measurementDenominator: dcid:Count_Person_4OrMoreYears_Female
age: [4 - Years]
enrollmentLevel: dcid:EarlyEducation
gender: dcid:Female

Node: dcid:Count_Person_4OrMoreYears_Female
typeOf: dcid:StatisticalVariable
populationType: dcid:Person
measuredProperty: dcid:count
statType: dcid:measuredValue
age: [4 - Years]
gender: dcid:Female

0 comments on commit c26ca1d

Please sign in to comment.