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 May 24, 2024
1 parent 3f0a933 commit 6fc3414
Show file tree
Hide file tree
Showing 7 changed files with 8,370 additions and 9 deletions.
4 changes: 2 additions & 2 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 @@ -256,7 +256,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
317 changes: 315 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 @@ -578,7 +578,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 @@ -3958,3 +3958,316 @@ typeOf: schema:Property
domainIncludes: dcs:StatisticalCalculation
rangeIncludes: schema:Property
description: "Output property to hold the result of a Data Commons StatisticalCalculation. This is typically a StatisticalVariable."


####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:enrollmentStatus
typeOf: dcid:Property
name: "enrollmentStatus"
domainIncludes: dcid:Student
rangeIncludes: dcid:Property,IdentityActivityEnum

Node: dcid:enrolled
typeOf: dcid:Property
name: "enrolled"
rangeIncludes: dcid:EnrollmentStatusEnum

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"

Node: dcid:InternationalBaccalaureateCourse
typeOf: dcid:CourseTypeEnum
name: "International Baccalaureate Course"

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


Node: dcid:DualEnrollmentCourse
typeOf: dcid:CourseTypeEnum
name: "Dual Enrollment Course"

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:TestStatusEnum
typeOf: dcid:Class
subClassOf: dcid:Enumeration
name: "TestStatusEnum"

Node: dcid:assessmentType
typeOf: dcid:Property
name: "assessmentType"
domainIncludes: dcid:Student,Student,Marks

Node: dcid:apQualificationStatus
typeOf: dcid:Property
name: "apQualificationStatus"
domainIncludes: dcid:Student
rangeIncludes: dcid:QuantityRange

Node: dcid:ibQualificationStatus
typeOf: dcid:Property
name: "ibQualificationStatus"
domainIncludes: dcid:Student
rangeIncludes: dcid:QuantityRange

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

Node: dcid:assessmentLevel
typeOf: dcid:Property
name: "assesmentLevel"
domainIncludes: dcid:Student
rangeIncludes: dcid:AssessmentLevelEnum

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


Node: dcid:BenchmarkScore
typeOf: dcid:AssessmentLevelEnum
name: "Benchmark Score"

Node: dcid:AboveBenchmarkScore
typeOf: dcid:AssessmentLevelEnum
name: "Above Benchmark Score"

Node: dcid:AboveStateBenchmarkScore
typeOf: dcid:AssessmentLevelEnum
name: "Above State Benchmark Score"

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:workExperience
typeOf: dcid:Property
name: "workExperience"
domainIncludes: dcid:Faculty
rangeIncludes: dcid:QuantityRange

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"

Node: dcid:CTEConcentrator
typeOf: dcid:CareerClusterStatusEnum
name: "CTEConcentrator"

Node: dcid:StructuredLearningExperienced
typeOf: dcid:CareerClusterStatusEnum
name: "Structured Learning Experienced"

Node: dcid:IndustryValuedCredential
typeOf: dcid:CareerClusterStatusEnum,WHO_EducationalAttainmentEnum
name: "Industry Valued Credential"

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:Total
typeOf: dcid:CareerClusterEnum
name: "Total"

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 20 18"

Node: dcid:AllInstition
typeOf: dcid:CollegeOrUniversityLevelEnum
name: "All Instition"

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:Retented
typeOf: dcid:RetentionStatusEnum
name: "Retented"
8 changes: 8 additions & 0 deletions core/dcschema_enum_instances.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -1233,6 +1233,14 @@ 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"

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

0 comments on commit 6fc3414

Please sign in to comment.