{
  "name": "climate-co2_intensity-world",
  "title": "Annual total emissions of carbon dioxide (CO₂), excluding land-use change, measured in kilograms per dollar of GDP (2011 international-$).",
  "licenses": [
    {
      "name": "CC BY 4.0",
      "path": "https://creativecommons.org/licenses/by/4.0/"
    }
  ],
  "sources": [
    {
      "title": "Our World in Data",
      "path": "https://ourworldindata.org/grapher/co2-intensity"
    }
  ],
  "created": "2026-06-13",
  "resources": [
    {
      "name": "climate-co2_intensity-world",
      "path": "data.csv",
      "format": "csv",
      "mediatype": "text/csv",
      "schema": {
        "fields": [
          {
            "name": "year",
            "type": "integer"
          },
          {
            "name": "climate_co2_intensity_world",
            "type": "number",
            "unit": "kilograms per international-$"
          }
        ]
      }
    }
  ]
}