Skip to content

Commit 7c583f7

Browse files
Data Commonscopybara-github
authored andcommitted
This CL adds a new import for IPEDS Graduation Rates data at the national level. It includes new StatVars for graduation rates based on educational attainment (Associate Degree, Postsecondary Certificate) and establishment ownership (Publicly Owned, Privately Owned For Profit, Privately Owned Not For Profit). New enum values for educational attainment are also added.
PiperOrigin-RevId: 861224894
1 parent 5553ccd commit 7c583f7

4 files changed

Lines changed: 395 additions & 0 deletions

File tree

core/census_enums.mcf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,11 @@ subClassOf: schema:Enumeration
231231
dcid: "USC_EducationalAttainmentEnum"
232232
name: "USC_EducationalAttainmentEnum"
233233

234+
Node: dcid:CourseCompletionTimeEnum
235+
typeOf: schema:Class
236+
subClassOf: schema:Enumeration
237+
name: "CourseCompletionTimeEnum"
238+
234239
Node: dcid:parentEducationStatus
235240
typeOf: schema:Property
236241
domainIncludes: dcs:School

core/dcschema.mcf

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2620,6 +2620,12 @@ rangeIncludes: schema:Number
26202620
domainIncludes: dcs:Student
26212621
description: "The high school graduation rate is a percentage of the ninth-grade cohort that graduates in four years."
26222622

2623+
Node: dcid:graduationRate
2624+
typeOf: schema:Property
2625+
domainIncludes: dcs:Person
2626+
name: "graduationRate"
2627+
description: "The rate at which students complete a program of study. This is often measured over different timeframes, for example, the percentage of students who complete the program within 100%, 150%, or 200% of the normal time."
2628+
26232629
Node: dcid:Percentile
26242630
typeOf: schema:UnitOfMeasure
26252631
name: "Percentile"
@@ -5743,3 +5749,25 @@ name: "Sparsely populated rural areas"
57435749
description: "Sparsely populated areas with dispersed small settlements that are located at a distance from each other."
57445750
descriptionUrl: "https://stat.fi/meta/kas/kaupunki_maaseu_en.html"
57455751
typeOf: dcs:HumanSettlementClassificationEnum
5752+
5753+
Node: dcid:courseCompletionTime
5754+
typeOf: schema:Property
5755+
name: "courseCompletionTime"
5756+
description: "The time within which a course or program is completed, often expressed relative to the normal or expected duration."
5757+
domainIncludes: dcid:Person
5758+
rangeIncludes: dcs:CourseCompletionTimeEnum
5759+
5760+
Node: dcid:Within100PercentOfNormalTime
5761+
typeOf: dcid:CourseCompletionTimeEnum
5762+
name: "Within 100 percent of normal time"
5763+
description: "Indicates course completion within the standard full-time duration expected for the program "
5764+
5765+
Node: dcid:Within150PercentOfNormalTime
5766+
typeOf: dcid:CourseCompletionTimeEnum
5767+
name: "Within 150 percent of normal time"
5768+
description: "Indicates course completion within 150% of the standard full-time duration expected for the program."
5769+
5770+
Node: dcid:Within200PercentOfNormalTime
5771+
typeOf: dcid:CourseCompletionTimeEnum
5772+
name: "Within 200 percent of normal time"
5773+
description: "Indicates course completion within 200% of the standard full-time duration expected for the program."

core/enum_specializations.mcf

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,18 @@ Node: dcid:GraduateOrProfessionalDegree
220220
typeOf: dcs:USC_EducationalAttainmentEnum
221221
specializationOf: dcs:BachelorsDegreeOrHigher
222222

223+
Node: dcid:AssociateDegreeOrCertificate
224+
typeOf: dcs:USC_EducationalAttainmentEnum
225+
specializationOf: dcs:SecondaryOrHigher
226+
description: "An award that normally requires at least 2 but less than 4 years of full-time equivalent college work"
227+
descriptionUrl: "https://academicprograms.uic.edu/resources/ipeds/"
228+
229+
Node: dcid:PostSecondaryCertificate
230+
typeOf: dcs:USC_EducationalAttainmentEnum
231+
specializationOf: dcs:SecondaryOrHigher
232+
description: "An award that requires completion of an organized program of study at the postsecondary level in at least 1 but less than 2 full-time equivalent academic years"
233+
descriptionUrl: "https://academicprograms.uic.edu/resources/ipeds/"
234+
223235
# *CrimeTypeEnum from dcschema_enum_instances.mcf
224236
# USC_DetailedLevelOfSchoolEnum is range of detailedLevelOfSchool
225237

0 commit comments

Comments
 (0)