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
18 changes: 17 additions & 1 deletion core/edu.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ description: "Describes the ratio of student to teachers in the school"
Node: dcid:schoolSubject
typeOf: schema:Property
name: "schoolSubject"
rangeIncludes: dcs:SchoolSubjectEnum, dcs:LanguageLearnedEnum
rangeIncludes: dcs:SchoolSubjectEnum, dcs:LanguageLearnedEnum, dcs:CourseSpecializationEnum
domainIncludes: dcs:Student, dcs:AcademicAssessmentEvent
description: "Describes a school subject."

Expand Down Expand Up @@ -2381,3 +2381,19 @@ name: "doctorateDegreeMajor"
Node: dcid:NationalSchool
typeOf: dcid:SchoolTypeEnum
name: "National school"

Node: dcid:AdvancedMathematics
typeOf: dcid:SchoolSubjectEnum
name: "Advanced Mathematics"

Node: dcid:Algebra2
typeOf: dcid:SchoolSubjectEnum
name: "Algebra II"

Node: dcid:Calculus
typeOf: dcs:SchoolSubjectEnum
name: "Calculus"

Node: dcid:Geometry
typeOf: dcid:SchoolSubjectEnum
name: "Geometry"
Loading
Loading