records

records

Active filters Clear all

No active filters

Filters

Results of municipal elections for the City of Brussels since 1976

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Year
               

No description available for this field.

Name (identifier)
annee
Type
date
Sample
                       
Party
               

No description available for this field.

Name (identifier)
parti
Type
text
Sample
                       
Number of seats
               

No description available for this field.

Name (identifier)
nombre_de_sieges
Type
integer
Sample
                       
% Seats
               

No description available for this field.

Name (identifier)
sieges
Type
decimal
Unit
%
Sample
                       
Number of votes
               

No description available for this field.

Name (identifier)
nombre_de_voix
Type
integer
Sample
                       
% Votes
               

No description available for this field.

Name (identifier)
voix
Type
decimal
Unit
%
Sample
                       
Source
               

No description available for this field.

Name (identifier)
source
Type
text
Sample
                       
Total Number of seats
               

No description available for this field.

Name (identifier)
total_nombre_de_sieges
Type
decimal
Sample
                       
Total Number of votes
               

No description available for this field.

Name (identifier)
total_nombre_de_voix
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"resultats-des-elections-communales-ville-de-bruxelles-depuis-1976",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/resultats-des-elections-communales-ville-de-bruxelles-depuis-1976"
      }
    ]
    ,
  • "definitions":
    {
    • "resultats-des-elections-communales-ville-de-bruxelles-depuis-1976":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/resultats-des-elections-communales-ville-de-bruxelles-depuis-1976_records"
            }
          }
        }
      }
      ,
    • "resultats-des-elections-communales-ville-de-bruxelles-depuis-1976_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "annee":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "parti":
              {
              • "type":"string",
              • "title":"Party",
              • "description":""
              }
              ,
            • "nombre_de_sieges":
              {
              • "type":"integer",
              • "title":"Number of seats",
              • "description":""
              }
              ,
            • "sieges":
              {
              • "type":"number",
              • "title":"% Seats",
              • "description":"",
              • "unit":"%"
              }
              ,
            • "nombre_de_voix":
              {
              • "type":"integer",
              • "title":"Number of votes",
              • "description":""
              }
              ,
            • "voix":
              {
              • "type":"number",
              • "title":"% Votes",
              • "description":"",
              • "unit":"%"
              }
              ,
            • "source":
              {
              • "type":"string",
              • "title":"Source",
              • "description":""
              }
              ,
            • "total_nombre_de_sieges":
              {
              • "type":"number",
              • "title":"Total Number of seats",
              • "description":""
              }
              ,
            • "total_nombre_de_voix":
              {
              • "type":"number",
              • "title":"Total Number of votes",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets