From 749688a27c75771dd1219b2c7390b8386d7b9dc3 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 | 17 + core/dcschema_enum_instances.mcf | 37 ++ core/energy.mcf | 14 +- stat_vars/oecd_air_emission.mcf | 763 ++++++++++++++++++++++++++++ 5 files changed, 831 insertions(+), 2 deletions(-) create mode 100644 stat_vars/oecd_air_emission.mcf diff --git a/core/WorldDevelopmentIndicators.mcf b/core/WorldDevelopmentIndicators.mcf index d5497f383..c612901b8 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 5e7971ab5..4b5aec1fb 100644 --- a/core/dcschema.mcf +++ b/core/dcschema.mcf @@ -3803,3 +3803,20 @@ typeOf: dcs:Property name: "issuerBank" domainIncludes: dcid:Debt rangeIncludes: dcid:IssuerBankEnum + +Node: dcid:KilogramPerUSD +name: "KilogramPerUSD" +typeOf: dcid:UnitOfMeasure + +Node: dcid:KilogramPerCapita +name: "KilogramPerCapita" +typeOf: dcid:UnitOfMeasure + +Node: dcid:IndustrialProcesses +typeOf: dcid:EpaSccCodeEnum +name: "Industrial Processes" + +Node: dcid:ProductUse +typeOf: dcid:EpaSccCodeEnum +name: "Product Use" + diff --git a/core/dcschema_enum_instances.mcf b/core/dcschema_enum_instances.mcf index 45124f581..5d8712c8c 100644 --- a/core/dcschema_enum_instances.mcf +++ b/core/dcschema_enum_instances.mcf @@ -2871,3 +2871,40 @@ description: "Jobs saved under a program" Node: dcid:EarlyEducation typeOf: dcid:SchoolGradeLevelEnum name: "Early Education" + +Node: dcid:Combustion +typeOf: dcid:EpaSccCodeEnum +name: "Combustion" +description: the process of burning + +Node: dcid:CombustionExcludingIndustrial +typeOf: dcid:EpaSccCodeEnum +name: "Combustion Excluding Industrial" +description: the process of burning excluding the industrial combustion + +Node: dcid:IndustrialCombustion +typeOf: dcid:EpaSccCodeEnum +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:EpaSccCodeEnum +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:EpaSccCodeEnum +name: "Miscellaneous" +description: composed of or containing a variety of things; mixed; varied. having varied capabilities, sides, etc. + +Node: dcid:MobileSourceExcludingRoadTransport +typeOf: dcid:EpaSccCodeEnum +name: "Mobile Source Excluding Road Transport" + +Node: dcid:PowerStation +typeOf: dcid:EpaSccCodeEnum +name: "Power Station" + +Node: dcid:StationarySource +typeOf: dcid:EpaSccCodeEnum +name: "Stationary Source" diff --git a/core/energy.mcf b/core/energy.mcf index cf84ff41b..e3d347a92 100644 --- a/core/energy.mcf +++ b/core/energy.mcf @@ -2250,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" @@ -2338,6 +2338,18 @@ Node: dcid:CarbonDioxideEquivalent100YearGlobalWarmingPotential typeOf: dcs:GreenhouseGas name: "Carbon Dioxide Equivalent - 100 Year Global Warming Potential" +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.mcf b/stat_vars/oecd_air_emission.mcf new file mode 100644 index 000000000..9b93e1e2b --- /dev/null +++ b/stat_vars/oecd_air_emission.mcf @@ -0,0 +1,763 @@ +Node: dcid:Amount_Emissions_Agriculture_CarbonMonoxide +typeOf: dcid:StatisticalVariable +name: "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: "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: "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: "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: "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: "Agriculture" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emissionSource: dcid:Agriculture +emittedThing: dcid:SulphurOxide + +Node: dcid:Amount_Emissions_CarbonMonoxide_PerCapita +typeOf: dcid:StatisticalVariable +name: "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: "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: "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: "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: "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: "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: "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: "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: "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: "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: "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: "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: "Combustion" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emissionSource: dcid:Combustion +emittedThing: dcid:SulphurOxide + +Node: dcid:Amount_Emissions_EPASCC22_CarbonMonoxide +typeOf: dcid:StatisticalVariable +name: "Total Mobile Sources" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emissionSource: dcid:EPA_SCC/22 +emittedThing: dcid:CarbonMonoxide + +Node: dcid:Amount_Emissions_EPASCC22_NitrogenOxide +typeOf: dcid:StatisticalVariable +name: "Total Mobile Sources" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emissionSource: dcid:EPA_SCC/22 +emittedThing: dcid:NitrogenOxide + +Node: dcid:Amount_Emissions_EPASCC22_NonMethaneVolatileOrganicCompound +typeOf: dcid:StatisticalVariable +name: "Total Mobile Sources" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emissionSource: dcid:EPA_SCC/22 +emittedThing: dcid:NonMethaneVolatileOrganicCompound + +Node: dcid:Amount_Emissions_EPASCC22_PM10 +typeOf: dcid:StatisticalVariable +name: "Total Mobile Sources" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emissionSource: dcid:EPA_SCC/22 +emittedThing: dcid:PM10 + +Node: dcid:Amount_Emissions_EPASCC22_PM2.5 +typeOf: dcid:StatisticalVariable +name: "Total Mobile Sources" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emissionSource: dcid:EPA_SCC/22 +emittedThing: dcid:PM2.5 + +Node: dcid:Amount_Emissions_EPASCC22_SulphurOxide +typeOf: dcid:StatisticalVariable +name: "Total Mobile Sources" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emissionSource: dcid:EPA_SCC/22 +emittedThing: dcid:SulphurOxide + +Node: dcid:Amount_Emissions_IndustrialCombustion_CarbonMonoxide +typeOf: dcid:StatisticalVariable +name: "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: "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: "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: "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: "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: "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: "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: "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: "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: "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: "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: "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: "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: "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: "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: "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: "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: "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: "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: "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: "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: "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: "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: "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: "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: "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: "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: "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: "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: "Other Mobile Sources" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emissionSource: dcid:MobileSourceExcludingRoadTransport +emittedThing: dcid:SulphurOxide + +Node: dcid:Amount_Emissions_NitrogenOxide_PerCapita +typeOf: dcid:StatisticalVariable +name: "Total emissions per capita" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +measurementDenominator: dcid:PerCapita +emittedThing: dcid:NitrogenOxide + +Node: dcid:Amount_Emissions_NonMethaneVolatileOrganicCompound_PerCapita +typeOf: dcid:StatisticalVariable +name: "Total emissions per capita" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +measurementDenominator: dcid:PerCapita +emittedThing: dcid:NonMethaneVolatileOrganicCompound + +Node: dcid:Amount_Emissions_PM10_PerCapita +typeOf: dcid:StatisticalVariable +name: "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_PerCapita +typeOf: dcid:StatisticalVariable +name: "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: "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: "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: "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: "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: "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: "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: "Road Transport" +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: "Road Transport" +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: "Road Transport" +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: "Road Transport" +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: "Road Transport" +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: "Road Transport" +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: "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: "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: "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: "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: "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: "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: "Total emission intensities" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emittedThing: dcid:SulphurOxide + +Node: dcid:Amount_Emissions_SulphurOxide_PerCapita +typeOf: dcid:StatisticalVariable +name: "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: "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: "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: "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: "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: "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: "Waste" +populationType: dcid:Emissions +measuredProperty: dcid:amount +statType: dcid:measuredValue +emissionSource: dcid:WasteManagement +emittedThing: dcid:SulphurOxide