records

records

Active filters Clear all

No active filters

Filters

French-speaking schools located on the territory of the City of Brussels

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
FASE number of school
               

No description available for this field.

Name (identifier)
ndeg_fase_de_l_etablissement
Type
decimal
Sample
                       
Nom d'établissement
               

No description available for this field.

Name (identifier)
nom_d_etablissement
Type
text
Sample
                       
BCE number
               

No description available for this field.

Name (identifier)
numero_bce_de_l_etablissement
Type
text
Sample
                       
Type of education
               

No description available for this field.

Name (identifier)
type_d_enseignement
Type
text
Sample
                       
Level
               

No description available for this field.

Name (identifier)
niveau
Type
text
Sample
                       
Type
               

No description available for this field.

Name (identifier)
genre
Type
text
Sample
                       
Network
               

No description available for this field.

Name (identifier)
reseau
Type
text
Sample
                       
School address
               

No description available for this field.

Name (identifier)
adresse_de_l_etablissement
Type
text
Sample
                       
code_postal_de_l_etablissement
               

No description available for this field.

Name (identifier)
code_postal_de_l_etablissement
Type
text
Sample
                       
PlaceLocation of school
               

No description available for this field.

Name (identifier)
localite_de_l_etablissement
Type
text
Sample
                       
Municipality
               

No description available for this field.

Name (identifier)
commune_de_l_etablissement
Type
text
Sample
                       
Bassin
               

No description available for this field.

Name (identifier)
bassin
Type
text
Sample
                       
arrondissement_administratif
               

No description available for this field.

Name (identifier)
arrondissement_administratif
Type
text
Sample
                       
FASE number of site
               

No description available for this field.

Name (identifier)
ndeg_fase_de_l_implantation
Type
decimal
Sample
                       
Site address
               

No description available for this field.

Name (identifier)
adresse_de_l_implantation
Type
text
Sample
                       
site Postal code
               

No description available for this field.

Name (identifier)
code_postal_de_l_implantation
Type
text
Sample
                       
Site Place
               

No description available for this field.

Name (identifier)
localite_de_l_implantation
Type
text
Sample
                       
Site municipality
               

No description available for this field.

Name (identifier)
commune_de_l_implantation
Type
text
Sample
                       
Latitude
               

No description available for this field.

Name (identifier)
latitude
Type
decimal
Sample
                       
Longitude
               

No description available for this field.

Name (identifier)
longitude
Type
decimal
Sample
                       
N° FASE du PO
               

No description available for this field.

Name (identifier)
ndeg_fase_du_po
Type
decimal
Sample
                       
Nom du PO
               

No description available for this field.

Name (identifier)
nom_du_po
Type
text
Sample
                       
Numéro BCE du PO
               

No description available for this field.

Name (identifier)
numero_bce_du_po
Type
text
Sample
                       
Adresse du PO
               

No description available for this field.

Name (identifier)
adresse_du_po
Type
text
Sample
                       
Code postal du PO
               

No description available for this field.

Name (identifier)
code_postal_du_po
Type
text
Sample
                       
Localité du PO
               

No description available for this field.

Name (identifier)
localite_du_po
Type
text
Sample
                       
Commune du PO
               

No description available for this field.

Name (identifier)
commune_du_po
Type
text
Sample
                       
pointgeo
               

No description available for this field.

Name (identifier)
pointgeo
Type
geo point
Sample
                       

JSON Schema

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

