Skip to content

Commit 1ae6a11

Browse files
beetscopybara-github
authored andcommitted
Data Manifest CL for Egypt census at country, district and city level.
PiperOrigin-RevId: 749977332
1 parent 89ee6a2 commit 1ae6a11

9 files changed

+18
-12306
lines changed

core/bls.mcf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ name: "establishmentOwnership"
185185
rangeIncludes: dcs:EstablishmentOwnershipEnum, dcs:SchoolManagementEnum
186186
source: "https://datacommons.org"
187187
typeOf: schema:Property
188-
domainIncludes: dcs:BLSWorker, dcs:BLSEstablishment, dcs:Person, dcs:HealthEstablishment
188+
domainIncludes: dcs:BLSWorker, dcs:BLSEstablishment, dcs:Person
189189

190190
Node: EstablishmentOwnership0
191191
typeOf: dcs:EstablishmentOwnershipEnum

core/census_properties.mcf

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ dcid: "educationalAttainment"
6464
name: "educationalAttainment"
6565
typeOf: schema:Property
6666
domainIncludes: schema:Person, schema:Household
67-
rangeIncludes: dcs:USC_EducationalAttainmentEnum, dcs:WHO_EducationalAttainmentEnum, dcs:SchoolGradeLevelEnum, dcs:SDG_EducationLevEnum, dcs:EducationalAttainmentEnum
67+
rangeIncludes: dcs:USC_EducationalAttainmentEnum, dcs:WHO_EducationalAttainmentEnum, dcs:SchoolGradeLevelEnum, dcs:SDG_EducationLevEnum
6868

6969
Node: dcid:bachelorsDegreeMajor
7070
typeOf: schema:Property
@@ -273,8 +273,6 @@ Node: typeOfSchool
273273
dcid: "typeOfSchool"
274274
name: "typeOfSchool"
275275
typeOf: schema:Property
276-
rangeIncludes: dcid:SchoolTypeEnum,dcid:PrivateSchool
277-
domainIncludes: dcid:Student,dcid:Teacher
278276

279277
Node: veteranStatus
280278
typeOf: schema:Property

core/dcschema.mcf

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ dcid: "employmentStatus"
490490
typeOf: schema:Property
491491
name: "employmentStatus"
492492
domainIncludes: schema:Person, schema:Household
493-
rangeIncludes: dcs:EmploymentStatusEnum, dcs:EmploymentEnum, dcs:HealthEstablishment
493+
rangeIncludes: dcs:EmploymentStatusEnum, dcs:EmploymentEnum
494494

495495
Node: geoNamesId
496496
dcid: "geoNamesId"
@@ -913,7 +913,7 @@ Node: dcid:grossDomesticProduct
913913
typeOf: schema:Property
914914
name: "grossDomesticProduct"
915915
rangeIncludes: schema:MonetaryAmount
916-
domainIncludes: schema:AdministrativeArea, dcs:NAICSEnum, dcs:EconomicActivity
916+
domainIncludes: schema:AdministrativeArea, dcs:NAICSEnum
917917
description: "Gross domestic product (GDP) is the monetary value of all the finished goods and services produced within a place in a specific time period"
918918

919919
Node: dcid:growthRate
@@ -2790,8 +2790,8 @@ subClassOf: dcs:Incident, schema:MedicalEntity
27902790
description: "A medical condition incident, such as a case of pneumonia."
27912791

27922792
Node: dcid:incidentType
2793-
rangeIncludes: dcs:MedicalConditionIncidentTypeEnum, dcs:CauseOfDeathEnum, dcs:CauseOfDeathAndDisabilityEnum, dcs:ICD10_113CausesOfDeath
2794-
domainIncludes: dcs:Incident, dcs:MedicalConditionIncident
2793+
rangeIncludes: dcs:MedicalConditionIncidentTypeEnum
2794+
domainIncludes: dcs:Incident
27952795
typeOf: schema:Property
27962796
name: "incidentType"
27972797

@@ -3001,7 +3001,7 @@ typeOf: schema:Property
30013001
name: "enrollmentStatus"
30023002
description: "Identifies a person's enrollment status."
30033003
rangeIncludes: dcs:EnrollmentStatusEnum
3004-
domainIncludes: schema:Person, schema:Student, schema:Teacher
3004+
domainIncludes: schema:Person
30053005

