Population at Mid Year by Age Groups, Nationality and Gender

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Year
               

No description available for this field.

Name (identifier)
time_period
Type
date
Sample
                       
Age group
               

No description available for this field.

Name (identifier)
age_group
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)
sex
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-at-mid-year-by-age-groups-nationality-and-gender",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/population-at-mid-year-by-age-groups-nationality-and-gender"
      }
    ]
    ,
  • "definitions":
    {
    • "population-at-mid-year-by-age-groups-nationality-and-gender":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/population-at-mid-year-by-age-groups-nationality-and-gender_records"
            }
          }
        }
      }
      ,
    • "population-at-mid-year-by-age-groups-nationality-and-gender_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "time_period":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "age_group":
              {
              • "type":"string",
              • "title":"Age group",
              • "description":""
              }
              ,
            • "citizenship":
              {
              • "type":"string",
              • "title":"Citizenship",
              • "description":""
              }
              ,
            • "sex":
              {
              • "type":"string",
              • "title":"Gender",
              • "description":""
              }
              ,
            • "population":
              {
              • "type":"integer",
              • "title":"Population",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets