records

records

Actieve filters Wis alles

Geen actieve filters

Filters

Apotheken

Bijlagen

Klik om uit te vouwen Klik om samen te vouwen

Datasetschema

Klik om uit te vouwen Klik om samen te vouwen
Jaar
               

Geen omschrijving beschikbaar voor dit veld.

Naam (identifier)
annee_reference
Type
tekst
Voorbeeld
                       
ID shop
               

Geen omschrijving beschikbaar voor dit veld.

Naam (identifier)
id_shop
Type
tekst
Voorbeeld
                       
Straat
               

Geen omschrijving beschikbaar voor dit veld.

Naam (identifier)
rue
Type
tekst
Voorbeeld
                       
Nummer
               

Geen omschrijving beschikbaar voor dit veld.

Naam (identifier)
numero
Type
tekst
Voorbeeld
                       
Postcode
               

Geen omschrijving beschikbaar voor dit veld.

Naam (identifier)
code_postal
Type
tekst
Voorbeeld
                       
Gemeente
               

Geen omschrijving beschikbaar voor dit veld.

Naam (identifier)
commune
Type
tekst
Voorbeeld
                       
Wijk Baro
               

Geen omschrijving beschikbaar voor dit veld.

Naam (identifier)
quartier_baro
Type
tekst
Voorbeeld
                       
Wijk Ibsa
               

Geen omschrijving beschikbaar voor dit veld.

Naam (identifier)
quartier_ibsa
Type
tekst
Voorbeeld
                       
Latitude wgs84
               

Geen omschrijving beschikbaar voor dit veld.

Naam (identifier)
latitude_wgs84
Type
tekst
Voorbeeld
                       
Longitude wgs84
               

Geen omschrijving beschikbaar voor dit veld.

Naam (identifier)
longitude_wgs84
Type
tekst
Voorbeeld
                       
latitude_72
               

Geen omschrijving beschikbaar voor dit veld.

Naam (identifier)
latitude_72
Type
tekst
Voorbeeld
                       
longitude_L72
               

Geen omschrijving beschikbaar voor dit veld.

Naam (identifier)
longitude_l72
Type
tekst
Voorbeeld
                       
Naam winkelketen
               

Geen omschrijving beschikbaar voor dit veld.

Naam (identifier)
nom_chaine
Type
tekst
Voorbeeld
                       
Naam
               

Geen omschrijving beschikbaar voor dit veld.

Naam (identifier)
nom
Type
tekst
Voorbeeld
                       
Surface
               

Geen omschrijving beschikbaar voor dit veld.

Naam (identifier)
surface
Type
tekst
Voorbeeld
                       
Catégorie 1
               

Geen omschrijving beschikbaar voor dit veld.

Naam (identifier)
categorie_1
Type
tekst
Voorbeeld
                       
Secteur 1
               

Geen omschrijving beschikbaar voor dit veld.

Naam (identifier)
secteur_1
Type
tekst
Voorbeeld
                       
Type 1
               

Geen omschrijving beschikbaar voor dit veld.

Naam (identifier)
type_1
Type
tekst
Voorbeeld
                       
Catégorie 2
               

Geen omschrijving beschikbaar voor dit veld.

Naam (identifier)
categorie_2
Type
tekst
Voorbeeld
                       
Secteur 2
               

Geen omschrijving beschikbaar voor dit veld.

Naam (identifier)
secteur_2
Type
tekst
Voorbeeld
                       
Type 2
               

Geen omschrijving beschikbaar voor dit veld.

Naam (identifier)
type_2
Type
tekst
Voorbeeld
                       
Catégorie 3
               

Geen omschrijving beschikbaar voor dit veld.

Naam (identifier)
categorie_3
Type
tekst
Voorbeeld
                       
Secteur 3
               

Geen omschrijving beschikbaar voor dit veld.

Naam (identifier)
secteur_3
Type
tekst
Voorbeeld
                       
Type 3
               

Geen omschrijving beschikbaar voor dit veld.

Naam (identifier)
type_3
Type
tekst
Voorbeeld
                       
Catégorie 4
               

Geen omschrijving beschikbaar voor dit veld.

Naam (identifier)
categorie_4
Type
tekst
Voorbeeld
                       
Secteur 4
               

Geen omschrijving beschikbaar voor dit veld.

Naam (identifier)
secteur_4
Type
tekst
Voorbeeld
                       
Type 4
               

Geen omschrijving beschikbaar voor dit veld.

Naam (identifier)
type_4
Type
tekst
Voorbeeld
                       
Tags
               

Geen omschrijving beschikbaar voor dit veld.

Naam (identifier)
tags
Type
tekst
Voorbeeld
                       
Scenario
               

Geen omschrijving beschikbaar voor dit veld.

Naam (identifier)
scenario
Type
tekst
Voorbeeld
                       
