diff --git a/core/WorldDevelopmentIndicators.mcf b/core/WorldDevelopmentIndicators.mcf index d39e40fc4..1aeb34779 100644 --- a/core/WorldDevelopmentIndicators.mcf +++ b/core/WorldDevelopmentIndicators.mcf @@ -253,8 +253,8 @@ name: "medicalCondition" typeOf: schema:Property description: "A medical condition is a broad term that includes all diseases and disorders." descriptionUrl: "https://en.wikipedia.org/wiki/Lists_of_diseases" -domainIncludes: schema:Person, dcs:Disease -rangeIncludes: dcs:MedicalConditionIncidentTypeEnum, dcs:Disease, dcs:HealthOutcomeEnum +domainIncludes: schema:Person, dcs:Disease, dcs:WHO/PregnantWomen, dcs:MedicalConditionIncident +rangeIncludes: dcs:MedicalConditionIncidentTypeEnum, dcs:Disease, dcs:HealthOutcomeEnum, dcs:ICD10_113CausesOfDeath Node: dcid:Alcohol name: "Alcohol (Drug)" diff --git a/core/census_properties.mcf b/core/census_properties.mcf index 29db67589..c5330926c 100644 --- a/core/census_properties.mcf +++ b/core/census_properties.mcf @@ -85,7 +85,7 @@ dcid: "healthInsurance" name: "healthInsurance" description: "This property describes the status of Health Insurance of a person" rangeIncludes: dcs:USC_HealthInsuranceEnum -domainIncludes: schema:Person +domainIncludes: schema:Person, schema:Household Node: homeValue typeOf: schema:Property @@ -203,7 +203,8 @@ Node: levelOfSchool dcid: "levelOfSchool" name: "levelOfSchool" typeOf: schema:Property -rangeIncludes: dcs:USC_LevelOfSchoolEnum +rangeIncludes: dcs:USC_LevelOfSchoolEnum, dcs:SecondarySchool +domainIncludes: dcs:Student Node: maritalStatus dcid: "maritalStatus" @@ -395,14 +396,14 @@ Node: dcid:facilities typeOf: schema:Property name: "facilities" description: "Facilities available in a building, e.g. plumbing facilities, kitchen facilities." -domainIncludes: dcs:HousingUnit +domainIncludes: dcs:HousingUnit, dcs:Household, dcs:Place, dcs:Person, dcs:Households, dcs:Village, dcs:MunicipalWard, dcs:Place, dcs:Households, dcs:Person rangeIncludes: dcs:USC_FacilitiesEnum Node: dcid:internetAccessStatus typeOf: schema:Property name: "internetAccessStatus" description: "The status of a household's internet access." -domainIncludes: dcs:Household +domainIncludes: dcs:Household, dcs:Person rangeIncludes: dcs:USC_InternetAccessStatusEnum Node: dcid:periodOfMilitaryService diff --git a/core/dcschema.mcf b/core/dcschema.mcf index 3a0d8aa37..ba4359799 100644 --- a/core/dcschema.mcf +++ b/core/dcschema.mcf @@ -496,7 +496,7 @@ rangeIncludes: schema:Text Node: crimeType dcid: "crimeType" domainIncludes: schema:CriminalActivities, dcs:CriminalIncidents -rangeIncludes: schema:CrimeTypeEnum +rangeIncludes: schema:CrimeTypeEnum, schema:ViolentCrimeTypeEnum typeOf: schema:Property name: "crimeType" @@ -2508,8 +2508,8 @@ typeOf: schema:Property name: "incidentType" Node: dcid:medicalStatus -rangeIncludes: dcs:MedicalStatusEnum -domainIncludes: dcs:MedicalConditionIncident +rangeIncludes: dcs:MedicalStatusEnum, dcs:MedicalEventEnum +domainIncludes: dcs:MedicalConditionIncident, dcs:BirthEvent typeOf: schema:Property name: "medicalStatus" description: "Used to indicate the status of a medical condition incident." @@ -2804,6 +2804,7 @@ rangeIncludes: dcs:USC_WorkStatusEnum Node: dcid:vaccineType name: "vaccineType" rangeIncludes: dcs:VaccineTypeEnum +domainIncludes: dcs:Person typeOf: schema:Property Node: dcid:VaccineTypeEnum @@ -2837,7 +2838,7 @@ descriptionUrl: "https://en.wikipedia.org/wiki/Vaccine" Node: dcid:vaccineStatus name: "vaccineStatus" typeOf: schema:Property -domainIncludes: dcs:Vaccine +domainIncludes: dcs:Vaccine, dcs:Person rangeIncludes: dcs:VaccineStatusEnum Node: dcid:closeMatch @@ -3162,6 +3163,7 @@ description: "The geo granularity at which a variable has data for" Node: dcid:ageGroupClassification name: "ageGroupClassification" rangeIncludes: dcs:AgeGroupClassificationEnum +domainIncludes: dcs:Person typeOf: schema:Property description: "People classified based on their age group." descriptionUrl: "https://www.nih.gov/nih-style-guide/age" @@ -3280,3 +3282,117 @@ name: "consumerPriceIndexWeight" description: "The CPI measures the change in the cost of living from one period to the next.Household spending weights are used to average the changes in component goods and services into the All-items index." 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: dcid:benefitStatus +typeOf: dcs:Property +name: "benefitStatus" +domainIncludes: dcid:Household +isProvisional: dcs:True + +Node: dcid:employer +typeOf: dcs:Property +name: "employer" +domainIncludes: dcid:Person +rangeIncludes: dcid:Class +isProvisional: dcs:True + +Node: dcid:assessmentLevel +typeOf: dcs:Property +name: "assessmentLevel" +domainIncludes: dcid:Student +rangeIncludes: dcid:AssessmentLevelEnum +isProvisional: dcs:True + +Node: dcid:qualificationStatus +typeOf: dcs:Property +name: "qualificationStatus" +domainIncludes: dcid:Teacher +rangeIncludes: dcid:QualificationStatusEnum +isProvisional: dcs:True + +Node: dcid:placeofResidenceClassification +typeOf: dcs:Property +name: "placeofResidenceClassification" +domainIncludes: dcid:Household,dcid:Place +rangeIncludes: dcid:LocationClassificationEnum,dcid:HumanSettlementClassificationEnum +isProvisional: dcs:True + +Node: dcid:placeType +typeOf: dcs:Property +name: "placeType" +domainIncludes: dcid:Place +rangeIncludes: dcid:PlaceTypeEnum +isProvisional: dcs:True + +Node: dcid:socialCondition +typeOf: dcs:Property +name: "socialCondition" +domainIncludes: dcid:Place +rangeIncludes: dcid:SocialConditionEnum +isProvisional: dcs:True + +Node: dcid:generatedSewage +typeOf: dcs:Property +name: "generatedSewage" +rangeIncludes: dcid:GeneratedSewageEnum +domainIncludes: schema:Place +isProvisional: dcs:True + +Node: dcid:demand +typeOf: dcs:Property +name: "demand" +domainIncludes:House +isProvisional: dcs:True + +Node: dcid:reserve +typeOf: dcid:Property +name: "reserve" +domainIncludes: schema:Water +isProvisional: dcs:True + +Node: dcid:indexScore +typeOf: dcs:Property +name: "indexScore" +domainIncludes: schema:Water, schema:Courthouse, schema:MaternalMortalityEvent, schema:MunicipalWard, schema:Household, schema:CriminalIncidents, schema:Households, schema:House, schema:WasteGenerated, schema:Student, schema:BirthEvent, schema:School, schema:Electricity, schema:MedicalConditionIncident, schema:MortalityEvent, schema:Person, schema:CriminalActivities, schema:Place +rangeIncludes: dcid:IndexScoreEnum +isProvisional: dcs:True + +Node: dcid:governmentId +typeOf: dcs:Property +name: "governmentId" +domainIncludes: dcid:Person +rangeIncludes: dcid:GovernmentIdEnum +isProvisional: dcs:True + +Node: dcid:registrationStatus +typeOf: dcs:Property +name: "registrationStatus" +domainIncludes: dcid:BirthEvent +rangeIncludes: dcid:RegistrationStatusEnum +isProvisional: dcs:True + +Node: dcid:processingStatus +typeOf: dcs:Property +name: "processingStatus" +domainIncludes: dcid:WasteGenerated +rangeIncludes: dcid:ProcessingStatusEnum +isProvisional: dcs:True + +Node: dcid:coverage +typeOf: dcs:Property +name: "coverage" +domainIncludes: dcid:MunicipalWard +rangeIncludes: dcid:QuantityRange +isProvisional: dcs:True + +Node: dcid:palmaRatio +typeOf: dcs:Property +name: "palmaRatio" +isProvisional: dcs:True + +Node: dcid:constructed +typeOf: dcs:Property +name: "constructed" +rangeIncludes: dcid:ConstructedEnum +domainIncludes:House +isProvisional: dcs:True diff --git a/core/dcschema_enum_classes.mcf b/core/dcschema_enum_classes.mcf index 1b5a79bc4..1cf75ed2e 100644 --- a/core/dcschema_enum_classes.mcf +++ b/core/dcschema_enum_classes.mcf @@ -502,3 +502,58 @@ Node: dcid:OneOrg_CurrencyEnum typeOf: schema:Class subClassOf: dcs:Enumeration name: "OneOrg_CurrencyEnum" + +Node: dcid:AssessmentLevelEnum +typeOf:Class +subClassOf: dcid:Enumeration +name:"AssessmentLevelEnum" + +Node: dcid:QualificationStatusEnum +typeOf:Class +subClassOf:Enumeration +name:"QualificationStatusEnum" + +Node: dcid:PlaceTypeEnum +typeOf:Class +subClassOf:Enumeration +name:"PlaceTypeEnum" + +Node: dcid:SocialConditionEnum +typeOf:Class +subClassOf:Enumeration +name:"SocialConditionEnum" + +Node: dcid:ConstructedEnum +typeOf:Class +subClassOf:Enumeration +name:"ConstructedEnum" + +Node: dcid:ProcessingStatusEnum +typeOf:Class +subClassOf:Enumeration +name:"ProcessingStatusEnum" + +Node: dcid:GovernmentIdEnum +typeOf:Class +subClassOf:Enumeration +name:"GovernmentIdEnum" + +Node:dcid:RegistrationStatusEnum +typeOf:Class +subClassOf:Enumeration +name:"RegistrationStatusEnum" + +Node:dcid:IndexScoreEnum +typeOf:Class +subClassOf:Enumeration +name:"IndexScoreEnum" + +Node: dcid:GeneratedSewageEnum +typeOf:Class +subClassOf:Enumeration +name:"GeneratedSewageEnum" + +Node: dcid:BenefitStatusEnum +typeOf: schema:Class +subClassOf: schema:Enumeration +name: "BenefitStatusEnum" diff --git a/core/dcschema_enum_instances.mcf b/core/dcschema_enum_instances.mcf index 4101cb400..5c9b0fd35 100644 --- a/core/dcschema_enum_instances.mcf +++ b/core/dcschema_enum_instances.mcf @@ -2750,3 +2750,250 @@ name: "Above 185 percent of Federal Poverty Line" Node: dcid:Below185PercentOfFederalPovertyLine typeOf: dcs:HouseholdIncomeEnum name: "Below 185 percent of Federal Poverty Line" + +Node:dcid:WithHealthScheme +typeOf: dcid:USC_HealthInsuranceEnum +name:"With Health Scheme" +isProvisional: dcs:True + +Node: dcid:WithHealthScheme__WithHealthInsurance +typeOf: dcid:USC_HealthInsuranceEnum +name: "With Health Scheme__ With Health Insurance" +isProvisional: dcs:True + +Node: dcid:EligibleSocialProtectionBenefitUnderMaternityBenefit +typeOf: dcid:BenefitsStatusEnum +name: "Eligible Social Protection Benefit Under Maternity Benefit" +isProvisional: dcs:True + +Node: dcid:ReceivingSocialProtectionBenefitUnderMaternityBenefit +typeOf: dcid:BenefitsStatusEnum +name: "Receiving Social Protection Benefit Under Maternity Benefit" +isProvisional: dcs:True + +Node: dcid:IndianRupeeUpto5000 +typeOf: dcid:Quantity +name: "Indian Rupee Upto 5000" +isProvisional: dcs:True + +Node: dcid:PublicDistributionSystem +typeOf: dcid:BenefitStatusEnum +name: "Public Distribution System" +isProvisional: dcs:True + +Node: dcid:Stunted +typeOf: dcid:MedicalConditionIncidentTypeEnum +name: "Stunted" +isProvisional: dcs:True + +Node: dcid:Anaemia +typeOf: dcid:MedicalConditionIncidentTypeEnum +name: "Anaemia" +isProvisional: dcs:True + +Node:dcid:CoraseCereal +typeOf:FarmInventoryTypeEnum +name:"CoraseCereal" +isProvisional: dcs:True + +Node: dcid:Rice__Wheat__CoraseCereal +typeOf: dcid:FarmInventoryTypeEnum +name: "Rice__ Wheat__ Corase Cereal" +isProvisional: dcs:True + +Node: dcid:BCG__Measles__Pentavalent +typeOf: dcid:VaccineTypeEnum +name: "BCG__ Measles__ Pentavalent" +isProvisional: dcs:True + +Node:dcid:Pentavalent +typeOf:VaccineTypeEnum +name:"Pentavalent" +isProvisional: dcs:True + +Node: dcid:Physician__NurseAndMidwives +typeOf: dcid:SOCv2018Enum +name: "Physician__ Nurse And Midwives" +isProvisional: dcs:True + +Node: dcid:NurseAndMidwives +typeOf:SOCv2018Enum +name:"NurseAndMidwives" +isProvisional: dcs:True + +Node: dcid:SchoolGrade1To10 +typeOf: dcid:SchoolLevelEnum +name: "School Grade 1To 10" +isProvisional: dcs:True + +Node: dcid:Language__Mathematics__EVS +typeOf: dcid:SchoolSubjectEnum +name: "Language__ Mathematics__ EVS" +isProvisional: dcs:True + +Node: dcid:EVS +typeOf:SchoolSubjectEnum +name:"Environmental Studies or Environmental Sciences" +isProvisional: dcs:True + +Node: dcid:Pass +typeOf: dcid:AssessmentLevelEnum +name: "Pass" +isProvisional: dcs:True + +Node: dcid:Language__Mathematics__Science_SocialScience +typeOf: dcid:SchoolSubjectEnum +name: "Language__ Mathematics__ Science_ Social Science" +isProvisional: dcs:True + +Node: dcid:SocialScience +typeOf: dcid:SchoolSubjectEnum +name:"SocialScience" +isProvisional: dcs:True + +Node: dcid:ProfessionallyQualified +typeOf: dcid:QualificationStatusEnum +name: "Professionally Qualified" +isProvisional: dcs:True + +Node: dcid:SpousalViolence +typeOf: dcid:CrimeTypeEnum +name: "Spousal Violence" +isProvisional: dcs:True + +Node: dcid:Legislator +typeOf: dcid:SOCv2018Enum +name: "Legislator" +isProvisional: dcs:True + +Node: dcid:Toilet +typeOf: dcid:USC_FacilitiesEnum +name: "Toilet" +isProvisional: dcs:True + +Node: dcid:District +typeOf: dcid:PlaceTypeEnum +name: "District" +isProvisional: dcs:True + +Node: dcid:OpenDefecationFree +typeOf: dcid:SocialConditionEnum +name: "Open Defecation Free" +isProvisional: dcs:True + +Node: dcid:SewageTreatement +typeOf: dcid:USC_FacilitiesEnum +name: "Sewage Treatement" +isProvisional: dcs:True + +Node: dcid:Renewables +typeOf: dcid:EnergySourceEnum +name: "Renewables" +isProvisional: dcs:True + +Node: dcid:ATM +typeOf: dcid:USC_FacilitiesEnum +name: "ATM" +isProvisional: dcs:True + +Node: dcid:Road +typeOf: dcid:USC_FacilitiesEnum +name: "Road" +isProvisional: dcs:True + +Node: dcid:MobileConnection +typeOf: dcid:USC_FacilitiesEnum +name: "Mobile Connection" +isProvisional: dcs:True + +Node: dcid:BharatNetBroadbandService +typeOf: dcid:USC_FacilitiesEnum +name: "Bharat Net Broadband Service" +isProvisional: dcs:True + +Node: dcid:UtilisedScheduledCasteSubPlanFund +typeOf: dcid:BenefitsStatusEnum +name: "Utilised Scheduled Caste Sub Plan Fund" +isProvisional: dcs:True + +Node: dcid:UtilisedTribalSubPlanFund +typeOf: dcid:BenefitsStatusEnum +name: "Utilised Tribal Sub Plan Fund" +isProvisional: dcs:True + +Node: dcid:PradhanMantriAwasYojana +typeOf: dcid:BenefitStatusEnum +name: "Pradhan Mantri Awas Yojana" +isProvisional: dcs:True + +Node: dcid:PradhanMantriGramSadakYojana +typeOf: dcid:BenefitsStatusEnum +name: "Pradhan Mantri Gram Sadak Yojana" +isProvisional: dcs:True + +Node: dcid:MunicipalWard +typeOf: dcid:CivicStructure +name: "Municipal Ward" +isProvisional: dcs:True + +Node: dcid:DoorToDoorWasteCollection +typeOf: dcid:USC_FacilitiesEnum +name: "Door To Door Waste Collection" +isProvisional: dcs:True + +Node: dcid:WasteGenerated +typeOf: dcid:USC_FacilitiesEnum +name: "Waste Generated" +isProvisional: dcs:True + +Node: dcid:Processed +typeOf: dcid:ProcessingStatusEnum +name: "Processed" +isProvisional: dcs:True + +Node: dcid:CrimeAgainstChildren +typeOf: dcid:CrimeTypeEnum +name: "Crime Against Children" +isProvisional: dcs:True + +Node: dcid:CorruptionCrime +typeOf: dcid:CrimeTypeEnum +name: "Corruption Crime" +isProvisional: dcs:True + +Node: dcid:Registered +typeOf: dcid:RegistrationStatusEnum +name: "Registered" +isProvisional: dcs:True + +Node: dcid:Aadhaar +typeOf: dcid:GovernmentIdEnum +name: "Aadhaar" +isProvisional: dcs:True + +Node:dcid:Wheat +typeOf:FarmInventoryTypeEnum +name:"Wheat" +isProvisional: dcs:True + +Node: dcid:Rice__Wheat +typeOf: dcid:FarmInventoryTypeEnum +name: "Rice__ Wheat" +isProvisional: dcs:True + +Node: dcid:NationalPovertyLine +typeOf:MeasurementMethodEnum +name:"NationalPovertyLine" + +Node: dcid:KilogramPerHectare +typeOf:UnitOfMeasure +name:"Kilogram Per Hectare" + +Node: dcid:MGNREGA_Unemployed +typeOf: dcid:EmploymentStatusEnum +name: "MGNREGA_ Unemployed" +isProvisional: dcs:True + +Node: dcid:StudentTeacherRatio +typeOf:UnitOfMeasure +name:"StudentTeacherRatio" diff --git a/core/edu.mcf b/core/edu.mcf index 47b26850e..3d74851ed 100644 --- a/core/edu.mcf +++ b/core/edu.mcf @@ -441,7 +441,7 @@ description: "Describes the lowest grade level offered by School, grade as defin Node: dcid:schoolGradeLevel typeOf: schema:Property name: "schoolGradeLevel" -rangeIncludes: dcs:SchoolGradeLevelEnum +rangeIncludes: dcs:SchoolGradeLevelEnum, dcs:ElementarySchool rangeIncludes: dcs:SchoolLevelEnum domainIncludes: dcs:Student description: "Describes the grade level of the student in school. For example, SchoolGrade2 defines the student to be in second grade." @@ -452,7 +452,7 @@ Node: dcid:studentTeacherRatio typeOf: schema:Property name: "studentTeacherRatio" rangeIncludes: schema:Number -domainIncludes: dcs:Student, dcs:Faculty +domainIncludes: dcs:Student, dcs:Faculty, dcs:School description: "Describes the ratio of student to teachers in the school" Node: dcid:schoolSubject @@ -1658,7 +1658,7 @@ description: "The language which is learned." Node: dcid:socialVulnerabilityStatus name: "socialVulnerabilityStatus" typeOf: schema:Property -domainIncludes: dcs:School, dcs:Student +domainIncludes: dcs:School, dcs:Student, dcs:Household rangeIncludes: dcs:SocialVulnerabilityStatusEnum description: "The potential negative effects on communities caused by external stresses on human." descriptionUrl: "https://www.atsdr.cdc.gov/placeandhealth/svi/index.html" diff --git a/core/energy.mcf b/core/energy.mcf index a9e4455e4..a7ba5b12f 100644 --- a/core/energy.mcf +++ b/core/energy.mcf @@ -80,7 +80,7 @@ name: "consumption" Node: dcid:expenditure typeOf: schema:Property rangeIncludes: schema:Quantity -domainIncludes: schema:Electricity, schema:Energy, schema:Fuel, schema:CommercialBuilding +domainIncludes: schema:Electricity, schema:Energy, schema:Fuel, schema:CommercialBuilding, schema:Household name: "expenditure" Node: dcid:retailPrice @@ -130,7 +130,7 @@ name: "salesRevenue" Node: dcid:capacity typeOf: schema:Property rangeIncludes: schema:Quantity -domainIncludes: schema:Electricity, schema:Energy, schema:EnergyGeneration, schema:Fuel +domainIncludes: schema:Electricity, schema:Energy, schema:EnergyGeneration, schema:Fuel, schema:Place name: "capacity" Node: dcid:outage @@ -2108,7 +2108,7 @@ Node: dcid:energySource name: "energySource" typeOf: schema:Property rangeIncludes: dcs:EnergySourceEnum -domainIncludes: dcs:PowerPlantUnit +domainIncludes: dcs:PowerPlantUnit, dcs:Electricity Node: dcid:primeMover name: "primeMover" @@ -2995,8 +2995,8 @@ rangeIncludes: schema:Quantity Node: dcid:electrifiedHouseholds typeOf: schema:Property name: "electrifiedHouseholds" -domainIncludes: schema:Electricity, dcs:Households -rangeIncludes: schema:Quantity +domainIncludes: schema:Electricity, dcs:Households, dcs:Household +rangeIncludes: schema:Quantity, schema:Household Node: dcid:IndiaEDM_UnspecifiedSector typeOf: dcs:EnergyConsumptionSectorEnum diff --git a/core/nsduh.mcf b/core/nsduh.mcf index 136ae92c3..756621d6c 100644 --- a/core/nsduh.mcf +++ b/core/nsduh.mcf @@ -362,8 +362,8 @@ domainIncludes: dcs:Person Node: dcid:placeOfResidenceClassification typeOf: schema:Property name: "placeOfResidenceClassification" -rangeIncludes: dcs:CountyClassificationEnum, dcs:HumanSettlementClassificationEnum -domainIncludes: dcs:Person, dcs:Place +rangeIncludes: dcs:CountyClassificationEnum, dcs:HumanSettlementClassificationEnum, dcs:LocationClassificationEnum +domainIncludes: dcs:Person, dcs:Place, dcs:Household Node: dcid:perceivedAvailabilityToObtain typeOf: schema:Property diff --git a/core/schema.mcf b/core/schema.mcf index 63bc00ba8..19b38d474 100644 --- a/core/schema.mcf +++ b/core/schema.mcf @@ -8371,7 +8371,7 @@ name: "lodgingUnitType" Node: gender dcid: "gender" typeOf: schema:Property -domainIncludes: schema:Person +domainIncludes: schema:Person, schema:BirthEvent name: "gender" rangeIncludes: schema:GenderType, dcs:SDG_SexEnum diff --git a/core/who_properties.mcf b/core/who_properties.mcf index a9700604e..d444e2066 100644 --- a/core/who_properties.mcf +++ b/core/who_properties.mcf @@ -204,7 +204,7 @@ rangeIncludes: dcs:HivHepatitisServicesAvailableEnum Node: dcid:occupation name: "occupation" typeOf: schema:Property -domainIncludes: dcs:Thing +domainIncludes: dcs:Thing, dcs:Person rangeIncludes: dcs:OccupationEnum, dcs:SOCv2018Enum Node: dcid:mainSubstanceAtTreatment diff --git a/stat_vars/india_sdg_statvar.mcf b/stat_vars/india_sdg_statvar.mcf new file mode 100644 index 000000000..39752ebb6 --- /dev/null +++ b/stat_vars/india_sdg_statvar.mcf @@ -0,0 +1,1030 @@ +Node: dcid:Annual_Count_MedicalConditionIncident_ConditionTuberculosis_AsAFractionOf_Annual_Count_Person +typeOf: dcid:StatisticalVariable +name: "Annual notification of Tuberculosis cases per 1 lakh population" +populationType: dcid:MedicalConditionIncident +measuredProperty: dcid:count +measurementQualifier: dcid:Annual +statType: dcid:measuredValue +measurementDenominator: dcid:Annual_Count_Person +medicalCondition: dcid:Tuberculosis + +Node: dcid:Annual_Count_Person +typeOf: dcid:StatisticalVariable +name: "Annual notification of Tuberculosis cases per 1 lakh population" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Annual +statType: dcid:measuredValue + +Node: dcid:Annual_Reserve_Water +typeOf: dcid:StatisticalVariable +name: "Annual ground water withdrawal against net annual availability (%)" +populationType: dcid:Water +measuredProperty: dcid:reserve +measurementQualifier: dcid:Annual +statType: dcid:measuredValue + +Node: dcid:Annual_WithdrawalRate_Water_AsAFractionOf_Annual_Reserve_Water +typeOf: dcid:StatisticalVariable +name: "Annual ground water withdrawal against net annual availability (%)" +populationType: dcid:Water +measuredProperty: dcid:withdrawalRate +measurementQualifier: dcid:Annual +statType: dcid:measuredValue +measurementDenominator: dcid:Annual_Reserve_Water + +Node: dcid:Capacity_Electricity +typeOf: dcid:StatisticalVariable +name: "Renewable share of installed generating capacity (%)" +populationType: dcid:Electricity +measuredProperty: dcid:capacity +statType: dcid:measuredValue + +Node: dcid:Capacity_Electricity_Renewables_AsAFractionOf_Capacity_Electricity +typeOf: dcid:StatisticalVariable +name: "Renewable share of installed generating capacity (%)" +populationType: dcid:Electricity +measuredProperty: dcid:capacity +statType: dcid:measuredValue +measurementDenominator: dcid:Capacity_Electricity +energySource: dcid:Renewables + +Node: dcid:Capacity_Place_SewageTreatement_Urban_AsAFractionOf_GeneratedSewage_Place_Urban +typeOf: dcid:StatisticalVariable +name: "Installed sewage treatment capacity as a proportion of sewage created in urban areas (%)" +populationType: dcid:Place +measuredProperty: dcid:capacity +statType: dcid:measuredValue +measurementDenominator: dcid:GeneratedSewage_Place_Urban +facilities: dcid:SewageTreatement +placeofResidenceClassification: dcid:Urban + +Node: dcid:Constructed_House_PradhanMantriAwasYojana_AsAFractionOf_Demand_House +typeOf: dcid:StatisticalVariable +name: "Houses completed under PMAY as a percentage of net demand assessment for houses" +populationType: dcid:House +measuredProperty: dcid:constructed +statType: dcid:measuredValue +measurementDenominator: dcid:Demand_House +benefitStatus: dcid:PradhanMantriAwasYojana + +Node: dcid:Count_BirthEvent_Female_LiveBirth_AsAFractionOf_Count_BirthEvent_LiveBirth_Male +typeOf: dcid:StatisticalVariable +name: "Sex Ratio at Birth (female per 1000 male)" +populationType: dcid:BirthEvent +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_BirthEvent_LiveBirth_Male +gender: dcid:Female +medicalStatus: dcid:LiveBirth + +Node: dcid:Count_BirthEvent_Registered_AsAFractionOf_Count_BirthEvent +typeOf: dcid:StatisticalVariable +name: "Births registered (%)" +populationType: dcid:BirthEvent +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_BirthEvent +registrationStatus: dcid:Registered + +Node: dcid:Count_BirthEvent_YearsUpto5_LiveBirth +typeOf: dcid:StatisticalVariable +name: "Under-five mortality rate per 1,000 live births" +populationType: dcid:BirthEvent +measuredProperty: dcid:count +statType: dcid:measuredValue +age: dcid:YearsUpto5 +medicalStatus: dcid:LiveBirth + +Node: dcid:Count_Courthouse_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +name: "Estimated number of courts per 10 Lakh persons" +populationType: dcid:Courthouse +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person + +Node: dcid:Count_CriminalIncidents_CorruptionCrime_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +name: "Estimated reported corruption crimes per 1 crore population" +populationType: dcid:CriminalIncidents +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person +crimeType: dcid:CorruptionCrime + +Node: dcid:Count_CriminalIncidents_CrimeAgainstChildren_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +name: "Reported cognizable crimes against children per 1 lakh population" +populationType: dcid:CriminalIncidents +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person +crimeType: dcid:CrimeAgainstChildren + +Node: dcid:Count_FarmInventory_RiceOrWheatOrCoraseCereal +typeOf: dcid:StatisticalVariable +name: "Rice, wheat and coarse cereals produced annually per unit area (Kg/Ha)" +populationType: dcid:FarmInventory +measuredProperty: dcid:count +statType: dcid:measuredValue +farmInventoryType: dcid:Rice__Wheat__CoraseCereal + +Node: dcid:Count_Household_BankAccount_AsAFractionOf_Count_Household +typeOf: dcid:StatisticalVariable +name: "Households with a bank account (%)" +populationType: dcid:Household +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Household +facilities: dcid:BankAccount + +Node: dcid:Count_Household_Homeless +typeOf: dcid:StatisticalVariable +name: "Number of homeless households per 10,000 households" +populationType: dcid:Household +measuredProperty: dcid:count +statType: dcid:measuredValue +socialVulnerabilityStatus: dcid:Homeless + +Node: dcid:Count_Household_PublicDistributionSystem_IncomeOfIndianRupeeUpto5000_Rural +typeOf: dcid:StatisticalVariable +name: "Ratio of rural households covered under public distribution system to rural households where monthly income of highest earning member is less than Rs.5,000" +populationType: dcid:Household +measuredProperty: dcid:count +statType: dcid:measuredValue +benefitStatus: dcid:PublicDistributionSystem +income: dcid:IndianRupeeUpto5000 +placeOfResidenceClassification: dcid:Rural + +Node: dcid:Count_Household_PublicDistributionSystem_IncomeOfIndianRupeeUpto5000_Rural_AsAFractionOf_Count_Household_PublicDistributionSystem_IncomeOfIndianRupeeUpto5000_Rural +typeOf: dcid:StatisticalVariable +name: "Ratio of rural households covered under public distribution system to rural households where monthly income of highest earning member is less than Rs.5,000" +populationType: dcid:Household +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Household_PublicDistributionSystem_IncomeOfIndianRupeeUpto5000_Rural +benefitStatus: dcid:PublicDistributionSystem +income: dcid:IndianRupeeUpto5000 +placeOfResidenceClassification: dcid:Rural + +Node: dcid:Count_Household_Road_AsAFractionOf_Count_Household +typeOf: dcid:StatisticalVariable +name: "Targeted habitations connected by all-weather roads under Pradhan Mantri Gram Sadak Yojana (%)" +populationType: dcid:Household +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Household +facilities: dcid:Road + +Node: dcid:Count_Household_Toilet_Rural_AsAFractionOf_Count_Household_Rural +typeOf: dcid:StatisticalVariable +name: "Rural households with individual household toilets (%)" +populationType: dcid:Household +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Household_Rural +facilities: dcid:Toilet +placeofResidenceClassification: dcid:Rural + +Node: dcid:Count_Household_WithHealthSchemeOrWithHealthInsurance_AsAFractionOf_Count_Household +typeOf: dcid:StatisticalVariable +name: "Households with any usual member covered by any health scheme or health insurance (%)" +populationType: dcid:Household +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Household +healthInsurance: dcid:WithHealthScheme__WithHealthInsurance + +Node: dcid:Count_MortalityEvent_YearsUpto5_AsAFractionOf_Count_BirthEvent_YearsUpto5_LiveBirth +typeOf: dcid:StatisticalVariable +name: "Under-five mortality rate per 1,000 live births" +populationType: dcid:MortalityEvent +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_BirthEvent_YearsUpto5_LiveBirth +age: dcid:YearsUpto5 + +Node: dcid:Count_MunicipalWard +typeOf: dcid:StatisticalVariable +name: "Wards with 100% door to door waste collection (%)" +populationType: dcid:MunicipalWard +measuredProperty: dcid:count +statType: dcid:measuredValue + +Node: dcid:Count_MunicipalWard_100Percent_DoorToDoorWasteCollection_AsAFractionOf_Count_MunicipalWard +typeOf: dcid:StatisticalVariable +name: "Wards with 100% door to door waste collection (%)" +populationType: dcid:MunicipalWard +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_MunicipalWard +coverage: [100 Percent] +facilities: dcid:DoorToDoorWasteCollection + +Node: dcid:Count_Person_15To49Years_Female_Married +typeOf: dcid:StatisticalVariable +name: "Married women aged 15-49 who have ever experienced spousal violence (%)" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [15 49 Years] +gender: dcid:Female +maritalStatus: dcid:Married + +Node: dcid:Count_Person_15To49Years_SpousalViolence_Female_Married_AsAFractionOf_Count_Person_15To49Years_Female_Married +typeOf: dcid:StatisticalVariable +name: "Married women aged 15-49 who have ever experienced spousal violence (%)" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_15To49Years_Female_Married +age: [15 49 Years] +crimeType: dcid:SpousalViolence +gender: dcid:Female +maritalStatus: dcid:Married + +Node: dcid:Count_Person_1To2Years +typeOf: dcid:StatisticalVariable +name: "Children aged 12-23 months fully immunized (BCG, Measles and three doses of Pentavalent vaccine) (%)" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [1 2 Years] + +Node: dcid:Count_Person_1To2Years_VaccineAdministered_BCGOrMeaslesOrPentavalent_AsAFractionOf_Count_Person_1To2Years +typeOf: dcid:StatisticalVariable +name: "Children aged 12-23 months fully immunized (BCG, Measles and three doses of Pentavalent vaccine) (%)" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_1To2Years +age: [1 2 Years] +vaccineStatus: dcid:VaccineAdministered +vaccineType: dcid:BCG__Measles__Pentavalent + +Node: dcid:Count_Person_6To13Years +typeOf: dcid:StatisticalVariable +name: "Children in the age group of 6-13 who are out of school (%)" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [6 13 Years] + +Node: dcid:Count_Person_6To13Years_NotEnrolledInSchool_AsAFractionOf_Count_Person_6To13Years +typeOf: dcid:StatisticalVariable +name: "Children in the age group of 6-13 who are out of school (%)" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_6To13Years +age: [6 13 Years] +schoolEnrollment: dcid:NotEnrolledInSchool + +Node: dcid:Count_Person_ATM_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +name: "Number of ATMs per 1,00,000 population" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person +facilities: dcid:ATM + +Node: dcid:Count_Person_Aadhaar_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +name: "Population covered under Aadhaar (%)" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person +governmentId: dcid:Aadhaar + +Node: dcid:Count_Person_EligibleSocialProtectionBenefitUnderMaternityBenefit +typeOf: dcid:StatisticalVariable +name: "Proportion of the population (out of total eligible population) receiving social protection benefits under Maternity Benefit" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +benefitsStatus: dcid:EligibleSocialProtectionBenefitUnderMaternityBenefit + +Node: dcid:Count_Person_Employed_AsAFractionOf_Count_Person_MGNREGAUnemployed +typeOf: dcid:StatisticalVariable +name: "Persons provided employment as a percentage of persons who demanded employment under MGNREGA (%)" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_MGNREGAUnemployed +employmentStatus: dcid:Employed + +Node: dcid:Count_Person_EnrolledInSchool_SchoolGrade1To10_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +name: "Adjusted Net Enrolment Ratio at Elementary (Class 1-8) and Secondary (Class 9-10) school (%)" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person +schoolEnrollment: dcid:EnrolledInSchool +schoolGradeLevel: dcid:SchoolGrade1To10 + +Node: dcid:Count_Person_Female_LegislatorOccupation_AsAFractionOf_Count_Person_LegislatorOccupation +typeOf: dcid:StatisticalVariable +name: "Seats won by women in the general elections to state legislative assembly (%)" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_LegislatorOccupation +gender: dcid:Female +occupation: dcid:Legislator + +Node: dcid:Count_Person_Government_PhysicianOrNurseAndMidwivesOccupation_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +name: "Number of governmental physicians, nurses and midwives per 1,00,000 population" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person +employer: dcid:Government +occupation: dcid:Physician__NurseAndMidwives + +Node: dcid:Count_Person_InLaborForce_Female_AsAFractionOf_Count_Person_InLaborForce_Male +typeOf: dcid:StatisticalVariable +name: "Ratio of Female Labour force participation rate to Male Labour force participation rate" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_InLaborForce_Male +employmentStatus: dcid:InLaborForce +gender: dcid:Female + +Node: dcid:Count_Person_InLaborForce_Transgender_AsAFractionOf_Count_Person_Male +typeOf: dcid:StatisticalVariable +name: "Ratio of Transgender Labour force participation rate to Male Labour force participation rate" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Male +employmentStatus: dcid:InLaborForce +gender: dcid:Transgender + +Node: dcid:Count_Person_LegislatorOccupation +typeOf: dcid:StatisticalVariable +name: "Seats won by women in the general elections to state legislative assembly (%)" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +occupation: dcid:Legislator + +Node: dcid:Count_Person_MGNREGAUnemployed +typeOf: dcid:StatisticalVariable +name: "Persons provided employment as a percentage of persons who demanded employment under MGNREGA (%)" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +employmentStatus: dcid:MGNREGA_Unemployed + +Node: dcid:Count_Person_MobileConnection_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +name: "Number of mobile connections per 100 persons in rural and urban area (Mobile Tele density)" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person +facilities: dcid:MobileConnection + +Node: dcid:Count_Person_ReceivingSocialProtectionBenefitUnderMaternityBenefit_AsAFractionOf_Count_Person_EligibleSocialProtectionBenefitUnderMaternityBenefit +typeOf: dcid:StatisticalVariable +name: "Proportion of the population (out of total eligible population) receiving social protection benefits under Maternity Benefit" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_EligibleSocialProtectionBenefitUnderMaternityBenefit +benefitsStatus: dcid:ReceivingSocialProtectionBenefitUnderMaternityBenefit + +Node: dcid:Count_Person_UtilisedScheduledCasteSubPlanFund_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +name: "Scheduled Caste Sub Plan fund utilised (%)" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person +benefitsStatus: dcid:UtilisedScheduledCasteSubPlanFund + +Node: dcid:Count_Person_UtilisedTribalSubPlanFund_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +name: "Tribal Sub Plan fund utilised (%)" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person +benefitsStatus: dcid:UtilisedTribalSubPlanFund + +Node: dcid:Count_Person_WithInternetSubscription_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +name: "Number of Internet Subscribers per 100 population" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person +internetAccessStatus: dcid:WithInternetSubscription + +Node: dcid:Count_Person_YearsUpto5_ConditionStunted_AsAFractionOf_Count_Person_Upto5Years +typeOf: dcid:StatisticalVariable +name: "Children under age 5 years who are stunted (%)" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Upto5Years +age: dcid:YearsUpto5 +medicalCondition: dcid:Stunted + +Node: dcid:Count_Place_District_OpenDefecationFree +typeOf: dcid:StatisticalVariable +name: "Districts verified to be Open Defecation Free (%)" +populationType: dcid:Place +measuredProperty: dcid:count +statType: dcid:measuredValue +placeType: dcid:District +socialCondition: dcid:OpenDefecationFree + +Node: dcid:Count_School_ElementarySchool +typeOf: dcid:StatisticalVariable +name: "Elementary and secondary schools with Pupil Teacher Ratio less than/equal to 30 (%)" +populationType: dcid:School +measuredProperty: dcid:count +statType: dcid:measuredValue +schoolGradeLevel: dcid:ElementarySchool + +Node: dcid:Count_School_ElementarySchool_StudentTeacherRatioUpto30_AsAFractionOf_Count_School_ElementarySchool +typeOf: dcid:StatisticalVariable +name: "Elementary and secondary schools with Pupil Teacher Ratio less than/equal to 30 (%)" +populationType: dcid:School +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_School_ElementarySchool +schoolGradeLevel: dcid:ElementarySchool +studentTeacherRatio: dcid:StudentTeacherRatioUpto30 + +Node: dcid:Count_Student_Pass_SchoolGrade5_LanguageOrMathematicsOrEVS +typeOf: dcid:StatisticalVariable +name: "Correct responses on Learning Outcomes in Language, Mathematics and EVS for Class 5 students (%)" +populationType: dcid:Student +measuredProperty: dcid:count +statType: dcid:measuredValue +assessmentLevel: dcid:Pass +schoolGradeLevel: dcid:SchoolGrade5 +schoolSubject: dcid:Language__Mathematics__EVS + +Node: dcid:Count_Student_Pass_SchoolGrade8_LanguageOrMathematicsOrScienceOrSocialScience +typeOf: dcid:StatisticalVariable +name: "Correct responses on Learning Outcomes in Language, Mathematics, Science and Social Science for Class 8 students (%)" +populationType: dcid:Student +measuredProperty: dcid:count +statType: dcid:measuredValue +assessmentLevel: dcid:Pass +schoolGradeLevel: dcid:SchoolGrade8 +schoolSubject: dcid:Language__Mathematics__Science__SocialScience + +Node: dcid:Count_Teacher_ProfessionallyQualified_AsAFractionOf_Count_Teacher +typeOf: dcid:StatisticalVariable +name: "School teachers professionally qualified (%)" +populationType: dcid:Teacher +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Teacher +qualificationStatus: dcid:ProfessionallyQualified + +Node: dcid:Count_Village +typeOf: dcid:StatisticalVariable +name: "Gram Panchayats covered under Bharat Net (%)" +populationType: dcid:Village +measuredProperty: dcid:count +statType: dcid:measuredValue + +Node: dcid:Count_Village_BharatNetBroadbandService_AsAFractionOf_Count_Village +typeOf: dcid:StatisticalVariable +name: "Gram Panchayats covered under Bharat Net (%)" +populationType: dcid:Village +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Village +facilities: dcid:BharatNetBroadbandService + +Node: dcid:Count_WHO/PregnantWomen_15To49Years +typeOf: dcid:StatisticalVariable +name: "Pregnant women aged 15-49 yrs who are anaemic (11.0g/dl) (%)" +populationType: dcid:WHO/PregnantWomen +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [15 49 Years] + +Node: dcid:Count_WHO/PregnantWomen_15To49Years_ConditionAnaemia_AsAFractionOf_Count_WHO/PregnantWomen_15To49Years +typeOf: dcid:StatisticalVariable +name: "Pregnant women aged 15-49 yrs who are anaemic (11.0g/dl) (%)" +populationType: dcid:WHO/PregnantWomen +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_WHO/PregnantWomen_15To49Years +age: [15 49 Years] +medicalCondition: dcid:Anaemia + +Node: dcid:Count_WasteGenerated +typeOf: dcid:StatisticalVariable +name: "Waste processed (%)" +populationType: dcid:WasteGenerated +measuredProperty: dcid:count +statType: dcid:measuredValue + +Node: dcid:Count_WasteGenerated_Processed_AsAFractionOf_Count_WasteGenerated +typeOf: dcid:StatisticalVariable +name: "Waste processed (%)" +populationType: dcid:WasteGenerated +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_WasteGenerated +processingStatus: dcid:Processed + +Node: dcid:Demand_House +typeOf: dcid:StatisticalVariable +name: "Houses completed under PMAY as a percentage of net demand assessment for houses" +populationType: dcid:House +measuredProperty: dcid:demand +statType: dcid:measuredValue + +Node: dcid:ElectrifiedHouseholds_Household_AsAFractionOf_Count_Household +typeOf: dcid:StatisticalVariable +name: "Households electrified (%)" +populationType: dcid:Household +measuredProperty: dcid:electrifiedHouseholds +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Household + +Node: dcid:GeneratedSewage_Place_Urban +typeOf: dcid:StatisticalVariable +name: "Installed sewage treatment capacity as a proportion of sewage created in urban areas (%)" +populationType: dcid:Place +measuredProperty: dcid:generatedSewage +statType: dcid:measuredValue +placeofResidenceClassification: dcid:Urban + +Node: dcid:PalmaRatio_Expenditure_Household_Rural +typeOf: dcid:StatisticalVariable +name: "Palma Ratio of Household Expenditure in Rural India" +populationType: dcid:Household +measuredProperty: dcid:expenditure +statType: dcid:palmaRatio +placeOfResidenceClassification: dcid:Rural + +Node: dcid:PalmaRatio_Expenditure_Household_Urban +typeOf: dcid:StatisticalVariable +name: "Palma Ratio of Household Expenditure in Urban India" +populationType: dcid:Household +measuredProperty: dcid:expenditure +statType: dcid:palmaRatio +placeOfResidenceClassification: dcid:Urban + +Node: dcid:WagesDaily_Person_15To59Years_Female_AsAFractionOf_WagesDaily_Person_15To59Years_Male +typeOf: dcid:StatisticalVariable +name: "Average female to male ratio of average wages/salaries received per day by regular wage/salaried employees of age 15-59 for rural and urban" +populationType: dcid:Person +measuredProperty: dcid:wagesDaily +statType: dcid:measuredValue +measurementDenominator: dcid:WagesDaily_Person_15To59Years_Male +age: [15 59 Years] +gender: dcid:Female + +Node: dcid:WagesDaily_Person_15To59Years_Male +typeOf: dcid:StatisticalVariable +name: "Average female to male ratio of average wages/salaries received per day by regular wage/salaried employees of age 15-59 for rural and urban" +populationType: dcid:Person +measuredProperty: dcid:wagesDaily +statType: dcid:measuredValue +age: [15 59 Years] +gender: dcid:Male + +Node: dcid:Capacity_Place_SewageTreatement_Urban +typeOf: dcid:StatisticalVariable +populationType: dcid:Place +measuredProperty: dcid:capacity +statType: dcid:measuredValue +facilities: dcid:SewageTreatement +placeofResidenceClassification: dcid:Urban + +Node: dcid:Count_BirthEvent_Registered_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +populationType: dcid:BirthEvent +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person +registrationStatus: dcid:Registered + +Node: dcid:Count_FarmInventory_RiceOrWheat +typeOf: dcid:StatisticalVariable +name: "Rice and wheat produced annually per unit area (Kg/Ha)" +populationType: dcid:FarmInventory +measuredProperty: dcid:count +statType: dcid:measuredValue +farmInventoryType: dcid:Rice__Wheat + +Node: dcid:Count_Person_0To4Years_Underweight +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [0 4 Years] +healthBehavior: dcid:Underweight + +Node: dcid:Count_Person_15To49Years_Adolescents +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [15 49 Years] +ageGroupClassification: dcid:Adolescents + +Node: dcid:Count_Person_15To49Years_Adolescents_ConditionAnaemia_AsAFractionOf_Count_Person_15To49Years_Adolescents +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_15To49Years_Adolescents +age: [15 49 Years] +ageGroupClassification: dcid:Adolescents +medicalCondition: dcid:Anaemia + +Node: dcid:Count_Person_1To2Year +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [1 2 Year] + +Node: dcid:Count_Person_1To2Year_VaccineAdministered_BCGOrMeaslesOrPentavalent_AsAFractionOf_Count_Person_1To2Year +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_1To2Year +age: [1 2 Year] +vaccineStatus: dcid:VaccineAdministered +vaccineType: dcid:BCG__Measles__Pentavalent + +Node: dcid:Count_Person_EnrolledInSchool_SchoolGrade1To8_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +name: "Adjusted Net Enrolment Ratio (ANER) in elementary education (class 1-8)" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person +schoolEnrollment: dcid:EnrolledInSchool +schoolGradeLevel: dcid:SchoolGrade1To8 + +Node: dcid:Count_Person_15To19Years_InLaborForce_Female_AsAFractionOf_Count_Person_15To19Years_InLaborForce_Male +typeOf: dcid:StatisticalVariable +name: "Ratio of female to male Labour Force Participation Rate (LFPR) (15-59 years)" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_15To19Years_InLaborForce_Male +age: [15 19 Years] +employmentStatus: dcid:InLaborForce +gender: dcid:Female + +Node: dcid:Count_Person_15To19Years_InLaborForce_Male +typeOf: dcid:StatisticalVariable +name: "Ratio of female to male Labour Force Participation Rate (LFPR) (15-59 years)" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [15 19 Years] +employmentStatus: dcid:InLaborForce +gender: dcid:Male + +Node: dcid:UnemploymentRate_Person_15To59Years +typeOf: dcid:StatisticalVariable +name: "Unemployment rate (%) (15-59 years)" +populationType: dcid:Person +measuredProperty: dcid:unemploymentRate +statType: dcid:measuredValue +age: [15 59 Years] + +Node: dcid:Count_Households +typeOf: dcid:StatisticalVariable +populationType: dcid:Households +measuredProperty: dcid:count +statType: dcid:measuredValue + +Node: dcid:Count_Households_Road_AsAFractionOf_Count_Households +typeOf: dcid:StatisticalVariable +populationType: dcid:Households +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Households +facilities: dcid:Road + +Node: dcid:IndexScore_Household_WithHealthSchemeOrWithHealthInsurance +typeOf: dcid:StatisticalVariable +populationType: dcid:Household +measuredProperty: dcid:indexScore +statType: dcid:measuredValue +healthInsurance: dcid:WithHealthScheme__WithHealthInsurance + +Node: dcid:IndexScore_Person_BelowPovertyLevelInThePast12Months +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:indexScore +statType: dcid:measuredValue +povertyStatus: dcid:BelowPovertyLevelInThePast12Months + +Node: dcid:IndexScore_Person_ReceivingSocialProtectionBenefitUnderMaternityBenefit +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:indexScore +statType: dcid:measuredValue +benefitsStatus: dcid:ReceivingSocialProtectionBenefitUnderMaternityBenefit + +Node: dcid:IndexScore_Person_UtilisedScheduledCasteSubPlanFund +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:indexScore +statType: dcid:measuredValue +benefitsStatus: dcid:UtilisedScheduledCasteSubPlanFund + +Node: dcid:IndexScore_Person_UtilisedTribalSubPlanFund +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:indexScore +statType: dcid:measuredValue +benefitsStatus: dcid:UtilisedTribalSubPlanFund + +Node: dcid:IndexScore_House_PradhanMantriAwasYojana +typeOf: dcid:StatisticalVariable +populationType: dcid:House +measuredProperty: dcid:indexScore +statType: dcid:measuredValue +benefitStatus: dcid:PradhanMantriAwasYojana + +Node: dcid:IndexScore_MunicipalWard_100Percent_DoorToDoorWasteCollection +typeOf: dcid:StatisticalVariable +populationType: dcid:MunicipalWard +measuredProperty: dcid:indexScore +statType: dcid:measuredValue +coverage: [100 Percent] +facilities: dcid:DoorToDoorWasteCollection + +Node: dcid:IndexScore_Place_SewageTreatement_Urban +typeOf: dcid:StatisticalVariable +populationType: dcid:Place +measuredProperty: dcid:indexScore +statType: dcid:measuredValue +facilities: dcid:SewageTreatement +placeofResidenceClassification: dcid:Urban + +Node: dcid:IndexScore_WasteGenerated_Processed +typeOf: dcid:StatisticalVariable +populationType: dcid:WasteGenerated +measuredProperty: dcid:indexScore +statType: dcid:measuredValue +processingStatus: dcid:Processed + +Node: dcid:Annual_IndexScore_Water +typeOf: dcid:StatisticalVariable +populationType: dcid:Water +measuredProperty: dcid:indexScore +measurementQualifier: dcid:Annual +statType: dcid:measuredValue + +Node: dcid:IndexScore_Electricity_Renewables +typeOf: dcid:StatisticalVariable +populationType: dcid:Electricity +measuredProperty: dcid:indexScore +statType: dcid:measuredValue +energySource: dcid:Renewables + +Node: dcid:IndexScore_BirthEvent_Registered +typeOf: dcid:StatisticalVariable +populationType: dcid:BirthEvent +measuredProperty: dcid:indexScore +statType: dcid:measuredValue +registrationStatus: dcid:Registered + +Node: dcid:IndexScore_Courthouse +typeOf: dcid:StatisticalVariable +populationType: dcid:Courthouse +measuredProperty: dcid:indexScore +statType: dcid:measuredValue + +Node: dcid:IndexScore_CriminalActivities_MurderAndNonNegligentManslaughter +typeOf: dcid:StatisticalVariable +populationType: dcid:CriminalActivities +measuredProperty: dcid:indexScore +statType: dcid:measuredValue +crimeType: dcid:MurderAndNonNegligentManslaughter + +Node: dcid:IndexScore_CriminalIncidents_CorruptionCrime +typeOf: dcid:StatisticalVariable +populationType: dcid:CriminalIncidents +measuredProperty: dcid:indexScore +statType: dcid:measuredValue +crimeType: dcid:CorruptionCrime + +Node: dcid:IndexScore_CriminalIncidents_CrimeAgainstChildren +typeOf: dcid:StatisticalVariable +name: "Reported cognizable crimes against children per 1 lakh population" +populationType: dcid:CriminalIncidents +measuredProperty: dcid:indexScore +statType: dcid:measuredValue +crimeType: dcid:CrimeAgainstChildren + +Node: dcid:IndexScore_Person_Aadhaar +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:indexScore +statType: dcid:measuredValue +governmentId: dcid:Aadhaar + +Node: dcid:Count_Person_6To59Years +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [6 59 Years] + +Node: dcid:Count_Person_6To59Years_ConditionAnaemia_AsAFractionOf_Count_Person_6To59Years +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_6To59Years +age: [6 59 Years] +medicalCondition: dcid:Anaemia + +Node: dcid:IndexScore_Household_PublicDistributionSystem_IncomeOfIndianRupeeUpto5000_Rural +typeOf: dcid:StatisticalVariable +populationType: dcid:Household +measuredProperty: dcid:indexScore +statType: dcid:measuredValue +benefitStatus: dcid:PublicDistributionSystem +income: dcid:IndianRupeeUpto5000 +placeOfResidenceClassification: dcid:Rural + +Node: dcid:IndexScore_Person_0To4Years_Underweight +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:indexScore +statType: dcid:measuredValue +age: [0 4 Years] +healthBehavior: dcid:Underweight + +Node: dcid:IndexScore_Person_6To59Years_ConditionAnaemia +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:indexScore +statType: dcid:measuredValue +age: [6 59 Years] +medicalCondition: dcid:Anaemia + +Node: dcid:IndexScore_Person_YearsUpto5_ConditionStunted +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:indexScore +statType: dcid:measuredValue +age: dcid:YearsUpto5 +medicalCondition: dcid:Stunted + +Node: dcid:Annual_IndexScore_MedicalConditionIncident_ConditionTuberculosis +typeOf: dcid:StatisticalVariable +populationType: dcid:MedicalConditionIncident +measuredProperty: dcid:indexScore +measurementQualifier: dcid:Annual +statType: dcid:measuredValue +medicalCondition: dcid:Tuberculosis + +Node: dcid:IndexScore_MaternalMortalityEvent +typeOf: dcid:StatisticalVariable +populationType: dcid:MaternalMortalityEvent +measuredProperty: dcid:indexScore +statType: dcid:measuredValue + +Node: dcid:IndexScore_MortalityEvent_YearsUpto5 +typeOf: dcid:StatisticalVariable +populationType: dcid:MortalityEvent +measuredProperty: dcid:indexScore +statType: dcid:measuredValue +age: dcid:YearsUpto5 + +Node: dcid:IndexScore_Person_Government_PhysicianOrNurseAndMidwivesOccupation +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:indexScore +statType: dcid:measuredValue +employer: dcid:Government +occupation: dcid:Physician__NurseAndMidwives + +Node: dcid:IndexScore_Person_6To13Years_NotEnrolledInSchool +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:indexScore +statType: dcid:measuredValue +age: [6 13 Years] +schoolEnrollment: dcid:NotEnrolledInSchool + +Node: dcid:IndexScore_Person_EnrolledInSchool_SchoolGrade1To10 +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:indexScore +statType: dcid:measuredValue +schoolEnrollment: dcid:EnrolledInSchool +schoolGradeLevel: dcid:SchoolGrade1To10 + +Node: dcid:IndexScore_School_ElementarySchool_StudentTeacherRatioUpto30 +typeOf: dcid:StatisticalVariable +populationType: dcid:School +measuredProperty: dcid:indexScore +statType: dcid:measuredValue +schoolGradeLevel: dcid:ElementarySchool +studentTeacherRatio: dcid:StudentTeacherRatioUpto30 + +Node: dcid:IndexScore_Student_SecondarySchool +typeOf: dcid:StatisticalVariable +populationType: dcid:Student +measuredProperty: dcid:indexScore +statType: dcid:measuredValue +levelOfSchool: dcid:SecondarySchool + +Node: dcid:IndexScore_Person_15To49Years_SpousalViolence_Female_Married +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:indexScore +statType: dcid:measuredValue +age: [15 49 Years] +crimeType: dcid:SpousalViolence +gender: dcid:Female +maritalStatus: dcid:Married + +Node: dcid:IndexScore_Person_Female_LegislatorOccupation +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:indexScore +statType: dcid:measuredValue +gender: dcid:Female +occupation: dcid:Legislator + +Node: dcid:Count_Household_Toilet_Urban_AsAFractionOf_Count_Household_Urban +typeOf: dcid:StatisticalVariable +populationType: dcid:Household +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Household_Urban +facilities: dcid:Toilet +placeofResidenceClassification: dcid:Urban + +Node: dcid:IndexScore_Household_Toilet_Rural +typeOf: dcid:StatisticalVariable +populationType: dcid:Household +measuredProperty: dcid:indexScore +statType: dcid:measuredValue +facilities: dcid:Toilet +placeofResidenceClassification: dcid:Rural + +Node: dcid:IndexScore_Household_Toilet_Urban +typeOf: dcid:StatisticalVariable +populationType: dcid:Household +measuredProperty: dcid:indexScore +statType: dcid:measuredValue +facilities: dcid:Toilet +placeofResidenceClassification: dcid:Urban + +Node: dcid:IndexScore_Place_District_OpenDefecationFree +typeOf: dcid:StatisticalVariable +populationType: dcid:Place +measuredProperty: dcid:indexScore +statType: dcid:measuredValue +placeType: dcid:District +socialCondition: dcid:OpenDefecationFree + +Node: dcid:IndexScore_Household +typeOf: dcid:StatisticalVariable +populationType: dcid:Household +measuredProperty: dcid:indexScore +statType: dcid:measuredValue + +Node: dcid:IndexScore_Household_BankAccount +typeOf: dcid:StatisticalVariable +populationType: dcid:Household +measuredProperty: dcid:indexScore +statType: dcid:measuredValue +facilities: dcid:BankAccount + +Node: dcid:IndexScore_Person +typeOf: dcid:StatisticalVariable +name: "Unemployment rate (%)" +populationType: dcid:Person +measuredProperty: dcid:indexScore +statType: dcid:measuredValue + +Node: dcid:IndexScore_Households_Road +typeOf: dcid:StatisticalVariable +populationType: dcid:Households +measuredProperty: dcid:indexScore +statType: dcid:measuredValue +facilities: dcid:Road