Skip to content

Commit

Permalink
Schema CL and Data on US New Jersey Education related for different y…
Browse files Browse the repository at this point in the history
…ears.

PiperOrigin-RevId: 636144103
  • Loading branch information
Data Commons authored and copybara-github committed Sep 30, 2024
1 parent 7d7a527 commit 841e102
Show file tree
Hide file tree
Showing 9 changed files with 7,966 additions and 27 deletions.
8 changes: 5 additions & 3 deletions core/census_properties.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Node: dcid:disabilityStatus
rangeIncludes: dcs:USC_DisabilityStatusEnum, dcs:SDG_DisabilityStatusEnum
name: "disabilityStatus"
typeOf: schema:Property
domainIncludes: schema:Person, schema:Household
domainIncludes: schema:Person, schema:Household, schema:Student

Node: collegeOrGraduateSchoolEnrollment
dcid: "collegeOrGraduateSchoolEnrollment"
Expand Down Expand Up @@ -132,6 +132,7 @@ typeOf: schema:Property
dcid: "householderRelatedChildrenUnder18Years"
name: "householderRelatedChildrenUnder18Years"
description: "Number of related children of the householder under 18 years. A related child is any child under 18 years old who is related to the householder by birth, marriage, or adoption. Related children of the householder include ever married as well as never-married children."
description: "Number of related children of the householder under 18 years. A related child is any child under 18 years old who is related to the householder by birth, marriage, or adoption. Related children of the householder include ever married as well as never-married children."
descriptionUrl: "https://www2.census.gov/programs-surveys/acs/tech_docs/subject_definitions/2019_ACSSubjectDefinitions.pdf"
rangeIncludes: dcs:Quantity, dcs:QuantityRange
domainIncludes: dcs:Household
Expand Down Expand Up @@ -256,7 +257,7 @@ Node: schoolEnrollment
dcid: "schoolEnrollment"
name: "schoolEnrollment"
rangeIncludes: dcs:USC_SchoolEnrollmentEnum
domainIncludes: schema:Person, schema:Household
domainIncludes: schema:Person, schema:Household, dcid:Student
typeOf: schema:Property

Node: spouseAbsentReason
Expand Down Expand Up @@ -288,7 +289,7 @@ dcid: "workExperience"
name: "workExperience"
description: "Describes whether a person has worked, over a given period, usually in the previous 12 months."
rangeIncludes: dcs:WorkExperienceEnum
domainIncludes: schema:Person
domainIncludes: schema:Person, dcid:Faculty

# Additions from USC Economic Census

Expand Down Expand Up @@ -499,6 +500,7 @@ rangeIncludes: schema:Number, dcs:Quantity
name: "cashAssistance"
domainIncludes: schema:Person, dcs:Household
description: "Public assistance income includes general assistance and Temporary Assistance to Needy Families (TANF). Separate payments received for hospital or other medical care (vendor payments) are excluded. This does not include Supplemental Security Income (SSI) or non cash benefits such as Food Stamps."
description: "Public assistance income includes general assistance and Temporary Assistance to Needy Families (TANF). Separate payments received for hospital or other medical care (vendor payments) are excluded. This does not include Supplemental Security Income (SSI) or non cash benefits such as Food Stamps."
descriptionUrl: "https://www2.census.gov/programs-surveys/acs/tech_docs/subject_definitions/2019_ACSSubjectDefinitions.pdf"

Node: dcid:earnings
Expand Down
277 changes: 275 additions & 2 deletions core/dcschema.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ name: "provenance"
Node: meanValue
dcid: "meanValue"
typeOf: schema:Property
rangeIncludes: schema:Number
rangeIncludes: schema:Number, schema:Faculty
domainIncludes: schema:Observation
name: "meanValue"

Expand Down Expand Up @@ -617,7 +617,7 @@ rangeIncludes: schema:Text

Node: crimeType
dcid: "crimeType"
domainIncludes: schema:CriminalActivities, dcs:CriminalIncidents
domainIncludes: schema:CriminalActivities, dcs:CriminalIncidents, dcid:HateCrimeIncidents
rangeIncludes: schema:CrimeTypeEnum, schema:ViolentCrimeTypeEnum
typeOf: schema:Property
name: "crimeType"
Expand Down Expand Up @@ -4207,3 +4207,276 @@ Node: dcid:StatisticalRegion
name: "StatisticalRegion"
typeOf: schema:Class
subClassOf: schema:AdministrativeArea


####US Education data additions

Node: dcid:enrollmentType
typeOf: dcid:Property
name: "enrollmentType"
domainIncludes: dcid:Student
rangeIncludes: dcid:EnrollmentTypeEnum

Node: dcid:EnrollmentTypeEnum
typeOf: dcid:Class
subClassOf: dcid:Enumeration
name: "EnrollmentTypeEnum"

Node: dcid:SharedTime
typeOf: dcid:EnrollmentTypeEnum
name: "Shared Time"

Node: dcid:FullTimeEquivalent
typeOf: dcid:EnrollmentTypeEnum
name: "Full Time Equivalent"

Node: dcid:FullTime
typeOf: dcid:EnrollmentTypeEnum
name: "Full Time"

Node: dcid:courseType
typeOf: dcid:Property
name: "courseType"
domainIncludes: dcid:Student
rangeIncludes: dcid:CourseTypeEnum

Node: dcid:CourseTypeEnum
typeOf: dcid:Class
subClassOf: dcid:Enumeration
name: "CourseTypeEnum"

Node: dcid:AdvancedPlacementCourse
typeOf: dcid:CourseTypeEnum
name: "Advanced Placement Course"
description: "An Advanced Placement or AP course is a high school course that culminates in an AP test for which the student can earn college credit."
descriptionUrl: "https://rc.doe.state.nj.us/Documents/ReferenceGuide.pdf"

Node: dcid:InternationalBaccalaureateCourse
typeOf: dcid:CourseTypeEnum
name: "International Baccalaureate Course"
description: "AnInternational Baccalaureate or IB course is part of a program that gives high school students an opportunity to pursue college-level studies while still in high school"
descriptionUrl: "https://rc.doe.state.nj.us/Documents/ReferenceGuide.pdf"

Node: dcid:InternationalBaccalaureateExam
typeOf: dcid:AcademicAssessmentTypeEnum
name: "International Baccalaureate Exam"

Node: dcid:DualEnrollmentCourse
typeOf: dcid:CourseTypeEnum
name: "Dual Enrollment Course"
description: "Courses identified asdual enrollment allow high school students to enroll in college courses for credit prior to their high school graduation, and they may be taught by staff assigned to a school or staff outside ofthe school district."
descriptionUrl: "https://rc.doe.state.nj.us/Documents/ReferenceGuide.pdf"

Node: dcid:CareerAndTechnicalEducation
typeOf: dcid:CourseTypeEnum
name: "Career And Technical Education"

Node: dcid:testStatus
typeOf: dcid:Property
name: "testStatus"
domainIncludes: dcid:Student
rangeIncludes: dcid:AssessmentStatusEnum

Node: dcid:apQualificationStatus
typeOf: dcid:Property
name: "apQualificationStatus"
domainIncludes: dcid:Student
rangeIncludes: dcid:QuantityRange
description: "Advanced Placement Qualification Status which states whether the student has qualified in the AP exam."

Node: dcid:ibQualificationStatus
typeOf: dcid:Property
name: "ibQualificationStatus"
domainIncludes: dcid:Student
rangeIncludes: dcid:QuantityRange
description: "International Baccalaureate Qualification Status which states whether the student has qualified in the IB exam."

Node: dcid:Scores
typeOf: dcid:Class
subClassOf: dcid:Number
name: "Scores"

Node: dcid:APScoreQualified
typeOf: dcid:CareerClusterStatusEnum
name: "Advanced Placement Course Qualified Score"

Node: dcid:IBScoreSatisfactory
typeOf: dcid:CareerClusterStatusEnum
name: "International Baccalaureate Course Qualified Score"

Node: dcid:workExperiencePlace
typeOf: dcid:Property
name: "workExperiencePlace"
domainIncludes: dcid:Faculty
rangeIncludes: dcid:PlaceTypeEnum

Node: dcid:careerClusterStatus
typeOf: dcid:Property
name: "careerClusterStatus"
domainIncludes: dcid:Student
rangeIncludes: dcid:CareerClusterStatusEnum

Node: dcid:CareerClusterStatusEnum
typeOf: dcid:Class
subClassOf: dcid:Enumeration
name: "CareerClusterStatusEnum"

Node: dcid:CTEParticipant
typeOf: dcid:CareerClusterStatusEnum
name: "CTEParticipant"
description: "CTE Participants are students who have completed only one course in any state approved CTE program area with a sequence of three or more courses as of the reported school year."
descriptionUrl: "https://rc.doe.state.nj.us/Documents/ReferenceGuide.pdf"

Node: dcid:CTEConcentrator
typeOf: dcid:CareerClusterStatusEnum
name: "CTEConcentrator"
description: "CTE Concentrators are students who have completed two or more courses in any state-approved CTE program area with a sequence of three or more courses as of the reported school year; or completed one course in a single state-approved CTE program area with a program sequence of two courses; or completed the entire state-approved CTE program."
descriptionUrl: "https://rc.doe.state.nj.us/Documents/ReferenceGuide.pdf"

Node: dcid:StructuredLearningExperienced
typeOf: dcid:CareerClusterStatusEnum
name: "Structured Learning Experienced"
description: "Structured Learning Experience (SLE) means experiential, supervised, in-depth learning experiences aligned to the New Jersey Student Learning Standards that are designed to offer students the opportunity to more fully explore career interests within one or more of the Career Clusters."
descriptionUrl: "https://rc.doe.state.nj.us/Documents/ReferenceGuide.pdf"

Node: dcid:IndustryValuedCredential
typeOf: dcid:CareerClusterStatusEnum,WHO_EducationalAttainmentEnum
name: "Industry Valued Credential"
description: "Industry-valued credential is defined as “a recognized degree, diploma, certificate or certification awarded for an occupation in New Jersey."
descriptionUrl: "https://rc.doe.state.nj.us/Documents/ReferenceGuide.pdf"

