{
  "name": "ahrc-public-aggregate",
  "title": "AHRC public aggregate — incidents by province, category, year",
  "version": "v2026.08.23",
  "created": "2026-08-23T03:59:37+00:00",
  "licenses": [
    {
      "name": "CC-BY-4.0",
      "title": "CC BY 4.0",
      "path": "https://creativecommons.org/licenses/by/4.0/"
    }
  ],
  "sources": [
    {
      "title": "Afghanistan Human Rights Center",
      "path": "https://afghanhrcenter.org"
    }
  ],
  "description": "These are incidents AHRC has documented and corroborated. They are a LOWER BOUND: true numbers are higher, and documentation coverage varies by place and time (areas with more violence may produce fewer records, because collecting them is more dangerous). Do not read these counts as complete totals, and do not compare raw counts across provinces or time periods as if coverage were equal. Small cells (fewer than 10) are suppressed to protect the people involved, so province totals may exceed the sum of the published cells.",
  "resources": [
    {
      "name": "incidents_by_province_and_category",
      "path": "incidents_by_province_category_year.csv",
      "format": "csv",
      "mediatype": "text/csv",
      "schema": {
        "fields": [
          {
            "name": "aggregation",
            "type": "string",
            "description": "Aggregation level: 'by_province' or 'by_category'. Marginal totals only — the province x category x year cross-tab is withheld to protect small cells."
          },
          {
            "name": "province",
            "type": "string",
            "description": "Province (first-level admin division); set on by_province rows."
          },
          {
            "name": "incident_type",
            "type": "string",
            "description": "AHRC taxonomy category key; set on by_category rows."
          },
          {
            "name": "category",
            "type": "string",
            "description": "Human-readable category label; set on by_category rows."
          },
          {
            "name": "count",
            "type": "integer",
            "description": "Documented incidents at this aggregation level. A lower bound, not a total."
          }
        ]
      }
    },
    {
      "name": "incidents_by_province_map",
      "path": "incidents_by_province.geojson",
      "format": "geojson",
      "mediatype": "application/geo+json",
      "description": "Province-centroid points with total incident counts, for maps."
    }
  ]
}