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
22 changes: 22 additions & 0 deletions core/dcschema.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -5776,3 +5776,25 @@ typeOf: schema:Property
domainIncludes: dcs:StatVarGroupSpec
rangeIncludes: schema:Text
description: "Observation properties that are used to generate StatVarGroup nodes."

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:CourseCompletedWithin100PercentOfNormalTime
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:CourseCompletedWithin150PercentOfNormalTime
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:CourseCompletedWithin200PercentOfNormalTime
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."
5 changes: 5 additions & 0 deletions core/dcschema_enum_classes.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -714,3 +714,8 @@ Node: dcid:StudentStatusEnum
typeOf: schema:Class
subClassOf: dcs:Enumeration
name: "StudentStatusEnum"

Node: dcid:CourseCompletionTimeEnum
typeOf: schema:Class
subClassOf: dcs:Enumeration
name: "CourseCompletionTimeEnum"
4 changes: 4 additions & 0 deletions core/dcschema_enum_instances.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -3023,6 +3023,10 @@ Node: dcid:FourYear
typeOf: dcs:CollegeOrUniversityLevelEnum
name: "Four Year"

Node: dcid:LessThanTwoYear
typeOf: dcid:CollegeOrUniversityLevelEnum
name: "Less Than Two Year"

Node: dcid:AgricultureAndNaturalResourcesMajor
typeOf:EducationalMajorEnum
name:"Agriculture And Natural Resources Major"
Expand Down
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