From 78777e6dc1bc663b95d4a4034158efd04df9495f Mon Sep 17 00:00:00 2001 From: Data Commons Date: Mon, 26 Jan 2026 09:22:33 -0800 Subject: [PATCH] This CL adds a new import for IPEDS Graduation Rates data at the national level. PiperOrigin-RevId: 861224894 --- core/census_enums.mcf | 5 + core/dcschema.mcf | 29 ++ core/dcschema_enum_instances.mcf | 12 + core/enum_specializations.mcf | 12 + ...EDS_GraduationRates_National_stat_vars.mcf | 350 ++++++++++++++++++ 5 files changed, 408 insertions(+) create mode 100644 stat_vars/IPEDS_GraduationRates_National_stat_vars.mcf diff --git a/core/census_enums.mcf b/core/census_enums.mcf index d13c7c26a..44048784c 100644 --- a/core/census_enums.mcf +++ b/core/census_enums.mcf @@ -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 diff --git a/core/dcschema.mcf b/core/dcschema.mcf index 2491a005d..799644f60 100644 --- a/core/dcschema.mcf +++ b/core/dcschema.mcf @@ -2620,6 +2620,13 @@ 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:Student +name: "graduationRate" +rangeIncludes: schema:Number +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" @@ -5743,3 +5750,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: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." diff --git a/core/dcschema_enum_instances.mcf b/core/dcschema_enum_instances.mcf index 38dcce593..c0df211b8 100644 --- a/core/dcschema_enum_instances.mcf +++ b/core/dcschema_enum_instances.mcf @@ -4640,3 +4640,15 @@ name: "Wifi Enabled Device" Node: dcid:StudentRetained typeOf: dcid:StudentStatusEnum name: "Student Retained" + +Node: dcid:PublicInstitute +typeOf: dcid:InstitutionTypeEnum +name: "Public Institute" + +Node: dcid:PrivateNotForProfitInstitute +typeOf: dcid:InstitutionTypeEnum +name: "Private Not For Profit Institute" + +Node: dcid:PrivateForProfitInstitute +typeOf: dcid:InstitutionTypeEnum +name: "Private For Profit Institute" diff --git a/core/enum_specializations.mcf b/core/enum_specializations.mcf index 277ad3c4b..9f4e16266 100644 --- a/core/enum_specializations.mcf +++ b/core/enum_specializations.mcf @@ -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 diff --git a/stat_vars/IPEDS_GraduationRates_National_stat_vars.mcf b/stat_vars/IPEDS_GraduationRates_National_stat_vars.mcf new file mode 100644 index 000000000..5bacc412b --- /dev/null +++ b/stat_vars/IPEDS_GraduationRates_National_stat_vars.mcf @@ -0,0 +1,350 @@ +Node: dcid:GraduationRate_Student_CourseCompletedWithin100PercentOfNormalTime_EducationalAttainmentAssociateDegreeOrCertificate +typeOf: dcid:StatisticalVariable +populationType: dcid:Student +name: "Graduation rate for associate degree or certificate completed within 100 percent of normal course completion time" +measuredProperty: dcid:graduationRate +statType: dcid:measuredValue +courseCompletionTime: dcid:CourseCompletedWithin100PercentOfNormalTime +educationalAttainment: dcid:AssociateDegreeOrCertificate + +Node: dcid:GraduationRate_Student_CourseCompletedWithin100PercentOfNormalTime_EducationalAttainmentAssociateDegreeOrCertificate_PrivateForProfitInstitute +typeOf: dcid:StatisticalVariable +populationType: dcid:Student +name: "Graduation rate for associate degree or certificate completed within 100 percent of normal course completion time at private for-profit institute" +measuredProperty: dcid:graduationRate +statType: dcid:measuredValue +courseCompletionTime: dcid:CourseCompletedWithin100PercentOfNormalTime +educationalAttainment: dcid:AssociateDegreeOrCertificate +institutionType: dcid:PrivateForProfitInstitute + +Node: dcid:GraduationRate_Student_CourseCompletedWithin100PercentOfNormalTime_EducationalAttainmentAssociateDegreeOrCertificate_PrivateNotForProfitInstitute +typeOf: dcid:StatisticalVariable +populationType: dcid:Student +name: "Graduation rate for associate degree or certificate completed within 100 percent of normal course completion time at private non-profit institute" +measuredProperty: dcid:graduationRate +statType: dcid:measuredValue +courseCompletionTime: dcid:CourseCompletedWithin100PercentOfNormalTime +educationalAttainment: dcid:AssociateDegreeOrCertificate +institutionType: dcid:PrivateNotForProfitInstitute + +Node: dcid:GraduationRate_Student_CourseCompletedWithin100PercentOfNormalTime_EducationalAttainmentAssociateDegreeOrCertificate_PublicInstitute +typeOf: dcid:StatisticalVariable +populationType: dcid:Student +name: "Graduation rate for associate degree or certificate completed within 100 percent of normal course completion time at public institute" +measuredProperty: dcid:graduationRate +statType: dcid:measuredValue +courseCompletionTime: dcid:CourseCompletedWithin100PercentOfNormalTime +educationalAttainment: dcid:AssociateDegreeOrCertificate +institutionType: dcid:PublicInstitute + +Node: dcid:GraduationRate_Student_CourseCompletedWithin100PercentOfNormalTime_EducationalAttainmentBachelorsDegree +typeOf: dcid:StatisticalVariable +populationType: dcid:Student +name: "Graduation rate for bachelors degree completed within 100 percent of normal course completion time" +measuredProperty: dcid:graduationRate +statType: dcid:measuredValue +courseCompletionTime: dcid:CourseCompletedWithin100PercentOfNormalTime +educationalAttainment: dcid:BachelorsDegree + +Node: dcid:GraduationRate_Student_CourseCompletedWithin100PercentOfNormalTime_EducationalAttainmentBachelorsDegree_PrivateForProfitInstitute +typeOf: dcid:StatisticalVariable +populationType: dcid:Student +name: "Graduation rate for bachelors degree completed within 100 percent of normal course completion time at private for-profit institute" +measuredProperty: dcid:graduationRate +statType: dcid:measuredValue +courseCompletionTime: dcid:CourseCompletedWithin100PercentOfNormalTime +educationalAttainment: dcid:BachelorsDegree +institutionType: dcid:PrivateForProfitInstitute + +Node: dcid:GraduationRate_Student_CourseCompletedWithin100PercentOfNormalTime_EducationalAttainmentBachelorsDegree_PrivateNotForProfitInstitute +typeOf: dcid:StatisticalVariable +populationType: dcid:Student +name: "Graduation rate for bachelors degree completed within 100 percent of normal course completion time at private non-profit institute" +measuredProperty: dcid:graduationRate +statType: dcid:measuredValue +courseCompletionTime: dcid:CourseCompletedWithin100PercentOfNormalTime +educationalAttainment: dcid:BachelorsDegree +institutionType: dcid:PrivateNotForProfitInstitute + +Node: dcid:GraduationRate_Student_CourseCompletedWithin100PercentOfNormalTime_EducationalAttainmentBachelorsDegree_PublicInstitute +typeOf: dcid:StatisticalVariable +populationType: dcid:Student +name: "Graduation rate for bachelors degree completed within 100 percent of normal course completion time at public institute" +measuredProperty: dcid:graduationRate +statType: dcid:measuredValue +courseCompletionTime: dcid:CourseCompletedWithin100PercentOfNormalTime +educationalAttainment: dcid:BachelorsDegree +institutionType: dcid:PublicInstitute + +Node: dcid:GraduationRate_Student_CourseCompletedWithin100PercentOfNormalTime_EducationalAttainmentPostSecondaryCertificate +typeOf: dcid:StatisticalVariable +populationType: dcid:Student +name: "Graduation rate for post secondary certificate completed within 100 percent of normal course completion time" +measuredProperty: dcid:graduationRate +statType: dcid:measuredValue +courseCompletionTime: dcid:CourseCompletedWithin100PercentOfNormalTime +educationalAttainment: dcid:PostSecondaryCertificate + +Node: dcid:GraduationRate_Student_CourseCompletedWithin100PercentOfNormalTime_EducationalAttainmentPostSecondaryCertificate_PrivateForProfitInstitute +typeOf: dcid:StatisticalVariable +populationType: dcid:Student +name: "Graduation rate for post secondary certificate completed within 100 percent of normal course completion time at private for-profit institute" +measuredProperty: dcid:graduationRate +statType: dcid:measuredValue +courseCompletionTime: dcid:CourseCompletedWithin100PercentOfNormalTime +educationalAttainment: dcid:PostSecondaryCertificate +institutionType: dcid:PrivateForProfitInstitute + +Node: dcid:GraduationRate_Student_CourseCompletedWithin100PercentOfNormalTime_EducationalAttainmentPostSecondaryCertificate_PrivateNotForProfitInstitute +typeOf: dcid:StatisticalVariable +populationType: dcid:Student +name: "Graduation rate for post secondary certificate completed within 100 percent of normal course completion time at private non-profit institute" +measuredProperty: dcid:graduationRate +statType: dcid:measuredValue +courseCompletionTime: dcid:CourseCompletedWithin100PercentOfNormalTime +educationalAttainment: dcid:PostSecondaryCertificate +institutionType: dcid:PrivateNotForProfitInstitute + +Node: dcid:GraduationRate_Student_CourseCompletedWithin100PercentOfNormalTime_EducationalAttainmentPostSecondaryCertificate_PublicInstitute +typeOf: dcid:StatisticalVariable +populationType: dcid:Student +name: "Graduation rate for post secondary certificate completed within 100 percent of normal course completion time at public institute" +measuredProperty: dcid:graduationRate +statType: dcid:measuredValue +courseCompletionTime: dcid:CourseCompletedWithin100PercentOfNormalTime +educationalAttainment: dcid:PostSecondaryCertificate +institutionType: dcid:PublicInstitute + +Node: dcid:GraduationRate_Student_CourseCompletedWithin150PercentOfNormalTime_EducationalAttainmentAssociateDegreeOrCertificate +typeOf: dcid:StatisticalVariable +populationType: dcid:Student +name: "Graduation rate for associate degree or certificate completed within 150 percent of normal course completion time" +measuredProperty: dcid:graduationRate +statType: dcid:measuredValue +courseCompletionTime: dcid:CourseCompletedWithin150PercentOfNormalTime +educationalAttainment: dcid:AssociateDegreeOrCertificate + +Node: dcid:GraduationRate_Student_CourseCompletedWithin150PercentOfNormalTime_EducationalAttainmentAssociateDegreeOrCertificate_PrivateForProfitInstitute +typeOf: dcid:StatisticalVariable +populationType: dcid:Student +name: "Graduation rate for associate degree or certificate completed within 150 percent of normal course completion time at private for-profit institute" +measuredProperty: dcid:graduationRate +statType: dcid:measuredValue +courseCompletionTime: dcid:CourseCompletedWithin150PercentOfNormalTime +educationalAttainment: dcid:AssociateDegreeOrCertificate +institutionType: dcid:PrivateForProfitInstitute + +Node: dcid:GraduationRate_Student_CourseCompletedWithin150PercentOfNormalTime_EducationalAttainmentAssociateDegreeOrCertificate_PrivateNotForProfitInstitute +typeOf: dcid:StatisticalVariable +populationType: dcid:Student +name: "Graduation rate for associate degree or certificate completed within 150 percent of normal course completion time at private non-profit institute" +measuredProperty: dcid:graduationRate +statType: dcid:measuredValue +courseCompletionTime: dcid:CourseCompletedWithin150PercentOfNormalTime +educationalAttainment: dcid:AssociateDegreeOrCertificate +institutionType: dcid:PrivateNotForProfitInstitute + +Node: dcid:GraduationRate_Student_CourseCompletedWithin150PercentOfNormalTime_EducationalAttainmentAssociateDegreeOrCertificate_PublicInstitute +typeOf: dcid:StatisticalVariable +populationType: dcid:Student +name: "Graduation rate for associate degree or certificate completed within 150 percent of normal course completion time at public institute" +measuredProperty: dcid:graduationRate +statType: dcid:measuredValue +courseCompletionTime: dcid:CourseCompletedWithin150PercentOfNormalTime +educationalAttainment: dcid:AssociateDegreeOrCertificate +institutionType: dcid:PublicInstitute + +Node: dcid:GraduationRate_Student_CourseCompletedWithin150PercentOfNormalTime_EducationalAttainmentBachelorsDegree +typeOf: dcid:StatisticalVariable +populationType: dcid:Student +name: "Graduation rate for bachelors degree completed within 150 percent of normal course completion time" +measuredProperty: dcid:graduationRate +statType: dcid:measuredValue +courseCompletionTime: dcid:CourseCompletedWithin150PercentOfNormalTime +educationalAttainment: dcid:BachelorsDegree + +Node: dcid:GraduationRate_Student_CourseCompletedWithin150PercentOfNormalTime_EducationalAttainmentBachelorsDegree_PrivateForProfitInstitute +typeOf: dcid:StatisticalVariable +populationType: dcid:Student +name: "Graduation rate for bachelors degree completed within 150 percent of normal course completion time at private for-profit institute" +measuredProperty: dcid:graduationRate +statType: dcid:measuredValue +courseCompletionTime: dcid:CourseCompletedWithin150PercentOfNormalTime +educationalAttainment: dcid:BachelorsDegree +institutionType: dcid:PrivateForProfitInstitute + +Node: dcid:GraduationRate_Student_CourseCompletedWithin150PercentOfNormalTime_EducationalAttainmentBachelorsDegree_PrivateNotForProfitInstitute +typeOf: dcid:StatisticalVariable +populationType: dcid:Student +name: "Graduation rate for bachelors degree completed within 150 percent of normal course completion time at private non-profit institute" +measuredProperty: dcid:graduationRate +statType: dcid:measuredValue +courseCompletionTime: dcid:CourseCompletedWithin150PercentOfNormalTime +educationalAttainment: dcid:BachelorsDegree +institutionType: dcid:PrivateNotForProfitInstitute + +Node: dcid:GraduationRate_Student_CourseCompletedWithin150PercentOfNormalTime_EducationalAttainmentBachelorsDegree_PublicInstitute +typeOf: dcid:StatisticalVariable +populationType: dcid:Student +name: "Graduation rate for bachelors degree completed within 150 percent of normal course completion time at public institute" +measuredProperty: dcid:graduationRate +statType: dcid:measuredValue +courseCompletionTime: dcid:CourseCompletedWithin150PercentOfNormalTime +educationalAttainment: dcid:BachelorsDegree +institutionType: dcid:PublicInstitute + +Node: dcid:GraduationRate_Student_CourseCompletedWithin150PercentOfNormalTime_EducationalAttainmentPostSecondaryCertificate +typeOf: dcid:StatisticalVariable +populationType: dcid:Student +name: "Graduation rate for post secondary certificate completed within 150 percent of normal course completion time" +measuredProperty: dcid:graduationRate +statType: dcid:measuredValue +courseCompletionTime: dcid:CourseCompletedWithin150PercentOfNormalTime +educationalAttainment: dcid:PostSecondaryCertificate + +Node: dcid:GraduationRate_Student_CourseCompletedWithin150PercentOfNormalTime_EducationalAttainmentPostSecondaryCertificate_PrivateForProfitInstitute +typeOf: dcid:StatisticalVariable +populationType: dcid:Student +name: "Graduation rate for post secondary certificate completed within 150 percent of normal course completion time at private for-profit institute" +measuredProperty: dcid:graduationRate +statType: dcid:measuredValue +courseCompletionTime: dcid:CourseCompletedWithin150PercentOfNormalTime +educationalAttainment: dcid:PostSecondaryCertificate +institutionType: dcid:PrivateForProfitInstitute + +Node: dcid:GraduationRate_Student_CourseCompletedWithin150PercentOfNormalTime_EducationalAttainmentPostSecondaryCertificate_PrivateNotForProfitInstitute +typeOf: dcid:StatisticalVariable +populationType: dcid:Student +name: "Graduation rate for post secondary certificate completed within 150 percent of normal course completion time at private non-profit institute" +measuredProperty: dcid:graduationRate +statType: dcid:measuredValue +courseCompletionTime: dcid:CourseCompletedWithin150PercentOfNormalTime +educationalAttainment: dcid:PostSecondaryCertificate +institutionType: dcid:PrivateNotForProfitInstitute + +Node: dcid:GraduationRate_Student_CourseCompletedWithin150PercentOfNormalTime_EducationalAttainmentPostSecondaryCertificate_PublicInstitute +typeOf: dcid:StatisticalVariable +populationType: dcid:Student +name: "Graduation rate for post secondary certificate completed within 150 percent of normal course completion time at public institute" +measuredProperty: dcid:graduationRate +statType: dcid:measuredValue +courseCompletionTime: dcid:CourseCompletedWithin150PercentOfNormalTime +educationalAttainment: dcid:PostSecondaryCertificate +institutionType: dcid:PublicInstitute + +Node: dcid:GraduationRate_Student_CourseCompletedWithin200PercentOfNormalTime_EducationalAttainmentAssociateDegreeOrCertificate +typeOf: dcid:StatisticalVariable +populationType: dcid:Student +name: "Graduation rate for associate degree or certificate completed within 200 percent of normal course completion time" +measuredProperty: dcid:graduationRate +statType: dcid:measuredValue +courseCompletionTime: dcid:CourseCompletedWithin200PercentOfNormalTime +educationalAttainment: dcid:AssociateDegreeOrCertificate + +Node: dcid:GraduationRate_Student_CourseCompletedWithin200PercentOfNormalTime_EducationalAttainmentAssociateDegreeOrCertificate_PrivateForProfitInstitute +typeOf: dcid:StatisticalVariable +populationType: dcid:Student +name: "Graduation rate for associate degree or certificate completed within 200 percent of normal course completion time at private for-profit institute" +measuredProperty: dcid:graduationRate +statType: dcid:measuredValue +courseCompletionTime: dcid:CourseCompletedWithin200PercentOfNormalTime +educationalAttainment: dcid:AssociateDegreeOrCertificate +institutionType: dcid:PrivateForProfitInstitute + +Node: dcid:GraduationRate_Student_CourseCompletedWithin200PercentOfNormalTime_EducationalAttainmentAssociateDegreeOrCertificate_PrivateNotForProfitInstitute +typeOf: dcid:StatisticalVariable +populationType: dcid:Student +name: "Graduation rate for associate degree or certificate completed within 200 percent of normal course completion time at private non-profit institute" +measuredProperty: dcid:graduationRate +statType: dcid:measuredValue +courseCompletionTime: dcid:CourseCompletedWithin200PercentOfNormalTime +educationalAttainment: dcid:AssociateDegreeOrCertificate +institutionType: dcid:PrivateNotForProfitInstitute + +Node: dcid:GraduationRate_Student_CourseCompletedWithin200PercentOfNormalTime_EducationalAttainmentAssociateDegreeOrCertificate_PublicInstitute +typeOf: dcid:StatisticalVariable +populationType: dcid:Student +name: "Graduation rate for associate degree or certificate completed within 200 percent of normal course completion time at public institute" +measuredProperty: dcid:graduationRate +statType: dcid:measuredValue +courseCompletionTime: dcid:CourseCompletedWithin200PercentOfNormalTime +educationalAttainment: dcid:AssociateDegreeOrCertificate +institutionType: dcid:PublicInstitute + +Node: dcid:GraduationRate_Student_CourseCompletedWithin200PercentOfNormalTime_EducationalAttainmentBachelorsDegree +typeOf: dcid:StatisticalVariable +populationType: dcid:Student +name: "Graduation rate for bachelors degree completed within 200 percent of normal course completion time" +measuredProperty: dcid:graduationRate +statType: dcid:measuredValue +courseCompletionTime: dcid:CourseCompletedWithin200PercentOfNormalTime +educationalAttainment: dcid:BachelorsDegree + +Node: dcid:GraduationRate_Student_CourseCompletedWithin200PercentOfNormalTime_EducationalAttainmentBachelorsDegree_PrivateForProfitInstitute +typeOf: dcid:StatisticalVariable +populationType: dcid:Student +name: "Graduation rate for bachelors degree completed within 200 percent of normal course completion time at private for-profit institute" +measuredProperty: dcid:graduationRate +statType: dcid:measuredValue +courseCompletionTime: dcid:CourseCompletedWithin200PercentOfNormalTime +educationalAttainment: dcid:BachelorsDegree +institutionType: dcid:PrivateForProfitInstitute + +Node: dcid:GraduationRate_Student_CourseCompletedWithin200PercentOfNormalTime_EducationalAttainmentBachelorsDegree_PrivateNotForProfitInstitute +typeOf: dcid:StatisticalVariable +populationType: dcid:Student +name: "Graduation rate for bachelors degree completed within 200 percent of normal course completion time at private non-profit institute" +measuredProperty: dcid:graduationRate +statType: dcid:measuredValue +courseCompletionTime: dcid:CourseCompletedWithin200PercentOfNormalTime +educationalAttainment: dcid:BachelorsDegree +institutionType: dcid:PrivateNotForProfitInstitute + +Node: dcid:GraduationRate_Student_CourseCompletedWithin200PercentOfNormalTime_EducationalAttainmentBachelorsDegree_PublicInstitute +typeOf: dcid:StatisticalVariable +populationType: dcid:Student +name: "Graduation rate for bachelors degree completed within 200 percent of normal course completion time at public institute" +measuredProperty: dcid:graduationRate +statType: dcid:measuredValue +courseCompletionTime: dcid:CourseCompletedWithin200PercentOfNormalTime +educationalAttainment: dcid:BachelorsDegree +institutionType: dcid:PublicInstitute + +Node: dcid:GraduationRate_Student_CourseCompletedWithin200PercentOfNormalTime_EducationalAttainmentPostSecondaryCertificate +typeOf: dcid:StatisticalVariable +populationType: dcid:Student +name: "Graduation rate for post secondary certificate completed within 200 percent of normal course completion time" +measuredProperty: dcid:graduationRate +statType: dcid:measuredValue +courseCompletionTime: dcid:CourseCompletedWithin200PercentOfNormalTime +educationalAttainment: dcid:PostSecondaryCertificate + +Node: dcid:GraduationRate_Student_CourseCompletedWithin200PercentOfNormalTime_EducationalAttainmentPostSecondaryCertificate_PrivateForProfitInstitute +typeOf: dcid:StatisticalVariable +populationType: dcid:Student +name: "Graduation rate for post secondary certificate completed within 200 percent of normal course completion time at private for-profit institute" +measuredProperty: dcid:graduationRate +statType: dcid:measuredValue +courseCompletionTime: dcid:CourseCompletedWithin200PercentOfNormalTime +educationalAttainment: dcid:PostSecondaryCertificate +institutionType: dcid:PrivateForProfitInstitute + +Node: dcid:GraduationRate_Student_CourseCompletedWithin200PercentOfNormalTime_EducationalAttainmentPostSecondaryCertificate_PrivateNotForProfitInstitute +typeOf: dcid:StatisticalVariable +populationType: dcid:Student +name: "Graduation rate for post secondary certificate completed within 200 percent of normal course completion time at private non-profit institute" +measuredProperty: dcid:graduationRate +statType: dcid:measuredValue +courseCompletionTime: dcid:CourseCompletedWithin200PercentOfNormalTime +educationalAttainment: dcid:PostSecondaryCertificate +institutionType: dcid:PrivateNotForProfitInstitute + +Node: dcid:GraduationRate_Student_CourseCompletedWithin200PercentOfNormalTime_EducationalAttainmentPostSecondaryCertificate_PublicInstitute +typeOf: dcid:StatisticalVariable +populationType: dcid:Student +name: "Graduation rate for post secondary certificate completed within 200 percent of normal course completion time at public institute" +measuredProperty: dcid:graduationRate +statType: dcid:measuredValue +courseCompletionTime: dcid:CourseCompletedWithin200PercentOfNormalTime +educationalAttainment: dcid:PostSecondaryCertificate +institutionType: dcid:PublicInstitute