Population by Governorate, Citizenship and Gender

New records are currently being added to this dataset, this process may take a while. Please note that visualizations might be incomplete in the meantime. Don't hesitate to refresh your page regularly!

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Year
               

No description available for this field.

Name (identifier)
year
Type
date
Sample
                       
Governorate
               

No description available for this field.

Name (identifier)
governorate
Type
text
Sample
                       
Citizenship
               

No description available for this field.

Name (identifier)
citizenship
Type
text
Sample
                       
Gender
               

No description available for this field.

Name (identifier)
gender
Type
text
Sample
                       
Population
               

No description available for this field.

Name (identifier)
population
Type
integer
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"population-by-governorate-citizenship-and-gender",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/population-by-governorate-citizenship-and-gender"
      }
    ]
    ,
  • "definitions":
    {
    • "population-by-governorate-citizenship-and-gender":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/population-by-governorate-citizenship-and-gender_records"
            }
          }
        }
      }
      ,
    • "population-by-governorate-citizenship-and-gender_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "governorate":
              {
              • "type":"string",
              • "title":"Governorate",
              • "description":""
              }
              ,
            • "citizenship":
              {
              • "type":"string",
              • "title":"Citizenship",
              • "description":""
              }
              ,
            • "gender":
              {
              • "type":"string",
              • "title":"Gender",
              • "description":""
              }
              ,
            • "population":
              {
              • "type":"integer",
              • "title":"Population",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets