Skip to content

Commit

Permalink
Add schema for school dropout rates
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 404586818
  • Loading branch information
Data Commons authored and beets committed Nov 10, 2021
1 parent c055b07 commit 1543ce4
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
14 changes: 12 additions & 2 deletions core/dcschema_enum_instances.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 11 additions & 0 deletions core/edu.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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."

0 comments on commit 1543ce4

Please sign in to comment.