From c12034dabead48f63eee40e68a2dc7ae9c1daef2 Mon Sep 17 00:00:00 2001 From: "DESKTOP-PR0U1CG\\Sam van Oort" Date: Wed, 16 Aug 2023 16:54:09 +0200 Subject: [PATCH] Aanpassing kolomnamen --- datasets/nieuwbouwplannen/dataset.json | 59 +++++++++++++------------- 1 file changed, 29 insertions(+), 30 deletions(-) diff --git a/datasets/nieuwbouwplannen/dataset.json b/datasets/nieuwbouwplannen/dataset.json index 702c7c0cc..619f1662b 100644 --- a/datasets/nieuwbouwplannen/dataset.json +++ b/datasets/nieuwbouwplannen/dataset.json @@ -33,47 +33,51 @@ "schema": { "$ref": "https://schemas.data.amsterdam.nl/schema@v1.1.1#/definitions/schema" }, + "peildatum": { + "type": "string", + "description": "Peildatum van het bestand", + "format": "date" }, "id": { "type": "integer", "description": "Unieke aanduiding van nieuwbouwproject" }, - "idPrimavera": { + "id_primavera": { "type": "integer", "description": "ID van het project in Primavera" }, - "projectnaamAfkorting": { + "projectnaam_afkorting": { "type": "string", "description": "Projectnaam" }, - "buurtcode": { + "buurt_code": { "type": "string", "description": "Code van de buurt" }, - "buurtNaam": { + "buurt_naam": { "type": "string", "description": "Naam van de buurt" }, - "wijkCode": { + "wijk_code": { "type": "string", "description": "Code van de wijk" }, - "wijkNaam": { + "wijk_naam": { "type": "string", "description": "Naam van de wijk" }, - "gebiedCode": { + "gebied_code": { "type": "string", "description": "Code van het gebied" }, - "gebiedNaam": { + "gebied_naam": { "type": "string", "description": "Naam van het gebied" }, - "stadsdeelCode": { + "stadsdeel_code": { "type": "string", "description": "Code van het stadsdeel" }, - "stadsdeelNaam": { + "stadsdeel_naam": { "type": "string", "description": "Naam van het stadsdeel" }, @@ -81,31 +85,31 @@ "type": "string", "description": "Nummer grondexploitatie" }, - "gebiedsindelingPrimavera": { + "gebiedsindeling_primavera": { "type": "string", "description": "Gebiedsindeling uit Primavera" }, - "socialeHuurZelfstPerm": { + "sociale_huur_zelfst_perm": { "type": "integer", "description": "Aantal zelfstandige permanente sociale huurwoningen" }, - "middeldureHuur": { + "middeldure_huur": { "type": "integer", "description": "Aantal middeldure huurwoningen" }, - "socialeKoop": { + "sociale_koop": { "type": "integer", "description": "Aantal sociale koopwoningen" }, - "vrijeSectorHuur": { + "vrije_sector_huur": { "type": "integer", "description": "Aantal vrije sector huurwoningen" }, - "vrijeSectorKoop": { + "vrijeSector_koop": { "type": "integer", "description": "Aantal vrije sector koopwoningen" }, - "vrijeSectorNb": { + "vrije_sector_nb": { "type": "integer", "description": "Aantal vrije sector woningen waarvan later nog wordt bepaald of dit koop of huur wordt" }, @@ -121,7 +125,7 @@ "type": "integer", "description": "Aantal studentenwoningen" }, - "shOnzelfstTijdelijk": { + "sh_onzelfst_of_tijdelijk": { "type": "integer", "description": "Aantal onzelfstandig en/of tijdelijke sociale huurwoningen" }, @@ -137,7 +141,7 @@ "type": "integer", "description": "Totaal aantal woningen incl. onzelfstandige en/of tijdelijke woningen" }, - "totaalZelfstPerm": { + "totaal_zelfst_perm": { "type": "integer", "description": "Totaal aantal zelfstandige en permanente woningen" }, @@ -145,35 +149,30 @@ "type": "string", "description": "Zelfbouwproject" }, - "socialeHuurCorporatie": { + "sociale_huur_corporatie": { "type": "string", "description": "Woningcorporatie betrokken bij de ontwikkeling van de sociale huurwoningen" }, - "plaberumPublicatie": { + "plaberum_publicatie": { "type": "string", "description": "Plaberumfase" }, - "startBouwGepland": { + "start_bouw_gepland": { "type": "string", "description": "Datum waarop start bouw van het project gepland staat", "format": "date" }, - "startBouwGerealiseerd": { + "start_bouw_gerealiseerd": { "type": "string", "description": "Datum waarop start van het project is gerealiseerd", "format": "date" }, - "opleveringGepland": { + "oplevering_gepland": { "type": "string", "description": "Datum waarop oplevering van het project gepland staat", "format": "date" }, - "peildatum": { - "type": "string", - "description": "Peildatum van het bestand", - "format": "date" - }, - "geometrie": { + "wkt_geom": { "description": "Geometrie van het type MULTIPOLYGON van het nieuwbouwproject", "$ref": "https://geojson.org/schema/MultiPolygon.json" }