{
  "resources": [
    {
      "path": "data.csv",
      "name": "data",
      "profile": "tabular-data-resource",
      "scheme": "file",
      "format": "csv",
      "hashing": "md5",
      "encoding": "utf-8",
      "schema": {
        "fields": [
          {
            "name": "Year",
            "type": "integer",
            "title": "Year"
          },
          {
            "name": "Units",
            "type": "string",
            "constraints": {
              "enum": [
                "Attributable deaths",
                "DALYs",
                ""
              ]
            },
            "title": "Units"
          },
          {
            "name": "type of disease",
            "type": "string",
            "constraints": {
              "enum": [
                "Chronic obstructive pulmonary disease (COPD)",
                "Lung cancer",
                "Stroke",
                "Ischemic heart diseases",
                "Diabetes mellitus type 2",
                ""
              ]
            },
            "title": "Type of disease"
          },
          {
            "name": "COMMENT_OBS_0",
            "type": "string",
            "constraints": {
              "enum": [
                "r",
                ""
              ]
            },
            "title": "COMMENT_OBS_0"
          },
          {
            "name": "COMMENT_OBS_1",
            "type": "number",
            "constraints": {
              "enum": [
                ""
              ]
            },
            "title": "COMMENT_OBS_1"
          },
          {
            "name": "COMMENT_OBS_2",
            "type": "number",
            "constraints": {
              "enum": [
                ""
              ]
            },
            "title": "COMMENT_OBS_2"
          },
          {
            "name": "Series",
            "type": "string",
            "constraints": {
              "enum": [
                "Attributable deaths due to long-term exposure to fine particulate matter (PM₂.₅) in the population aged 25 years and older",
                "Attributable deaths due to long-term exposure to fine particulate matter (PM₂.₅) in the population aged 25 years and older by type of disease",
                "DALYs due to long-term exposure to fine particulate matter (PM₂.₅) in the population aged 25 years and older",
                "DALYs due to long-term exposure to fine particulate matter (PM₂.₅) in the population aged 25 years and older by type of disease",
                ""
              ]
            },
            "title": "Time series"
          },
          {
            "name": "Value",
            "type": "integer",
            "title": "Value"
          }
        ]
      }
    }
  ],
  "profile": "data-package",
  "name": "3-9-1",
  "title": "Sterblichkeitsrate infolge von Verschmutzung der Raum- bzw. Außenluft"
}