Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data Manifest CL for NDAP NSS Education at state Level. #990

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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
4 changes: 2 additions & 2 deletions core/WorldDevelopmentIndicators.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,8 @@ descriptionUrl: "https://en.wikipedia.org/wiki/Government"
Node: dcid:expenditureType
name: "expenditureType"
typeOf: schema:Property
domainIncludes: dcs:EconomicActivity
rangeIncludes: dcs:ExpenditureTypeEnum
domainIncludes: dcs:EconomicActivity, dcs:ExpenditureActivity
rangeIncludes: dcs:ExpenditureTypeEnum, dcs:ConsumerGoodsCategoryEnum

Node: dcid:EducationExpenditure
name: "EducationExpenditure"
Expand Down
2 changes: 1 addition & 1 deletion core/bls.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ name: "establishmentOwnership"
rangeIncludes: dcs:EstablishmentOwnershipEnum, dcs:SchoolManagementEnum
source: "https://datacommons.org"
typeOf: schema:Property
domainIncludes: dcs:BLSWorker, dcs:BLSEstablishment
domainIncludes: dcs:BLSWorker, dcs:BLSEstablishment, dcs:Student

Node: EstablishmentOwnership0
typeOf: dcs:EstablishmentOwnershipEnum
Expand Down
2 changes: 1 addition & 1 deletion core/census_properties.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ dcid: "educationalAttainment"
name: "educationalAttainment"
typeOf: schema:Property
domainIncludes: schema:Person, schema:Household
rangeIncludes: dcs:USC_EducationalAttainmentEnum, dcs:WHO_EducationalAttainmentEnum, dcs:SchoolGradeLevelEnum, dcs:SDG_EducationLevEnum
rangeIncludes: dcs:USC_EducationalAttainmentEnum, dcs:WHO_EducationalAttainmentEnum, dcs:SchoolGradeLevelEnum, dcs:SDG_EducationLevEnum, dcs:EnrollmentLevelEnum

Node: dcid:bachelorsDegreeMajor
typeOf: schema:Property
Expand Down
2 changes: 1 addition & 1 deletion core/dcschema.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ dcid: "age"
name: "age"
typeOf: schema:Property
rangeIncludes: dcs:QuantityRange, schema:Number, dcs:AgeStatusEnum, dcs:SDG_AgeEnum
domainIncludes: schema:Person, schema:Organization, schema:Household
domainIncludes: schema:Person, schema:Organization, schema:Household, schema:Student

Node: employmentStatus
dcid: "employmentStatus"
Expand Down
44 changes: 44 additions & 0 deletions core/dcschema_enum_instances.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -3145,3 +3145,47 @@ name: "Racial And Ethnic Minority Status"
Node: dcid:HousingTypeAndTransportation
typeOf: dcid:VulnerabilityStatusEnum
name: "Housing Type And Transportation"

Node: dcid:NotEnrolledInEducationOrTraining
typeOf: dcid:EnrollmentStatusEnum
name: "Not Enrolled In Education Or Training"


Node: dcid:PrivateGovernmentAided
typeOf: dcid:SchoolManagementEnum
name: "Private Government Aided"


Node: dcid:Commerce
typeOf: dcid:SchoolSubjectEnum
name: "Commerce"


Node: dcid:OtherExpenses
typeOf: dcid:ExpenditureTypeEnum
name: "Other Expenses"


Node: dcid:Stationery
typeOf: dcid:ExpenditureTypeEnum
name: "Stationery"

Node: dcid:Uniform
typeOf: dcid:ExpenditureTypeEnum
name: "Uniform"

Node: dcid:HousingTypeAndTransportation
typeOf: dcid:VulnerabilityStatusEnum
name: "Housing Type And Transportation"

Node: dcid:Humanities
typeOf: dcid:SchoolSubjectEnum
name: "Humanities"

Node: dcid:CourseFee
typeOf: dcid:ExpenditureTypeEnum
name: "Course Fee"

Node: dcid:PrivateCoaching
typeOf: dcid:ExpenditureTypeEnum
name: "Private Coaching"
4 changes: 2 additions & 2 deletions core/nsduh.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -362,8 +362,8 @@ domainIncludes: dcs:Person
Node: dcid:placeOfResidenceClassification
typeOf: schema:Property
name: "placeOfResidenceClassification"
rangeIncludes: dcs:CountyClassificationEnum, dcs:HumanSettlementClassificationEnum, dcs:LocationClassificationEnum
domainIncludes: dcs:Person, dcs:Place, dcs:Household
rangeIncludes: dcs:CountyClassificationEnum, dcs:HumanSettlementClassificationEnum, dcs:LocationClassificationEnum,
domainIncludes: dcs:Person, dcs:Place, dcs:Household, dcs:ExpenditureActivity

Node: dcid:perceivedAvailabilityToObtain
typeOf: schema:Property
Expand Down
4 changes: 2 additions & 2 deletions core/schema.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -8502,9 +8502,9 @@ name: "lodgingUnitType"
Node: gender
dcid: "gender"
typeOf: schema:Property
domainIncludes: schema:Person, schema:BirthEvent, schema:Household
domainIncludes: schema:Person, schema:BirthEvent, schema:Household, schema:Student,schema:ExpenditureActivity
name: "gender"
rangeIncludes: schema:GenderType, dcs:SDG_SexEnum
rangeIncludes: schema:GenderType, dcs:SDG_SexEnum, dcs:LocationClassificationEnum

Node: Recipe
dcid: "Recipe"
Expand Down
Loading
Loading