Saudi Population ( 15 years and over ) by Gender, Age Groups and Marital Status

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 Groups
               

No description available for this field.

Name (identifier)
age_groups
Type
text
Sample
                       
Gender
               

No description available for this field.

Name (identifier)
gender
Type
text
Sample
                       
Marital Status
               

No description available for this field.

Name (identifier)
marital_status
Type
text
Sample
                       
Saudi Population
               

No description available for this field.

Name (identifier)
saudi_population
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"saudi-population-by-age-groups-gender-and-marital-status",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/saudi-population-by-age-groups-gender-and-marital-status"
      }
    ]
    ,
  • "definitions":
    {
    • "saudi-population-by-age-groups-gender-and-marital-status":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/saudi-population-by-age-groups-gender-and-marital-status_records"
            }
          }
        }
      }
      ,
    • "saudi-population-by-age-groups-gender-and-marital-status_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "time_period":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "age_groups":
              {
              • "type":"string",
              • "title":"Age Groups",
              • "description":""
              }
              ,
            • "gender":
              {
              • "type":"string",
              • "title":"Gender",
              • "description":""
              }
              ,
            • "marital_status":
              {
              • "type":"string",
              • "title":"Marital Status",
              • "description":""
              }
              ,
            • "saudi_population":
              {
              • "type":"number",
              • "title":"Saudi Population",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets