records

records

Active filters Clear all

No active filters

Filters

Snelhedenkaart

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
OBJECTID
Uniek identificatienummer van het wegvak

No description available for this field.

Name (identifier)
objectid
Type
integer
Sample
                       
wvk_id
Uniek identificatienummer van het wegvak.

No description available for this field.

Name (identifier)
wvk_id
Type
decimal
Sample
                       
wvk_begdat
begin datum wegvlak

No description available for this field.

Name (identifier)
wvk_begdat
Type
datetime
Sample
                       
nwb_versie
Versie nationaal wegenbestand (https://www.nationaalwegenbestand.nl/). NWB vormt de bron voor de wegvlakken.

No description available for this field.

Name (identifier)
nwb_versie
Type
datetime
Sample
                       
pve_code
Provinciecode

No description available for this field.

Name (identifier)
pve_code
Type
text
Sample
                       
gme_id
Gemeentecode

No description available for this field.

Name (identifier)
gme_id
Type
integer
Sample
                       
gme_naam
Gemeente naam

No description available for this field.

Name (identifier)
gme_naam
Type
text
Sample
                       
wpsnaam
Woonplaats

No description available for this field.

Name (identifier)
wpsnaam
Type
text
Sample
                       
stt_naam
Straatnaam (adres)

No description available for this field.

Name (identifier)
stt_naam
Type
text
Sample
                       
wegnummer
               

No description available for this field.

Name (identifier)
wegnummer
Type
text
Sample
                       
wegbehsrt
               

No description available for this field.

Name (identifier)
wegbehsrt
Type
text
Sample
                       
wegbehcode
               

No description available for this field.

Name (identifier)
wegbehcode
Type
text
Sample
                       
wegbehnaam
               

No description available for this field.

Name (identifier)
wegbehnaam
Type
text
Sample
                       
lengte
               

No description available for this field.

Name (identifier)
lengte
Type
integer
Sample
                       
maxshd
maximale snelheid (overdag): De mogelijke snelheden die ingevuld kunnen worden zijn 5, 15, 20, 30 40, 50, 60, 70, 80, 90, 100, 120, 130 km per uur, NVT en onbekend

No description available for this field.

Name (identifier)
maxshd
Type
text
Sample
                       
dat_maxshd
               

No description available for this field.

Name (identifier)
dat_maxshd
Type
datetime
Sample
                       
begintijd
               

No description available for this field.

Name (identifier)
begintijd
Type
integer
Sample
                       
eindtijd
               

No description available for this field.

Name (identifier)
eindtijd
Type
integer
Sample
                       
maxshd_alt
               

No description available for this field.

Name (identifier)
maxshd_alt
Type
text
Sample
                       
van
               

No description available for this field.

Name (identifier)
van
Type
integer
Sample
                       
naar
               

No description available for this field.

Name (identifier)
naar
Type
integer
Sample
                       
maxshd_str
               

No description available for this field.

Name (identifier)
maxshd_str
Type
integer
Sample
                       
maxshd_adv
               

No description available for this field.

Name (identifier)
maxshd_adv
Type
integer
Sample
                       
kenm_richt
               

No description available for this field.

Name (identifier)
kenm_richt
Type
text
Sample
                       
fk_veld1
               

No description available for this field.

Name (identifier)
fk_veld1
Type
text
Sample
                       
betrwbheid
betrouwbaarheid

No description available for this field.

Name (identifier)
betrwbheid
Type
text
Sample
                       
bst_code
               

No description available for this field.

Name (identifier)
bst_code
Type
text
Sample
                       
geo_shape
               

No description available for this field.

Name (identifier)
geo_shape
Type
geo shape
Sample
                       
geo_point_2d
               

No description available for this field.

Name (identifier)
geo_point_2d
Type
geo point
Sample
                       
filter
               

No description available for this field.

Name (identifier)
filter
Type
text
Sample
                       

JSON Schema

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

{
  • "title":"snelhedenkaart",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/snelhedenkaart"
      }
    ]
    ,
  • "definitions":
    {
    • "snelhedenkaart":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/snelhedenkaart_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"
            }
          }
        }
        ,
      • "snelhedenkaart_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "objectid":
                {
                • "type":"integer",
                • "title":"OBJECTID",
                • "description":"Uniek identificatienummer van het wegvak"
                }
                ,
              • "wvk_id":
                {
                • "type":"number",
                • "title":"wvk_id",
                • "description":"Uniek identificatienummer van het wegvak."
                }
                ,
              • "wvk_begdat":
                {
                • "type":"string",
                • "format":"date-time",
                • "title":"wvk_begdat",
                • "description":"begin datum wegvlak"
                }
                ,
              • "nwb_versie":
                {
                • "type":"string",
                • "format":"date-time",
                • "title":"nwb_versie",
                • "description":"Versie nationaal wegenbestand (https://www.nationaalwegenbestand.nl/). NWB vormt de bron voor de wegvlakken."
                }
                ,
              • "pve_code":
                {
                • "type":"string",
                • "title":"pve_code",
                • "description":"Provinciecode"
                }
                ,
              • "gme_id":
                {
                • "type":"integer",
                • "title":"gme_id",
                • "description":"Gemeentecode"
                }
                ,
              • "gme_naam":
                {
                • "type":"string",
                • "title":"gme_naam",
                • "description":"Gemeente naam"
                }
                ,
              • "wpsnaam":
                {
                • "type":"string",
                • "title":"wpsnaam",
                • "description":"Woonplaats"
                }
                ,
              • "stt_naam":
                {
                • "type":"string",
                • "title":"stt_naam",
                • "description":"Straatnaam (adres)"
                }
                ,
              • "wegnummer":
                {
                • "type":"string",
                • "title":"wegnummer",
                • "description":""
                }
                ,
              • "wegbehsrt":
                {
                • "type":"string",
                • "title":"wegbehsrt",
                • "description":""
                }
                ,
              • "wegbehcode":
                {
                • "type":"string",
                • "title":"wegbehcode",
                • "description":""
                }
                ,
              • "wegbehnaam":
                {
                • "type":"string",
                • "title":"wegbehnaam",
                • "description":""
                }
                ,
              • "lengte":
                {
                • "type":"integer",
                • "title":"lengte",
                • "description":""
                }
                ,
              • "maxshd":
                {
                • "type":"string",
                • "title":"maxshd",
                • "description":"maximale snelheid (overdag): De mogelijke snelheden die ingevuld kunnen worden zijn 5, 15, 20, 30 40, 50, 60, 70, 80, 90, 100, 120, 130 km per uur, NVT en onbekend"
                }
                ,
              • "dat_maxshd":
                {
                • "type":"string",
                • "format":"date-time",
                • "title":"dat_maxshd",
                • "description":""
                }
                ,
              • "begintijd":
                {
                • "type":"integer",
                • "title":"begintijd",
                • "description":""
                }
                ,
              • "eindtijd":
                {
                • "type":"integer",
                • "title":"eindtijd",
                • "description":""
                }
                ,
              • "maxshd_alt":
                {
                • "type":"string",
                • "title":"maxshd_alt",
                • "description":""
                }
                ,
              • "van":
                {
                • "type":"integer",
                • "title":"van",
                • "description":""
                }
                ,
              • "naar":
                {
                • "type":"integer",
                • "title":"naar",
                • "description":""
                }
                ,
              • "maxshd_str":
                {
                • "type":"integer",
                • "title":"maxshd_str",
                • "description":""
                }
                ,
              • "maxshd_adv":
                {
                • "type":"integer",
                • "title":"maxshd_adv",
                • "description":""
                }
                ,
              • "kenm_richt":
                {
                • "type":"string",
                • "title":"kenm_richt",
                • "description":""
                }
                ,
              • "fk_veld1":
                {
                • "type":"string",
                • "title":"fk_veld1",
                • "description":""
                }
                ,
              • "betrwbheid":
                {
                • "type":"string",
                • "title":"betrwbheid",
                • "description":"betrouwbaarheid"
                }
                ,
              • "bst_code":
                {
                • "type":"string",
                • "title":"bst_code",
                • "description":""
                }
                ,
              • "geo_shape":
                {
                • "type":"object",
                • "oneOf":
                  [
                  • {
                    • "$ref":"#/definitions/geometry"
                    }
                  ]
                  ,
                • "title":"geo_shape",
                • "description":""
                }
                ,
              • "geo_point_2d":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"geo_point_2d",
                • "description":""
                }
                ,
              • "filter":
                {
                • "type":"string",
                • "title":"filter",
                • "description":""
                }
              }
            }
          }
        }
      }
    }