{
  "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": "Année"
          },
          {
            "name": "Series",
            "type": "string",
            "constraints": {
              "enum": [
                "Violence physique",
                "Violence sexuelle",
                ""
              ]
            },
            "title": "Series"
          },
          {
            "name": "Gender",
            "type": "string",
            "constraints": {
              "enum": [
                "Hommes",
                "Femmes",
                ""
              ]
            },
            "title": "Genre"
          },
          {
            "name": "Age group",
            "type": "string",
            "constraints": {
              "enum": [
                "15 à 24 ans",
                "25 à 34 ans",
                "35 à 44 ans",
                "45 à 54 ans",
                "55 à 64 ans",
                "65 ans et plus",
                ""
              ]
            },
            "title": "Groupe d'âge"
          },
          {
            "name": "Sexual orientation",
            "type": "string",
            "constraints": {
              "enum": [
                "Hétérosexuel",
                "Lesbienne ou gai",
                "Bisexuel",
                ""
              ]
            },
            "title": "Orientation sexuelle"
          },
          {
            "name": "First Nations, Métis, or Inuit identity",
            "type": "string",
            "constraints": {
              "enum": [
                "Personne autochtone",
                "Premières Nations",
                "Métis",
                "Inuit",
                "Personne non autochtone",
                ""
              ]
            },
            "title": "Identité autochtone (Première Nation, Métis ou Inuit)"
          },
          {
            "name": "Visible minority",
            "type": "string",
            "constraints": {
              "enum": [
                "Minorité visible",
                "N’appartenant pas à une minorité visible",
                ""
              ]
            },
            "title": "Minorité visible"
          },
          {
            "name": "Person with disability",
            "type": "string",
            "constraints": {
              "enum": [
                "Personne ayant une incapacité",
                "Personne n'ayant aucune incapacité",
                ""
              ]
            },
            "title": "Personne ayant une incapacité"
          },
          {
            "name": "Immigrant status",
            "type": "string",
            "constraints": {
              "enum": [
                "Personne immigrante",
                "Personne non immigrante",
                ""
              ]
            },
            "title": "Status d'immigrant"
          },
          {
            "name": "Marital status",
            "type": "string",
            "constraints": {
              "enum": [
                "Marié ou vivant en union libre",
                "Séparé, divorcé ou veuf",
                "Célibataire, jamais marié",
                ""
              ]
            },
            "title": "État matrimonial"
          },
          {
            "name": "Type of crime",
            "type": "string",
            "constraints": {
              "enum": [
                "Violence sexuelle",
                "Violence physique",
                ""
              ]
            },
            "title": "Type of crime"
          },
          {
            "name": "Value",
            "type": "number",
            "title": "Valeur"
          }
        ]
      }
    }
  ],
  "profile": "data-package",
  "name": "16-1-3",
  "title": "Proportion de la population victime a) de violences physiques, b) psychologiques ou c) sexuelles au cours des 12 mois précédents"
}