30063006
Node: dcid:expensor
30073007
typeOf: schema:Property
@@ -3073,7 +3073,7 @@ Node: dcid:economicSector
30733073
name: "economicSector"
30743074
typeOf: schema:Property
30753075
domainIncludes: schema:Person
3076-
rangeIncludes: dcs:NACEEnum, dcs:EconomicSectorEnum, dcid:EmissionSourceEnum,dcid:EnergyConsumptionSectorEnum,dcid:FireCauseSpecificEnum,dcid:ConsumerGoodsCategoryEnum,dcid:EnergyConsumptionSectorEnum,dcid:EconomicSectorEnum, dcid:ConsumerGoodsCategoryEnum
3076+
rangeIncludes: dcs:NACEEnum, dcs:EconomicSectorEnum, dcid:EmissionSourceEnum,dcid:EnergyConsumptionSectorEnum,dcid:FireCauseSpecificEnum,dcid:ConsumerGoodsCategoryEnum
30773077

30783078
Node: dcid:workPeriod
30793079
name: "workPeriod"
@@ -3100,7 +3100,7 @@ Node: dcid:workStatus
31003100
name: "workStatus"
31013101
typeOf: schema:Property
31023102
domainIncludes: schema:Household, schema:Person
3103-
rangeIncludes: dcs:USC_WorkStatusEnum, dcs:WorkerClassificationEnum
3103+
rangeIncludes: dcs:USC_WorkStatusEnum
31043104

31053105
Node: dcid:vaccineType
31063106
name: "vaccineType"
@@ -3544,7 +3544,7 @@ description: "The geo granularity at which a variable has data for"
35443544
Node: dcid:ageGroupClassification
35453545
name: "ageGroupClassification"
35463546
rangeIncludes: dcs:AgeGroupClassificationEnum
3547-
domainIncludes: dcs:Person, dcs:MortalityEvent
3547+
domainIncludes: dcs:Person
35483548
typeOf: schema:Property
35493549
description: "People classified based on their age group."
35503550
descriptionUrl: "https://www.nih.gov/nih-style-guide/age"

core/dcschema_enum_classes.mcf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -458,6 +458,7 @@ typeOf: schema:Class
458458
subClassOf: schema:Enumeration
459459
description: "An enumeration of Health establishment Type. For example, Hospital, Health center."
460460

461+
461462
Node: dcid:MinorityServingInstitutionTypeEnum
462463
typeOf: schema:Class
463464
subClassOf: schema:Enumeration

core/edu.mcf

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,6 @@ subClassOf: schema:Enumeration
5656
name: "SchoolGradeLevelEnum"
5757
description: "Enumerations of different grade levels in school"
5858

59-
Node: dcid:EducationalAttainmentEnum
60-
typeOf: schema:Class
61-
subClassOf: schema:Enumeration
62-
name: "EducationalAttainmentEnum"
63-
6459
Node: dcid:PreKindergartenAndKindergarten
6560
typeOf: dcs:SchoolGradeLevelEnum
6661
name: "PreKindergarten and Kindergarten"
@@ -780,7 +775,7 @@ Node: dcid:StateOfTexasAssessmentsOfAcademicReadiness
780775
typeOf: dcs:AcademicAssessmentTypeEnum
781776
name: "State Of Texas Assessments Of Academic Readiness"
782777
description: "The State of Texas Assessments of Academic Readiness (STAAR) program, implemented in spring 2012, includes annual assessments for mathematics at grades 3–8, reading language arts (RLA) at grades 3-8, science at grades 5 and 8, social studies at grade 8 end-of-course (EOC) assessments for Algebra I, English I, English II, Biology, and U.S History."
783-
descriptionUrl: "https://tea.texas.gov/student-assessment/staar"
778+
descriptionUrl: "https://tea.texas.gov/student-assessment/testing/staar/staar-resources"
784779

785780
Node: dcid:CaliforniaAssessmentOfStudentPerformanceAndProgress
786781
typeOf: dcs:AcademicAssessmentTypeEnum
@@ -2293,7 +2288,7 @@ name: "NCES Private School"
22932288

22942289
Node: dcid:schoolType
22952290
typeOf: schema:Property
2296-
domainIncludes: dcs:School, dcs:Student, dcs:Teacher, dcs:Person
2291+
domainIncludes: dcs:School, dcs:Student
22972292
rangeIncludes: dcs:SchoolTypeEnum
22982293
name: "schoolType"
22992294

0 commit comments

Comments
 (0)