records

records

Active filters Clear all

No active filters

Filters

Grondwaterbeschermingszones

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
OBJECTID
               

No description available for this field.

Name (identifier)
objectid
Type
integer
Sample
                       
Number
               

No description available for this field.

Name (identifier)
nummer
Type
text
Sample
                       
KWETSBAARH
               

No description available for this field.

Name (identifier)
kwetsbaarh
Type
text
Sample
                       
Class
               

No description available for this field.

Name (identifier)
klasse
Type
text
Sample
                       
Subclass
               

No description available for this field.

Name (identifier)
sub_klasse
Type
text
Sample
                       
Vulnerability
               

No description available for this field.

Name (identifier)
kwetsbaarheid
Type
text
Sample
                       
INSPIREID_LOCALID
               

No description available for this field.

Name (identifier)
inspireid_localid
Type
text
Sample
                       
INSPIREID_NAMESPACE
               

No description available for this field.

Name (identifier)
inspireid_namespace
Type
text
Sample
                       
ZONETYPE
               

No description available for this field.

Name (identifier)
zonetype
Type
text
Sample
                       
ENVIRONMENTALDOMAIN
               

No description available for this field.

Name (identifier)
environmentaldomain
Type
text
Sample
                       
NAME_SPELLING
               

No description available for this field.

Name (identifier)
name_spelling
Type
text
Sample
                       
NAME_LANGUAGE
               

No description available for this field.

Name (identifier)
name_language
Type
text
Sample
                       
DESIGNATIONPERIOD_BEGIN
               

No description available for this field.

Name (identifier)
designationperiod_begin
Type
text
Sample
                       
BEGINLIFESPANVERSION
               

No description available for this field.

Name (identifier)
beginlifespanversion
Type
text
Sample
                       
LEGALBASIS_OFFICIALDOCUMENTNR
               

No description available for this field.

Name (identifier)
legalbasis_officialdocumentnr
Type
text
Sample
                       
LEGALBASIS_DATEREPEALED
               

No description available for this field.

Name (identifier)
legalbasis_daterepealed
Type
text
Sample
                       
LEGALBASIS_LEVEL
               

No description available for this field.

Name (identifier)
legalbasis_level
Type
text
Sample
                       
LEGALBASIS_JOURNALCITATION
               

No description available for this field.

Name (identifier)
legalbasis_journalcitation
Type
text
Sample
                       
COMPETENTAUTHORITY
               

No description available for this field.

Name (identifier)
competentauthority
Type
text
Sample
                       
LEGALBASIS_IDENTIFICATIONNR
               

No description available for this field.

Name (identifier)
legalbasis_identificationnr
Type
text
Sample
                       
LEGALBASIS_DATEINTOFORCE
               

No description available for this field.

Name (identifier)
legalbasis_dateintoforce
Type
text
Sample
                       
IMRO_IDN
               

No description available for this field.

Name (identifier)
imro_idn
Type
integer
Sample
                       
CODEER_NR
               

No description available for this field.

Name (identifier)
codeer_nr
Type
integer
Sample
                       
LEGALBASIS_NAME
               

No description available for this field.

Name (identifier)
legalbasis_name
Type
text
Sample
                       
LEGALBASIS_SHORTNAME
               

No description available for this field.

Name (identifier)
legalbasis_shortname
Type
text
Sample
                       
LEGALBASIS_DATE
               

No description available for this field.

Name (identifier)
legalbasis_date
Type
text
Sample
                       
LEGALBASIS_DATETYPE
               

No description available for this field.

Name (identifier)
legalbasis_datetype
Type
text
Sample
                       
LEGALBASIS_LINK
               

No description available for this field.

Name (identifier)
legalbasis_link
Type
text
Sample
                       
LEGALBASIS_SPECIFICREFERENCE
               

No description available for this field.

Name (identifier)
legalbasis_specificreference
Type
text
Sample
                       
DESIGNATIONPERIOD_END
               

No description available for this field.

Name (identifier)
designationperiod_end
Type
text
Sample
                       
identificatie
               

No description available for this field.

Name (identifier)
identificatie
Type
text
Sample
                       
beginGeldigheid
               

No description available for this field.

