diff --git a/core/dcschema.mcf b/core/dcschema.mcf index 533e45a3b..3e3a21715 100644 --- a/core/dcschema.mcf +++ b/core/dcschema.mcf @@ -948,6 +948,12 @@ description: "The infant mortality rate or count of an administrative area." domainIncludes: schema:AdministrativeArea rangeIncludes: schema:Number +Node: dcid:MaternalMortalityEvent +typeOf: dcs:Class +subClassOf: dcs:MortalityEvent +name: "MaternalMortalityEvent" +description: "Mortality rate of pregnant women." + Node: perCapitaGDP dcid: dcs:perCapitaGDP typeOf: schema:Property diff --git a/core/dcschema_enum_instances.mcf b/core/dcschema_enum_instances.mcf index 1c15970dc..ec75dac3c 100644 --- a/core/dcschema_enum_instances.mcf +++ b/core/dcschema_enum_instances.mcf @@ -2253,6 +2253,12 @@ Node: dcid:TransgenderOrGenderNonConforming typeOf: schema:GenderType name: "TransgenderOrGenderNonConforming" +Node: dcid:Intersex +typeOf: schema:GenderType +name: "Intersex" +description: "A person born with a combination of male and female biological traits." +descriptionUrl: "https://www.plannedparenthood.org/learn/gender-identity/sex-gender-identity/whats-intersex" + Node: dcid:CDC_GenderUnknownOrNotStated typeOf: schema:GenderType name: "CDC_GenderUnknownOrNotStated" diff --git a/core/edu.mcf b/core/edu.mcf index f5507bd27..4673e9a0d 100644 --- a/core/edu.mcf +++ b/core/edu.mcf @@ -208,6 +208,10 @@ name: "Brazil_PreVestibular" nameWithLanguage: "Brazil PréVestibular@pt" description: "It is the course attended by students after High School and before Graduation." +Node: dcid:SecondaryEducation +name: "SecondaryEducation" +typeOf: dcid:SchoolGradeLevelEnum + Node: dcid:CLEI typeOf: dcs:SchoolGradeLevelEnum name: "CLEI" diff --git a/stat_vars/kenya_stat_var.mcf b/stat_vars/kenya_stat_var.mcf new file mode 100644 index 000000000..24352f24b --- /dev/null +++ b/stat_vars/kenya_stat_var.mcf @@ -0,0 +1,73 @@ +Node: dcid:Count_Student_SecondaryEducation +typeOf: dcid:StatisticalVariable +populationType: dcid:Student +measuredProperty: dcid:count +statType: dcid:measuredValue +enrollmentLevel: dcid:SecondaryEducation + +Node: dcid:Count_Person_Intersex +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +gender: dcid:Intersex + +Node: dcid:Count_MaternalMortalityEvent +typeOf: dcid:StatisticalVariable +populationType: dcid:MaternalMortalityEvent +measuredProperty: dcid:count +statType: dcid:measuredValue + +Node: dcid:Count_MortalityEvent_Newborn +typeOf: dcid:StatisticalVariable +populationType: dcid:MortalityEvent +measuredProperty: dcid:count +statType: dcid:measuredValue +ageGroupClassification: dcid:Newborn + +Node: dcid:Count_MaternalMortalityEvent_AsAFractionOf_Count_BirthEvent_LiveBirth +typeOf: dcid:StatisticalVariable +populationType: dcid:MaternalMortalityEvent +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_BirthEvent_LiveBirth + +Node: dcid:Count_MortalityEvent_5OrLessYears_AsAFractionOf_Count_BirthEvent_LiveBirth +typeOf: dcid:StatisticalVariable +populationType: dcid:MortalityEvent +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_BirthEvent_LiveBirth +age: [- 5 Years] + +Node: dcid:Count_MortalityEvent_Infant_AsAFractionOf_Count_BirthEvent_LiveBirth +typeOf: dcid:StatisticalVariable +populationType: dcid:MortalityEvent +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_BirthEvent_LiveBirth +ageGroupClassification: dcid:Infant + +Node: dcid:Count_Person_Intersex_Rural +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +gender: dcid:Intersex +placeOfResidenceClassification: dcid:Rural + +Node: dcid:Count_Person_Intersex_Urban +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +gender: dcid:Intersex +placeOfResidenceClassification: dcid:Urban + +Node: dcid:Count_Person_Male_AsAFractionOf_Count_Person_Female +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Female +gender: dcid:Male