Node: dcid:Credential
typeOf: dcid:Thing
name: "Credential"

Node: dcid:countOfCredentialEarned
typeOf: dcid:Property
name: "countOfCredentialEarned"
domainIncludes: dcid:Student
rangeIncludes: dcid:CountOfCredentialEarnedEnum

Node: dcid:CountOfCredentialEarnedEnum
typeOf: dcid:Class
subClassOf: dcid:Enumeration
name: "CountOfCredentialEarnedEnum"

Node: dcid:AtleastOneCredential
typeOf: dcid:CountOfCredentialEarnedEnum
name: "Atleast One Credential"

Node: dcid:careerCluster
typeOf: dcid:Property
name: "careerCluster"
domainIncludes: dcid:Student
rangeIncludes: dcid:CareerClusterEnum

Node: dcid:CareerClusterEnum
typeOf: dcid:Class
subClassOf: dcid:Enumeration
name: "CareerClusterEnum"

Node: dcid:ArchitectureAndConstruction
typeOf: dcid:CareerClusterEnum
name: "Architecture And Construction"

Node: dcid:HealthScience
typeOf: dcid:CareerClusterEnum
name: "Health Science"

Node: dcid:InformationTechnology
typeOf: dcid:CareerClusterEnum
name: "Information Technology"

Node: dcid:TransportationDistributionLogistics
typeOf: dcid:CareerClusterEnum
name: "Transportation Distribution Logistics"

Node: dcid:BusinessManagementAdministration
typeOf: dcid:CareerClusterEnum
name: "Business Management Administration"

Node: dcid:HospitalityAndTourism
typeOf: dcid:CareerClusterEnum
name: "Hospitality And Tourism"

Node: dcid:LawPublicSafetyCorrectionsSecurity
typeOf: dcid:CareerClusterEnum
name: "Law Public Safety Corrections Security"

Node: dcid:HumanServices
typeOf: dcid:CareerClusterEnum
name: "Human Services"

Node: dcid:ArtsAVTechnologyCommunications
typeOf: dcid:CareerClusterEnum
name: "Arts AVTechnology Communications"

Node: dcid:Finance
typeOf: dcid:CareerClusterEnum
name: "Finance"

Node: dcid:GovernmentPublicAdministration
typeOf: dcid:CareerClusterEnum
name: "Government Public Administration"

Node: dcid:Marketing
typeOf: dcid:CareerClusterEnum
name: "Marketing"

Node: dcid:ScienceTechnologyEngineeringAndMathematics
typeOf: dcid:CareerClusterEnum
name: "Science Technology Engineering And Mathematics"

Node: dcid:AgricultureFoodNaturalResources
typeOf: dcid:CareerClusterEnum
name: "Agriculture Food Natural Resources"

Node: dcid:EducationAndTraining
typeOf: dcid:CareerClusterEnum
name: "Education And Training"

Node: dcid:classYear
typeOf: dcid:Property
name: "classYear"
domainIncludes: dcid:Student
rangeIncludes: dcid:ClassYearEnum

Node: dcid:ClassYearEnum
typeOf: dcid:Class
subClassOf: dcid:Enumeration
name: "ClassYearEnum"

Node: dcid:ClassYear2018
typeOf: dcid:ClassYearEnum
name: "Class Year 2018"

Node: dcid:AllInstitution
typeOf: dcid:CollegeOrUniversityLevelEnum
name: "All Institution"

Node: dcid:ClassYear2019
typeOf: dcid:ClassYearEnum
name: "Class Year 20 19"

Node: dcid:ClassYear2020
typeOf: dcid:ClassYearEnum
name: "Class Year 20 20"

Node: dcid:ClassYear2021
typeOf: dcid:ClassYearEnum
name: "Class Year 20 21"

Node: dcid:retentionStatus
typeOf: dcid:Property
name: "retentionStatus"
domainIncludes: dcid:Faculty
rangeIncludes: dcid:RetentionStatusEnum

Node: dcid:RetentionStatusEnum
typeOf: dcid:Class
subClassOf: dcid:Enumeration
name: "RetentionStatusEnum"

Node: dcid:Retained
typeOf: dcid:RetentionStatusEnum
name: "Retained"
9 changes: 9 additions & 0 deletions core/dcschema_enum_instances.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -1233,6 +1233,15 @@ typeOf: dcs:ViolentCrimeTypeEnum
specializationOf: dcs:CrimeAgainstProperty
name: "Robbery"

Node: dcid:HarassmentOrIntimidationOrBullying
typeOf: dcid:ViolentCrimeTypeEnum
name: "Harassment Or Intimidation Or Bullying"

Node: dcid:SubstanceCrime
typeOf: dcid:ViolentCrimeTypeEnum
name: "Substance Crime"
description: "Substance abuse and related crimes"

Node: Arson
dcid: "Arson"
typeOf: dcs:CrimeTypeEnum, dcs:FireCauseGeneralEnum
Expand Down
Loading

0 comments on commit 841e102

Please sign in to comment.