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
3 changes: 2 additions & 1 deletion core/census_properties.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,11 @@ typeOf: schema:Property
domainIncludes: schema:Person, schema:Household
rangeIncludes: dcs:USC_EducationalAttainmentEnum, dcs:WHO_EducationalAttainmentEnum, dcs:SchoolGradeLevelEnum, dcs:SDG_EducationLevEnum, dcs:EducationalAttainmentEnum


Node: dcid:bachelorsDegreeMajor
typeOf: schema:Property
domainIncludes: schema:Person
rangeIncludes: dcs:EducationalMajorEnum
rangeIncludes: dcs:EducationalMajorEnum,SchoolSubjectEnum
name: "bachelorsDegreeMajor"

## gender in schema.org
Expand Down
41 changes: 41 additions & 0 deletions core/dcschema.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -4932,3 +4932,44 @@ Node: dcid:SpecializedSecondarySchool
typeOf: dcid:ElementarySchool
name: "Specialized Secondary School"

Node: dcid:HighSchoolDiplomaIncludesEquivalency
typeOf: dcid:EducationalAttainmentEnum
name: "High School Diploma Includes Equivalency"


Node: dcid:PostSecondaryDegree
typeOf: dcid:EducationalAttainmentEnum
name: "Post Secondary Degree"


Node: dcid:schoolDayType
typeOf: dcs:Property
name: "schoolDayType"
domainIncludes: dcid:Student
rangeIncludes: dcid:SchoolDayTypeEnum


Node: dcid:SchoolDayTypeEnum
typeOf: schema:Class
subClassOf: dcs:Enumeration
name: "SchoolDayTypeEnum"


Node: dcid:HalfDay
typeOf: dcid:SchoolDayTypeEnum
name: "Half Day"

Node: dcid:FullDay
typeOf: dcid:SchoolDayTypeEnum
name: "Full Day"

Node: dcid:PennsylvaniaStateSystemOfHigherEducation
typeOf: dcid:InstitutionTypeEnum
name: "Pennsylvania State System Of Higher Education"

Node: dcid:PhysicalSciences
typeOf: dcid:EducationalMajorEnum
name: "Physical Sciences"



6 changes: 4 additions & 2 deletions core/edu.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ Node: dcid:UniversityGraduate
typeOf: dcid:EducationalAttainmentEnum
name: "University Graduate"


Node: dcid:PreKindergartenAndKindergarten
typeOf: dcs:SchoolGradeLevelEnum
name: "PreKindergarten and Kindergarten"
Expand Down Expand Up @@ -487,6 +488,7 @@ rangeIncludes: dcs:SchoolGradeLevelEnum, dcs:ElementarySchool,dcs:SchoolLevelEnu
domainIncludes: dcs:Student, dcs:School, dcs:ClassRoom, dcs:Teacher, dcs:EconomicActivity, dcs:Faculty, dcid:Person
description: "Describes the grade level of the student in school. For example, SchoolGrade2 defines the student to be in second grade."


# OBSERVATION, Measured Property, for Students, Faculty

Node: dcid:studentTeacherRatio
Expand Down Expand Up @@ -871,7 +873,7 @@ domainIncludes: dcs:Student

Node: dcid:race
typeOf: schema:Property
rangeIncludes: dcs:RaceCodeEnum
rangeIncludes: dcs:RaceCodeEnum,EthnicityEnum
domainIncludes: schema:Person, schema:Household

## Charter School Enum
Expand Down Expand Up @@ -2366,7 +2368,7 @@ typeOf: dcs:OccupationEnum
Node: dcid:doctorateDegreeMajor
typeOf: schema:Property
domainIncludes: schema:Person
rangeIncludes: dcs:EducationalMajorEnum
rangeIncludes: dcs:EducationalMajorEnum,dcid:InvestmentProgramEnum,dcid:OccupationCategoryEnum,dcid:USC_SpouseAbsentReasonEnum
name: "doctorateDegreeMajor"

Node: dcid:NationalSchool
Expand Down
2 changes: 1 addition & 1 deletion core/egypt_common_schema.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ Node: dcid:institutionType
typeOf: dcid:Property
name: "institutionType"
domainIncludes: dcid:Student,dcid:Teacher,dcid:Person
rangeIncludes: dcid:InstitutionTypeEnum
rangeIncludes: dcid:InstitutionTypeEnum , dcid:EstablishmentOwnershipEnum

Node: dcid:schoolGradeLevel
typeOf: dcs:Property
Expand Down
Loading
Loading