diff --git a/core/census_properties.mcf b/core/census_properties.mcf index c5330926c..7de0bae5f 100644 --- a/core/census_properties.mcf +++ b/core/census_properties.mcf @@ -63,7 +63,7 @@ Node: educationalAttainment dcid: "educationalAttainment" name: "educationalAttainment" typeOf: schema:Property -domainIncludes: schema:Person +domainIncludes: schema:Person, schema:Student rangeIncludes: dcs:USC_EducationalAttainmentEnum, dcs:WHO_EducationalAttainmentEnum, dcs:SchoolGradeLevelEnum, dcs:SDG_EducationLevEnum Node: dcid:bachelorsDegreeMajor @@ -256,7 +256,7 @@ Node: schoolEnrollment dcid: "schoolEnrollment" name: "schoolEnrollment" rangeIncludes: dcs:USC_SchoolEnrollmentEnum -domainIncludes: schema:Person +domainIncludes: schema:Person, schema:Student typeOf: schema:Property Node: spouseAbsentReason diff --git a/core/schema.mcf b/core/schema.mcf index 2b52f6c57..6bce72acc 100644 --- a/core/schema.mcf +++ b/core/schema.mcf @@ -8371,7 +8371,7 @@ name: "lodgingUnitType" Node: gender dcid: "gender" typeOf: schema:Property -domainIncludes: schema:Person, schema:BirthEvent +domainIncludes: schema:Person, schema:BirthEvent, schema:Student name: "gender" rangeIncludes: schema:GenderType, dcs:SDG_SexEnum diff --git a/stat_vars/ghana_education_stat_vars.mcf b/stat_vars/ghana_education_stat_vars.mcf new file mode 100644 index 000000000..4266c1bf1 --- /dev/null +++ b/stat_vars/ghana_education_stat_vars.mcf @@ -0,0 +1,116 @@ +Node: dcid:Count_Person_Female_Literate +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +gender: dcid:Female +literacyStatus: dcid:Literate + +Node: dcid:Count_Person_Male_Literate +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +gender: dcid:Male +literacyStatus: dcid:Literate + +Node: dcid:Count_Student_EducationalAttainmentPrimaryEducation +typeOf: dcid:StatisticalVariable +populationType: dcid:Student +measuredProperty: dcid:count +statType: dcid:measuredValue +educationalAttainment: dcid:PrimaryEducation + +Node: dcid:Count_Student_EducationalAttainmentPrimaryEducation_Female +typeOf: dcid:StatisticalVariable +populationType: dcid:Student +measuredProperty: dcid:count +statType: dcid:measuredValue +educationalAttainment: dcid:PrimaryEducation +gender: dcid:Female + +Node: dcid:Count_Student_EducationalAttainmentPrimaryEducation_Male +typeOf: dcid:StatisticalVariable +populationType: dcid:Student +measuredProperty: dcid:count +statType: dcid:measuredValue +educationalAttainment: dcid:PrimaryEducation +gender: dcid:Male + +Node: dcid:Count_Student_EnrolledInSchool +typeOf: dcid:StatisticalVariable +populationType: dcid:Student +measuredProperty: dcid:count +statType: dcid:measuredValue +schoolEnrollment: dcid:EnrolledInSchool + +Node: dcid:Count_Student_Female_EnrolledInSchool +typeOf: dcid:StatisticalVariable +populationType: dcid:Student +measuredProperty: dcid:count +statType: dcid:measuredValue +gender: dcid:Female +schoolEnrollment: dcid:EnrolledInSchool + +Node: dcid:Count_Student_Male_EnrolledInSchool +typeOf: dcid:StatisticalVariable +populationType: dcid:Student +measuredProperty: dcid:count +statType: dcid:measuredValue +gender: dcid:Male +schoolEnrollment: dcid:EnrolledInSchool + +Node: dcid:Count_Student_PrimaryEducation_EnrolledInSchool_AsAFractionOf_Count_Student_EnrolledInSchool +typeOf: dcid:StatisticalVariable +populationType: dcid:Student +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Student_EnrolledInSchool +enrollmentLevel: dcid:PrimaryEducation +schoolEnrollment: dcid:EnrolledInSchool + +Node: dcid:Count_Student_PrimaryEducation_Female_EnrolledInSchool_AsAFractionOf_Count_Student_Female_EnrolledInSchool +typeOf: dcid:StatisticalVariable +populationType: dcid:Student +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Student_Female_EnrolledInSchool +enrollmentLevel: dcid:PrimaryEducation +gender: dcid:Female +schoolEnrollment: dcid:EnrolledInSchool + +Node: dcid:Count_Student_PrimaryEducation_Male_EnrolledInSchool_AsAFractionOf_Count_Student_Male_EnrolledInSchool +typeOf: dcid:StatisticalVariable +populationType: dcid:Student +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Student_Male_EnrolledInSchool +enrollmentLevel: dcid:PrimaryEducation +gender: dcid:Male +schoolEnrollment: dcid:EnrolledInSchool + +Node: dcid:Count_Student_SchoolGrade1_AsAFractionOf_Count_Student_SchoolGrade6 +typeOf: dcid:StatisticalVariable +populationType: dcid:Student +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Student_SchoolGrade6 +enrollmentLevel: dcid:SchoolGrade1 + +Node: dcid:Count_Student_SchoolGrade1_Female_AsAFractionOf_Count_Student_SchoolGrade6_Female +typeOf: dcid:StatisticalVariable +populationType: dcid:Student +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Student_SchoolGrade6_Female +enrollmentLevel: dcid:SchoolGrade1 +gender: dcid:Female + +Node: dcid:Count_Student_SchoolGrade1_Male_AsAFractionOf_Count_Student_SchoolGrade6_Male +typeOf: dcid:StatisticalVariable +populationType: dcid:Student +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Student_SchoolGrade6_Male +enrollmentLevel: dcid:SchoolGrade1 +gender: dcid:Male diff --git a/stat_vars/ghana_environment_stat_vars.mcf b/stat_vars/ghana_environment_stat_vars.mcf new file mode 100644 index 000000000..696a3952d --- /dev/null +++ b/stat_vars/ghana_environment_stat_vars.mcf @@ -0,0 +1,44 @@ +Node: dcid:Count_Person_ImprovedDrinkingWaterSource_Rural_AsAFractionOf_Count_Person_Rural +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Rural +drinkingWaterSourceType: dcid:ImprovedDrinkingWaterSource +placeOfResidenceClassification: dcid:Rural + +Node: dcid:Count_Person_ImprovedDrinkingWaterSource_Urban_AsAFractionOf_Count_Person_Urban +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Urban +drinkingWaterSourceType: dcid:ImprovedDrinkingWaterSource +placeOfResidenceClassification: dcid:Urban + +Node: dcid:Count_Person_ImprovedSanitationFacility_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person +sanitationFacilityType: dcid:ImprovedSanitationFacility + +Node: dcid:Count_Person_Rural_ImprovedSanitationFacility_AsAFractionOf_Count_Person_Rural +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Rural +placeOfResidenceClassification: dcid:Rural +sanitationFacilityType: dcid:ImprovedSanitationFacility + +Node: dcid:Count_Person_Urban_ImprovedSanitationFacility_AsAFractionOf_Count_Person_Urban +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Urban +placeOfResidenceClassification: dcid:Urban +sanitationFacilityType: dcid:ImprovedSanitationFacility +