Name (identifier)
begingeldigheid
Type
datetime
Sample
                       
beleidNaam
               

No description available for this field.

Name (identifier)
beleidnaam
Type
text
Sample
                       
beleidNaamBronhouder
               

No description available for this field.

Name (identifier)
beleidnaambronhouder
Type
text
Sample
                       
beleidBronNaam
               

No description available for this field.

Name (identifier)
beleidbronnaam
Type
text
Sample
                       
beleidBronDatum
               

No description available for this field.

Name (identifier)
beleidbrondatum
Type
datetime
Sample
                       
beleidBronUrl
               

No description available for this field.

Name (identifier)
beleidbronurl
Type
text
Sample
                       
bronhouder
               

No description available for this field.

Name (identifier)
bronhouder
Type
text
Sample
                       
classificatie1
               

No description available for this field.

Name (identifier)
classificatie1
Type
text
Sample
                       
classificatie2
               

No description available for this field.

Name (identifier)
classificatie2
Type
text
Sample
                       
classificatie3
               

No description available for this field.

Name (identifier)
classificatie3
Type
text
Sample
                       
SHAPE.STArea()
               

No description available for this field.

Name (identifier)
shape_starea
Type
decimal
Sample
                       
SHAPE.STLength()
               

No description available for this field.

Name (identifier)
shape_stlength
Type
decimal
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
                       

JSON Schema

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

{
  • "title":"grondwaterbeschermingszones",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/grondwaterbeschermingszones"
      }
    ]
    ,
  • "definitions":
    {
    • "grondwaterbeschermingszones":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/grondwaterbeschermingszones_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"
            }
          }
        }
        ,
      • "grondwaterbeschermingszones_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "objectid":
                {
                • "type":"integer",
                • "title":"OBJECTID",
                • "description":""
                }
                ,
              • "nummer":
                {
                • "type":"string",
                • "title":"Number",
                • "description":""
                }
                ,
              • "kwetsbaarh":
                {
                • "type":"string",
                • "title":"KWETSBAARH",
                • "description":""
                }
                ,
              • "klasse":
                {
                • "type":"string",
                • "title":"Class",
                • "description":""
                }
                ,
              • "sub_klasse":
                {
                • "type":"string",
                • "title":"Subclass",
                • "description":""
                }
                ,
              • "kwetsbaarheid":
                {
                • "type":"string",
                • "title":"Vulnerability",
                • "description":""
                }
                ,
              • "inspireid_localid":
                {
                • "type":"string",
                • "title":"INSPIREID_LOCALID",
                • "description":""
                }
                ,
              • "inspireid_namespace":
                {
                • "type":"string",
                • "title":"INSPIREID_NAMESPACE",
                • "description":""
                }
                ,
              • "zonetype":
                {
                • "type":"string",
                • "title":"ZONETYPE",
                • "description":""
                }
                ,
              • "environmentaldomain":
                {
                • "type":"string",
                • "title":"ENVIRONMENTALDOMAIN",
                • "description":""
                }
                ,
              • "name_spelling":
                {
                • "type":"string",
                • "title":"NAME_SPELLING",
                • "description":""
                }
                ,
              • "name_language":
                {
                • "type":"string",
                • "title":"NAME_LANGUAGE",
                • "description":""
                }
                ,
              • "designationperiod_begin":
                {
                • "type":"string",
                • "title":"DESIGNATIONPERIOD_BEGIN",
                • "description":""
                }
                ,
              • "beginlifespanversion":
                {
                • "type":"string",
                • "title":"BEGINLIFESPANVERSION",
                • "description":""
                }
                ,
              • "legalbasis_officialdocumentnr":
                {
                • "type":"string",
                • "title":"LEGALBASIS_OFFICIALDOCUMENTNR",
                • "description":""
                }
                ,
              • "legalbasis_daterepealed":
                {
                • "type":"string",
                • "title":"LEGALBASIS_DATEREPEALED",
                • "description":""
                }
                ,
              • "legalbasis_level":
                {
                • "type":"string",
                • "title":"LEGALBASIS_LEVEL",
                • "description":""
                }
                ,
              • "legalbasis_journalcitation":
                {
                • "type":"string",
                • "title":"LEGALBASIS_JOURNALCITATION",
                • "description":""
                }
                ,
              • "competentauthority":
                {
                • "type":"string",
                • "title":"COMPETENTAUTHORITY",
                • "description":""
                }
                ,
              • "legalbasis_identificationnr":
                {
                • "type":"string",
                • "title":"LEGALBASIS_IDENTIFICATIONNR",
                • "description":""
                }
                ,
              • "legalbasis_dateintoforce":
                {
                • "type":"string",
                • "title":"LEGALBASIS_DATEINTOFORCE",
                • "description":""
                }
                ,
              • "imro_idn":
                {
                • "type":"integer",
                • "title":"IMRO_IDN",
                • "description":""
                }
                ,
              • "codeer_nr":
                {
                • "type":"integer",
                • "title":"CODEER_NR",
                • "description":""
                }
                ,
              • "legalbasis_name":
                {
                • "type":"string",
                • "title":"LEGALBASIS_NAME",
                • "description":""
                }
                ,
              • "legalbasis_shortname":
                {
                • "type":"string",
                • "title":"LEGALBASIS_SHORTNAME",
                • "description":""
                }
                ,
              • "legalbasis_date":
                {
                • "type":"string",
                • "title":"LEGALBASIS_DATE",
                • "description":""
                }
                ,
              • "legalbasis_datetype":
                {
                • "type":"string",
                • "title":"LEGALBASIS_DATETYPE",
                • "description":""
                }
                ,
              • "legalbasis_link":
                {
                • "type":"string",
                • "title":"LEGALBASIS_LINK",
                • "description":""
                }
                ,
              • "legalbasis_specificreference":
                {
                • "type":"string",
                • "title":"LEGALBASIS_SPECIFICREFERENCE",
                • "description":""
                }
                ,
              • "designationperiod_end":
                {
                • "type":"string",
                • "title":"DESIGNATIONPERIOD_END",
                • "description":""
                }
                ,
              • "identificatie":
                {
                • "type":"string",
                • "title":"identificatie",
                • "description":""
                }
                ,
              • "begingeldigheid":
                {
                • "type":"string",
                • "format":"date-time",
                • "title":"beginGeldigheid",
                • "description":""
                }
                ,
              • "beleidnaam":
                {
                • "type":"string",
                • "title":"beleidNaam",
                • "description":""
                }
                ,
              • "beleidnaambronhouder":
                {
                • "type":"string",
                • "title":"beleidNaamBronhouder",
                • "description":""
                }
                ,
              • "beleidbronnaam":
                {
                • "type":"string",
                • "title":"beleidBronNaam",
                • "description":""
                }
                ,
              • "beleidbrondatum":
                {
                • "type":"string",
                • "format":"date-time",
                • "title":"beleidBronDatum",
                • "description":""
                }
                ,
              • "beleidbronurl":
                {
                • "type":"string",
                • "title":"beleidBronUrl",
                • "description":""
                }
                ,
              • "bronhouder":
                {
                • "type":"string",
                • "title":"bronhouder",
                • "description":""
                }
                ,
              • "classificatie1":
                {
                • "type":"string",
                • "title":"classificatie1",
                • "description":""
                }
                ,
              • "classificatie2":
                {
                • "type":"string",
                • "title":"classificatie2",
                • "description":""
                }
                ,
              • "classificatie3":
                {
                • "type":"string",
                • "title":"classificatie3",
                • "description":""
                }
                ,
              • "shape_starea":
                {
                • "type":"number",
                • "title":"SHAPE.STArea()",
                • "description":""
                }
                ,
              • "shape_stlength":
                {
                • "type":"number",
                • "title":"SHAPE.STLength()",
                • "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":""
                }
              }
            }
          }
        }
      }
    }

    Reuses

    Click to expand Click to collapse

    Submit a reuse

    Click to expand Click to collapse

    Your last name will be publicly displayed with your reuse

    Your first name will be publicly displayed with your reuse

    Your email will not be published publicly and will only be used by the administrators to contact you.

    Short description of your work (max. 50 characters)

    A longer description of what you achieved using this dataset (max. 1000 characters)

    An URL where your work can be accessed publicly

     or 

    (optional) An URL or an image which illustrates your work

    false