Skip to content

Commit

Permalink
Data Manifest CL and Schema CL for South Africa census at country, pr…
Browse files Browse the repository at this point in the history
…ovince and district municipality.

PiperOrigin-RevId: 548578110
  • Loading branch information
Data Commons authored and copybara-github committed Jul 17, 2023
1 parent fce0e3a commit 14aa278
Show file tree
Hide file tree
Showing 5 changed files with 1,551 additions and 0 deletions.
12 changes: 12 additions & 0 deletions core/census_enums.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -1345,6 +1345,18 @@ Node: dcid:CDC_RaceUnknownOrNotStated
typeOf: dcs:RaceCodeEnum
name: "CDC_RaceUnknownOrNotStated"

Node: dcid:BlackAfrican
typeOf: dcs:RaceCodeEnum
name: "BlackAfrican"

Node: dcid:SouthAfrica_Coloured
typeOf: dcs:RaceCodeEnum
name: "SouthAfrica_Coloured"

Node: dcid:Indian
typeOf: dcs:RaceCodeEnum
name: "Indian"

Node: USC_SchoolEnrollmentEnum
typeOf: schema:Class
subClassOf: schema:Enumeration
Expand Down
26 changes: 26 additions & 0 deletions core/dcschema.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -2743,6 +2743,32 @@ typeOf: schema:Property
domainIncludes: schema:Household, schema:Person
rangeIncludes: dcs:USC_WorkStatusEnum

Node: dcid:vaccineType
name: "vaccineType"
rangeIncludes: dcs:VaccineTypeEnum
typeOf: schema:Property

Node: dcid:VaccineTypeEnum
subClassOf: schema:Enumeration
name: "VaccineTypeEnum"
typeOf: schema:Class

Node: dcid:BCG
name: "Bacille Calmette Guerin(BCG)"
typeOf: dcid:VaccineTypeEnum

Node: dcid:DPT3
name: "Diphtheria, Tetanus toxoid and Pertussis(DPT3)"
typeOf: dcid:VaccineTypeEnum

Node: dcid:HaemophilusInfluenzaeTypeB
name: "Haemophilus Influenzae Type B(HIB)"
typeOf: dcid:VaccineTypeEnum

Node: dcid:Polio
name: "Polio"
typeOf: dcid:VaccineTypeEnum

Node: dcid:Vaccine
name: "Vaccine"
typeOf: schema:Class
Expand Down
4 changes: 4 additions & 0 deletions core/dcschema_enum_instances.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -2104,6 +2104,10 @@ Node: dcid:VisitedEmergencyDepartment
name: "VisitedEmergencyDepartment"
typeOf: dcs:MedicalStatusEnum

Node: dcid:StillBirth
typeOf: dcs:MedicalStatusEnum
name: "Still Birth"

Node: dcid:Positive
typeOf: dcs:MedicalTestResultEnum
name: "Positive"
Expand Down
12 changes: 12 additions & 0 deletions core/edu.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,18 @@ typeOf: dcs:SchoolGradeLevelEnum
name: "CLEI_Cycle6"
nameWithLanguage: "CLEI Cycle 6@en", "CLEI Cyclo 6@es"

Node: dcid:SouthAfrica_GradeR
name: "SouthAfrica_GradeR"
typeOf: dcid:SchoolGradeLevelEnum
description: "Grade R (also called the Reception Year) is the year of schooling before Grade 1."
descriptionUrl: "https://stadio.ac.za/what-grade-r"

Node: dcid:SouthAfrica_PreGradeR
name: "SouthAfrica_PreGradeR"
typeOf: dcid:SchoolGradeLevelEnum
description: "Pre-Grade R programs are recommended for children between ages 0-4."
descriptionUrl: "https://briefly.co.za/107099-grade-r-everything-south-africas-reception-year.html#:~:text=How%20old%20is%20a%20child,5%2D6%20year%2Dolds."

Node: dcid:LunchTypeEnum
typeOf: dcs:Class
subClassOf: schema:Enumeration
Expand Down
Loading

0 comments on commit 14aa278

Please sign in to comment.