Skip to content

Commit

Permalink
Data Manifest CL and Schema CL for Kenya census at country, county an…
Browse files Browse the repository at this point in the history
…d towns and suburbs Level.

PiperOrigin-RevId: 546618666
  • Loading branch information
Data Commons authored and copybara-github committed Jul 9, 2023
1 parent 7501a88 commit 8f5ebf9
Show file tree
Hide file tree
Showing 4 changed files with 89 additions and 0 deletions.
6 changes: 6 additions & 0 deletions core/dcschema.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions core/dcschema_enum_instances.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 4 additions & 0 deletions core/edu.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
73 changes: 73 additions & 0 deletions stat_vars/kenya_stat_var.mcf
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 8f5ebf9

Please sign in to comment.