Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Schema and Data Manifest CL for OECD Student Teacher Ratio for different countries. #635

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions core/edu.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -936,11 +936,11 @@ name: "Elementary School"

Node: dcid:PrePrimarySchool
typeOf: dcs:SchoolLevelEnum
name: "PrePrimarySchool"
name: "Pre Primary School"

Node: dcid:EverAttendedSchool
typeOf: dcs:SchoolLevelEnum
name: "EverAttendedSchool"
name: "Ever Attended School"


Node: dcid:SecondarySchool
Expand Down Expand Up @@ -985,6 +985,10 @@ Node: dcid:TertiarySchool
name: "TertiarySchool"
typeOf: dcid:SchoolLevelEnum

Node: dcid:OECD_EarlyChildhoodEducationalDevelopment
typeOf: dcid:SchoolLevelEnum
name: "OECD Early Childhood Educational Development"

## Public School Type Enum

Node: dcid:PublicSchoolTypeEnum
Expand Down Expand Up @@ -1634,6 +1638,10 @@ Node: dcid:NCES_Catholic
typeOf: dcs:SchoolManagementEnum
name: "NCES Catholic"

Node: dcid:IndependentPrivatelyOwned
typeOf: dcid:SchoolManagementEnum
name: "Independent Privately Owned"

Node: dcid:dropoutRate
name: "dropoutRate"
typeOf: schema:Property
Expand Down
Loading
Loading