From e02a212800e4393f6095cf21562dca91d45b16be Mon Sep 17 00:00:00 2001 From: ArjanHou <117829764+ArjanHou@users.noreply.github.com> Date: Wed, 26 Jun 2024 10:52:48 +0200 Subject: [PATCH] Amsterdam/amsterdam schema asset kap (#1076) * wijzigingen metadata IOM het DMT. * wijzingen auth en nieuw attribuut kapenherplant --- datasets/bomen/dataset.json | 8 +- datasets/bomen/kapenherplant/v2.0.0.json | 430 +++++++++++++++++++++++ datasets/bomen/ntometing/v1.1.0.json | 189 ++++++++++ 3 files changed, 623 insertions(+), 4 deletions(-) create mode 100644 datasets/bomen/kapenherplant/v2.0.0.json create mode 100644 datasets/bomen/ntometing/v1.1.0.json diff --git a/datasets/bomen/dataset.json b/datasets/bomen/dataset.json index 7701df407..fdd1886db 100644 --- a/datasets/bomen/dataset.json +++ b/datasets/bomen/dataset.json @@ -61,16 +61,16 @@ }, { "id": "kapenherplant", - "$ref": "kapenherplant/v1.0.0", + "$ref": "kapenherplant/v2.0.0", "activeVersions": { - "1.0.0": "kapenherplant/v1.0.0" + "2.0.0": "kapenherplant/v2.0.0" } }, { "id": "ntometing", - "$ref": "ntometing/v1.0.0", + "$ref": "ntometing/v1.1.0", "activeVersions": { - "1.0.0": "ntometing/v1.0.0" + "1.1.0": "ntometing/v1.1.0" } }, { diff --git a/datasets/bomen/kapenherplant/v2.0.0.json b/datasets/bomen/kapenherplant/v2.0.0.json new file mode 100644 index 000000000..10dcf55c9 --- /dev/null +++ b/datasets/bomen/kapenherplant/v2.0.0.json @@ -0,0 +1,430 @@ +{ + "id": "kapenherplant", + "type": "table", + "version": "2.0.0", + "title": "kap en herplant van de bomen", + "description": "Het kappen van bomen omvat het verwijderen van bomen uit een gebied. Herplanten van bomen betekent dat nieuwe bomen op de gekapte locatie worden geplant.", + "auth": "OPENBAAR", + "identifier": "id", + "schema": { + "$schema": "http://json-schema.org/draft-07/schema#", + "type": "object", + "additionalProperties": false, + "mainGeometry": "geometrie", + "required": [ + "schema", + "id" + ], + "display": "id", + "properties": { + "schema": { + "$ref": "https://schemas.data.amsterdam.nl/schema@v2#/definitions/schema" + }, + "id": { + "type": "integer", + "description": "Unieke aanduiding van record" + }, + "boomId": { + "type": "integer", + "description": "de vreemde sleutel (foreignkey) voor de relatie met de stamgegevens van de bomen" + }, + "boomAanwezigheidId": { + "type": "integer", + "description": "" + }, + "boomNieuwId": { + "type": "integer", + "description": "" + }, + "gbdBuurt": { + "type": "string", + "relation": "gebieden:buurten", + "uri": "https://www.amsterdam.nl/stelselpedia/gebieden-index/catalogus/buurt", + "description": "Unieke identificatie van een buurt" + }, + "geometrie": { + "$ref": "https://geojson.org/schema/Point.json", + "description": "Aanduiding voor de geometrie van het beheerobject volgens het Stelsel van de Rijksdriehoeksmeting (RD, epsg:28992). bevat punt-geometrie.", + "auth": "FP/MDW", + "reasonsNonPublic": [ + "5.1 2d: Zwaarwegend belang: inspectie, controle en toezicht door bestuursorganen" + ] + }, + "aantalDagenResterendAfronding": { + "type": "string", + "description": "", + "auth": "FP/MDW", + "reasonsNonPublic": [ + "5.1 2d: Zwaarwegend belang: inspectie, controle en toezicht door bestuursorganen" + ] + }, + "begindatumTechnischOnderzoek": { + "type": "string", + "description": "", + "auth": "FP/MDW", + "reasonsNonPublic": [ + "5.1 2d: Zwaarwegend belang: inspectie, controle en toezicht door bestuursorganen" + ] + }, + "belemmeringHerplant": { + "type": "string", + "description": "", + "auth": "FP/MDW", + "reasonsNonPublic": [ + "5.1 2d: Zwaarwegend belang: inspectie, controle en toezicht door bestuursorganen" + ] + }, + "bezwaarOpVergunning": { + "type": "boolean", + "description": "", + "auth": "FP/MDW", + "reasonsNonPublic": [ + "5.1 2d: Zwaarwegend belang: inspectie, controle en toezicht door bestuursorganen" + ] + }, + "bereikbaarheidLeefbaarheidVeiligheidEnCommunicatiePlanNodig": { + "type": "string", + "description": "", + "shortname": "blvcPlanNodig", + "auth": "FP/MDW", + "reasonsNonPublic": [ + "5.1 2d: Zwaarwegend belang: inspectie, controle en toezicht door bestuursorganen" + ] + }, + "boomAanwezigheid": { + "type": "string", + "description": "" + }, + "conversieId": { + "type": "string", + "description": "Wordt later ingevuld", + "auth": "FP/MDW", + "reasonsNonPublic": [ + "5.1 2d: Zwaarwegend belang: inspectie, controle en toezicht door bestuursorganen" + ] + }, + "datumAfgerond": { + "type": "string", + "format": "date", + "description": "Wordt later ingevuld", + "auth": "FP/MDW", + "reasonsNonPublic": [ + "5.1 2d: Zwaarwegend belang: inspectie, controle en toezicht door bestuursorganen" + ] + }, + "datumDeelopdrachtGroeiplaatsVerstrekt": { + "type": "string", + "format": "date", + "description": "Wordt later ingevuld", + "auth": "FP/MDW", + "reasonsNonPublic": [ + "5.1 2d: Zwaarwegend belang: inspectie, controle en toezicht door bestuursorganen" + ] + }, + "datumDeelopdrachtHerplantVerstrekt": { + "type": "string", + "format": "date", + "description": "Wordt later ingevuld", + "auth": "FP/MDW", + "reasonsNonPublic": [ + "5.1 2d: Zwaarwegend belang: inspectie, controle en toezicht door bestuursorganen" + ] + }, + "datumDeelopdrachtKapVerstrekt": { + "type": "string", + "format": "date", + "description": "Wordt later ingevuld", + "auth": "FP/MDW", + "reasonsNonPublic": [ + "5.1 2d: Zwaarwegend belang: inspectie, controle en toezicht door bestuursorganen" + ] + }, + "datumDeelopdrachtVoorschouwVerstrekt": { + "type": "string", + "format": "date", + "description": "Wordt later ingevuld", + "auth": "FP/MDW", + "reasonsNonPublic": [ + "5.1 2d: Zwaarwegend belang: inspectie, controle en toezicht door bestuursorganen" + ] + }, + "datumEindeBezwaar": { + "type": "string", + "format": "date", + "description": "Wordt later ingevuld" + }, + "datumOpdrachtverlening": { + "type": "string", + "format": "date", + "description": "Wordt later ingevuld", + "auth": "FP/MDW", + "reasonsNonPublic": [ + "5.1 2d: Zwaarwegend belang: inspectie, controle en toezicht door bestuursorganen" + ] + }, + "datumVergunningDefinitief": { + "type": "string", + "format": "date", + "description": "Wordt later ingevuld", + "auth": "FP/MDW", + "reasonsNonPublic": [ + "5.1 2d: Zwaarwegend belang: inspectie, controle en toezicht door bestuursorganen" + ] + }, + "datumVergunningVerleend": { + "type": "string", + "format": "date", + "description": "Wordt later ingevuld" + }, + "datumVergunningsaanvraag": { + "type": "string", + "format": "date", + "description": "Wordt later ingevuld" + }, + "datumVoorschouw": { + "type": "string", + "format": "date", + "description": "Wordt later ingevuld", + "auth": "FP/MDW", + "reasonsNonPublic": [ + "5.1 2d: Zwaarwegend belang: inspectie, controle en toezicht door bestuursorganen" + ] + }, + "datumHerplantinspectie": { + "type": "string", + "format": "date", + "description": "Wordt later ingevuld" + }, + "deelopdrachtGroeiplaats": { + "type": "string", + "description": "Wordt later ingevuld", + "auth": "FP/MDW", + "reasonsNonPublic": [ + "5.1 2d: Zwaarwegend belang: inspectie, controle en toezicht door bestuursorganen" + ] + }, + "deelopdrachtKap": { + "type": "string", + "description": "Wordt later ingevuld", + "auth": "FP/MDW", + "reasonsNonPublic": [ + "5.1 2d: Zwaarwegend belang: inspectie, controle en toezicht door bestuursorganen" + ] + }, + "deelopdrachtPlanten": { + "type": "string", + "description": "Wordt later ingevuld", + "auth": "FP/MDW", + "reasonsNonPublic": [ + "5.1 2d: Zwaarwegend belang: inspectie, controle en toezicht door bestuursorganen" + ] + }, + "deelopdrachtVoorschouw": { + "type": "string", + "description": "Wordt later ingevuld", + "auth": "FP/MDW", + "reasonsNonPublic": [ + "5.1 2d: Zwaarwegend belang: inspectie, controle en toezicht door bestuursorganen" + ] + }, + "dichtstbijzijndeBagAdres": { + "type": "string", + "description": "Wordt later ingevuld" + }, + "dichtstbijzijndeBagPostcode": { + "type": "string", + "description": "Wordt later ingevuld" + }, + "ecoscanUitgevoerd": { + "type": "string", + "description": "Wordt later ingevuld", + "auth": "FP/MDW", + "reasonsNonPublic": [ + "5.1 2d: Zwaarwegend belang: inspectie, controle en toezicht door bestuursorganen" + ] + }, + "einddatumTechnischOnderzoek": { + "type": "string", + "format": "date", + "description": "Wordt later ingevuld", + "auth": "FP/MDW", + "reasonsNonPublic": [ + "5.1 2d: Zwaarwegend belang: inspectie, controle en toezicht door bestuursorganen" + ] + }, + "groeiplaatsDatumToezicht": { + "type": "string", + "format": "date", + "description": "Wordt later ingevuld", + "auth": "FP/MDW", + "reasonsNonPublic": [ + "5.1 2d: Zwaarwegend belang: inspectie, controle en toezicht door bestuursorganen" + ] + }, + "groeiplaatsmaatregelDatumUitgevoerd": { + "type": "string", + "format": "date", + "description": "Wordt later ingevuld", + "auth": "FP/MDW", + "reasonsNonPublic": [ + "5.1 2d: Zwaarwegend belang: inspectie, controle en toezicht door bestuursorganen" + ] + }, + "herplantGewenst": { + "type": "string", + "description": "Wordt later ingevuld", + "auth": "FP/MDW", + "reasonsNonPublic": [ + "5.1 2d: Zwaarwegend belang: inspectie, controle en toezicht door bestuursorganen" + ] + }, + "idUitOudebeheerindeling": { + "type": "string", + "description": "Uniek kenmerk van een beheerobject uit een oude beheerindeling (guid van geovisia).", + "auth": "FP/MDW", + "reasonsNonPublic": [ + "5.2 1: Bevat persoonlijke beleidsopvattingen (bevat geen milieu-informatie)" + ] + }, + "inspectiedatum": { + "type": "string", + "format": "date", + "description": "Wordt later ingevuld" + }, + "kapDatumToezicht": { + "type": "string", + "format": "date", + "description": "Wordt later ingevuld" + }, + "kaplijstBomen": { + "type": "string", + "description": "Wordt later ingevuld" + }, + "kapmaatregelDatumUitgevoerd": { + "type": "string", + "format": "date", + "description": "Wordt later ingevuld" + }, + "mutatiedatum": { + "type": "string", + "format": "date", + "description": "Wordt later ingevuld", + "auth": "FP/MDW", + "reasonsNonPublic": [ + "5.1 2d: Zwaarwegend belang: inspectie, controle en toezicht door bestuursorganen" + ] + }, + "objectTypenBibliotheekAanleveringDatumAangeleverd": { + "type": "string", + "format": "date", + "description": "Wordt later ingevuld", + "shortname": "otlAanleveringDatumAangeleverd", + "auth": "FP/MDW", + "reasonsNonPublic": [ + "5.1 2d: Zwaarwegend belang: inspectie, controle en toezicht door bestuursorganen" + ] + }, + "plantenDatumToezicht": { + "type": "string", + "format": "date", + "description": "Wordt later ingevuld" + }, + "plantlijstBomen": { + "type": "string", + "description": "Wordt later ingevuld", + "auth": "FP/MDW", + "reasonsNonPublic": [ + "5.1 2d: Zwaarwegend belang: inspectie, controle en toezicht door bestuursorganen" + ] + }, + "plantlocatie": { + "type": "string", + "description": "Wordt later ingevuld", + "auth": "FP/MDW", + "reasonsNonPublic": [ + "5.1 2d: Zwaarwegend belang: inspectie, controle en toezicht door bestuursorganen" + ] + }, + "plantmaatregelDatumUitgevoerd": { + "type": "string", + "format": "date", + "description": "Wordt later ingevuld" + }, + "risicotoeslag": { + "type": "string", + "description": "Wordt later ingevuld", + "auth": "FP/MDW", + "reasonsNonPublic": [ + "5.1 2d: Zwaarwegend belang: inspectie, controle en toezicht door bestuursorganen" + ] + }, + "soortnaam": { + "type": "string", + "description": "Aanduiding voor de soortnaam van het object of van de soorten die binnen het object voorkomen. Het gaat hierbij om zowel flora als fauna." + }, + "stamdiameter": { + "type": "string", + "description": "Wordt later ingevuld" + }, + "status": { + "type": "string", + "description": "Wordt later ingevuld", + "auth": "FP/MDW", + "reasonsNonPublic": [ + "5.1 2d: Zwaarwegend belang: inspectie, controle en toezicht door bestuursorganen" + ] + }, + "stobbeVerwijderen": { + "type": "string", + "description": "Wordt later ingevuld", + "auth": "FP/MDW", + "reasonsNonPublic": [ + "5.1 2d: Zwaarwegend belang: inspectie, controle en toezicht door bestuursorganen" + ] + }, + "termijnurgentie": { + "type": "string", + "description": "Wordt later ingevuld", + "auth": "FP/MDW", + "reasonsNonPublic": [ + "5.1 2d: Zwaarwegend belang: inspectie, controle en toezicht door bestuursorganen" + ] + }, + "toekomstboom": { + "type": "string", + "description": "Wordt later ingevuld", + "auth": "FP/MDW", + "reasonsNonPublic": [ + "5.1 2d: Zwaarwegend belang: inspectie, controle en toezicht door bestuursorganen" + ] + }, + "objectbegintijd": { + "type": "string", + "format": "date", + "description": "Wordt later ingevuld", + "auth": "FP/MDW", + "reasonsNonPublic": [ + "5.1 2d: Zwaarwegend belang: inspectie, controle en toezicht door bestuursorganen" + ] + }, + "objecteindtijd": { + "type": "string", + "format": "date", + "description": "Wordt later ingevuld", + "auth": "FP/MDW", + "reasonsNonPublic": [ + "5.1 2d: Zwaarwegend belang: inspectie, controle en toezicht door bestuursorganen" + ] + }, + "voorschouwDatumToezicht": { + "type": "string", + "format": "date", + "description": "Wordt later ingevuld", + "auth": "FP/MDW", + "reasonsNonPublic": [ + "5.1 2d: Zwaarwegend belang: inspectie, controle en toezicht door bestuursorganen" + ] + } + } + } +} \ No newline at end of file diff --git a/datasets/bomen/ntometing/v1.1.0.json b/datasets/bomen/ntometing/v1.1.0.json new file mode 100644 index 000000000..47c653661 --- /dev/null +++ b/datasets/bomen/ntometing/v1.1.0.json @@ -0,0 +1,189 @@ +{ + "id": "ntometing", + "type": "table", + "version": "1.1.0", + "title": "Nader technisch onderzoek (NTO) meting", + "description": "Bij een Nader Technisch Onderzoek (NTO meting) wordt aan de hand van metingen bepaald of er sprake is van een verzwakking die gevolgen heeft voor de stabiliteit en dus de veiligheid van de boom.", + "auth": "OPENBAAR", + "identifier": "id", + "schema": { + "$schema": "http://json-schema.org/draft-07/schema#", + "type": "object", + "additionalProperties": false, + "required": [ + "schema", + "id" + ], + "display": "id", + "properties": { + "schema": { + "$ref": "https://schemas.data.amsterdam.nl/schema@v2#/definitions/schema" + }, + "id": { + "type": "integer", + "description": "Unieke aanduiding van record" + }, + "boomveiligheidsinspectiesId": { + "type": "integer", + "description": "de vreemde sleutel (foreignkey) voor de relatie met de veiligeheidsinspecties" + }, + "afstandTovHartStam": { + "type": "string", + "description": "Wordt later ingevuld", + "auth": "FP/MDW", + "reasonsNonPublic": [ + "5.1 2d: Zwaarwegend belang: inspectie, controle en toezicht door bestuursorganen" + ] + }, + "boomonderzoeksmethode": { + "type": "string", + "description": "Wordt later ingevuld" + }, + "boomonderzoeksmethodeDescription": { + "type": "string", + "description": "Wordt later ingevuld" + }, + "ernstAfwijking": { + "type": "string", + "description": "Wordt later ingevuld", + "auth": "FP/MDW", + "reasonsNonPublic": [ + "5.1 2d: Zwaarwegend belang: inspectie, controle en toezicht door bestuursorganen" + ] + }, + "indicatieRestwanddikte": { + "type": "string", + "description": "Wordt later ingevuld", + "auth": "FP/MDW", + "reasonsNonPublic": [ + "5.1 2d: Zwaarwegend belang: inspectie, controle en toezicht door bestuursorganen" + ] + }, + "mutatiedatum": { + "type": "string", + "description": "Wordt later ingevuld" + }, + "locatieOnderzoek": { + "type": "string", + "description": "Wordt later ingevuld", + "auth": "FP/MDW", + "reasonsNonPublic": [ + "5.1 2d: Zwaarwegend belang: inspectie, controle en toezicht door bestuursorganen" + ] + }, + "maatvoeringSleufLXBXD": { + "type": "string", + "description": "", + "auth": "FP/MDW", + "reasonsNonPublic": [ + "5.1 2d: Zwaarwegend belang: inspectie, controle en toezicht door bestuursorganen" + ] + }, + "meethoogteTovMaaiveld": { + "type": "string", + "description": "Wordt later ingevuld", + "auth": "FP/MDW", + "reasonsNonPublic": [ + "5.1 2d: Zwaarwegend belang: inspectie, controle en toezicht door bestuursorganen" + ] + }, + "meetwaardenPerMeting": { + "type": "string", + "description": "Wordt later ingevuld", + "auth": "FP/MDW", + "reasonsNonPublic": [ + "5.1 2d: Zwaarwegend belang: inspectie, controle en toezicht door bestuursorganen" + ] + }, + "minimaleRestwaardeMattheckNorm": { + "type": "string", + "description": "Wordt later ingevuld", + "auth": "FP/MDW", + "reasonsNonPublic": [ + "5.1 2d: Zwaarwegend belang: inspectie, controle en toezicht door bestuursorganen" + ] + }, + "minimaleRestwaardeMattheckX14": { + "type": "string", + "description": "Wordt later ingevuld", + "auth": "FP/MDW", + "reasonsNonPublic": [ + "5.1 2d: Zwaarwegend belang: inspectie, controle en toezicht door bestuursorganen" + ] + }, + "omvangAfwijking": { + "type": "string", + "description": "", + "auth": "FP/MDW", + "reasonsNonPublic": [ + "5.1 2d: Zwaarwegend belang: inspectie, controle en toezicht door bestuursorganen" + ] + }, + "overigeNoemenswaardigheden": { + "type": "string", + "description": "Wordt later ingevuld", + "auth": "FP/MDW", + "reasonsNonPublic": [ + "5.1 2d: Zwaarwegend belang: inspectie, controle en toezicht door bestuursorganen" + ] + }, + "prikrichtingDescription": { + "type": "string", + "description": "Wordt later ingevuld", + "auth": "FP/MDW", + "reasonsNonPublic": [ + "5.1 2d: Zwaarwegend belang: inspectie, controle en toezicht door bestuursorganen" + ] + }, + "revisie": { + "type": "string", + "description": "Wordt later ingevuld", + "auth": "FP/MDW", + "reasonsNonPublic": [ + "5.1 2d: Zwaarwegend belang: inspectie, controle en toezicht door bestuursorganen" + ] + }, + "stamdiameter": { + "type": "string", + "description": "Wordt later ingevuld", + "auth": "FP/MDW", + "reasonsNonPublic": [ + "5.1 2d: Zwaarwegend belang: inspectie, controle en toezicht door bestuursorganen" + ] + }, + "stamdiameterOpMeetOfPrikhoogte": { + "type": "string", + "description": "Wordt later ingevuld", + "auth": "FP/MDW", + "reasonsNonPublic": [ + "5.1 2d: Zwaarwegend belang: inspectie, controle en toezicht door bestuursorganen" + ] + }, + "objectbegintijd": { + "type": "string", + "format": "date", + "description": "Wordt later ingevuld", + "auth": "FP/MDW", + "reasonsNonPublic": [ + "5.1 2d: Zwaarwegend belang: inspectie, controle en toezicht door bestuursorganen" + ] + }, + "objecteindtijd": { + "type": "string", + "description": "Wordt later ingevuld", + "auth": "FP/MDW", + "reasonsNonPublic": [ + "5.1 2d: Zwaarwegend belang: inspectie, controle en toezicht door bestuursorganen" + ] + }, + "windrichting": { + "type": "string", + "description": "Wordt later ingevuld", + "auth": "FP/MDW", + "reasonsNonPublic": [ + "5.1 2d: Zwaarwegend belang: inspectie, controle en toezicht door bestuursorganen" + ] + } + } + } +} \ No newline at end of file