Skip to content
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
5 changes: 5 additions & 0 deletions core/census_enums.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,11 @@ subClassOf: schema:Enumeration
dcid: "USC_EducationalAttainmentEnum"
name: "USC_EducationalAttainmentEnum"

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

Node: dcid:parentEducationStatus
typeOf: schema:Property
domainIncludes: dcs:School
Expand Down
28 changes: 28 additions & 0 deletions core/dcschema.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -2620,6 +2620,12 @@ rangeIncludes: schema:Number
domainIncludes: dcs:Student
description: "The high school graduation rate is a percentage of the ninth-grade cohort that graduates in four years."

Node: dcid:graduationRate
typeOf: schema:Property
domainIncludes: dcs:Person
name: "graduationRate"
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."

Node: dcid:Percentile
typeOf: schema:UnitOfMeasure
name: "Percentile"
Expand Down Expand Up @@ -5743,3 +5749,25 @@ name: "Sparsely populated rural areas"
description: "Sparsely populated areas with dispersed small settlements that are located at a distance from each other."
descriptionUrl: "https://stat.fi/meta/kas/kaupunki_maaseu_en.html"
typeOf: dcs:HumanSettlementClassificationEnum

Node: dcid:courseCompletionTime
typeOf: schema:Property
name: "courseCompletionTime"
description: "The time within which a course or program is completed, often expressed relative to the normal or expected duration."
domainIncludes: dcid:Person
rangeIncludes: dcs:CourseCompletionTimeEnum

Node: dcid:Within100PercentOfNormalTime
typeOf: dcid:CourseCompletionTimeEnum
name: "Within 100 percent of normal time"
description: "Indicates course completion within the standard full-time duration expected for the program "

Node: dcid:Within150PercentOfNormalTime
typeOf: dcid:CourseCompletionTimeEnum
name: "Within 150 percent of normal time"
description: "Indicates course completion within 150% of the standard full-time duration expected for the program."

Node: dcid:Within200PercentOfNormalTime
typeOf: dcid:CourseCompletionTimeEnum
name: "Within 200 percent of normal time"
description: "Indicates course completion within 200% of the standard full-time duration expected for the program."
12 changes: 12 additions & 0 deletions core/enum_specializations.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,18 @@ Node: dcid:GraduateOrProfessionalDegree
typeOf: dcs:USC_EducationalAttainmentEnum
specializationOf: dcs:BachelorsDegreeOrHigher

Node: dcid:AssociateDegreeOrCertificate
typeOf: dcs:USC_EducationalAttainmentEnum
specializationOf: dcs:SecondaryOrHigher
description: "An award that normally requires at least 2 but less than 4 years of full-time equivalent college work"
descriptionUrl: "https://academicprograms.uic.edu/resources/ipeds/"

Node: dcid:PostSecondaryCertificate
typeOf: dcs:USC_EducationalAttainmentEnum
specializationOf: dcs:SecondaryOrHigher
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"
descriptionUrl: "https://academicprograms.uic.edu/resources/ipeds/"

# *CrimeTypeEnum from dcschema_enum_instances.mcf
# USC_DetailedLevelOfSchoolEnum is range of detailedLevelOfSchool

Expand Down
Loading
Loading