{
  "name": "science-works_total-world",
  "title": "Scholarly works published per year, World",
  "licenses": [
    {
      "name": "CC0 1.0",
      "path": "https://creativecommons.org/licenses/by/4.0/"
    }
  ],
  "sources": [
    {
      "title": "OpenAlex",
      "path": "https://api.openalex.org/works?group_by=publication_year"
    }
  ],
  "created": "2026-06-12",
  "resources": [
    {
      "name": "science-works_total-world",
      "path": "data.csv",
      "format": "csv",
      "mediatype": "text/csv",
      "schema": {
        "fields": [
          {
            "name": "year",
            "type": "integer"
          },
          {
            "name": "science_works_total_world",
            "type": "number",
            "unit": "works per year"
          }
        ]
      }
    }
  ]
}