{
  • "title":"ecoles-scholen-fr-vbx",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/ecoles-scholen-fr-vbx"
      }
    ]
    ,
  • "definitions":
    {
    • "ecoles-scholen-fr-vbx":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/ecoles-scholen-fr-vbx_records"
            }
          }
        }
      }
      ,
    • "geoJSON":
      {
      • "title":"Geo JSON object",
      • "description":"Schema for a Geo JSON object",
      • "type":"object",
      • "required":
        [
        • "type"
        ]
        ,
      • "properties":
        {
        • "crs":
          {
          • "$ref":"#/definitions/crs"
          }
          ,
        • "bbox":
          {
          • "$ref":"#/definitions/bbox"
          }
        }
        ,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/geometry"
          }
          ,
        • {
          • "$ref":"#/definitions/geometryCollection"
          }
          ,
        • {
          • "$ref":"#/definitions/feature"
          }
          ,
        • {
          • "$ref":"#/definitions/featureCollection"
          }
        ]
      }
      ,
    • "bbox":
      {
      • "description":"A bounding box as defined by GeoJSON",
      • "type":"array",
      • "items":
        {
        • "type":"number"
        }
      }
      ,
    • "crs":
      {
      • "title":"crs",
      • "description":"a Coordinate Reference System object",
      • "type":
        [
        • "object",
        • "null"
        ]
        ,
      • "required":
        [
        • "type",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "type":"string"
          }
          ,
        • "properties":
          {
          • "type":"object"
          }
        }
        ,
      • "additionalProperties":false,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/namedCrs"
          }
          ,
        • {
          • "$ref":"#/definitions/linkedCrs"
          }
        ]
      }
      ,
    • "namedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "name"
            ]
          }
          ,
        • "properties":
          {
          • "required":
            [
            • "name"
            ]
            ,
          • "additionalProperties":false,
          • "properties":
            {
            • "name":
              {
              • "type":"string"
              }
            }
          }
        }
      }
      ,
    • "linkedObject":
      {
      • "type":"object",
      • "required":
        [
        • "href"
        ]
        ,
      • "properties":
        {
        • "href":
          {
          • "type":"string",
          • "format":"uri"
          }
          ,
        • "type":
          {
          • "type":"string",
          • "description":"Suggested values: proj4, ogjwkt, esriwkt"
          }
        }
      }
      ,
    • "linkedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "link"
            ]
          }
          ,
        • "properties":
          {
          • "$ref":"#/definitions/linkedObject"
          }
        }
      }
      ,
    • "geometryCollection":
      {
      • "title":"GeometryCollection",
      • "description":"A collection of geometry objects",
      • "required":
        [
        • "geometries"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "GeometryCollection"
            ]
          }
          ,
        • "geometries":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"http://json-schema.org/geojson/geometry.json#"
            }
          }
        }
      }
      ,
    • "feature":
      {
      • "title":"Feature",
      • "description":"A Geo JSON feature object",
      • "required":
        [
        • "geometry",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "Feature"
            ]
          }
          ,
        • "geometry":
          {
          • "oneOf":
            [
            • {
              • "type":"null"
              }
              ,
            • {
              • "$ref":"#/definitions/geometry"
              }
            ]
          }
          ,
        • "properties":
          {
          • "type":
            [
            • "object",
            • "null"
            ]
          }
          ,
        • "id":
          {
            }
          }
        }
        ,
      • "featureCollection":
        {
        • "title":"FeatureCollection",
        • "description":"A Geo JSON feature collection",
        • "required":
          [
          • "features"
          ]
          ,
        • "properties":
          {
          • "type":
            {
            • "enum":
              [
              • "FeatureCollection"
              ]
            }
            ,
          • "features":
            {
            • "type":"array",
            • "items":
              {
              • "$ref":"#/definitions/feature"
              }
            }
          }
        }
        ,
      • "geometry":
        {
        • "title":"geometry",
        • "description":"One geometry as defined by GeoJSON",
        • "type":"object",
        • "required":
          [
          • "type",
          • "coordinates"
          ]
          ,
        • "oneOf":
          [
          • {
            • "title":"Point",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Point"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/position"
                }
              }
            }
            ,
          • {
            • "title":"MultiPoint",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPoint"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/positionArray"
                }
              }
            }
            ,
          • {
            • "title":"LineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "LineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/lineString"
                }
              }
            }
            ,
          • {
            • "title":"MultiLineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiLineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/lineString"
                  }
                }
              }
            }
            ,
          • {
            • "title":"Polygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Polygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/polygon"
                }
              }
            }
            ,
          • {
            • "title":"MultiPolygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPolygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/polygon"
                  }
                }
              }
            }
          ]
          ,
        • "position":
          {
          • "description":"A single position",
          • "type":"array",
          • "minItems":2,
          • "items":
            [
            • {
              • "type":"number"
              }
              ,
            • {
              • "type":"number"
              }
            ]
            ,
          • "additionalItems":false
          }
          ,
        • "positionArray":
          {
          • "description":"An array of positions",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/position"
            }
          }
          ,
        • "lineString":
          {
          • "description":"An array of two or more positions",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":2
              }
            ]
          }
          ,
        • "linearRing":
          {
          • "description":"An array of four positions where the first equals the last",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":4
              }
            ]
          }
          ,
        • "polygon":
          {
          • "description":"An array of linear rings",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/linearRing"
            }
          }
        }
        ,
      • "ecoles-scholen-fr-vbx_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "ndeg_fase_de_l_etablissement":
                {
                • "type":"number",
                • "title":"FASE number of school",
                • "description":""
                }
                ,
              • "nom_d_etablissement":
                {
                • "type":"string",
                • "title":"Nom d'établissement",
                • "description":""
                }
                ,
              • "numero_bce_de_l_etablissement":
                {
                • "type":"string",
                • "title":"BCE number",
                • "description":""
                }
                ,
              • "type_d_enseignement":
                {
                • "type":"string",
                • "title":"Type of education",
                • "description":""
                }
                ,
              • "niveau":
                {
                • "type":"string",
                • "title":"Level",
                • "description":""
                }
                ,
              • "genre":
                {
                • "type":"string",
                • "title":"Type",
                • "description":""
                }
                ,
              • "reseau":
                {
                • "type":"string",
                • "title":"Network",
                • "description":""
                }
                ,
              • "adresse_de_l_etablissement":
                {
                • "type":"string",
                • "title":"School address",
                • "description":""
                }
                ,
              • "code_postal_de_l_etablissement":
                {
                • "type":"string",
                • "title":"code_postal_de_l_etablissement",
                • "description":""
                }
                ,
              • "localite_de_l_etablissement":
                {
                • "type":"string",
                • "title":"PlaceLocation of school",
                • "description":""
                }
                ,
              • "commune_de_l_etablissement":
                {
                • "type":"string",
                • "title":"Municipality",
                • "description":""
                }
                ,
              • "bassin":
                {
                • "type":"string",
                • "title":"Bassin",
                • "description":""
                }
                ,
              • "arrondissement_administratif":
                {
                • "type":"string",
                • "title":"arrondissement_administratif",
                • "description":""
                }
                ,
              • "ndeg_fase_de_l_implantation":
                {
                • "type":"number",
                • "title":"FASE number of site",
                • "description":""
                }
                ,
              • "adresse_de_l_implantation":
                {
                • "type":"string",
                • "title":"Site address",
                • "description":""
                }
                ,
              • "code_postal_de_l_implantation":
                {
                • "type":"string",
                • "title":"site Postal code",
                • "description":""
                }
                ,
              • "localite_de_l_implantation":
                {
                • "type":"string",
                • "title":"Site Place",
                • "description":""
                }
                ,
              • "commune_de_l_implantation":
                {
                • "type":"string",
                • "title":"Site municipality",
                • "description":""
                }
                ,
              • "latitude":
                {
                • "type":"number",
                • "title":"Latitude",
                • "description":""
                }
                ,
              • "longitude":
                {
                • "type":"number",
                • "title":"Longitude",
                • "description":""
                }
                ,
              • "ndeg_fase_du_po":
                {
                • "type":"number",
                • "title":"N° FASE du PO",
                • "description":""
                }
                ,
              • "nom_du_po":
                {
                • "type":"string",
                • "title":"Nom du PO",
                • "description":""
                }
                ,
              • "numero_bce_du_po":
                {
                • "type":"string",
                • "title":"Numéro BCE du PO",
                • "description":""
                }
                ,
              • "adresse_du_po":
                {
                • "type":"string",
                • "title":"Adresse du PO",
                • "description":""
                }
                ,
              • "code_postal_du_po":
                {
                • "type":"string",
                • "title":"Code postal du PO",
                • "description":""
                }
                ,
              • "localite_du_po":
                {
                • "type":"string",
                • "title":"Localité du PO",
                • "description":""
                }
                ,
              • "commune_du_po":
                {
                • "type":"string",
                • "title":"Commune du PO",
                • "description":""
                }
                ,
              • "pointgeo":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"pointgeo",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Similar datasets