diff --git a/core/dcschema_enum_instances.mcf b/core/dcschema_enum_instances.mcf index 1a6764668..5aa0f80cd 100644 --- a/core/dcschema_enum_instances.mcf +++ b/core/dcschema_enum_instances.mcf @@ -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" diff --git a/stat_vars/Eurostat_early_childhood_education_by_sex_statvar.mcf b/stat_vars/Eurostat_early_childhood_education_by_sex_statvar.mcf new file mode 100644 index 000000000..31dc56868 --- /dev/null +++ b/stat_vars/Eurostat_early_childhood_education_by_sex_statvar.mcf @@ -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 +