diff --git a/core/bls.mcf b/core/bls.mcf index 1a77fa0cc..822c27ab4 100644 --- a/core/bls.mcf +++ b/core/bls.mcf @@ -397,3 +397,7 @@ typeOf: schema:Class subClassOf: dcs:Consumer description: "The urban wage earner and clerical worker population consists of consumer units consisting of clerical workers, sales workers, craft workers, operative, service workers, or laborers." descriptionUrl: "https://en.wikipedia.org/wiki/United_States_Consumer_Price_Index#CPI_for_urban_wage_earners_and_clerical_workers_(CPI-W)" + +Node: dcid:NonGovernmentalOrganization +name: "Non Governmental Organization(NGO)" +typeOf: dcs:EstablishmentOwnershipEnum diff --git a/core/dcschema.mcf b/core/dcschema.mcf index 14952ebdf..dd02c87cd 100644 --- a/core/dcschema.mcf +++ b/core/dcschema.mcf @@ -3309,6 +3309,20 @@ description: "The CPI measures the change in the cost of living from one period descriptionUrl: "https://www.bls.gov/cpi/tables/relative-importance/home.htm#:~:text=The%20CPI%20measures%20the%20change,into%20the%20All%2Ditems%20index." rangeIncludes: dcs:Number +Node: HealthEstablishment +typeOf: schema:Class +subClassOf: schema:Thing +dcid: "HealthEstablishment" +name: "HealthEstablishment" +description: "Health related establishment" + +Node: dcid:healthEstablishmentType +name: "healthEstablishmentType" +typeOf: schema:Property +domainIncludes: dcs:HealthEstablishment +rangeIncludes: dcs:HealthEstablishmentTypeEnum + + Node: dcid:footnote typeOf: schema:Property name: "footnote" diff --git a/core/dcschema_enum_classes.mcf b/core/dcschema_enum_classes.mcf index 1b5a79bc4..34254a2ba 100644 --- a/core/dcschema_enum_classes.mcf +++ b/core/dcschema_enum_classes.mcf @@ -452,6 +452,13 @@ subClassOf: schema:Enumeration name: "ConsumerGoodsCategoryEnum" typeOf: schema:Class +Node: dcid:HealthEstablishmentTypeEnum +name: "HealthEstablishmentTypeEnum" +typeOf: schema:Class +subClassOf: schema:Enumeration +description: "An enumeration of Health establishment Type. For example, Hospital, Health center." + + Node: dcid:MinorityServingInstitutionTypeEnum typeOf: schema:Class subClassOf: schema:Enumeration diff --git a/core/dcschema_enum_instances.mcf b/core/dcschema_enum_instances.mcf index 4101cb400..e7fb24a28 100644 --- a/core/dcschema_enum_instances.mcf +++ b/core/dcschema_enum_instances.mcf @@ -2549,6 +2549,32 @@ Node: dcid:TransportSector typeOf: dcs:ConsumerGoodsCategoryEnum name: "Transport" +Node: dcid:HealthCenter +name: "HealthCenter" +typeOf: dcs:HealthEstablishmentTypeEnum + +Node: dcid:HealthFacility +name: "Health Facility" +typeOf: dcs:HealthEstablishmentTypeEnum + +Node: dcid:PartialHospitalizationProgram +name: "Partial Hospitalization Program" +typeOf: dcs:HealthEstablishmentTypeEnum + +Node: dcid:MeaslesVaccine +name: "Measles Vaccine" +typeOf: dcs:VaccineTypeEnum + +Node: dcid:OralPolioVaccine3 +name: "OralPolioVaccine3(OPV3)" +typeOf: dcs:VaccineTypeEnum +specializationOf: dcs:Polio + +Node: dcid:Polio3Vaccine +name: "Polio3Vaccine" +typeOf: dcs:VaccineTypeEnum +specializationOf: dcs:Polio + Node: dcid:HBCU typeOf: dcs:MinorityServingInstitutionTypeEnum name: "HBCU" diff --git a/core/schema.mcf b/core/schema.mcf index 07ff001dc..e758a511b 100644 --- a/core/schema.mcf +++ b/core/schema.mcf @@ -1577,7 +1577,7 @@ rangeIncludes: schema:Text Node: Hospital dcid: "Hospital" typeOf: schema:Class -subClassOf: schema:CivicStructure +subClassOf: schema:CivicStructure, dcs:HealthEstablishmentTypeEnum name: "Hospital" Node: WPSideBar @@ -11106,6 +11106,11 @@ domainIncludes: schema:Thing rangeIncludes: schema:Text description: "One of a number of things that belong together in a grouping." +Node: dcid:ClassRoom +typeOf: dcs:Class +name: "ClassRoom" +subClassOf: dcs:Room + Node: dcid:minorityServingInstitutionType typeOf: schema:Property rangeIncludes: dcs:MinorityServingInstitutionTypeEnum diff --git a/stat_vars/Uganda_stat_var.mcf b/stat_vars/Uganda_stat_var.mcf new file mode 100644 index 000000000..db7fbcd78 --- /dev/null +++ b/stat_vars/Uganda_stat_var.mcf @@ -0,0 +1,310 @@ +Node: dcid:Count_BirthEvent_GovernmentOwnedOrPrivatelyOwnedNotForProfitEstablishment_HealthFacility_AsAFractionOf_Count_BirthEvent +typeOf: dcid:StatisticalVariable +populationType: dcid:BirthEvent +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_BirthEvent +establishmentOwnership: dcid:GovernmentOwned__PrivatelyOwnedNotForProfit +healthEstablishmentType: dcid:HealthFacility + +Node: dcid:Count_BirthEvent_HealthFacility +typeOf: dcid:StatisticalVariable +populationType: dcid:BirthEvent +measuredProperty: dcid:count +statType: dcid:measuredValue +healthEstablishmentType: dcid:HealthFacility + +Node: dcid:Count_HealthEstablishment +typeOf: dcid:StatisticalVariable +populationType: dcid:HealthEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue + +Node: dcid:Count_HealthEstablishment_GovernmentOwnedEstablishment_HealthFacility +typeOf: dcid:StatisticalVariable +populationType: dcid:HealthEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +establishmentOwnership: dcid:GovernmentOwned +healthEstablishmentType: dcid:HealthFacility + +Node: dcid:Count_HealthEstablishment_HealthCenter +typeOf: dcid:StatisticalVariable +populationType: dcid:HealthEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +healthEstablishmentType: dcid:HealthCenter + +Node: dcid:Count_HealthEstablishment_Hospital +typeOf: dcid:StatisticalVariable +populationType: dcid:HealthEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +healthEstablishmentType: dcid:Hospital + +Node: dcid:Count_HealthEstablishment_NonGovernmentalOrganizationEstablishment +typeOf: dcid:StatisticalVariable +populationType: dcid:HealthEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +establishmentOwnership: dcid:NonGovernmentalOrganization + +Node: dcid:Count_HealthEstablishment_PartialHospitalizationProgram +typeOf: dcid:StatisticalVariable +populationType: dcid:HealthEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +healthEstablishmentType: dcid:PartialHospitalizationProgram + +Node: dcid:Count_HealthEstablishment_PrivatelyOwnedEstablishment_HealthFacility +typeOf: dcid:StatisticalVariable +populationType: dcid:HealthEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +establishmentOwnership: dcid:PrivatelyOwned +healthEstablishmentType: dcid:HealthFacility + +Node: dcid:Count_HealthEstablishment_PrivatelyOwnedNotForProfitEstablishment +typeOf: dcid:StatisticalVariable +populationType: dcid:HealthEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +establishmentOwnership: dcid:PrivatelyOwnedNotForProfit + +Node: dcid:Count_Person_VaccineAdministered_BCG_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person +vaccineStatus: dcid:VaccineAdministered +vaccineType: dcid:BCG + +Node: dcid:Count_Person_VaccineAdministered_DPT3_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person +vaccineStatus: dcid:VaccineAdministered +vaccineType: dcid:DPT3 + +Node: dcid:Count_Person_VaccineAdministered_MeaslesVaccine_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person +vaccineStatus: dcid:VaccineAdministered +vaccineType: dcid:MeaslesVaccine + +Node: dcid:Count_Person_VaccineAdministered_OralPolioVaccine3_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person +vaccineStatus: dcid:VaccineAdministered +vaccineType: dcid:OralPolioVaccine3 + +Node: dcid:Count_Person_VaccineAdministered_Polio3Vaccine_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person +vaccineStatus: dcid:VaccineAdministered +vaccineType: dcid:Polio3Vaccine + +Node: dcid:Count_ClassRoom_PrimaryEducation +typeOf: dcid:StatisticalVariable +populationType: dcid:ClassRoom +measuredProperty: dcid:count +statType: dcid:measuredValue +schoolGradeLevel: dcid:PrimaryEducation + +Node: dcid:Count_ClassRoom_SecondaryEducation +typeOf: dcid:StatisticalVariable +populationType: dcid:ClassRoom +measuredProperty: dcid:count +statType: dcid:measuredValue +schoolGradeLevel: dcid:SecondaryEducation + +Node: dcid:Count_School_PrimaryEducation +typeOf: dcid:StatisticalVariable +populationType: dcid:School +measuredProperty: dcid:count +statType: dcid:measuredValue +schoolGradeLevel: dcid:PrimaryEducation + +Node: dcid:Count_School_SecondaryEducation +typeOf: dcid:StatisticalVariable +populationType: dcid:School +measuredProperty: dcid:count +statType: dcid:measuredValue +schoolGradeLevel: dcid:SecondaryEducation + +Node: dcid:Count_Student_6To12Years_Female_PrimaryEducation +typeOf: dcid:StatisticalVariable +populationType: dcid:Student +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [6 12 Years] +gender: dcid:Female +schoolGradeLevel: dcid:PrimaryEducation + +Node: dcid:Count_Student_6To12Years_Male_PrimaryEducation +typeOf: dcid:StatisticalVariable +populationType: dcid:Student +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [6 12 Years] +gender: dcid:Male +schoolGradeLevel: dcid:PrimaryEducation + +Node: dcid:Count_Student_6To12Years_PrimaryEducation +typeOf: dcid:StatisticalVariable +populationType: dcid:Student +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [6 12 Years] +schoolGradeLevel: dcid:PrimaryEducation + +Node: dcid:Count_Student_EnrolledInSchool_PrimaryEducation +typeOf: dcid:StatisticalVariable +populationType: dcid:Student +measuredProperty: dcid:count +statType: dcid:measuredValue +schoolEnrollment: dcid:EnrolledInSchool +schoolGradeLevel: dcid:PrimaryEducation + +Node: dcid:Count_Student_EnrolledInSchool_SecondaryEducation +typeOf: dcid:StatisticalVariable +populationType: dcid:Student +measuredProperty: dcid:count +statType: dcid:measuredValue +schoolEnrollment: dcid:EnrolledInSchool +schoolGradeLevel: dcid:SecondaryEducation + +Node: dcid:Count_Student_Female_PrimaryEducation +typeOf: dcid:StatisticalVariable +populationType: dcid:Student +measuredProperty: dcid:count +statType: dcid:measuredValue +gender: dcid:Female +schoolGradeLevel: dcid:PrimaryEducation + +Node: dcid:Count_Student_Female_SecondaryEducation +typeOf: dcid:StatisticalVariable +populationType: dcid:Student +measuredProperty: dcid:count +statType: dcid:measuredValue +gender: dcid:Female +schoolGradeLevel: dcid:SecondaryEducation + +Node: dcid:Count_Student_Male_PrimaryEducation +typeOf: dcid:StatisticalVariable +populationType: dcid:Student +measuredProperty: dcid:count +statType: dcid:measuredValue +gender: dcid:Male +schoolGradeLevel: dcid:PrimaryEducation + +Node: dcid:Count_Student_Male_SecondaryEducation +typeOf: dcid:StatisticalVariable +populationType: dcid:Student +measuredProperty: dcid:count +statType: dcid:measuredValue +gender: dcid:Male +schoolGradeLevel: dcid:SecondaryEducation + +Node: dcid:Count_Student_PrimaryEducation_AsAFractionOf_Count_ClassRoom_PrimaryEducation +typeOf: dcid:StatisticalVariable +populationType: dcid:Student +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_ClassRoom_PrimaryEducation +schoolGradeLevel: dcid:PrimaryEducation + +Node: dcid:Count_Student_PrimaryEducation_AsAFractionOf_Count_Teacher_PrimaryEducation +typeOf: dcid:StatisticalVariable +populationType: dcid:Student +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Teacher_PrimaryEducation +schoolGradeLevel: dcid:PrimaryEducation + +Node: dcid:Count_Student_SecondaryEducation_AsAFractionOf_Count_ClassRoom_SecondaryEducation +typeOf: dcid:StatisticalVariable +populationType: dcid:Student +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_ClassRoom_SecondaryEducation +schoolGradeLevel: dcid:SecondaryEducation + +Node: dcid:Count_Student_SecondaryEducation_AsAFractionOf_Count_Teacher_SecondaryEducation +typeOf: dcid:StatisticalVariable +populationType: dcid:Student +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Teacher_SecondaryEducation +schoolGradeLevel: dcid:SecondaryEducation + +Node: dcid:Count_Teacher_EducationalAttainmentGraduateOrProfessionalDegree_Female_PrimaryEducation +typeOf: dcid:StatisticalVariable +populationType: dcid:Teacher +measuredProperty: dcid:count +statType: dcid:measuredValue +educationalAttainment: dcid:GraduateOrProfessionalDegree +gender: dcid:Female +schoolGradeLevel: dcid:PrimaryEducation + +Node: dcid:Count_Teacher_EducationalAttainmentGraduateOrProfessionalDegree_Female_SecondaryEducation +typeOf: dcid:StatisticalVariable +populationType: dcid:Teacher +measuredProperty: dcid:count +statType: dcid:measuredValue +educationalAttainment: dcid:GraduateOrProfessionalDegree +gender: dcid:Female +schoolGradeLevel: dcid:SecondaryEducation + +Node: dcid:Count_Teacher_EducationalAttainmentGraduateOrProfessionalDegree_Male_PrimaryEducation +typeOf: dcid:StatisticalVariable +populationType: dcid:Teacher +measuredProperty: dcid:count +statType: dcid:measuredValue +educationalAttainment: dcid:GraduateOrProfessionalDegree +gender: dcid:Male +schoolGradeLevel: dcid:PrimaryEducation + +Node: dcid:Count_Teacher_EducationalAttainmentGraduateOrProfessionalDegree_Male_SecondaryEducation +typeOf: dcid:StatisticalVariable +populationType: dcid:Teacher +measuredProperty: dcid:count +statType: dcid:measuredValue +educationalAttainment: dcid:GraduateOrProfessionalDegree +gender: dcid:Male +schoolGradeLevel: dcid:SecondaryEducation + +Node: dcid:Count_Teacher_EducationalAttainmentGraduateOrProfessionalDegree_PrimaryEducation +typeOf: dcid:StatisticalVariable +populationType: dcid:Teacher +measuredProperty: dcid:count +statType: dcid:measuredValue +educationalAttainment: dcid:GraduateOrProfessionalDegree +schoolGradeLevel: dcid:PrimaryEducation + +Node: dcid:Count_Teacher_EducationalAttainmentGraduateOrProfessionalDegree_SecondaryEducation +typeOf: dcid:StatisticalVariable +populationType: dcid:Teacher +measuredProperty: dcid:count +statType: dcid:measuredValue +educationalAttainment: dcid:GraduateOrProfessionalDegree +schoolGradeLevel: dcid:SecondaryEducation + +Node: dcid:Count_Teacher_SecondaryEducation +typeOf: dcid:StatisticalVariable +populationType: dcid:Teacher +measuredProperty: dcid:count +statType: dcid:measuredValue +schoolGradeLevel: dcid:SecondaryEducation