From 92c0bee05f4d184232a07e8435e51d44ea98c7bd Mon Sep 17 00:00:00 2001 From: Data Commons Date: Tue, 17 Oct 2023 00:27:21 -0700 Subject: [PATCH] Data Manifest CL for OECD Air Emission at National Level. PiperOrigin-RevId: 574049631 --- core/WorldDevelopmentIndicators.mcf | 2 +- core/dcschema.mcf | 188 +----- core/dcschema_enum_instances.mcf | 65 +- core/energy.mcf | 18 +- stat_vars/OECD_Air_Emission_stat_vars.mcf | 749 ++++++++++++++++++++++ 5 files changed, 814 insertions(+), 208 deletions(-) create mode 100644 stat_vars/OECD_Air_Emission_stat_vars.mcf diff --git a/core/WorldDevelopmentIndicators.mcf b/core/WorldDevelopmentIndicators.mcf index 7faf07025..a631cfd75 100644 --- a/core/WorldDevelopmentIndicators.mcf +++ b/core/WorldDevelopmentIndicators.mcf @@ -43,7 +43,7 @@ Node: dcid:emittedThing name: "emittedThing" typeOf: schema:Property domainIncludes: dcs:Emissions -rangeIncludes: dcs:GasType, dcs:AirPollutantEnum +rangeIncludes: dcs:GasType, dcs:AirPollutantEnum, dcs:EPA_CriteriaAirPollutant description: "Type of emission, such as carbon dioxide." Node: dcid:Emissions diff --git a/core/dcschema.mcf b/core/dcschema.mcf index 50361f513..0c92bd9cf 100644 --- a/core/dcschema.mcf +++ b/core/dcschema.mcf @@ -421,7 +421,6 @@ name: "duration" Node: schoolingDuration dcid: "schoolingDuration" typeOf: schema:Property -rangeIncludes: dcs:QuantityRange domainIncludes: schema:Student name: "schoolingDuration" @@ -822,7 +821,7 @@ name: "count" Node: dcid:cumulativeCount rangeIncludes: schema:Integer -domainIncludes: schema:StatisticalPopulation, schema:FoodBasket, schema:Household +domainIncludes: schema:StatisticalPopulation, schema:FoodBasket typeOf: schema:Property name: "cumulativeCount" description: "A running count of all instances that have satisfied the constraints of the Statistical Population." @@ -893,12 +892,6 @@ typeOf: schema:Class subClassOf: schema:Person name: "Child" -Node: dcid:childBirthOrder -name: "childBirthOrder" -description: "The birth order of the child.A first-order birth is the first child born to parents, second-order is the second, and so on." -rangeIncludes: dcs:QuantityRange -typeOf: schema:Property - Node: DarwinCoreBiologicalSpecimen dcid: "BiologicalSpecimen" name: "BiologicalSpecimen" @@ -914,25 +907,6 @@ dcid: "BirthEvent" name: "BirthEvent" description: "Birth" -Node: dcid:birthConductedBy -name: "birthConductedBy" -rangeIncludes: dcs:HealthWorkerEnum -typeOf: schema:Property - -Node: dcid:postBirthCare -name: "postBirthCare" -rangeIncludes: dcs:PostBirthCareEnum -typeOf: schema:Property - -Node: dcid:PostBirthCareEnum -typeOf: schema:Class -subClassOf: schema:Enumeration -name: "PostBirthCareEnum" - -Node: dcid:ReceivedBirthCareWithin24Hour -typeOf: dcs:PostBirthCareEnum -name: "ReceivedBirthCareWithin24Hour" - # EXTENDING PROPERTIES OF BIRTHEVENT Node: mothersAge typeOf: schema:Property @@ -1001,20 +975,6 @@ domainIncludes: schema:BirthEvent description: "The weight of the child at birth." descriptionUrl: "https://wonder.cdc.gov/wonder/help/Natality.html#Weight" -Node: dcid:pregnancyCare -name: "pregnancyCare" -rangeIncludes: dcs:PregnancyCareEnum -typeOf: schema:Property - -Node: dcid:PregnancyCareEnum -typeOf: schema:Class -subClassOf: schema:Enumeration -name: "PregnancyCareEnum" - -Node: dcid:MotherChildProtectionCard -typeOf: dcs:PregnancyCareEnum -name: "Mother Child Protection Card" - Node: dcid:prePregnancyBMI typeOf: schema:Property name: "prePregnancyBMI" @@ -1023,20 +983,6 @@ domainIncludes: schema:BirthEvent description: "The pre-pregnancy Body Mass Index (BMI) of the mother." descriptionUrl: "https://wonder.cdc.gov/wonder/help/natality-expanded.html#Average-Pre-pregnancy-BMI" -Node: dcid:pregnancyHealthPrevention -name: "pregnancyHealthPrevention" -rangeIncludes: dcs:PregnancyHealthPreventionEnum -typeOf: schema:Property - -Node: dcid:PregnancyHealthPreventionEnum -typeOf: schema:Class -subClassOf: schema:Enumeration -name: "PregnancyHealthPreventionEnum" - -Node: dcid:ProtectionAgainstNeonatalTetanus -typeOf: dcs:PregnancyHealthPreventionEnum -name: "Protection Against Neonatal Tetanus" - Node: dcid:intervalSinceLastBirth typeOf: schema:Property name: "intervalSinceLastBirth" @@ -2702,7 +2648,7 @@ Node: dcid:benefitProgram name: "benefitProgram" typeOf: schema:Property domainIncludes: dcs:UnemploymentInsuranceClaim -rangeIncludes: dcs:UnemploymentInsuranceProgramEnum, dcs:BenefitProgramEnum +rangeIncludes: dcs:UnemploymentInsuranceProgramEnum description: "A program that offers benefits. E.g. SNAP (foodstamps), UI (Unemployment Insurance), etc." Node: dcid:unemploymentInsuranceStatus @@ -3067,14 +3013,6 @@ Node: dcid:Polio name: "Polio" typeOf: dcid:VaccineTypeEnum -Node: dcid:Penta -typeOf: dcs:VaccineTypeEnum -name: "Penta Vaccine" - -Node: dcid:HepatitisB -typeOf: dcs:VaccineTypeEnum -name: "HepatitisB Vaccine" - Node: dcid:Vaccine name: "Vaccine" typeOf: schema:Class @@ -3088,53 +3026,6 @@ typeOf: schema:Property domainIncludes: dcs:Vaccine, dcs:Person rangeIncludes: dcs:VaccineStatusEnum -Node: dcid:vaccineDoseReceived -name: "vaccineDoseReceived" -rangeIncludes: dcs:QuantityRange -typeOf: schema:Property - -Node: dcs:VaccineDose -typeOf: dcs:UnitOfMeasure -name: "Vaccine Dose" -description: "VaccineDose" - -Node: dcid:vaccineInformation -name: "vaccineInformation" -rangeIncludes: dcs:VaccineInformationEnum -typeOf: schema:Property - -Node: dcid:VaccineInformationEnum -subClassOf: schema:Enumeration -name: "VaccineInformationEnum" -typeOf: schema:Class - -Node: dcid:VaccinationCard -typeOf: dcs:VaccineInformationEnum -name: "Vaccination Card" - -Node: dcid:MotherRecall -typeOf: dcs:VaccineInformationEnum -name: "Mother Recall" - -Node: dcid:vaccinationCentre -name: "vaccinationCentre" -rangeIncludes: dcs:HealthEstablishmentTypeEnum -typeOf: schema:Property - -Node: dcid:doseTimeFrame -name: "doseTimeFrame" -rangeIncludes: dcs:DoseTimeFrameEnum -typeOf: schema:Property - -Node: dcid:DoseTimeFrameEnum -typeOf: schema:Class -subClassOf: schema:Enumeration -name: "DoseTimeFrameEnum" - -Node: dcid:Last6Months -typeOf: dcs:DoseTimeFrameEnum -name: "Last6Months" - Node: dcid:closeMatch name: "closeMatch" typeOf: schema:Property @@ -3533,11 +3424,6 @@ typeOf: dcs:AgeGroupClassificationEnum name: "Perinatal" description: "Refers to the number of still-births and deaths of persons under 7 days of age per thousand live-births and still-births" -Node: dcid:Neonate -typeOf: dcs:AgeGroupClassificationEnum -name: "Neonate" -description: "A newborn child, especially one who is less than a month old." - Node: dcid:MaritalStatusEnum typeOf: schema:Class subClassOf: schema:Enumeration @@ -3555,14 +3441,6 @@ Node: dcid:NotLivingTogether typeOf: dcs:MaritalStatusEnum name: "NotLivingTogether" -Node: dcid:MarriedBefore18Years -typeOf: dcs:MaritalStatusEnum -name: "MarriedBefore18Years" - -Node: dcid:MarriedBefore21Years -typeOf: dcs:MaritalStatusEnum -name: "MarriedBefore21Years" - Node: dcid:memberList typeOf: schema:Property description: "List of members. Contains a comma-separated list of ordered values." @@ -3629,56 +3507,6 @@ typeOf: schema:Property domainIncludes: dcs:HealthEstablishment rangeIncludes: dcs:HealthEstablishmentTypeEnum -Node: dcid:healthCareAdvice -name: "healthCareAdvice" -rangeIncludes: dcs:HealthCareAdviceEnum -typeOf: schema:Property - -Node: dcid:HealthCareAdviceEnum -typeOf: schema:Class -subClassOf: schema:Enumeration -name: "HealthCareAdviceEnum" - -Node: dcid:HealthWorkerTalkedAboutFamilyPlanning -typeOf: dcs:HealthCareAdviceEnum -name: "Health Worker Talked About Family Planning" - -Node: dcid:HealthWorkerEnum -typeOf: schema:Class -subClassOf: schema:Enumeration -name: "HealthWorkerEnum" - -Node: dcid:HealthPersonnel -typeOf: dcs:HealthWorkerEnum -name: "Health Personnel" - -Node: dcid:Doctor -typeOf: dcs:HealthWorkerEnum -name: "Doctor" - -Node: dcid:LadyHealthVisitor -typeOf: dcs:HealthWorkerEnum -name: "Lady Health Visitor" - -Node: dcid:Nurse -typeOf: dcs:HealthWorkerEnum -name: "Nurse" - -Node: dcid:AuxiliaryNurseMidwifery -typeOf: dcs:HealthWorkerEnum -name: "Auxiliary Nurse Midwifery" - -Node: dcid:Midwife -typeOf: dcs:HealthWorkerEnum -name: "Midwife" - -Node: dcid:HealthPersonnel -typeOf: dcs:HealthWorkerEnum -name: "Health Personnel" - -Node: dcid:HealthProvider -typeOf: dcs:HealthWorkerEnum -name: "Health Provider" Node: dcid:footnote typeOf: schema:Property @@ -4155,3 +3983,15 @@ Node: dcid:Canton name: "Canton" typeOf: schema:Class subClassOf: schema:AdministrativeArea + +Node: dcid:KilogramPerCapita +name: "KilogramPerCapita" +typeOf: dcid:UnitOfMeasure + +Node: dcid:IndustrialProcesses +typeOf: dcid:EmissionSourceEnum +name: "Industrial Processes" + +Node: dcid:ProductUse +typeOf: dcid:EmissionSourceEnum +name: "Product Use" diff --git a/core/dcschema_enum_instances.mcf b/core/dcschema_enum_instances.mcf index 9fb735aad..ac422dcfb 100644 --- a/core/dcschema_enum_instances.mcf +++ b/core/dcschema_enum_instances.mcf @@ -1529,14 +1529,6 @@ typeOf: dcs:CrimeTypeEnum specializationOf: dcs:CrimeAgainstSociety name: "AnimalCruelty" -Node: dcid:PhysicalViolence -typeOf: dcs:CrimeTypeEnum -name: "PhysicalViolence" - -Node: dcid:SexualViolence -typeOf: dcs:CrimeTypeEnum -name: "SexualViolence" - Node: dcid:SingleBias typeOf: dcs:BiasMotivationEnum name: "SingleBias" @@ -2049,26 +2041,6 @@ typeOf: dcs:MedicalConditionIncidentTypeEnum name: "Lung Condition" description: "Lung Condition is any problem in the lungs that prevents the lungs from working properly." -Node: dcid:Fever -typeOf: dcs:MedicalConditionIncidentTypeEnum -name: "Fever" - -Node: dcid:Anaemic -typeOf: dcs:MedicalConditionIncidentTypeEnum -name: "Anaemic" - -Node: dcid:Pregnant -typeOf: dcs:MedicalConditionIncidentTypeEnum -name: "Pregnant" - -Node: dcid:Stunted -typeOf: dcs:MedicalConditionIncidentTypeEnum -name: "Stunted" - -Node: dcid:SymptomsOfAcuteRespiratoryInfection -typeOf: dcs:MedicalConditionIncidentTypeEnum -name: "Symptoms Of Acute Respiratory Infection" - Node: dcid:ImportedCase typeOf: dcs:MedicalStatusEnum name: "Imported Case" @@ -3124,3 +3096,40 @@ Node: dcid:Sum typeOf: dcs:StatisticalAggregationMethodEnum name: "Sum" description: "Computes the sum of input values in a Data Commons StatisticalAggregation." + +Node: dcid:Combustion +typeOf: dcid:EmissionSourceEnum +name: "Combustion" +description: the process of burning + +Node: dcid:CombustionExcludingIndustrial +typeOf: dcid:EmissionSourceEnum +name: "Combustion Excluding Industrial" +description: the process of burning excluding the industrial combustion + +Node: dcid:IndustrialCombustion +typeOf: dcid:EmissionSourceEnum +name: "Industrial Combustion" +description: a vital part of many manufacturing processes across a wide array of sectors, from chemical plants to food production lines. + +Node: dcid:ManMadeEmission +typeOf: dcid:EmissionSourceEnum +name: "Man Made Emission" +description: the emissions of various forms carbon - the most concerning being carbon dioxide - associated with human activities. + +Node: dcid:Miscellaneous +typeOf: dcid:EmissionSourceEnum +name: "Miscellaneous" +description: composed of or containing a variety of things; mixed; varied. having varied capabilities, sides, etc. + +Node: dcid:MobileSourceExcludingRoadTransport +typeOf: dcid:EmissionSourceEnum +name: "Mobile Source Excluding Road Transport" + +Node: dcid:PowerStation +typeOf: dcid:EmissionSourceEnum +name: "Power Station" + +Node: dcid:StationarySource +typeOf: dcid:EmissionSourceEnum +name: "Stationary Source" diff --git a/core/energy.mcf b/core/energy.mcf index 375017657..0900e2d40 100644 --- a/core/energy.mcf +++ b/core/energy.mcf @@ -1018,10 +1018,6 @@ Node: dcid:Monthly typeOf: dcs:StatAccumulationPeriodEnum name: "Monthly" -Node: dcid:Triennial -typeOf:StatAccumulationPeriodEnum -name: "Triennial" - Node: dcid:Quarterly typeOf: dcs:StatAccumulationPeriodEnum name: "Quarterly" @@ -2254,7 +2250,7 @@ name: "emissionSource" typeOf: schema:Property description: "Source of emission." domainIncludes: dcs:Emissions -rangeIncludes: dcs:EmissionSourceEnum, dcs:EpaSccCodeEnum +rangeIncludes: dcs:EmissionSourceEnum, dcs:EpaSccCodeEnum, dcs:FireCauseSpecificEnum, dcs:EnergyConsumptionSectorEnum Node: dcs:emissionSourceType name: "emissionSourceType" @@ -2346,6 +2342,18 @@ Node: dcid:OxidesOfSulfur typeOf: dcid:GreenhouseGas name: "OxidesOfSulfur" +Node: dcid:SulphurOxide +typeOf: dcid:GreenhouseGas +name: "Sulphur Oxide" + +Node: dcid:NitrogenOxide +typeOf: dcid:GreenhouseGas +name: "Nitrogen Oxide" + +Node: dcid:NonMethaneVolatileOrganicCompound +typeOf: dcid:GreenhouseGas +name: "Non Methane Volatile Organic Compound" + Node: dcid:EPA_CriteriaAirPollutant name: "EPA_CriteriaAirPollutant" typeOf: dcs:AirPollutantEnum diff --git a/stat_vars/OECD_Air_Emission_stat_vars.mcf b/stat_vars/OECD_Air_Emission_stat_vars.mcf new file mode 100644 index 000000000..ad60c3e0d --- /dev/null +++ b/stat_vars/OECD_Air_Emission_stat_vars.mcf @@ -0,0 +1,749 @@ +Node: dcid:Amount_Emissions_Agriculture_CarbonMonoxide +typeOf: dcid:StatisticalVariable +name: "Amount of Carbon Monoxide emmited from Agriculture" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emissionSource: dcid:Agriculture +emittedThing: dcid:CarbonMonoxide + +Node: dcid:Amount_Emissions_Agriculture_NitrogenOxide +typeOf: dcid:StatisticalVariable +name: "Amount of Nitrogen Oxides emmited from Agriculture" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emissionSource: dcid:Agriculture +emittedThing: dcid:NitrogenOxide + +Node: dcid:Amount_Emissions_Agriculture_NonMethaneVolatileOrganicCompound +typeOf: dcid:StatisticalVariable +name: "Amount of Non-methane Volatile Organic Compounds emmited from Agriculture" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emissionSource: dcid:Agriculture +emittedThing: dcid:NonMethaneVolatileOrganicCompound + +Node: dcid:Amount_Emissions_Agriculture_PM10 +typeOf: dcid:StatisticalVariable +name: "Amount of Particulates (PM10) emmited from Agriculture" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emissionSource: dcid:Agriculture +emittedThing: dcid:PM10 + +Node: dcid:Amount_Emissions_Agriculture_PM2.5 +typeOf: dcid:StatisticalVariable +name: "Amount of Particulates (PM2.5) emmited from Agriculture" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emissionSource: dcid:Agriculture +emittedThing: dcid:PM2.5 + +Node: dcid:Amount_Emissions_Agriculture_SulphurOxide +typeOf: dcid:StatisticalVariable +name: "Amount of Sulphur Oxides emmited from Agriculture" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emissionSource: dcid:Agriculture +emittedThing: dcid:SulphurOxide + +Node: dcid:Amount_Emissions_CarbonMonoxide +typeOf: dcid:StatisticalVariable +name: "Amount of Carbon Monoxide emmited from Road Transport" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emittedThing: dcid:CarbonMonoxide + +Node: dcid:Amount_Emissions_CarbonMonoxide_PerCapita +typeOf: dcid:StatisticalVariable +name: "Amount of Carbon Monoxide emmited from Total emissions per capita" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +measurementDenominator: dcid:PerCapita +emittedThing: dcid:CarbonMonoxide + +Node: dcid:Amount_Emissions_CombustionExcludingIndustrial_CarbonMonoxide +typeOf: dcid:StatisticalVariable +name: "Amount of Carbon Monoxide emmited from Other combustion" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emissionSource: dcid:CombustionExcludingIndustrial +emittedThing: dcid:CarbonMonoxide + +Node: dcid:Amount_Emissions_CombustionExcludingIndustrial_NitrogenOxide +typeOf: dcid:StatisticalVariable +name: "Amount of Nitrogen Oxides emmited from Other combustion" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emissionSource: dcid:CombustionExcludingIndustrial +emittedThing: dcid:NitrogenOxide + +Node: dcid:Amount_Emissions_CombustionExcludingIndustrial_NonMethaneVolatileOrganicCompound +typeOf: dcid:StatisticalVariable +name: "Amount of Non-methane Volatile Organic Compounds emmited from Other combustion" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emissionSource: dcid:CombustionExcludingIndustrial +emittedThing: dcid:NonMethaneVolatileOrganicCompound + +Node: dcid:Amount_Emissions_CombustionExcludingIndustrial_PM10 +typeOf: dcid:StatisticalVariable +name: "Amount of Particulates (PM10) emmited from Other combustion" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emissionSource: dcid:CombustionExcludingIndustrial +emittedThing: dcid:PM10 + +Node: dcid:Amount_Emissions_CombustionExcludingIndustrial_PM2.5 +typeOf: dcid:StatisticalVariable +name: "Amount of Particulates (PM2.5) emmited from Other combustion" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emissionSource: dcid:CombustionExcludingIndustrial +emittedThing: dcid:PM2.5 + +Node: dcid:Amount_Emissions_CombustionExcludingIndustrial_SulphurOxide +typeOf: dcid:StatisticalVariable +name: "Amount of Sulphur Oxides emmited from Other combustion" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emissionSource: dcid:CombustionExcludingIndustrial +emittedThing: dcid:SulphurOxide + +Node: dcid:Amount_Emissions_Combustion_CarbonMonoxide +typeOf: dcid:StatisticalVariable +name: "Amount of Carbon Monoxide emmited from Combustion" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emissionSource: dcid:Combustion +emittedThing: dcid:CarbonMonoxide + +Node: dcid:Amount_Emissions_Combustion_NitrogenOxide +typeOf: dcid:StatisticalVariable +name: "Amount of Nitrogen Oxides emmited from Combustion" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emissionSource: dcid:Combustion +emittedThing: dcid:NitrogenOxide + +Node: dcid:Amount_Emissions_Combustion_NonMethaneVolatileOrganicCompound +typeOf: dcid:StatisticalVariable +name: "Amount of Non-methane Volatile Organic Compounds emmited from Combustion" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emissionSource: dcid:Combustion +emittedThing: dcid:NonMethaneVolatileOrganicCompound + +Node: dcid:Amount_Emissions_Combustion_PM10 +typeOf: dcid:StatisticalVariable +name: "Amount of Particulates (PM10) emmited from Combustion" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emissionSource: dcid:Combustion +emittedThing: dcid:PM10 + +Node: dcid:Amount_Emissions_Combustion_PM2.5 +typeOf: dcid:StatisticalVariable +name: "Amount of Particulates (PM2.5) emmited from Combustion" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emissionSource: dcid:Combustion +emittedThing: dcid:PM2.5 + +Node: dcid:Amount_Emissions_Combustion_SulphurOxide +typeOf: dcid:StatisticalVariable +name: "Amount of Sulphur Oxides emmited from Combustion" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emissionSource: dcid:Combustion +emittedThing: dcid:SulphurOxide + +Node: dcid:Amount_Emissions_IndustrialCombustion_CarbonMonoxide +typeOf: dcid:StatisticalVariable +name: "Amount of Carbon Monoxide emmited from Industrial combustion" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emissionSource: dcid:IndustrialCombustion +emittedThing: dcid:CarbonMonoxide + +Node: dcid:Amount_Emissions_IndustrialCombustion_NitrogenOxide +typeOf: dcid:StatisticalVariable +name: "Amount of Nitrogen Oxides emmited from Industrial combustion" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emissionSource: dcid:IndustrialCombustion +emittedThing: dcid:NitrogenOxide + +Node: dcid:Amount_Emissions_IndustrialCombustion_NonMethaneVolatileOrganicCompound +typeOf: dcid:StatisticalVariable +name: "Amount of Non-methane Volatile Organic Compounds emmited from Industrial combustion" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emissionSource: dcid:IndustrialCombustion +emittedThing: dcid:NonMethaneVolatileOrganicCompound + +Node: dcid:Amount_Emissions_IndustrialCombustion_PM10 +typeOf: dcid:StatisticalVariable +name: "Amount of Particulates (PM10) emmited from Industrial combustion" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emissionSource: dcid:IndustrialCombustion +emittedThing: dcid:PM10 + +Node: dcid:Amount_Emissions_IndustrialCombustion_PM2.5 +typeOf: dcid:StatisticalVariable +name: "Amount of Particulates (PM2.5) emmited from Industrial combustion" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emissionSource: dcid:IndustrialCombustion +emittedThing: dcid:PM2.5 + +Node: dcid:Amount_Emissions_IndustrialCombustion_SulphurOxide +typeOf: dcid:StatisticalVariable +name: "Amount of Sulphur Oxides emmited from Industrial combustion" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emissionSource: dcid:IndustrialCombustion +emittedThing: dcid:SulphurOxide + +Node: dcid:Amount_Emissions_IndustrialProcessesOrProductUse_CarbonMonoxide +typeOf: dcid:StatisticalVariable +name: "Amount of Carbon Monoxide emmited from Industrial processes and product use" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emissionSource: dcid:IndustrialProcesses__ProductUse +emittedThing: dcid:CarbonMonoxide + +Node: dcid:Amount_Emissions_IndustrialProcessesOrProductUse_NitrogenOxide +typeOf: dcid:StatisticalVariable +name: "Amount of Nitrogen Oxides emmited from Industrial processes and product use" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emissionSource: dcid:IndustrialProcesses__ProductUse +emittedThing: dcid:NitrogenOxide + +Node: dcid:Amount_Emissions_IndustrialProcessesOrProductUse_NonMethaneVolatileOrganicCompound +typeOf: dcid:StatisticalVariable +name: "Amount of Non-methane Volatile Organic Compounds emmited from Industrial processes and product use" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emissionSource: dcid:IndustrialProcesses__ProductUse +emittedThing: dcid:NonMethaneVolatileOrganicCompound + +Node: dcid:Amount_Emissions_IndustrialProcessesOrProductUse_PM10 +typeOf: dcid:StatisticalVariable +name: "Amount of Particulates (PM10) emmited from Industrial processes and product use" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emissionSource: dcid:IndustrialProcesses__ProductUse +emittedThing: dcid:PM10 + +Node: dcid:Amount_Emissions_IndustrialProcessesOrProductUse_PM2.5 +typeOf: dcid:StatisticalVariable +name: "Amount of Particulates (PM2.5) emmited from Industrial processes and product use" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emissionSource: dcid:IndustrialProcesses__ProductUse +emittedThing: dcid:PM2.5 + +Node: dcid:Amount_Emissions_IndustrialProcessesOrProductUse_SulphurOxide +typeOf: dcid:StatisticalVariable +name: "Amount of Sulphur Oxides emmited from Industrial processes and product use" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emissionSource: dcid:IndustrialProcesses__ProductUse +emittedThing: dcid:SulphurOxide + +Node: dcid:Amount_Emissions_ManMadeEmission_CarbonMonoxide +typeOf: dcid:StatisticalVariable +name: "Amount of Carbon Monoxide emmited from Total man-made emissions" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emissionSource: dcid:ManMadeEmission +emittedThing: dcid:CarbonMonoxide + +Node: dcid:Amount_Emissions_ManMadeEmission_NitrogenOxide +typeOf: dcid:StatisticalVariable +name: "Amount of Nitrogen Oxides emmited from Total man-made emissions" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emissionSource: dcid:ManMadeEmission +emittedThing: dcid:NitrogenOxide + +Node: dcid:Amount_Emissions_ManMadeEmission_NonMethaneVolatileOrganicCompound +typeOf: dcid:StatisticalVariable +name: "Amount of Non-methane Volatile Organic Compounds emmited from Total man-made emissions" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emissionSource: dcid:ManMadeEmission +emittedThing: dcid:NonMethaneVolatileOrganicCompound + +Node: dcid:Amount_Emissions_ManMadeEmission_PM10 +typeOf: dcid:StatisticalVariable +name: "Amount of Particulates (PM10) emmited from Total man-made emissions" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emissionSource: dcid:ManMadeEmission +emittedThing: dcid:PM10 + +Node: dcid:Amount_Emissions_ManMadeEmission_PM2.5 +typeOf: dcid:StatisticalVariable +name: "Amount of Particulates (PM2.5) emmited from Total man-made emissions" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emissionSource: dcid:ManMadeEmission +emittedThing: dcid:PM2.5 + +Node: dcid:Amount_Emissions_ManMadeEmission_SulphurOxide +typeOf: dcid:StatisticalVariable +name: "Amount of Sulphur Oxides emmited from Total man-made emissions" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emissionSource: dcid:ManMadeEmission +emittedThing: dcid:SulphurOxide + +Node: dcid:Amount_Emissions_Miscellaneous_CarbonMonoxide +typeOf: dcid:StatisticalVariable +name: "Amount of Carbon Monoxide emmited from Miscellaneous" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emissionSource: dcid:Miscellaneous +emittedThing: dcid:CarbonMonoxide + +Node: dcid:Amount_Emissions_Miscellaneous_NitrogenOxide +typeOf: dcid:StatisticalVariable +name: "Amount of Nitrogen Oxides emmited from Miscellaneous" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emissionSource: dcid:Miscellaneous +emittedThing: dcid:NitrogenOxide + +Node: dcid:Amount_Emissions_Miscellaneous_NonMethaneVolatileOrganicCompound +typeOf: dcid:StatisticalVariable +name: "Amount of Non-methane Volatile Organic Compounds emmited from Miscellaneous" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emissionSource: dcid:Miscellaneous +emittedThing: dcid:NonMethaneVolatileOrganicCompound + +Node: dcid:Amount_Emissions_Miscellaneous_PM10 +typeOf: dcid:StatisticalVariable +name: "Amount of Particulates (PM10) emmited from Miscellaneous" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emissionSource: dcid:Miscellaneous +emittedThing: dcid:PM10 + +Node: dcid:Amount_Emissions_Miscellaneous_PM2.5 +typeOf: dcid:StatisticalVariable +name: "Amount of Particulates (PM2.5) emmited from Miscellaneous" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emissionSource: dcid:Miscellaneous +emittedThing: dcid:PM2.5 + +Node: dcid:Amount_Emissions_Miscellaneous_SulphurOxide +typeOf: dcid:StatisticalVariable +name: "Amount of Sulphur Oxides emmited from Miscellaneous" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emissionSource: dcid:Miscellaneous +emittedThing: dcid:SulphurOxide + +Node: dcid:Amount_Emissions_MobileSourceExcludingRoadTransport_CarbonMonoxide +typeOf: dcid:StatisticalVariable +name: "Amount of Carbon Monoxide emmited from Other Mobile Sources" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emissionSource: dcid:MobileSourceExcludingRoadTransport +emittedThing: dcid:CarbonMonoxide + +Node: dcid:Amount_Emissions_MobileSourceExcludingRoadTransport_NitrogenOxide +typeOf: dcid:StatisticalVariable +name: "Amount of Nitrogen Oxides emmited from Other Mobile Sources" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emissionSource: dcid:MobileSourceExcludingRoadTransport +emittedThing: dcid:NitrogenOxide + +Node: dcid:Amount_Emissions_MobileSourceExcludingRoadTransport_NonMethaneVolatileOrganicCompound +typeOf: dcid:StatisticalVariable +name: "Amount of Non-methane Volatile Organic Compounds emmited from Other Mobile Sources" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emissionSource: dcid:MobileSourceExcludingRoadTransport +emittedThing: dcid:NonMethaneVolatileOrganicCompound + +Node: dcid:Amount_Emissions_MobileSourceExcludingRoadTransport_PM10 +typeOf: dcid:StatisticalVariable +name: "Amount of Particulates (PM10) emmited from Other Mobile Sources" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emissionSource: dcid:MobileSourceExcludingRoadTransport +emittedThing: dcid:PM10 + +Node: dcid:Amount_Emissions_MobileSourceExcludingRoadTransport_PM2.5 +typeOf: dcid:StatisticalVariable +name: "Amount of Particulates (PM2.5) emmited from Other Mobile Sources" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emissionSource: dcid:MobileSourceExcludingRoadTransport +emittedThing: dcid:PM2.5 + +Node: dcid:Amount_Emissions_MobileSourceExcludingRoadTransport_SulphurOxide +typeOf: dcid:StatisticalVariable +name: "Amount of Sulphur Oxides emmited from Other Mobile Sources" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emissionSource: dcid:MobileSourceExcludingRoadTransport +emittedThing: dcid:SulphurOxide + +Node: dcid:Amount_Emissions_NitrogenOxide +typeOf: dcid:StatisticalVariable +name: "Amount of Nitrogen Oxides emmited from Road Transport" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emittedThing: dcid:NitrogenOxide + +Node: dcid:Amount_Emissions_NitrogenOxide_PerCapita +typeOf: dcid:StatisticalVariable +name: "Amount of Nitrogen Oxides emmited from Total emissions per capita" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +measurementDenominator: dcid:PerCapita +emittedThing: dcid:NitrogenOxide + +Node: dcid:Amount_Emissions_NonMethaneVolatileOrganicCompound +typeOf: dcid:StatisticalVariable +name: "Amount of Non-methane Volatile Organic Compounds emmited from Road Transport" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emittedThing: dcid:NonMethaneVolatileOrganicCompound + +Node: dcid:Amount_Emissions_NonMethaneVolatileOrganicCompound_PerCapita +typeOf: dcid:StatisticalVariable +name: "Amount of Non-methane Volatile Organic Compounds emmited from Total emissions per capita" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +measurementDenominator: dcid:PerCapita +emittedThing: dcid:NonMethaneVolatileOrganicCompound + +Node: dcid:Amount_Emissions_PM10 +typeOf: dcid:StatisticalVariable +name: "Amount of Particulates (PM10) emmited from Road Transport" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emittedThing: dcid:PM10 + +Node: dcid:Amount_Emissions_PM10_PerCapita +typeOf: dcid:StatisticalVariable +name: "Amount of Particulates (PM10) emmited from Total emissions per capita" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +measurementDenominator: dcid:PerCapita +emittedThing: dcid:PM10 + +Node: dcid:Amount_Emissions_PM2.5 +typeOf: dcid:StatisticalVariable +name: "Amount of Particulates (PM2.5) emmited from Road Transport" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emittedThing: dcid:PM2.5 + +Node: dcid:Amount_Emissions_PM2.5_PerCapita +typeOf: dcid:StatisticalVariable +name: "Amount of Particulates (PM2.5) emmited from Total emissions per capita" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +measurementDenominator: dcid:PerCapita +emittedThing: dcid:PM2.5 + +Node: dcid:Amount_Emissions_PowerStation_CarbonMonoxide +typeOf: dcid:StatisticalVariable +name: "Amount of Carbon Monoxide emmited from Power stations" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emissionSource: dcid:PowerStation +emittedThing: dcid:CarbonMonoxide + +Node: dcid:Amount_Emissions_PowerStation_NitrogenOxide +typeOf: dcid:StatisticalVariable +name: "Amount of Nitrogen Oxides emmited from Power stations" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emissionSource: dcid:PowerStation +emittedThing: dcid:NitrogenOxide + +Node: dcid:Amount_Emissions_PowerStation_NonMethaneVolatileOrganicCompound +typeOf: dcid:StatisticalVariable +name: "Amount of Non-methane Volatile Organic Compounds emmited from Power stations" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emissionSource: dcid:PowerStation +emittedThing: dcid:NonMethaneVolatileOrganicCompound + +Node: dcid:Amount_Emissions_PowerStation_PM10 +typeOf: dcid:StatisticalVariable +name: "Amount of Particulates (PM10) emmited from Power stations" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emissionSource: dcid:PowerStation +emittedThing: dcid:PM10 + +Node: dcid:Amount_Emissions_PowerStation_PM2.5 +typeOf: dcid:StatisticalVariable +name: "Amount of Particulates (PM2.5) emmited from Power stations" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emissionSource: dcid:PowerStation +emittedThing: dcid:PM2.5 + +Node: dcid:Amount_Emissions_PowerStation_SulphurOxide +typeOf: dcid:StatisticalVariable +name: "Amount of Sulphur Oxides emmited from Power stations" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emissionSource: dcid:PowerStation +emittedThing: dcid:SulphurOxide + +Node: dcid:Amount_Emissions_RoadTransport_CarbonMonoxide +typeOf: dcid:StatisticalVariable +name: "Amount of Carbon Monoxide emmited from Total Mobile Sources" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emissionSource: dcid:RoadTransport +emittedThing: dcid:CarbonMonoxide + +Node: dcid:Amount_Emissions_RoadTransport_NitrogenOxide +typeOf: dcid:StatisticalVariable +name: "Amount of Nitrogen Oxides emmited from Total Mobile Sources" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emissionSource: dcid:RoadTransport +emittedThing: dcid:NitrogenOxide + +Node: dcid:Amount_Emissions_RoadTransport_NonMethaneVolatileOrganicCompound +typeOf: dcid:StatisticalVariable +name: "Amount of Non-methane Volatile Organic Compounds emmited from Total Mobile Sources" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emissionSource: dcid:RoadTransport +emittedThing: dcid:NonMethaneVolatileOrganicCompound + +Node: dcid:Amount_Emissions_RoadTransport_PM10 +typeOf: dcid:StatisticalVariable +name: "Amount of Particulates (PM10) emmited from Total Mobile Sources" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emissionSource: dcid:RoadTransport +emittedThing: dcid:PM10 + +Node: dcid:Amount_Emissions_RoadTransport_PM2.5 +typeOf: dcid:StatisticalVariable +name: "Amount of Particulates (PM2.5) emmited from Total Mobile Sources" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emissionSource: dcid:RoadTransport +emittedThing: dcid:PM2.5 + +Node: dcid:Amount_Emissions_RoadTransport_SulphurOxide +typeOf: dcid:StatisticalVariable +name: "Amount of Sulphur Oxides emmited from Total Mobile Sources" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emissionSource: dcid:RoadTransport +emittedThing: dcid:SulphurOxide + +Node: dcid:Amount_Emissions_StationarySource_CarbonMonoxide +typeOf: dcid:StatisticalVariable +name: "Amount of Carbon Monoxide emmited from Total Stationary Sources" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emissionSource: dcid:StationarySource +emittedThing: dcid:CarbonMonoxide + +Node: dcid:Amount_Emissions_StationarySource_NitrogenOxide +typeOf: dcid:StatisticalVariable +name: "Amount of Nitrogen Oxides emmited from Total Stationary Sources" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emissionSource: dcid:StationarySource +emittedThing: dcid:NitrogenOxide + +Node: dcid:Amount_Emissions_StationarySource_NonMethaneVolatileOrganicCompound +typeOf: dcid:StatisticalVariable +name: "Amount of Non-methane Volatile Organic Compounds emmited from Total Stationary Sources" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emissionSource: dcid:StationarySource +emittedThing: dcid:NonMethaneVolatileOrganicCompound + +Node: dcid:Amount_Emissions_StationarySource_PM10 +typeOf: dcid:StatisticalVariable +name: "Amount of Particulates (PM10) emmited from Total Stationary Sources" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emissionSource: dcid:StationarySource +emittedThing: dcid:PM10 + +Node: dcid:Amount_Emissions_StationarySource_PM2.5 +typeOf: dcid:StatisticalVariable +name: "Amount of Particulates (PM2.5) emmited from Total Stationary Sources" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emissionSource: dcid:StationarySource +emittedThing: dcid:PM2.5 + +Node: dcid:Amount_Emissions_StationarySource_SulphurOxide +typeOf: dcid:StatisticalVariable +name: "Amount of Sulphur Oxides emmited from Total Stationary Sources" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emissionSource: dcid:StationarySource +emittedThing: dcid:SulphurOxide + +Node: dcid:Amount_Emissions_SulphurOxide +typeOf: dcid:StatisticalVariable +name: "Amount of Sulphur Oxides emmited from Road Transport" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emittedThing: dcid:SulphurOxide + +Node: dcid:Amount_Emissions_SulphurOxide_PerCapita +typeOf: dcid:StatisticalVariable +name: "Amount of Sulphur Oxides emmited from Total emissions per capita" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +measurementDenominator: dcid:PerCapita +emittedThing: dcid:SulphurOxide + +Node: dcid:Amount_Emissions_WasteManagement_CarbonMonoxide +typeOf: dcid:StatisticalVariable +name: "Amount of Carbon Monoxide emmited from Waste" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emissionSource: dcid:WasteManagement +emittedThing: dcid:CarbonMonoxide + +Node: dcid:Amount_Emissions_WasteManagement_NitrogenOxide +typeOf: dcid:StatisticalVariable +name: "Amount of Nitrogen Oxides emmited from Waste" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emissionSource: dcid:WasteManagement +emittedThing: dcid:NitrogenOxide + +Node: dcid:Amount_Emissions_WasteManagement_NonMethaneVolatileOrganicCompound +typeOf: dcid:StatisticalVariable +name: "Amount of Non-methane Volatile Organic Compounds emmited from Waste" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emissionSource: dcid:WasteManagement +emittedThing: dcid:NonMethaneVolatileOrganicCompound + +Node: dcid:Amount_Emissions_WasteManagement_PM10 +typeOf: dcid:StatisticalVariable +name: "Amount of Particulates (PM10) emmited from Waste" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emissionSource: dcid:WasteManagement +emittedThing: dcid:PM10 + +Node: dcid:Amount_Emissions_WasteManagement_PM2.5 +typeOf: dcid:StatisticalVariable +name: "Amount of Particulates (PM2.5) emmited from Waste" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emissionSource: dcid:WasteManagement +emittedThing: dcid:PM2.5 + +Node: dcid:Amount_Emissions_WasteManagement_SulphurOxide +typeOf: dcid:StatisticalVariable +name: "Amount of Sulphur Oxides emmited from Waste" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emissionSource: dcid:WasteManagement +emittedThing: dcid:SulphurOxide