last update
               

Geen omschrijving beschikbaar voor dit veld.

Naam (identifier)
derniere_maj
Type
tekst
Voorbeeld
                       
Creation Date
               

Geen omschrijving beschikbaar voor dit veld.

Naam (identifier)
creation_date
Type
tekst
Voorbeeld
                       
geografische coördinaten
               

Geen omschrijving beschikbaar voor dit veld.

Naam (identifier)
coordonnee_geographiques
Type
geo_point_2d
Voorbeeld
                       

JSON Schema

Het volgende JSON-voorwerp is een gestandaardiseerde omschrijving van het schema van uw dataset. Meer over JSON-schema.

{
  • "title":"pharmacies0",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/pharmacies0"
      }
    ]
    ,
  • "definitions":
    {
    • "pharmacies0":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/pharmacies0_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"
            }
          }
        }
        ,
      • "pharmacies0_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "annee_reference":
                {
                • "type":"string",
                • "title":"Jaar",
                • "description":""
                }
                ,
              • "id_shop":
                {
                • "type":"string",
                • "title":"ID shop",
                • "description":""
                }
                ,
              • "rue":
                {
                • "type":"string",
                • "title":"Straat",
                • "description":""
                }
                ,
              • "numero":
                {
                • "type":"string",
                • "title":"Nummer",
                • "description":""
                }
                ,
              • "code_postal":
                {
                • "type":"string",
                • "title":"Postcode",
                • "description":""
                }
                ,
              • "commune":
                {
                • "type":"string",
                • "title":"Gemeente",
                • "description":""
                }
                ,
              • "quartier_baro":
                {
                • "type":"string",
                • "title":"Wijk Baro",
                • "description":""
                }
                ,
              • "quartier_ibsa":
                {
                • "type":"string",
                • "title":"Wijk Ibsa",
                • "description":""
                }
                ,
              • "latitude_wgs84":
                {
                • "type":"string",
                • "title":"Latitude wgs84",
                • "description":""
                }
                ,
              • "longitude_wgs84":
                {
                • "type":"string",
                • "title":"Longitude wgs84",
                • "description":""
                }
                ,
              • "latitude_72":
                {
                • "type":"string",
                • "title":"latitude_72",
                • "description":""
                }
                ,
              • "longitude_l72":
                {
                • "type":"string",
                • "title":"longitude_L72",
                • "description":""
                }
                ,
              • "nom_chaine":
                {
                • "type":"string",
                • "title":"Naam winkelketen",
                • "description":""
                }
                ,
              • "nom":
                {
                • "type":"string",
                • "title":"Naam",
                • "description":""
                }
                ,
              • "surface":
                {
                • "type":"string",
                • "title":"Surface",
                • "description":""
                }
                ,
              • "categorie_1":
                {
                • "type":"string",
                • "title":"Catégorie 1",
                • "description":""
                }
                ,
              • "secteur_1":
                {
                • "type":"string",
                • "title":"Secteur 1",
                • "description":""
                }
                ,
              • "type_1":
                {
                • "type":"string",
                • "title":"Type 1",
                • "description":""
                }
                ,
              • "categorie_2":
                {
                • "type":"string",
                • "title":"Catégorie 2",
                • "description":""
                }
                ,
              • "secteur_2":
                {
                • "type":"string",
                • "title":"Secteur 2",
                • "description":""
                }
                ,
              • "type_2":
                {
                • "type":"string",
                • "title":"Type 2",
                • "description":""
                }
                ,
              • "categorie_3":
                {
                • "type":"string",
                • "title":"Catégorie 3",
                • "description":""
                }
                ,
              • "secteur_3":
                {
                • "type":"string",
                • "title":"Secteur 3",
                • "description":""
                }
                ,
              • "type_3":
                {
                • "type":"string",
                • "title":"Type 3",
                • "description":""
                }
                ,
              • "categorie_4":
                {
                • "type":"string",
                • "title":"Catégorie 4",
                • "description":""
                }
                ,
              • "secteur_4":
                {
                • "type":"string",
                • "title":"Secteur 4",
                • "description":""
                }
                ,
              • "type_4":
                {
                • "type":"string",
                • "title":"Type 4",
                • "description":""
                }
                ,
              • "tags":
                {
                • "type":"string",
                • "title":"Tags",
                • "description":""
                }
                ,
              • "scenario":
                {
                • "type":"string",
                • "title":"Scenario",
                • "description":""
                }
                ,
              • "derniere_maj":
                {
                • "type":"string",
                • "title":"last update",
                • "description":""
                }
                ,
              • "creation_date":
                {
                • "type":"string",
                • "title":"Creation Date",
                • "description":""
                }
                ,
              • "coordonnee_geographiques":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"geografische coördinaten",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Similar datasets