records

records

Active filters Clear all

No active filters

Filters

BGT in DGN format

Dataset schema

Click to expand Click to collapse
file
The DGN files can be consulted per neighbourhood.

No description available for this field.

Name (identifier)
file
Type
file
Sample
                       
DGN
Neighborhoods: https://data.eindhoven.nl/explore/dataset/buurten/information/?disjunctive.buurtnaam

No description available for this field.

Name (identifier)
dgn
Type
text
Sample
                       

JSON Schema

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

{
  • "title":"bgt-in-dgn-formaat",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/bgt-in-dgn-formaat"
      }
    ]
    ,
  • "definitions":
    {
    • "bgt-in-dgn-formaat":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/bgt-in-dgn-formaat_records"
            }
          }
        }
      }
      ,
    • "bgt-in-dgn-formaat_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "file":
              {
              • "type":"string",
              • "title":"file",
              • "description":"The DGN files can be consulted per neighbourhood."
              }
              ,
            • "dgn":
              {
              • "type":"string",
              • "title":"DGN",
              • "description":"Neighborhoods: https://data.eindhoven.nl/explore/dataset/buurten/information/?disjunctive.buurtnaam"
              }
            }
          }
        }
      }
    }
}