records

records

Active filters Clear all

No active filters

Filters

Woningbouwprojecten deelgebieden (tabel)

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
                       
PROJECTNUMMER
Nummer waarmee gebied van een woningbouwproject gekoppeld kan worden aan een projectfase, zie: ...TODO

No description available for this field.

Name (identifier)
projectnummer
Type
integer
Sample
                       
NAAMDEELGEBIED
               

No description available for this field.

Name (identifier)
naamdeelgebied
Type
text
Sample
                       
BOUWPLAN
               

No description available for this field.

Name (identifier)
bouwplan
Type
text
Sample
                       
WONINGTYPE
               

No description available for this field.

Name (identifier)
woningtype
Type
text
Sample
                       
OPLEVERJAARDEELGEBIED
               

No description available for this field.

Name (identifier)
opleverjaardeelgebied
Type
text
Sample
                       
PRIJSKLASSE
               

No description available for this field.

Name (identifier)
prijsklasse
Type
text
Sample
                       
PROJECTFASE
               

No description available for this field.

Name (identifier)
projectfase
Type
text
Sample
                       
NIEUW_VERBOUW
               

No description available for this field.

Name (identifier)
nieuw_verbouw
Type
text
Sample
                       
AANTALWONINGENDEELGEBIED
               

No description available for this field.

Name (identifier)
aantalwoningendeelgebied
Type
integer
Sample
                       
PROJECT_ID
               

No description available for this field.

Name (identifier)
project_id
Type
text
Sample
                       

JSON Schema

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

{
  • "title":"woningbouwprojecten-deelgebieden-tabel",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/woningbouwprojecten-deelgebieden-tabel"
      }
    ]
    ,
  • "definitions":
    {
    • "woningbouwprojecten-deelgebieden-tabel":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/woningbouwprojecten-deelgebieden-tabel_records"
            }
          }
        }
      }
      ,
    • "woningbouwprojecten-deelgebieden-tabel_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "objectid":
              {
              • "type":"integer",
              • "title":"OBJECTID",
              • "description":""
              }
              ,
            • "projectnummer":
              {
              • "type":"integer",
              • "title":"PROJECTNUMMER",
              • "description":"Nummer waarmee gebied van een woningbouwproject gekoppeld kan worden aan een projectfase, zie: ...TODO"
              }
              ,
            • "naamdeelgebied":
              {
              • "type":"string",
              • "title":"NAAMDEELGEBIED",
              • "description":""
              }
              ,
            • "bouwplan":
              {
              • "type":"string",
              • "title":"BOUWPLAN",
              • "description":""
              }
              ,
            • "woningtype":
              {
              • "type":"string",
              • "title":"WONINGTYPE",
              • "description":""
              }
              ,
            • "opleverjaardeelgebied":
              {
              • "type":"string",
              • "title":"OPLEVERJAARDEELGEBIED",
              • "description":""
              }
              ,
            • "prijsklasse":
              {
              • "type":"string",
              • "title":"PRIJSKLASSE",
              • "description":""
              }
              ,
            • "projectfase":
              {
              • "type":"string",
              • "title":"PROJECTFASE",
              • "description":""
              }
              ,
            • "nieuw_verbouw":
              {
              • "type":"string",
              • "title":"NIEUW_VERBOUW",
              • "description":""
              }
              ,
            • "aantalwoningendeelgebied":
              {
              • "type":"integer",
              • "title":"AANTALWONINGENDEELGEBIED",
              • "description":""
              }
              ,
            • "project_id":
              {
              • "type":"string",
              • "title":"PROJECT_ID",
              • "description":""
              }
            }
          }
        }
      }
    }
}