records

records

Active filters Clear all

No active filters

Filters

Residents of Potsdam since 1992

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Year
               

No description available for this field.

Name (identifier)
jahr
Type
date
Sample
                       
Residents with main residency
               

No description available for this field.

Name (identifier)
einwohner_mit_hauptwohnung
Type
integer
Sample
                       
Residents with secondary residence
               

No description available for this field.

Name (identifier)
einwohner_mit_nebenwohnung
Type
integer
Sample
                       
total
               

No description available for this field.

Name (identifier)
gesamt
Type
integer
Sample
                       

JSON Schema

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

{
  • "title":"einwohnerzahl-seit-1992",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/einwohnerzahl-seit-1992"
      }
    ]
    ,
  • "definitions":
    {
    • "einwohnerzahl-seit-1992":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/einwohnerzahl-seit-1992_records"
            }
          }
        }
      }
      ,
    • "einwohnerzahl-seit-1992_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "jahr":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "einwohner_mit_hauptwohnung":
              {
              • "type":"integer",
              • "title":"Residents with main residency",
              • "description":""
              }
              ,
            • "einwohner_mit_nebenwohnung":
              {
              • "type":"integer",
              • "title":"Residents with secondary residence",
              • "description":""
              }
              ,
            • "gesamt":
              {
              • "type":"integer",
              • "title":"total",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets