diff --git a/core/bls.mcf b/core/bls.mcf index b1386ba1..d20d6e8a 100644 --- a/core/bls.mcf +++ b/core/bls.mcf @@ -63,6 +63,11 @@ typeOf: dcs:EmploymentStatusEnum name: "InLaborForce" description: "People who are fulfilling the requirement for inclusion in the employed or unemployed." +Node: dcid:FormalLabor +typeOf: dcid:EmploymentStatusEnum +name: "Formal Labor" +description: "formal labour means a structured and regulated job with a contract, government registration, legal protections, and access to benefits." + Node: EmploymentStatusEnum dcid: "EmploymentStatusEnum" subClassOf: schema:Enumeration @@ -175,7 +180,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:School, dcs:Student, dcs:Teacher, dcs:CollegeOrUniversity Node: EstablishmentOwnership0 typeOf: dcs:EstablishmentOwnershipEnum diff --git a/core/census_properties.mcf b/core/census_properties.mcf index 5c2bc211..80dbcfd3 100644 --- a/core/census_properties.mcf +++ b/core/census_properties.mcf @@ -203,8 +203,8 @@ Node: levelOfSchool dcid: "levelOfSchool" name: "levelOfSchool" typeOf: schema:Property -rangeIncludes: dcs:USC_LevelOfSchoolEnum, dcs:SecondarySchool -domainIncludes: dcs:Student +rangeIncludes: dcs:USC_LevelOfSchoolEnum, dcs:SecondarySchool, dcs:SchoolLevelEnum +domainIncludes: dcs:Student, dcs:School, dcs:Teacher Node: maritalStatus dcid: "maritalStatus" diff --git a/core/dcschema.mcf b/core/dcschema.mcf index 404dc452..c594b25c 100644 --- a/core/dcschema.mcf +++ b/core/dcschema.mcf @@ -845,7 +845,7 @@ name: "count" Node: dcid:cumulativeCount rangeIncludes: schema:Integer -domainIncludes: schema:StatisticalPopulation, schema:FoodBasket, schema:Household +domainIncludes: schema:StatisticalPopulation, schema:FoodBasket, schema:Household, schema:MedicalConditionIncident typeOf: schema:Property name: "cumulativeCount" description: "A running count of all instances that have satisfied the constraints of the Statistical Population." @@ -4078,17 +4078,17 @@ typeOf: schema:Property domainIncludes: schema:Place description: "Unique codes for categorizing and enumerating the census geographic units of Canada" -Node: dcid:StatisticalAggregation -typeOf: schema:Class -subClassOf: schema:Intangible -name: "StatisticalAggregation" -description: "Custom aggregation of statistical data in Data Commons, computed by Data Commons. For example, aggregating population with health insurance stats available at county-level to state-level." +Node: dcid:birthControlMethod +typeOf: dcid:Property +name: "birthControlMethod" +domainIncludes: dcid:Person +rangeIncludes: dcid:BirthControlMethodEnum -Node: dcid:AggregationSlice -typeOf: schema:Class -subClassOf: schema:Intangible -name: "AggregationSlice" -description: "Filter to a Data Commons StatisticalAggregation consisting of a property and one or more values, which will further slice the output data. For example, the count of earthquakes might be sliced by different magnitude ranges." +Node: dcid:healthServiceType +typeOf: dcid:Property +name: "healthServiceType" +domainIncludes: dcid:HealthEstablishment +rangeIncludes: dcid:HealthServiceTypeEnum Node: dcid:StatisticalCalculation typeOf: schema:Class @@ -4096,66 +4096,6 @@ subClassOf: schema:Intangible name: "StatisticalCalculation" description: "Custom calculation in Data Commons, computed by Data Commons. For example, computing the population without health insurance using an exhaustive age breakdown of such population." -Node: dcid:aggregateProperty -typeOf: schema:Property -domainIncludes: dcs:StatisticalAggregation -rangeIncludes: schema:Property -description: "Property being aggregated in a Data Commons StatisticalAggregation. This could be a StatisticalVariable when aggregating across places, or a constraint property when aggregating entities." - -Node: dcid:aggregationMethod -typeOf: schema:Property -domainIncludes: dcs:StatisticalAggregation -rangeIncludes: schema:StatisticalAggregationMethodEnum -description: "Method by which data is aggregated (minimum, maximum, sum, etc)." - -Node: dcid:aggregationSlice -typeOf: schema:Property -domainIncludes: dcs:StatisticalAggregation -rangeIncludes: schema:AggregationSlice -description: "Filter to a Data Commons StatisticalAggregation, which will further slice the output data. Output StatisticalVariables will be generated for each slice in the filter." - -Node: dcid:aggregationSliceProperty -typeOf: schema:Property -domainIncludes: dcs:AggregationSlice -rangeIncludes: schema:Property -description: "Property to filter a Data Commons StatisticalAggregation by. Entities will be grouped by this property when computing the aggregation." - -Node: dcid:aggregationSliceValue -typeOf: schema:Property -domainIncludes: dcs:AggregationSlice -rangeIncludes: dcs:Enumeration, dcs:QuantityRange -description: "Value to filter a Data Commons StatisticalAggregation by. Entities will be grouped by this value when computing the aggregation." - -Node: dcid:inputEntity -typeOf: schema:Property -domainIncludes: dcs:StatisticalAggregation -rangeIncludes: schema:Class -description: "Type of input entity to a Data Commons StatisticalAggregation (place type, event type, etc)." - -Node: dcid:inputTimeProperty -typeOf: schema:Property -domainIncludes: dcs:StatisticalAggregation -rangeIncludes: schema:Property -description: "Input property in a Data Commons StatisticalAggregation that will be used to indicate the time. Required for aggregating entities. Output StatVarObservations will use this property to determine their date." - -Node: dcid:linkProperty -typeOf: schema:Property -domainIncludes: dcs:StatisticalAggregation -rangeIncludes: schema:Property -description: "Property linking input to output entities in a Data Commons StatisticalAggregation, such as containment, membership, or hierarchy." - -Node: dcid:outputEntity -typeOf: schema:Property -domainIncludes: dcs:StatisticalAggregation -rangeIncludes: schema:Class -description: "Type of output entity to a Data Commons StatisticalAggregation. The output StatVarObservations will be attached to entities associated with this type." - -Node: dcid:outputTimeGranularity -typeOf: schema:Property -domainIncludes: dcs:StatisticalAggregation -rangeIncludes: dcs:Text -description: "Date pattern (ISO 8601) to match for aggregating by time. Inputs will by grouped by this date pattern, and the output StatVarObservations will have dates of this pattern." - Node: dcid:inputPropertyExpression typeOf: schema:Property domainIncludes: dcs:StatisticalCalculation diff --git a/core/dcschema_enum_classes.mcf b/core/dcschema_enum_classes.mcf index 49b6be89..f6b7a8bf 100644 --- a/core/dcschema_enum_classes.mcf +++ b/core/dcschema_enum_classes.mcf @@ -605,3 +605,13 @@ subClassOf: dcid:Enumeration name: "VulnerabilityStatusEnum" description: "Social Vulnerability Status refers to the demographic and socioeconomic factors (such as poverty, lack of access to transportation, and crowded housing) that adversely affect communities that encounter hazards and other community-level stressors" descriptionUrl: "https://www.atsdr.cdc.gov/placeandhealth/svi/index.html" + +Node: dcid:BirthControlMethodEnum +typeOf: dcid:Class +subClassOf: dcid:Enumeration +name: "BirthControlMethodEnum" + +Node: dcid:HealthServiceTypeEnum +typeOf: dcid:Class +subClassOf: dcid:Enumeration +name: "HealthServiceTypeEnum" diff --git a/core/dcschema_enum_instances.mcf b/core/dcschema_enum_instances.mcf index 18b90d74..9d626476 100644 --- a/core/dcschema_enum_instances.mcf +++ b/core/dcschema_enum_instances.mcf @@ -2069,6 +2069,21 @@ Node: dcid:SymptomsOfAcuteRespiratoryInfection typeOf: dcs:MedicalConditionIncidentTypeEnum name: "Symptoms Of Acute Respiratory Infection" +Node: dcid:TetanusNeonatorum +typeOf: dcid:MedicalConditionIncidentTypeEnum +name: "Tetanus Neonatorum" +description: "Neonatal tetanus (trismus nascentium) is a form of generalised tetanus that occurs in newborns. Infants who have not acquired passive immunity from an immunized mother are at risk." + +Node: dcid:DengueHemorrhagicFever +typeOf: dcid:MedicalConditionIncidentTypeEnum +name: "Dengue Hemorrhagic Fever" +description: "Dengue fever is a mosquito-borne tropical disease caused by dengue virus" + +Node: dcid:DiseasedPerson +typeOf: dcid:MedicalConditionIncidentTypeEnum +name: "Diseased Person" +description: "A person suffering from an illness." + Node: dcid:ImportedCase typeOf: dcs:MedicalStatusEnum name: "Imported Case" @@ -2140,6 +2155,10 @@ Node: dcid:StillBirth typeOf: dcs:MedicalStatusEnum name: "Still Birth" +Node: dcid:NewlyConfirmedCase +typeOf: dcid:MedicalStatusEnum +name: "Newly Confirmed Case" + Node: dcid:Positive typeOf: dcs:MedicalTestResultEnum name: "Positive" @@ -2627,6 +2646,103 @@ typeOf: dcid:HealthEstablishmentTypeEnum name: "Medical Service Unit" description: "A medical unit is a military or civilian establishment that provides medical services like Physician care, Inpatient care, Hospital surgical services, Emergency services, Ambulance services, Dental care services, Vision care services." +Node: dcid:GeneralHospitals +typeOf: dcid:HealthEstablishmentTypeEnum +name: "General Hospitals" + +Node: dcid:SpecialHospitals +typeOf: dcid:HealthEstablishmentTypeEnum +name: "Special Hospitals" + +Node: dcid:PublicHealthCenters +typeOf: dcid:HealthEstablishmentTypeEnum +name: "Public Health Centers" + +Node: dcid:GovernmentHospital +typeOf: dcid:HealthEstablishmentTypeEnum +name: "Government Hospital" +rangeIncludes: dcid:GenderType + +Node: dcid:PrivateHospital +typeOf: dcid:HealthEstablishmentTypeEnum +name: "Private Hospital" + +Node: dcid:Polyclinic +typeOf: dcid:HealthEstablishmentTypeEnum +name: "Polyclinic" + +Node: dcid:DoctorsPractice +typeOf: dcid:HealthEstablishmentTypeEnum +name: "Doctors Practice" + +Node: dcid:CommunityHealthCenter +typeOf: dcid:HealthEstablishmentTypeEnum +name: "Community Health Center" + +Node: dcid:HealthWorkerPractice +typeOf: dcid:HealthEstablishmentTypeEnum +name: "Health Worker Practice" + +Node: dcid:BatraPractice +typeOf: dcid:HealthEstablishmentTypeEnum +name: "Batra Practice" + +Node: dcid:BirthAttendant +typeOf: dcid:HealthEstablishmentTypeEnum +name: "Birth Attendant" + +Node: dcid:BPS_OtherHealthEstablishments +typeOf: dcid:HealthEstablishmentTypeEnum +name: "BPS_ Other Health Establishments" + +Node: dcid:PracticingDoctor +typeOf: dcid:HealthEstablishmentTypeEnum +name: "Practicing Doctor" + +Node: dcid:Midwife +typeOf: dcid:HealthEstablishmentTypeEnum +name: "Midwife" + +Node: dcid:JointClinic +typeOf: dcid:HealthEstablishmentTypeEnum +name: "Joint Clinic" + +Node: dcid:DoctorPractice +typeOf: dcid:HealthEstablishmentTypeEnum +name: "Doctor Practice" + +Node: dcid:VillageMaternityClinic +typeOf: dcid:HealthEstablishmentTypeEnum +name: "Village Maternity" + +Node: dcid:IntegratedService +typeOf: dcid:HealthEstablishmentTypeEnum +name: "Integrated Service" + +Node: dcid:MedicalCenter +typeOf: dcid:HealthEstablishmentTypeEnum +name: "Medical Center" + +Node: dcid:IntegratedService +typeOf: dcid:HealthEstablishmentTypeEnum +name: "Integrated Service" + +Node: dcid:MedicalCenter +typeOf: dcid:HealthEstablishmentTypeEnum +name: "Medical Center" + +Node: dcid:PracticeTraditional +typeOf: dcid:HealthEstablishmentTypeEnum +name: "Practice Traditional" + +Node: dcid:AlternativeMedicine +typeOf: dcid:HealthEstablishmentTypeEnum +name: "Alternative Medicine" + +Node: dcid:CommunityHealthResource +typeOf: dcid:HealthEstablishmentTypeEnum +name: "Community Health Resource" + Node: dcid:MeaslesVaccine name: "Measles Vaccine" typeOf: dcs:VaccineTypeEnum @@ -3105,25 +3221,13 @@ name: "Open Data Commons Open Database License" description: "Data available under the Open Data Commons Open Database License." url: "https://opendatacommons.org/licenses/odbl/" -Node: dcid:Count -typeOf: dcs:StatisticalAggregationMethodEnum -name: "Count" -description: "Computes the count of input entities in a Data Commons StatisticalAggregation." - -Node: dcid:Maximum -typeOf: dcs:StatisticalAggregationMethodEnum -name: "Maximum" -description: "Computes the maximum of input values in a Data Commons StatisticalAggregation." - -Node: dcid:Minimum -typeOf: dcs:StatisticalAggregationMethodEnum -name: "Minimum" -description: "Computes the minimum of input values in a Data Commons StatisticalAggregation." - -Node: dcid:Sum -typeOf: dcs:StatisticalAggregationMethodEnum -name: "Sum" -description: "Computes the sum of input values in a Data Commons StatisticalAggregation." +Node: dcid:WithUnmetNeed +typeOf: dcid:HealthServiceTypeEnum +name: "With Unmet Need" + +Node: dcid:ContraceptionMethod +typeOf: dcid:BirthControlMethodEnum +name: "Contraception Method" Node: dcid:DataCommonsImputed typeOf: dcs:ImputationTypeEnum diff --git a/core/edu.mcf b/core/edu.mcf index 5e19a0f4..39e187b9 100644 --- a/core/edu.mcf +++ b/core/edu.mcf @@ -469,8 +469,8 @@ description: "Describes the lowest grade level offered by School, grade as defin Node: dcid:schoolGradeLevel typeOf: schema:Property name: "schoolGradeLevel" -rangeIncludes: dcs:SchoolGradeLevelEnum, dcs:ElementarySchool,dcs:SchoolLevelEnum -domainIncludes: dcs:Student, dcs:School, dcs:ClassRoom, dcs:Teacher +rangeIncludes: dcs:SchoolGradeLevelEnum, dcs:ElementarySchool, dcs:SchoolLevelEnum +domainIncludes: dcs:Student, dcs:School, dcs:Teacher, dcs:ClassRoom 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 @@ -750,7 +750,7 @@ Node: dcid:StateOfTexasAssessmentsOfAcademicReadiness typeOf: dcs:AcademicAssessmentTypeEnum name: "State Of Texas Assessments Of Academic Readiness" 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." -descriptionUrl: "https://tea.texas.gov/student-assessment/testing/staar/staar-resources" +descriptionUrl: "https://tea.texas.gov/student-assessment/testing/staar" Node: dcid:CaliforniaAssessmentOfStudentPerformanceAndProgress typeOf: dcs:AcademicAssessmentTypeEnum @@ -788,7 +788,7 @@ Node: dcid:schoolManagement typeOf: schema:Property name: "schoolManagement" rangeIncludes: dcid:SchoolManagementEnum -domainIncludes: schema:School +domainIncludes: schema:School, schema:Teacher, schema:Student, schema:CollegeOrUniversity description: "This identifies the type of institution that manages and runs a school." Node: dcid:hasFunctionalToilet @@ -985,6 +985,32 @@ Node: dcid:TertiarySchool name: "TertiarySchool" typeOf: dcid:SchoolLevelEnum +Node: dcid:MadrasahAliyah +typeOf: dcid:SchoolLevelEnum +name: "Madrasah Aliyah" +description: "Madrasah Aliyah (MA) or Islamic senior high school as a part of the national education system plays a big role in advancing the education in Indonesia." + +Node: dcid:MadrasahIbtidaiyah +typeOf: dcid:SchoolLevelEnum +name: "Madrasah Ibtidaiyah" +description: "Madrasah Ibtidaiyah. islamic education level in Indonesia equivalent to elementary school." + +Node: dcid:RaudatulAthfal +typeOf: dcid:SchoolLevelEnum +name: "Raudatul Athfal" +description: "Raudhatul Athfal (abbreviated as RA) is a level of early childhood education (i.e. ages 4-6 years) in the form of formal education, under the management of the Ministry of Religion." + + +Node: dcid:MadrasahTsanawiyah +typeOf: dcid:SchoolLevelEnum +name: "Madrasah Tsanawiyah" +description: "Madrasah Tsanawiyah (MTs) is the Islamic schooling equivalent of SMP" + +Node: dcid:VocationalSchool +typeOf: dcid:SchoolLevelEnum +name: "Vocational School" +description: "Vocational Schools in Indonesia, also known as Sekolah Menengah Kejuruan (SMK), are secondary schools that provide students with job-specific skills and training." + ## Public School Type Enum Node: dcid:PublicSchoolTypeEnum @@ -1278,7 +1304,7 @@ Node: dcid:householdType name: "householdType" typeOf: schema:Property domainIncludes: dcs:Household, dcs:Person -rangeIncludes: dcs:HouseholdTypeEnum, dcs:FamilyTypeEnum +rangeIncludes: dcs:HouseholdTypeEnum Node: dcid:HouseholdTypeEnum name: "HouseholdTypeEnum" @@ -1479,14 +1505,6 @@ Node: dcid:SecondaryEducation name: "SecondaryEducation" typeOf: dcid:SchoolGradeLevelEnum -Node: dcid:LowerSecondaryEducation -typeOf: dcid:SchoolLevelEnum -name: "Lower Secondary Education" - -Node: dcid:UpperSecondaryEducation -typeOf: dcid:SchoolLevelEnum -name: "Upper Secondary Education" - ## UDISE School Enum Node: dcid:UDISE_PrimarySchool_Grade1To5 @@ -1634,6 +1652,15 @@ Node: dcid:NCES_Catholic typeOf: dcs:SchoolManagementEnum name: "NCES Catholic" +Node: dcid:UnderMinistryOfReligion +typeOf: dcid:SchoolManagementEnum +name: "Under Ministry Of Religion" + +Node: dcid:UnderMinistryOfResearchTechnologyAndHigherEducation +typeOf: dcid:SchoolManagementEnum +name: "Under Ministry Of Research Technology And Higher Education" + + Node: dcid:dropoutRate name: "dropoutRate" typeOf: schema:Property diff --git a/stat_vars/indonesia_statvar.mcf b/stat_vars/indonesia_statvar.mcf index 6c3e2398..3d882f42 100644 --- a/stat_vars/indonesia_statvar.mcf +++ b/stat_vars/indonesia_statvar.mcf @@ -98,3 +98,1303 @@ measuredProperty: dcid:count statType: dcid:measuredValue age: [18 - Years] placeOfResidenceClassification: dcid:Rural + +Node: dcid:Count_CriminalActivities +typeOf: dcid:StatisticalVariable +populationType: dcid:CriminalActivities +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Crime According To Police Territorial Jurisdiction@id" + +Node: dcid:Count_Person_Female +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Total Labor Force Participation Rate by Female@id" +gender: dcid:Female + +Node: dcid:Count_Person_InLaborForce_Female_AsAFractionOf_Count_Person_Female +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Female +alternateName: "Total Labor Force Participation Rate by Female@id" +employmentStatus: dcid:InLaborForce +gender: dcid:Female + +Node: dcid:Count_Person_InLaborForce_Male_AsAFractionOf_Count_Person_Male +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Male +alternateName: "Total Labor Force Participation Rate by Male@id" +employmentStatus: dcid:InLaborForce +gender: dcid:Male + +Node: dcid:Count_Person_Male +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Total Labor Force Participation Rate by Male@id" +gender: dcid:Male + +Node: dcid:Count_School_LocalGovernmentOwnedEstablishment_MadrasahAliyah_UnderMinistryOfReligion +typeOf: dcid:StatisticalVariable +populationType: dcid:School +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Jumlah Sekolah MA (Negeri)@id" +establishmentOwnership: dcid:LocalGovernmentOwned +levelOfSchool: dcid:MadrasahAliyah +schoolManagement: dcid:UnderMinistryOfReligion + +Node: dcid:Count_School_LocalGovernmentOwnedOrPrivatelyOwnedEstablishment_MadrasahAliyah_UnderMinistryOfReligion +typeOf: dcid:StatisticalVariable +populationType: dcid:School +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Jumlah Sekolah MA (Negeri+Swasta)@id" +establishmentOwnership: dcid:LocalGovernmentOwned__PrivatelyOwned +levelOfSchool: dcid:MadrasahAliyah +schoolManagement: dcid:UnderMinistryOfReligion + +Node: dcid:Count_School_PrivatelyOwnedEstablishment_MadrasahAliyah_UnderMinistryOfReligion +typeOf: dcid:StatisticalVariable +populationType: dcid:School +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Jumlah Sekolah MA (Swasta)@id" +establishmentOwnership: dcid:PrivatelyOwned +levelOfSchool: dcid:MadrasahAliyah +schoolManagement: dcid:UnderMinistryOfReligion + +Node: dcid:Count_Student_LocalGovernmentOwnedEstablishment_MadrasahAliyah_UnderMinistryOfReligion +typeOf: dcid:StatisticalVariable +populationType: dcid:Student +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Jumlah Murid MA (Negeri)@id" +establishmentOwnership: dcid:LocalGovernmentOwned +levelOfSchool: dcid:MadrasahAliyah +schoolManagement: dcid:UnderMinistryOfReligion + +Node: dcid:Count_Student_LocalGovernmentOwnedOrPrivatelyOwnedEstablishment_MadrasahAliyah_UnderMinistryOfReligion +typeOf: dcid:StatisticalVariable +populationType: dcid:Student +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Jumlah Murid MA (Negeri+Swasta)@id" +establishmentOwnership: dcid:LocalGovernmentOwned__PrivatelyOwned +levelOfSchool: dcid:MadrasahAliyah +schoolManagement: dcid:UnderMinistryOfReligion + +Node: dcid:Count_Student_PrivatelyOwnedEstablishment_MadrasahAliyah_UnderMinistryOfReligion +typeOf: dcid:StatisticalVariable +populationType: dcid:Student +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Jumlah Murid MA (Swasta)@id" +establishmentOwnership: dcid:PrivatelyOwned +levelOfSchool: dcid:MadrasahAliyah +schoolManagement: dcid:UnderMinistryOfReligion + +Node: dcid:Count_Teacher_LocalGovernmentOwnedEstablishment_MadrasahAliyah_UnderMinistryOfReligion +typeOf: dcid:StatisticalVariable +populationType: dcid:Teacher +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Jumlah Guru MA (Negeri)@id" +establishmentOwnership: dcid:LocalGovernmentOwned +levelOfSchool: dcid:MadrasahAliyah +schoolManagement: dcid:UnderMinistryOfReligion + +Node: dcid:Count_Teacher_LocalGovernmentOwnedOrPrivatelyOwnedEstablishment_MadrasahAliyah_UnderMinistryOfReligion +typeOf: dcid:StatisticalVariable +populationType: dcid:Teacher +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Jumlah Guru MA (Negeri+Swasta)@id" +establishmentOwnership: dcid:LocalGovernmentOwned__PrivatelyOwned +levelOfSchool: dcid:MadrasahAliyah +schoolManagement: dcid:UnderMinistryOfReligion + +Node: dcid:Count_Teacher_PrivatelyOwnedEstablishment_MadrasahAliyah_UnderMinistryOfReligion +typeOf: dcid:StatisticalVariable +populationType: dcid:Teacher +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Jumlah Guru MA (Swasta)@id" +establishmentOwnership: dcid:PrivatelyOwned +levelOfSchool: dcid:MadrasahAliyah +schoolManagement: dcid:UnderMinistryOfReligion + +Node: dcid:Count_School_LocalGovernmentOwnedEstablishment_MadrasahIbtidaiyah_UnderMinistryOfReligion +typeOf: dcid:StatisticalVariable +populationType: dcid:School +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Jumlah Sekolah MI (Negeri)@id" +establishmentOwnership: dcid:LocalGovernmentOwned +levelOfSchool: dcid:MadrasahIbtidaiyah +schoolManagement: dcid:UnderMinistryOfReligion + +Node: dcid:Count_School_LocalGovernmentOwnedOrPrivatelyOwnedEstablishment_MadrasahIbtidaiyah_UnderMinistryOfReligion +typeOf: dcid:StatisticalVariable +populationType: dcid:School +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Jumlah Sekolah MI (Negeri+Swasta)@id" +establishmentOwnership: dcid:LocalGovernmentOwned__PrivatelyOwned +levelOfSchool: dcid:MadrasahIbtidaiyah +schoolManagement: dcid:UnderMinistryOfReligion + +Node: dcid:Count_School_PrivatelyOwnedEstablishment_MadrasahIbtidaiyah_UnderMinistryOfReligion +typeOf: dcid:StatisticalVariable +populationType: dcid:School +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Jumlah Sekolah MI (Swasta)@id" +establishmentOwnership: dcid:PrivatelyOwned +levelOfSchool: dcid:MadrasahIbtidaiyah +schoolManagement: dcid:UnderMinistryOfReligion + +Node: dcid:Count_Student_LocalGovernmentOwnedEstablishment_MadrasahIbtidaiyah_UnderMinistryOfReligion +typeOf: dcid:StatisticalVariable +populationType: dcid:Student +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Jumlah Murid MI (Negeri)@id" +establishmentOwnership: dcid:LocalGovernmentOwned +levelOfSchool: dcid:MadrasahIbtidaiyah +schoolManagement: dcid:UnderMinistryOfReligion + +Node: dcid:Count_Student_LocalGovernmentOwnedOrPrivatelyOwnedEstablishment_MadrasahIbtidaiyah_UnderMinistryOfReligion +typeOf: dcid:StatisticalVariable +populationType: dcid:Student +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Jumlah Murid MI (Negeri+Swasta)@id" +establishmentOwnership: dcid:LocalGovernmentOwned__PrivatelyOwned +levelOfSchool: dcid:MadrasahIbtidaiyah +schoolManagement: dcid:UnderMinistryOfReligion + +Node: dcid:Count_Student_PrivatelyOwnedEstablishment_MadrasahIbtidaiyah_UnderMinistryOfReligion +typeOf: dcid:StatisticalVariable +populationType: dcid:Student +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Jumlah Murid MI (Swasta)@id" +establishmentOwnership: dcid:PrivatelyOwned +levelOfSchool: dcid:MadrasahIbtidaiyah +schoolManagement: dcid:UnderMinistryOfReligion + +Node: dcid:Count_Teacher_LocalGovernmentOwnedEstablishment_MadrasahIbtidaiyah_UnderMinistryOfReligion +typeOf: dcid:StatisticalVariable +populationType: dcid:Teacher +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Jumlah Guru MI (Negeri)@id" +establishmentOwnership: dcid:LocalGovernmentOwned +levelOfSchool: dcid:MadrasahIbtidaiyah +schoolManagement: dcid:UnderMinistryOfReligion + +Node: dcid:Count_Teacher_LocalGovernmentOwnedOrPrivatelyOwnedEstablishment_MadrasahIbtidaiyah_UnderMinistryOfReligion +typeOf: dcid:StatisticalVariable +populationType: dcid:Teacher +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Jumlah Guru MI (Negeri+Swasta)@id" +establishmentOwnership: dcid:LocalGovernmentOwned__PrivatelyOwned +levelOfSchool: dcid:MadrasahIbtidaiyah +schoolManagement: dcid:UnderMinistryOfReligion + +Node: dcid:Count_Teacher_PrivatelyOwnedEstablishment_MadrasahIbtidaiyah_UnderMinistryOfReligion +typeOf: dcid:StatisticalVariable +populationType: dcid:Teacher +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Jumlah Guru MI (Swasta)@id" +establishmentOwnership: dcid:PrivatelyOwned +levelOfSchool: dcid:MadrasahIbtidaiyah +schoolManagement: dcid:UnderMinistryOfReligion + +Node: dcid:Count_Person_FormalLabor_AsAFractionOf_Count_Person_InLaborForce +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_InLaborForce +alternateName: "Formally Employed Workers @id" +employmentStatus: dcid:FormalLabor + +Node: dcid:Count_Person_InLaborForce +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Formally Employed Workers @id" +employmentStatus: dcid:InLaborForce + +Node: dcid:Count_School_LocalGovernmentOwnedEstablishment_RaudatulAthfal_UnderMinistryOfReligion +typeOf: dcid:StatisticalVariable +populationType: dcid:School +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Jumlah Sekolah Raudatul Athfal@id" +establishmentOwnership: dcid:LocalGovernmentOwned +levelOfSchool: dcid:RaudatulAthfal +schoolManagement: dcid:UnderMinistryOfReligion + +Node: dcid:Count_Student_LocalGovernmentOwnedOrPrivatelyOwnedEstablishment_RaudatulAthfal_UnderMinistryOfReligion +typeOf: dcid:StatisticalVariable +populationType: dcid:Student +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Jumlah Murid Raudatul Athfal@id" +establishmentOwnership: dcid:LocalGovernmentOwned__PrivatelyOwned +levelOfSchool: dcid:RaudatulAthfal +schoolManagement: dcid:UnderMinistryOfReligion + +Node: dcid:Count_Teacher_PrivatelyOwnedEstablishment_RaudatulAthfal_UnderMinistryOfReligion +typeOf: dcid:StatisticalVariable +populationType: dcid:Teacher +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Jumlah Guru Raudatul Athfal@id" +establishmentOwnership: dcid:PrivatelyOwned +levelOfSchool: dcid:RaudatulAthfal +schoolManagement: dcid:UnderMinistryOfReligion + +Node: dcid:Count_School_LocalGovernmentOwnedEstablishment_MiddleSchool_UnderMinistryOfResearchTechnologyAndHigherEducation +typeOf: dcid:StatisticalVariable +populationType: dcid:School +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Jumlah Sekolah SMP (Negeri)@id" +establishmentOwnership: dcid:LocalGovernmentOwned +schoolGradeLevel: dcid:MiddleSchool +schoolManagement: dcid:UnderMinistryOfResearchTechnologyAndHigherEducation + +Node: dcid:Count_School_LocalGovernmentOwnedOrPrivatelyOwnedEstablishment_MiddleSchool_UnderMinistryOfResearchTechnologyAndHigherEducation +typeOf: dcid:StatisticalVariable +populationType: dcid:School +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Jumlah Sekolah SMP (Negeri+Swasta)@id" +establishmentOwnership: dcid:LocalGovernmentOwned__PrivatelyOwned +schoolGradeLevel: dcid:MiddleSchool +schoolManagement: dcid:UnderMinistryOfResearchTechnologyAndHigherEducation + +Node: dcid:Count_School_PrivatelyOwnedEstablishment_MiddleSchool_UnderMinistryOfResearchTechnologyAndHigherEducation +typeOf: dcid:StatisticalVariable +populationType: dcid:School +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Jumlah Sekolah SMP (Swasta)@id" +establishmentOwnership: dcid:PrivatelyOwned +schoolGradeLevel: dcid:MiddleSchool +schoolManagement: dcid:UnderMinistryOfResearchTechnologyAndHigherEducation + +Node: dcid:Count_Student_LocalGovernmentOwnedEstablishment_MiddleSchool_UnderMinistryOfResearchTechnologyAndHigherEducation +typeOf: dcid:StatisticalVariable +populationType: dcid:Student +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Jumlah Murid SMP (Negeri)@id" +establishmentOwnership: dcid:LocalGovernmentOwned +schoolGradeLevel: dcid:MiddleSchool +schoolManagement: dcid:UnderMinistryOfResearchTechnologyAndHigherEducation + +Node: dcid:Count_Student_LocalGovernmentOwnedOrPrivatelyOwnedEstablishment_MiddleSchool_UnderMinistryOfResearchTechnologyAndHigherEducation +typeOf: dcid:StatisticalVariable +populationType: dcid:Student +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Jumlah Murid SMP (Negeri+Swasta)@id" +establishmentOwnership: dcid:LocalGovernmentOwned__PrivatelyOwned +schoolGradeLevel: dcid:MiddleSchool +schoolManagement: dcid:UnderMinistryOfResearchTechnologyAndHigherEducation + +Node: dcid:Count_Student_PrivatelyOwnedEstablishment_MiddleSchool_UnderMinistryOfResearchTechnologyAndHigherEducation +typeOf: dcid:StatisticalVariable +populationType: dcid:Student +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Jumlah Murid SMP (Swasta)@id" +establishmentOwnership: dcid:PrivatelyOwned +schoolGradeLevel: dcid:MiddleSchool +schoolManagement: dcid:UnderMinistryOfResearchTechnologyAndHigherEducation + +Node: dcid:Count_Teacher_LocalGovernmentOwnedEstablishment_MiddleSchool_UnderMinistryOfResearchTechnologyAndHigherEducation +typeOf: dcid:StatisticalVariable +populationType: dcid:Teacher +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Jumlah Guru SMP (Negeri)@id" +establishmentOwnership: dcid:LocalGovernmentOwned +schoolGradeLevel: dcid:MiddleSchool +schoolManagement: dcid:UnderMinistryOfResearchTechnologyAndHigherEducation + +Node: dcid:Count_Teacher_LocalGovernmentOwnedOrPrivatelyOwnedEstablishment_MiddleSchool_UnderMinistryOfResearchTechnologyAndHigherEducation +typeOf: dcid:StatisticalVariable +populationType: dcid:Teacher +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Jumlah Guru SMP (Negeri+Swasta)@id" +establishmentOwnership: dcid:LocalGovernmentOwned__PrivatelyOwned +schoolGradeLevel: dcid:MiddleSchool +schoolManagement: dcid:UnderMinistryOfResearchTechnologyAndHigherEducation + +Node: dcid:Count_Teacher_PrivatelyOwnedEstablishment_MiddleSchool_UnderMinistryOfResearchTechnologyAndHigherEducation +typeOf: dcid:StatisticalVariable +populationType: dcid:Teacher +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Jumlah Guru SMP (Swasta)@id" +establishmentOwnership: dcid:PrivatelyOwned +schoolGradeLevel: dcid:MiddleSchool +schoolManagement: dcid:UnderMinistryOfResearchTechnologyAndHigherEducation + +Node: dcid:Count_School_LocalGovernmentOwnedEstablishment_PrimarySchool_UnderMinistryOfResearchTechnologyAndHigherEducation +typeOf: dcid:StatisticalVariable +populationType: dcid:School +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Jumlah Sekolah SD (Negeri)@id" +establishmentOwnership: dcid:LocalGovernmentOwned +schoolGradeLevel: dcid:PrimarySchool +schoolManagement: dcid:UnderMinistryOfResearchTechnologyAndHigherEducation + +Node: dcid:Count_School_LocalGovernmentOwnedOrPrivatelyOwnedEstablishment_PrimarySchool_UnderMinistryOfResearchTechnologyAndHigherEducation +typeOf: dcid:StatisticalVariable +populationType: dcid:School +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Jumlah Sekolah SD (Negeri+Swasta)@id" +establishmentOwnership: dcid:LocalGovernmentOwned__PrivatelyOwned +schoolGradeLevel: dcid:PrimarySchool +schoolManagement: dcid:UnderMinistryOfResearchTechnologyAndHigherEducation + +Node: dcid:Count_School_PrivatelyOwnedEstablishment_PrimarySchool_UnderMinistryOfResearchTechnologyAndHigherEducation +typeOf: dcid:StatisticalVariable +populationType: dcid:School +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Jumlah Sekolah SD (Swasta)@id" +establishmentOwnership: dcid:PrivatelyOwned +schoolGradeLevel: dcid:PrimarySchool +schoolManagement: dcid:UnderMinistryOfResearchTechnologyAndHigherEducation + +Node: dcid:Count_Student_LocalGovernmentOwnedEstablishment_PrimarySchool_UnderMinistryOfResearchTechnologyAndHigherEducation +typeOf: dcid:StatisticalVariable +populationType: dcid:Student +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Jumlah Murid SD (Negeri)@id" +establishmentOwnership: dcid:LocalGovernmentOwned +schoolGradeLevel: dcid:PrimarySchool +schoolManagement: dcid:UnderMinistryOfResearchTechnologyAndHigherEducation + +Node: dcid:Count_Student_LocalGovernmentOwnedOrPrivatelyOwnedEstablishment_PrimarySchool_UnderMinistryOfResearchTechnologyAndHigherEducation +typeOf: dcid:StatisticalVariable +populationType: dcid:Student +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Jumlah Murid SD (Negeri+Swasta)@id" +establishmentOwnership: dcid:LocalGovernmentOwned__PrivatelyOwned +schoolGradeLevel: dcid:PrimarySchool +schoolManagement: dcid:UnderMinistryOfResearchTechnologyAndHigherEducation + +Node: dcid:Count_Student_PrivatelyOwnedEstablishment_PrimarySchool_UnderMinistryOfResearchTechnologyAndHigherEducation +typeOf: dcid:StatisticalVariable +populationType: dcid:Student +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Jumlah Murid SD (Swasta)@id" +establishmentOwnership: dcid:PrivatelyOwned +schoolGradeLevel: dcid:PrimarySchool +schoolManagement: dcid:UnderMinistryOfResearchTechnologyAndHigherEducation + +Node: dcid:Count_Teacher_LocalGovernmentOwnedEstablishment_PrimarySchool_UnderMinistryOfResearchTechnologyAndHigherEducation +typeOf: dcid:StatisticalVariable +populationType: dcid:Teacher +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Jumlah Guru SD (Negeri)@id" +establishmentOwnership: dcid:LocalGovernmentOwned +schoolGradeLevel: dcid:PrimarySchool +schoolManagement: dcid:UnderMinistryOfResearchTechnologyAndHigherEducation + +Node: dcid:Count_Teacher_LocalGovernmentOwnedOrPrivatelyOwnedEstablishment_PrimarySchool_UnderMinistryOfResearchTechnologyAndHigherEducation +typeOf: dcid:StatisticalVariable +populationType: dcid:Teacher +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Jumlah Guru SD (Negeri+Swasta)@id" +establishmentOwnership: dcid:LocalGovernmentOwned__PrivatelyOwned +schoolGradeLevel: dcid:PrimarySchool +schoolManagement: dcid:UnderMinistryOfResearchTechnologyAndHigherEducation + +Node: dcid:Count_Teacher_PrivatelyOwnedEstablishment_PrimarySchool_UnderMinistryOfResearchTechnologyAndHigherEducation +typeOf: dcid:StatisticalVariable +populationType: dcid:Teacher +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Jumlah Guru SD (Swasta)@id" +establishmentOwnership: dcid:PrivatelyOwned +schoolGradeLevel: dcid:PrimarySchool +schoolManagement: dcid:UnderMinistryOfResearchTechnologyAndHigherEducation + +Node: dcid:Count_School_LocalGovernmentOwnedEstablishment_HighSchool_UnderMinistryOfResearchTechnologyAndHigherEducation +typeOf: dcid:StatisticalVariable +populationType: dcid:School +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Jumlah Sekolah SMA (Negeri)@id" +establishmentOwnership: dcid:LocalGovernmentOwned +schoolGradeLevel: dcid:HighSchool +schoolManagement: dcid:UnderMinistryOfResearchTechnologyAndHigherEducation + +Node: dcid:Count_School_LocalGovernmentOwnedOrPrivatelyOwnedEstablishment_HighSchool_UnderMinistryOfResearchTechnologyAndHigherEducation +typeOf: dcid:StatisticalVariable +populationType: dcid:School +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Jumlah Sekolah SMA (Negeri+Swasta)@id" +establishmentOwnership: dcid:LocalGovernmentOwned__PrivatelyOwned +schoolGradeLevel: dcid:HighSchool +schoolManagement: dcid:UnderMinistryOfResearchTechnologyAndHigherEducation + +Node: dcid:Count_School_PrivatelyOwnedEstablishment_HighSchool_UnderMinistryOfResearchTechnologyAndHigherEducation +typeOf: dcid:StatisticalVariable +populationType: dcid:School +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Jumlah Sekolah SMA (Swasta)@id" +establishmentOwnership: dcid:PrivatelyOwned +schoolGradeLevel: dcid:HighSchool +schoolManagement: dcid:UnderMinistryOfResearchTechnologyAndHigherEducation + +Node: dcid:Count_Student_LocalGovernmentOwnedEstablishment_HighSchool_UnderMinistryOfResearchTechnologyAndHigherEducation +typeOf: dcid:StatisticalVariable +populationType: dcid:Student +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Jumlah Murid SMA (Negeri)@id" +establishmentOwnership: dcid:LocalGovernmentOwned +schoolGradeLevel: dcid:HighSchool +schoolManagement: dcid:UnderMinistryOfResearchTechnologyAndHigherEducation + +Node: dcid:Count_Student_LocalGovernmentOwnedOrPrivatelyOwnedEstablishment_HighSchool_UnderMinistryOfResearchTechnologyAndHigherEducation +typeOf: dcid:StatisticalVariable +populationType: dcid:Student +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Jumlah Murid SMA (Negeri+Swasta)@id" +establishmentOwnership: dcid:LocalGovernmentOwned__PrivatelyOwned +schoolGradeLevel: dcid:HighSchool +schoolManagement: dcid:UnderMinistryOfResearchTechnologyAndHigherEducation + +Node: dcid:Count_Student_PrivatelyOwnedEstablishment_HighSchool_UnderMinistryOfResearchTechnologyAndHigherEducation +typeOf: dcid:StatisticalVariable +populationType: dcid:Student +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Jumlah Murid SMA (Swasta)@id" +establishmentOwnership: dcid:PrivatelyOwned +schoolGradeLevel: dcid:HighSchool +schoolManagement: dcid:UnderMinistryOfResearchTechnologyAndHigherEducation + +Node: dcid:Count_Teacher_LocalGovernmentOwnedEstablishment_HighSchool_UnderMinistryOfResearchTechnologyAndHigherEducation +typeOf: dcid:StatisticalVariable +populationType: dcid:Teacher +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Jumlah Guru SMA (Negeri)@id" +establishmentOwnership: dcid:LocalGovernmentOwned +schoolGradeLevel: dcid:HighSchool +schoolManagement: dcid:UnderMinistryOfResearchTechnologyAndHigherEducation + +Node: dcid:Count_Teacher_LocalGovernmentOwnedOrPrivatelyOwnedEstablishment_HighSchool_UnderMinistryOfResearchTechnologyAndHigherEducation +typeOf: dcid:StatisticalVariable +populationType: dcid:Teacher +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Jumlah Guru SMA (Negeri+Swasta)@id" +establishmentOwnership: dcid:LocalGovernmentOwned__PrivatelyOwned +schoolGradeLevel: dcid:HighSchool +schoolManagement: dcid:UnderMinistryOfResearchTechnologyAndHigherEducation + +Node: dcid:Count_Teacher_PrivatelyOwnedEstablishment_HighSchool_UnderMinistryOfResearchTechnologyAndHigherEducation +typeOf: dcid:StatisticalVariable +populationType: dcid:Teacher +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Jumlah Guru SMA (Swasta)@id" +establishmentOwnership: dcid:PrivatelyOwned +schoolGradeLevel: dcid:HighSchool +schoolManagement: dcid:UnderMinistryOfResearchTechnologyAndHigherEducation + +Node: dcid:Count_School_LocalGovernmentOwnedEstablishment_MadrasahTsanawiyah_UnderMinistryOfReligion +typeOf: dcid:StatisticalVariable +populationType: dcid:School +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Jumlah Sekolah MTs (Negeri)@id" +establishmentOwnership: dcid:LocalGovernmentOwned +levelOfSchool: dcid:MadrasahTsanawiyah +schoolManagement: dcid:UnderMinistryOfReligion + +Node: dcid:Count_School_LocalGovernmentOwnedOrPrivatelyOwnedEstablishment_MadrasahTsanawiyah_UnderMinistryOfReligion +typeOf: dcid:StatisticalVariable +populationType: dcid:School +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Jumlah Sekolah MTs (Negeri+Swasta)@id" +establishmentOwnership: dcid:LocalGovernmentOwned__PrivatelyOwned +levelOfSchool: dcid:MadrasahTsanawiyah +schoolManagement: dcid:UnderMinistryOfReligion + +Node: dcid:Count_School_PrivatelyOwnedEstablishment_MadrasahTsanawiyah_UnderMinistryOfReligion +typeOf: dcid:StatisticalVariable +populationType: dcid:School +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Jumlah Sekolah MTs (Swasta)@id" +establishmentOwnership: dcid:PrivatelyOwned +levelOfSchool: dcid:MadrasahTsanawiyah +schoolManagement: dcid:UnderMinistryOfReligion + +Node: dcid:Count_Student_LocalGovernmentOwnedEstablishment_MadrasahTsanawiyah_UnderMinistryOfReligion +typeOf: dcid:StatisticalVariable +populationType: dcid:Student +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Jumlah Murid MTs (Negeri)@id" +establishmentOwnership: dcid:LocalGovernmentOwned +levelOfSchool: dcid:MadrasahTsanawiyah +schoolManagement: dcid:UnderMinistryOfReligion + +Node: dcid:Count_Student_LocalGovernmentOwnedOrPrivatelyOwnedEstablishment_MadrasahTsanawiyah_UnderMinistryOfReligion +typeOf: dcid:StatisticalVariable +populationType: dcid:Student +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Jumlah Murid MTs (Negeri+Swasta)@id" +establishmentOwnership: dcid:LocalGovernmentOwned__PrivatelyOwned +levelOfSchool: dcid:MadrasahTsanawiyah +schoolManagement: dcid:UnderMinistryOfReligion + +Node: dcid:Count_Student_PrivatelyOwnedEstablishment_MadrasahTsanawiyah_UnderMinistryOfReligion +typeOf: dcid:StatisticalVariable +populationType: dcid:Student +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Jumlah Murid MTs (Swasta)@id" +establishmentOwnership: dcid:PrivatelyOwned +levelOfSchool: dcid:MadrasahTsanawiyah +schoolManagement: dcid:UnderMinistryOfReligion + +Node: dcid:Count_Teacher_LocalGovernmentOwnedEstablishment_MadrasahTsanawiyah_UnderMinistryOfReligion +typeOf: dcid:StatisticalVariable +populationType: dcid:Teacher +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Jumlah Guru MTs (Negeri)@id" +establishmentOwnership: dcid:LocalGovernmentOwned +levelOfSchool: dcid:MadrasahTsanawiyah +schoolManagement: dcid:UnderMinistryOfReligion + +Node: dcid:Count_Teacher_LocalGovernmentOwnedOrPrivatelyOwnedEstablishment_MadrasahTsanawiyah_UnderMinistryOfReligion +typeOf: dcid:StatisticalVariable +populationType: dcid:Teacher +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Jumlah Guru MTs (Negeri+Swasta)@id" +establishmentOwnership: dcid:LocalGovernmentOwned__PrivatelyOwned +levelOfSchool: dcid:MadrasahTsanawiyah +schoolManagement: dcid:UnderMinistryOfReligion + +Node: dcid:Count_Teacher_PrivatelyOwnedEstablishment_MadrasahTsanawiyah_UnderMinistryOfReligion +typeOf: dcid:StatisticalVariable +populationType: dcid:Teacher +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Jumlah Guru MTs (Swasta)@id" +establishmentOwnership: dcid:PrivatelyOwned +levelOfSchool: dcid:MadrasahTsanawiyah +schoolManagement: dcid:UnderMinistryOfReligion + +Node: dcid:Count_School_LocalGovernmentOwnedEstablishment_VocationalSchool_UnderMinistryOfResearchTechnologyAndHigherEducation +typeOf: dcid:StatisticalVariable +populationType: dcid:School +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Jumlah Sekolah SMK (Negeri)@id" +establishmentOwnership: dcid:LocalGovernmentOwned +levelOfSchool: dcid:VocationalSchool +schoolManagement: dcid:UnderMinistryOfResearchTechnologyAndHigherEducation + +Node: dcid:Count_School_LocalGovernmentOwnedOrPrivatelyOwnedEstablishment_VocationalSchool_UnderMinistryOfResearchTechnologyAndHigherEducation +typeOf: dcid:StatisticalVariable +populationType: dcid:School +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Jumlah Sekolah SMK (Negeri+Swasta)@id" +establishmentOwnership: dcid:LocalGovernmentOwned__PrivatelyOwned +levelOfSchool: dcid:VocationalSchool +schoolManagement: dcid:UnderMinistryOfResearchTechnologyAndHigherEducation + +Node: dcid:Count_School_PrivatelyOwnedEstablishment_VocationalSchool_UnderMinistryOfResearchTechnologyAndHigherEducation +typeOf: dcid:StatisticalVariable +populationType: dcid:School +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Jumlah Sekolah SMK (Swasta)@id" +establishmentOwnership: dcid:PrivatelyOwned +levelOfSchool: dcid:VocationalSchool +schoolManagement: dcid:UnderMinistryOfResearchTechnologyAndHigherEducation + +Node: dcid:Count_Student_LocalGovernmentOwnedEstablishment_VocationalSchool_UnderMinistryOfResearchTechnologyAndHigherEducation +typeOf: dcid:StatisticalVariable +populationType: dcid:Student +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Jumlah Murid SMK (Negeri)@id" +establishmentOwnership: dcid:LocalGovernmentOwned +levelOfSchool: dcid:VocationalSchool +schoolManagement: dcid:UnderMinistryOfResearchTechnologyAndHigherEducation + +Node: dcid:Count_Student_LocalGovernmentOwnedOrPrivatelyOwnedEstablishment_VocationalSchool_UnderMinistryOfResearchTechnologyAndHigherEducation +typeOf: dcid:StatisticalVariable +populationType: dcid:Student +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Jumlah Murid SMK (Negeri+Swasta)@id" +establishmentOwnership: dcid:LocalGovernmentOwned__PrivatelyOwned +levelOfSchool: dcid:VocationalSchool +schoolManagement: dcid:UnderMinistryOfResearchTechnologyAndHigherEducation + +Node: dcid:Count_Student_PrivatelyOwnedEstablishment_VocationalSchool_UnderMinistryOfResearchTechnologyAndHigherEducation +typeOf: dcid:StatisticalVariable +populationType: dcid:Student +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Jumlah Murid SMK (Swasta)@id" +establishmentOwnership: dcid:PrivatelyOwned +levelOfSchool: dcid:VocationalSchool +schoolManagement: dcid:UnderMinistryOfResearchTechnologyAndHigherEducation + +Node: dcid:Count_Teacher_LocalGovernmentOwnedEstablishment_VocationalSchool_UnderMinistryOfResearchTechnologyAndHigherEducation +typeOf: dcid:StatisticalVariable +populationType: dcid:Teacher +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Jumlah Guru SMK (Negeri)@id" +establishmentOwnership: dcid:LocalGovernmentOwned +levelOfSchool: dcid:VocationalSchool +schoolManagement: dcid:UnderMinistryOfResearchTechnologyAndHigherEducation + +Node: dcid:Count_Teacher_LocalGovernmentOwnedOrPrivatelyOwnedEstablishment_VocationalSchool_UnderMinistryOfResearchTechnologyAndHigherEducation +typeOf: dcid:StatisticalVariable +populationType: dcid:Teacher +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Jumlah Guru SMK (Negeri+Swasta)@id" +establishmentOwnership: dcid:LocalGovernmentOwned__PrivatelyOwned +levelOfSchool: dcid:VocationalSchool +schoolManagement: dcid:UnderMinistryOfResearchTechnologyAndHigherEducation + +Node: dcid:Count_Teacher_PrivatelyOwnedEstablishment_VocationalSchool_UnderMinistryOfResearchTechnologyAndHigherEducation +typeOf: dcid:StatisticalVariable +populationType: dcid:Teacher +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Jumlah Guru SMK (Swasta)@id" +establishmentOwnership: dcid:PrivatelyOwned +levelOfSchool: dcid:VocationalSchool +schoolManagement: dcid:UnderMinistryOfResearchTechnologyAndHigherEducation + +Node: dcid:Annual_Count_MedicalConditionIncident +typeOf: dcid:StatisticalVariable +populationType: dcid:MedicalConditionIncident +measuredProperty: dcid:count +measurementQualifier: dcid:Annual +statType: dcid:measuredValue + +Node: dcid:Annual_Count_MedicalConditionIncident_AIDS_ConfirmedCase +typeOf: dcid:StatisticalVariable +populationType: dcid:MedicalConditionIncident +measuredProperty: dcid:count +measurementQualifier: dcid:Annual +statType: dcid:measuredValue +alternateName: "AIDS Jumlah Kasus@id" +incidentType: dcid:AIDS +medicalStatus: dcid:ConfirmedCase + +Node: dcid:Annual_Count_MedicalConditionIncident_AIDS_ConfirmedCase_AsAFractionOf_Annual_Count_MedicalConditionIncident +typeOf: dcid:StatisticalVariable +populationType: dcid:MedicalConditionIncident +measuredProperty: dcid:count +measurementQualifier: dcid:Annual +statType: dcid:measuredValue +measurementDenominator: dcid:Annual_Count_MedicalConditionIncident +alternateName: "AIDS Angka Kumulatif Kasus@id" +incidentType: dcid:AIDS +medicalStatus: dcid:ConfirmedCase + +Node: dcid:Annual_Count_MedicalConditionIncident_AIDS_NewlyConfirmedCase +typeOf: dcid:StatisticalVariable +populationType: dcid:MedicalConditionIncident +measuredProperty: dcid:count +measurementQualifier: dcid:Annual +statType: dcid:measuredValue +alternateName: "AIDS Kasus Baru@id" +incidentType: dcid:AIDS +medicalStatus: dcid:NewlyConfirmedCase + +Node: dcid:Annual_Count_MedicalConditionIncident_AIDS_PatientDeceased +typeOf: dcid:StatisticalVariable +populationType: dcid:MedicalConditionIncident +measuredProperty: dcid:count +measurementQualifier: dcid:Annual +statType: dcid:measuredValue +alternateName: "AIDS Meninggal@id" +incidentType: dcid:AIDS +medicalStatus: dcid:PatientDeceased + +Node: dcid:Annual_CumulativeCount_MedicalConditionIncident_AIDS_ConfirmedCase +typeOf: dcid:StatisticalVariable +populationType: dcid:MedicalConditionIncident +measuredProperty: dcid:cumulativeCount +measurementQualifier: dcid:Annual +statType: dcid:measuredValue +alternateName: "AIDS Kasus Kumulatif@id" +incidentType: dcid:AIDS +medicalStatus: dcid:ConfirmedCase + +Node: dcid:Percent_Person_CountPerson15OrMoreYears_TobaccoSmoking +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:percent +statType: dcid:measuredValue +age: dcid:Count_Person_15OrMoreYears +alternateName: "Population Aged 15 Years Smoke Tobacco@id" +healthBehavior: dcid:TobaccoSmoking + +Node: dcid:Count_CollegeOrUniversity_LocalGovernmentOwnedEstablishment_UnderMinistryOfResearchTechnologyAndHigherEducation +typeOf: dcid:StatisticalVariable +populationType: dcid:CollegeOrUniversity +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Jumlah Perguruan Tinggi di Bawah Kementerian Riset, Teknologi dan Pendidikan Tinggi - Negeri@id" +establishmentOwnership: dcid:LocalGovernmentOwned +schoolManagement: dcid:UnderMinistryOfResearchTechnologyAndHigherEducation + +Node: dcid:Count_CollegeOrUniversity_LocalGovernmentOwnedOrPrivatelyOwnedEstablishment_UnderMinistryOfResearchTechnologyAndHigherEducation +typeOf: dcid:StatisticalVariable +populationType: dcid:CollegeOrUniversity +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Jumlah Perguruan Tinggi di Bawah Kementerian Riset, Teknologi dan Pendidikan Tinggi - Negeri + Swasta@id" +establishmentOwnership: dcid:LocalGovernmentOwned__PrivatelyOwned +schoolManagement: dcid:UnderMinistryOfResearchTechnologyAndHigherEducation + +Node: dcid:Count_CollegeOrUniversity_PrivatelyOwnedEstablishment_UnderMinistryOfResearchTechnologyAndHigherEducation +typeOf: dcid:StatisticalVariable +populationType: dcid:CollegeOrUniversity +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Jumlah Perguruan Tinggi di Bawah Kementerian Riset, Teknologi dan Pendidikan Tinggi - Swasta@id" +establishmentOwnership: dcid:PrivatelyOwned +schoolManagement: dcid:UnderMinistryOfResearchTechnologyAndHigherEducation + +Node: dcid:Count_Student_LocalGovernmentOwnedEstablishment_UnderMinistryOfResearchTechnologyAndHigherEducation +typeOf: dcid:StatisticalVariable +populationType: dcid:Student +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Jumlah Mahasiswa di Bawah Kementerian Riset, Teknologi dan Pendidikan Tinggi - Negeri@id" +establishmentOwnership: dcid:LocalGovernmentOwned +schoolManagement: dcid:UnderMinistryOfResearchTechnologyAndHigherEducation + +Node: dcid:Count_Student_LocalGovernmentOwnedOrPrivatelyOwnedEstablishment_UnderMinistryOfResearchTechnologyAndHigherEducation +typeOf: dcid:StatisticalVariable +populationType: dcid:Student +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Jumlah Mahasiswa di Bawah Kementerian Riset, Teknologi dan Pendidikan Tinggi - Negeri + Swasta@id" +establishmentOwnership: dcid:LocalGovernmentOwned__PrivatelyOwned +schoolManagement: dcid:UnderMinistryOfResearchTechnologyAndHigherEducation + +Node: dcid:Count_Student_PrivatelyOwnedEstablishment_UnderMinistryOfResearchTechnologyAndHigherEducation +typeOf: dcid:StatisticalVariable +populationType: dcid:Student +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Jumlah Mahasiswa di Bawah Kementerian Riset, Teknologi dan Pendidikan Tinggi - Swasta@id" +establishmentOwnership: dcid:PrivatelyOwned +schoolManagement: dcid:UnderMinistryOfResearchTechnologyAndHigherEducation + +Node: dcid:Count_Teacher_LocalGovernmentOwnedEstablishment_UnderMinistryOfResearchTechnologyAndHigherEducation +typeOf: dcid:StatisticalVariable +populationType: dcid:Teacher +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Jumlah Pendidik di Bawah Kemenristekdikti - Negara@id" +establishmentOwnership: dcid:LocalGovernmentOwned +schoolManagement: dcid:UnderMinistryOfResearchTechnologyAndHigherEducation + +Node: dcid:Count_Teacher_LocalGovernmentOwnedOrPrivatelyOwnedEstablishment_UnderMinistryOfResearchTechnologyAndHigherEducation +typeOf: dcid:StatisticalVariable +populationType: dcid:Teacher +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Pendidik di Bawah Kementerian Riset, Teknologi, dan Pendidikan Tinggi - Negeri + Swasta@id" +establishmentOwnership: dcid:LocalGovernmentOwned__PrivatelyOwned +schoolManagement: dcid:UnderMinistryOfResearchTechnologyAndHigherEducation + +Node: dcid:Count_Teacher_PrivatelyOwnedEstablishment_UnderMinistryOfResearchTechnologyAndHigherEducation +typeOf: dcid:StatisticalVariable +populationType: dcid:Teacher +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Pendidik di Bawah Kemenristekdikti - Swasta@id" +establishmentOwnership: dcid:PrivatelyOwned +schoolManagement: dcid:UnderMinistryOfResearchTechnologyAndHigherEducation + +Node: dcid:Count_Person_15To49Year_Female_Married +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [15 49 Years] +alternateName: "Married Women Aged 15-49 Using Contraception@id" +gender: dcid:Female +maritalStatus: dcid:Married + +Node: dcid:Count_Person_15To49Years_ContraceptionMethod_Female_Married_AsAFractionOf_Count_Person_15To49Year_Female_Married +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_15To49Year_Female_Married +age: [15 49 Years] +alternateName: "Married Women Aged 15-49 Using Contraception@id" +birthControlMethod: dcid:ContraceptionMethod +gender: dcid:Female +maritalStatus: dcid:Married + +Node: dcid:Count_MedicalConditionIncident_ConditionDengueHemorrhagicFever +typeOf: dcid:StatisticalVariable +populationType: dcid:MedicalConditionIncident +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "DHF Diseases@id" +medicalCondition: dcid:DengueHemorrhagicFever + +Node: dcid:Count_MedicalConditionIncident_ConditionDiarrhea +typeOf: dcid:StatisticalVariable +populationType: dcid:MedicalConditionIncident +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Diarrhea Diseases@id" +medicalCondition: dcid:Diarrhea + +Node: dcid:Count_MedicalConditionIncident_ConditionLeprosy +typeOf: dcid:StatisticalVariable +populationType: dcid:MedicalConditionIncident +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Leprosy Diseases@id" +medicalCondition: dcid:Leprosy + +Node: dcid:Count_MedicalConditionIncident_ConditionMalaria +typeOf: dcid:StatisticalVariable +populationType: dcid:MedicalConditionIncident +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Malaria Diseases@id" +medicalCondition: dcid:Malaria + +Node: dcid:Count_MedicalConditionIncident_ConditionMeasles +typeOf: dcid:StatisticalVariable +populationType: dcid:MedicalConditionIncident +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Measles Diseases@id" +medicalCondition: dcid:Measles + +Node: dcid:Count_MedicalConditionIncident_ConditionPneumonia +typeOf: dcid:StatisticalVariable +populationType: dcid:MedicalConditionIncident +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Pneumonia Diseases@id" +medicalCondition: dcid:Pneumonia + +Node: dcid:Count_MedicalConditionIncident_ConditionTetanusNeonatorum +typeOf: dcid:StatisticalVariable +populationType: dcid:MedicalConditionIncident +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Tetanus Neonatorum Diseases@id" +medicalCondition: dcid:TetanusNeonatorum + +Node: dcid:Count_MedicalConditionIncident_ConditionTuberculosis +typeOf: dcid:StatisticalVariable +populationType: dcid:MedicalConditionIncident +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Tuberculosis Diseases@id" +medicalCondition: dcid:Tuberculosis + +Node: dcid:Count_HealthEstablishment_GeneralHospitals +typeOf: dcid:StatisticalVariable +populationType: dcid:HealthEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +name: "Total General Hospitals" +healthEstablishmentType: dcid:GeneralHospitals + +Node: dcid:Count_HealthEstablishment_PublicHealthCenters +typeOf: dcid:StatisticalVariable +populationType: dcid:HealthEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +name: "Total Public Health Centers" +healthEstablishmentType: dcid:PublicHealthCenters + +Node: dcid:Count_HealthEstablishment_SpecialHospitals +typeOf: dcid:StatisticalVariable +populationType: dcid:HealthEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +name: "Total Special Hospitals" +healthEstablishmentType: dcid:SpecialHospitals + +Node: dcid:Count_Person_Female_ConditionDiseasedPerson_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person +alternateName: "Persentase di PeremPuan yang Melaporkan Masalah Kesehatan@id" +gender: dcid:Female +medicalCondition: dcid:DiseasedPerson + +Node: dcid:Count_Person_Female_ConditionDiseasedPerson_Rural_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person +alternateName: "Persentase di PeremPuanPerdesaan yang Melaporkan Masalah Kesehatan@id" +gender: dcid:Female +medicalCondition: dcid:DiseasedPerson +placeOfResidenceClassification: dcid:Rural + +Node: dcid:Count_Person_Female_ConditionDiseasedPerson_Urban_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person +alternateName: "Persentase di PeremPuanPerkotaan yang Melaporkan Masalah Kesehatan@id" +gender: dcid:Female +medicalCondition: dcid:DiseasedPerson +placeOfResidenceClassification: dcid:Urban + +Node: dcid:Count_Person_Male_ConditionDiseasedPerson_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person +alternateName: "Persentase di LakaLaki yang Melaporkan Masalah Kesehatan@id" +gender: dcid:Male +medicalCondition: dcid:DiseasedPerson + +Node: dcid:Count_Person_Male_ConditionDiseasedPerson_Rural_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person +alternateName: "Persentase di LakaLakiPerdesaan yang Melaporkan Masalah Kesehatan@id" +gender: dcid:Male +medicalCondition: dcid:DiseasedPerson +placeOfResidenceClassification: dcid:Rural + +Node: dcid:Count_Person_Male_ConditionDiseasedPerson_Urban_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person +alternateName: "Persentase di LakaLakiPerkotaan yang Melaporkan Masalah Kesehatan@id" +gender: dcid:Male +medicalCondition: dcid:DiseasedPerson +placeOfResidenceClassification: dcid:Urban + +Node: dcid:LifeExpectancy_Person_Female +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:lifeExpectancy +statType: dcid:measuredValue +alternateName: "Life Expectancy Rate@id" +gender: dcid:Female + +Node: dcid:LifeExpectancy_Person_Male +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:lifeExpectancy +statType: dcid:measuredValue +alternateName: "Life Expectancy Rate@id" +gender: dcid:Male + +Node: dcid:Count_HealthEstablishment_Female_BPSOtherHealthEstablishments +typeOf: dcid:StatisticalVariable +populationType: dcid:HealthEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "BPS Badan Kesehatan Lainnya@id" +gender: dcid:Female +healthEstablishmentType: dcid:BPS_OtherHealthEstablishments + +Node: dcid:Count_HealthEstablishment_Female_BatraPractice +typeOf: dcid:StatisticalVariable +populationType: dcid:HealthEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Latihan Batra@id" +gender: dcid:Female +healthEstablishmentType: dcid:BatraPractice + +Node: dcid:Count_HealthEstablishment_Female_BirthAttendant +typeOf: dcid:StatisticalVariable +populationType: dcid:HealthEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Petugas Kelahiran@id" +gender: dcid:Female +healthEstablishmentType: dcid:BirthAttendant + +Node: dcid:Count_HealthEstablishment_Female_CommunityHealthCenter +typeOf: dcid:StatisticalVariable +populationType: dcid:HealthEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Pusat Kesehatan Masyarakat@id" +gender: dcid:Female +healthEstablishmentType: dcid:CommunityHealthCenter + +Node: dcid:Count_HealthEstablishment_Female_CommunityHealthResource +typeOf: dcid:StatisticalVariable +populationType: dcid:HealthEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Sumber Daya Kesehatan Masyarakat@id" +gender: dcid:Female +healthEstablishmentType: dcid:CommunityHealthResource + +Node: dcid:Count_HealthEstablishment_Female_DoctorsPracticeOrPolyclinic +typeOf: dcid:StatisticalVariable +populationType: dcid:HealthEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Poliklinik Praktek Dokter@id" +gender: dcid:Female +healthEstablishmentType: dcid:DoctorsPractice__Polyclinic + +Node: dcid:Count_HealthEstablishment_Female_GovernmentHospital +typeOf: dcid:StatisticalVariable +populationType: dcid:HealthEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Rumah Sakit Pemerintah@id" +gender: dcid:Female +healthEstablishmentType: dcid:GovernmentHospital + +Node: dcid:Count_HealthEstablishment_Female_HealthWorkerPractice +typeOf: dcid:StatisticalVariable +populationType: dcid:HealthEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Praktik Tenaga Kesehatan@id" +gender: dcid:Female +healthEstablishmentType: dcid:HealthWorkerPractice + +Node: dcid:Count_HealthEstablishment_Female_JointClinicOrDoctorPractice +typeOf: dcid:StatisticalVariable +populationType: dcid:HealthEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Klinik Bersama atau Praktek Dokter@id" +gender: dcid:Female +healthEstablishmentType: dcid:JointClinic__DoctorPractice + +Node: dcid:Count_HealthEstablishment_Female_PracticeTraditionalOrAlternativeMedicine +typeOf: dcid:StatisticalVariable +populationType: dcid:HealthEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Mempraktikkan pengobatan tradisional atau alternatif@id" +gender: dcid:Female +healthEstablishmentType: dcid:PracticeTraditional__AlternativeMedicine + +Node: dcid:Count_HealthEstablishment_Female_PracticingDoctorOrMidwife +typeOf: dcid:StatisticalVariable +populationType: dcid:HealthEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Praktik Dokter atau Bidan@id" +gender: dcid:Female +healthEstablishmentType: dcid:PracticingDoctor__Midwife + +Node: dcid:Count_HealthEstablishment_Female_PrivateHospital +typeOf: dcid:StatisticalVariable +populationType: dcid:HealthEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Rumah Sakit swasta@id" +gender: dcid:Female +healthEstablishmentType: dcid:PrivateHospital + +Node: dcid:Count_HealthEstablishment_Female_VillageMaternityClinicOrIntegratedServiceOrMedicalCenter +typeOf: dcid:StatisticalVariable +populationType: dcid:HealthEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Klinik Bersalin Desa dan Pelayanan Terpadu dan Pusat Kesehatan@id" +gender: dcid:Female +healthEstablishmentType: dcid:VillageMaternityClinic__IntegratedService__MedicalCenter + +Node: dcid:Count_HealthEstablishment_Male_BPSOtherHealthEstablishments +typeOf: dcid:StatisticalVariable +populationType: dcid:HealthEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "BPS Badan Kesehatan Lainnya@id" +gender: dcid:Male +healthEstablishmentType: dcid:BPS_OtherHealthEstablishments + +Node: dcid:Count_HealthEstablishment_Male_BatraPractice +typeOf: dcid:StatisticalVariable +populationType: dcid:HealthEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Latihan Batra@id" +gender: dcid:Male +healthEstablishmentType: dcid:BatraPractice + +Node: dcid:Count_HealthEstablishment_Male_BirthAttendant +typeOf: dcid:StatisticalVariable +populationType: dcid:HealthEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Petugas Kelahiran@id" +gender: dcid:Male +healthEstablishmentType: dcid:BirthAttendant + +Node: dcid:Count_HealthEstablishment_Male_CommunityHealthCenter +typeOf: dcid:StatisticalVariable +populationType: dcid:HealthEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Pusat Kesehatan Masyarakat@id" +gender: dcid:Male +healthEstablishmentType: dcid:CommunityHealthCenter + +Node: dcid:Count_HealthEstablishment_Male_CommunityHealthResource +typeOf: dcid:StatisticalVariable +populationType: dcid:HealthEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Sumber Daya Kesehatan Masyarakat@id" +gender: dcid:Male +healthEstablishmentType: dcid:CommunityHealthResource + +Node: dcid:Count_HealthEstablishment_Male_DoctorsPracticeOrPolyclinic +typeOf: dcid:StatisticalVariable +populationType: dcid:HealthEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Poliklinik Praktek Dokter@id" +gender: dcid:Male +healthEstablishmentType: dcid:DoctorsPractice__Polyclinic + +Node: dcid:Count_HealthEstablishment_Male_GovernmentHospital +typeOf: dcid:StatisticalVariable +populationType: dcid:HealthEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Rumah Sakit Pemerintah@id" +gender: dcid:Male +healthEstablishmentType: dcid:GovernmentHospital + +Node: dcid:Count_HealthEstablishment_Male_HealthWorkerPractice +typeOf: dcid:StatisticalVariable +populationType: dcid:HealthEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Praktik Tenaga Kesehatan@id" +gender: dcid:Male +healthEstablishmentType: dcid:HealthWorkerPractice + +Node: dcid:Count_HealthEstablishment_Male_JointClinicOrDoctorPractice +typeOf: dcid:StatisticalVariable +populationType: dcid:HealthEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Klinik Bersama atau Praktek Dokter@id" +gender: dcid:Male +healthEstablishmentType: dcid:JointClinic__DoctorPractice + +Node: dcid:Count_HealthEstablishment_Male_PracticeTraditionalOrAlternativeMedicine +typeOf: dcid:StatisticalVariable +populationType: dcid:HealthEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Mempraktikkan pengobatan tradisional atau alternatif@id" +gender: dcid:Male +healthEstablishmentType: dcid:PracticeTraditional__AlternativeMedicine + +Node: dcid:Count_HealthEstablishment_Male_PracticingDoctorOrMidwife +typeOf: dcid:StatisticalVariable +populationType: dcid:HealthEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Praktik Dokter atau Bidan@id" +gender: dcid:Male +healthEstablishmentType: dcid:PracticingDoctor__Midwife + +Node: dcid:Count_HealthEstablishment_Male_PrivateHospital +typeOf: dcid:StatisticalVariable +populationType: dcid:HealthEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Rumah Sakit swasta@id" +gender: dcid:Male +healthEstablishmentType: dcid:PrivateHospital + +Node: dcid:Count_HealthEstablishment_Male_VillageMaternityClinicOrIntegratedServiceOrMedicalCenter +typeOf: dcid:StatisticalVariable +populationType: dcid:HealthEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Klinik Bersalin Desa dan Pelayanan Terpadu dan Pusat Kesehatan@id" +gender: dcid:Male +healthEstablishmentType: dcid:VillageMaternityClinic__IntegratedService__MedicalCenter + +Node: dcid:Count_HealthEstablishment_WithUnmetNeed +typeOf: dcid:StatisticalVariable +populationType: dcid:HealthEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "Unmet Need of Health@id" +healthServiceType: dcid:WithUnmetNeed