From db3fef45853e2db484796f04f11ffde8124e5441 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 | 32 +- core/dcschema_enum_instances.mcf | 41 ++ core/energy.mcf | 15 +- stat_vars/oecd_air_emission.mcf | 765 ++++++++++++++++++++++++++++ 5 files changed, 832 insertions(+), 23 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..37325d76e 100644 --- a/core/dcschema.mcf +++ b/core/dcschema.mcf @@ -3780,26 +3780,18 @@ name: "southAfricanMunicipalityCode" domainIncludes: dcs:Place description: "Identifier for a municipality in South Africa" -Node: dcid:financialProduct -typeOf: dcid:Property -name: "financialProduct" -description: "It is the Point of Sale or payment method for transactions." -rangeIncludes: dcid:FinancialProductEnum +Node: dcid:KilogramPerUSD +name: "KilogramPerUSD" +typeOf: dcid:UnitOfMeasure -Node: dcid:productStatus -typeOf: dcid:Property -name: "productStatus" -description: "Status on the medium of the transaction." -rangeIncludes: dcid:ProductStatusEnum +Node: dcid:KilogramPerCapita +name: "KilogramPerCapita" +typeOf: dcid:UnitOfMeasure -Node: dcid:transactionStatus -typeOf: dcs:Property -name: "transactionStatus" -description: "It is the status of the transactions." -rangeIncludes: dcid:TransactionStatusEnum +Node: dcid:IndustrialProcesses +typeOf: dcid:EpaSccCodeEnum +name: "Industrial Processes" -Node: dcid:issuerBank -typeOf: dcs:Property -name: "issuerBank" -domainIncludes: dcid:Debt -rangeIncludes: dcid:IssuerBankEnum +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..7f54611f9 100644 --- a/core/dcschema_enum_instances.mcf +++ b/core/dcschema_enum_instances.mcf @@ -2871,3 +2871,44 @@ 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" + +Node: dcid:IndustrialProcesses__ProductUse +typeOf: dcid:EpaSccCodeEnum +name: "Industrial Processes__Product Use" diff --git a/core/energy.mcf b/core/energy.mcf index cf84ff41b..be6e3919a 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 @@ -3005,4 +3017,3 @@ name: "India Energy Dashboard Unspecified Sector" Node: dcid:IndiaEDM_OtherOilProducts typeOf: dcs:EnergySourceEnum name: "India Energy Dashboard Other Oil Products" - diff --git a/stat_vars/oecd_air_emission.mcf b/stat_vars/oecd_air_emission.mcf new file mode 100644 index 000000000..53d3b59b0 --- /dev/null +++ b/stat_vars/oecd_air_emission.mcf @@ -0,0 +1,765 @@ +# Auto generated using command: "process_spreadsheet.py --input_sheet=https://docs.google.com/spreadsheets/d/1saSlGxLBdSgvTKGXK9tVLOKvfWR-60dIo3gNLUT0Au4/edit?resourcekey=0-jwYZEDbnuDYuOKafn_C4KA#gid=1340979472 --output_path=/usr/local/google/home/sumakaranam/oecd/" on 2024-03-06 05:38:44.651903 + +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