Pilgrims By Nationality, Gender and Origin

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
                       
Pilgrims Origin
               

No description available for this field.

Name (identifier)
pilgrims
Type
text
Sample
                       
Nationality
               

No description available for this field.

Name (identifier)
nationality
Type
text
Sample
                       
Gender
               

No description available for this field.

Name (identifier)
gender
Type
text
Sample
                       
Origin
               

No description available for this field.

Name (identifier)
origin
Type
text
Sample
                       
Indicator
               

No description available for this field.

Name (identifier)
indicator
Type
text
Sample
                       
Number / percentage of Pilgrims
               

No description available for this field.

Name (identifier)
value
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"total-pilgrims",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/total-pilgrims"
      }
    ]
    ,
  • "definitions":
    {
    • "total-pilgrims":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/total-pilgrims_records"
            }
          }
        }
      }
      ,
    • "total-pilgrims_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "time_period":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "pilgrims":
              {
              • "type":"string",
              • "title":"Pilgrims Origin",
              • "description":""
              }
              ,
            • "nationality":
              {
              • "type":"string",
              • "title":"Nationality ",
              • "description":""
              }
              ,
            • "gender":
              {
              • "type":"string",
              • "title":"Gender ",
              • "description":""
              }
              ,
            • "origin":
              {
              • "type":"string",
              • "title":"Origin",
              • "description":""
              }
              ,
            • "indicator":
              {
              • "type":"string",
              • "title":"Indicator",
              • "description":""
              }
              ,
            • "value":
              {
              • "type":"number",
              • "title":"Number / percentage of Pilgrims",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets