Skip to content

Commit

Permalink
Ghana education and environment Manifests CL at Regional level.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 584831899
  • Loading branch information
Data Commons authored and copybara-github committed Nov 27, 2023
1 parent 69f6daa commit 1574a4a
Show file tree
Hide file tree
Showing 7 changed files with 176 additions and 3 deletions.
4 changes: 2 additions & 2 deletions core/census_properties.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
11 changes: 11 additions & 0 deletions core/dcschema.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -3401,4 +3401,15 @@ domainIncludes: schema:Thing
rangeIncludes: schema:Thing
description: "Indicates that an entity is included in another entity. For example, a variable (StatisticalVariable) included in an import (Provenance)."

Node: dcid:sanitationFacilityType
typeOf: dcs:Property
name: "sanitationFacilityType"
domainIncludes: dcid:Person
rangeIncludes: dcid:SanitationFacilityTypeEnum

Node: dcid:drinkingWaterSourceType
typeOf: dcs:Property
name: "drinkingWaterSourceType"
domainIncludes: dcid:Person
rangeIncludes: dcid:DrinkingWaterSourceTypeEnum

10 changes: 10 additions & 0 deletions core/dcschema_enum_classes.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -509,3 +509,13 @@ Node: dcid:WorldBank_CurrencyEnum
typeOf: schema:Class
subClassOf: dcs:Enumeration
name: "WorldBank_CurrencyEnum"

Node: dcid:SanitationFacilityTypeEnum
typeOf: schema:Class
subClassOf: dcs:Enumeration
name: "SanitationFacilityTypeEnum"

Node: dcid:DrinkingWaterSourceTypeEnum
typeOf: schema:Class
subClassOf: dcs:Enumeration
name: "DrinkingWaterSourceTypeEnum"
8 changes: 8 additions & 0 deletions core/dcschema_enum_instances.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -2792,3 +2792,11 @@ name:"Kilogram Per Hectare"
Node: dcid:StudentTeacherRatio
typeOf:UnitOfMeasure
name:"StudentTeacherRatio"

Node: dcid:ImprovedSanitationFacility
typeOf: dcid:SanitationFacilityTypeEnum
name: "Improved Sanitation Facility"

Node: dcid:ImprovedDrinkingWaterSource
typeOf: dcid:DrinkingWaterSourceTypeEnum
name: "Improved Drinking Water Source"
2 changes: 1 addition & 1 deletion core/schema.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
100 changes: 100 additions & 0 deletions stat_vars/ghana_education_stat_vars.mcf
Original file line number Diff line number Diff line change
@@ -0,0 +1,100 @@
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
44 changes: 44 additions & 0 deletions stat_vars/ghana_environment_stat_vars.mcf
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 1574a4a

Please sign in to comment.