From 1543ce465571496aad64a9e27288447a0cb8a62d Mon Sep 17 00:00:00 2001 From: Data Commons Date: Wed, 20 Oct 2021 13:36:09 -0400 Subject: [PATCH] Add schema for school dropout rates PiperOrigin-RevId: 404586818 --- core/dcschema_enum_instances.mcf | 14 ++++++++++++-- core/edu.mcf | 11 +++++++++++ 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/core/dcschema_enum_instances.mcf b/core/dcschema_enum_instances.mcf index 48c1ff611..f1db255ef 100644 --- a/core/dcschema_enum_instances.mcf +++ b/core/dcschema_enum_instances.mcf @@ -1404,12 +1404,22 @@ typeOf: dcs:HealthBehaviorEnum Node: dcid:ScheduledCaste typeOf: dcs:SocialCategoryEnum name: "ScheduledCaste" -description: "Scheduled Caste is an officially designated group of people in India." +description: "Scheduled Caste (SC) is an officially designated group of people in India." Node: dcid:ScheduledTribe typeOf: dcs:SocialCategoryEnum name: "ScheduledTribe" -description: "Scheduled Tribe is an officially designated group of people in India." +description: "Scheduled Tribe (ST) is an officially designated group of people in India." + +Node: dcid:OtherBackwardClass +typeOf: dcs:SocialCategoryEnum +name: "OtherBackwardClass" +description: "Group of people in India who are not part of Scheduled Cast or Scheduled Tribe, but fall into backward classes." + +Node: dcid:GeneralCategory +typeOf: dcs:SocialCategoryEnum +name: "GeneralCategory" +description: "Group of people in India who don't belong to any other categories." Node: dcid:Illiterate typeOf: dcs:LiteracyStatusEnum diff --git a/core/edu.mcf b/core/edu.mcf index fca65524d..7bc24d965 100644 --- a/core/edu.mcf +++ b/core/edu.mcf @@ -562,6 +562,10 @@ Node: dcid:HighSchool typeOf: dcs:SchoolLevelEnum name: HighSchool +Node: dcid:SecondarySchool +typeOf: dcs:SchoolLevelEnum +name: SecondarySchool + Node: dcid:NCES_SchoolLevelOther typeOf: dcs:SchoolLevelEnum name: "School Level Other" @@ -1142,3 +1146,10 @@ name: "UDISE Other Central Government Schools" Node: dcid:UDISE_UnknownSchoolManagement typeOf: dcs:SchoolManagementEnum name: "UDISE Unknown School Management" + +Node: dcid:dropoutRate +name: "dropoutRate" +typeOf: schema:Property +domainIncludes: dcs:Person, dcs:Student +rangeIncludes: schema:Number +description: "Percentage of students who are no longer enrolled."