From 3948d12b44588b14860fdb0e929637ee330f55ec Mon Sep 17 00:00:00 2001 From: Mark Brunink <73823619+bruunk@users.noreply.github.com> Date: Wed, 17 Jul 2024 12:09:24 +0200 Subject: [PATCH] Mark/update huishoudelijkafval (#1092) * Create v2.0.1.json added metadata * Create v2.0.1.json updated metadata * Create v2.0.1.json updated metadata * Update dataset.json updated metadata --- .../adresloopafstand_v2/v2.0.1.json | 89 +++++++++++++++++++ .../bagobjectloopafstand_v2/v2.0.1.json | 79 ++++++++++++++++ datasets/huishoudelijkafval/dataset.json | 12 +-- .../loopafstandcategorie_v2/v2.0.1.json | 61 +++++++++++++ 4 files changed, 235 insertions(+), 6 deletions(-) create mode 100644 datasets/huishoudelijkafval/adresloopafstand_v2/v2.0.1.json create mode 100644 datasets/huishoudelijkafval/bagobjectloopafstand_v2/v2.0.1.json create mode 100644 datasets/huishoudelijkafval/loopafstandcategorie_v2/v2.0.1.json diff --git a/datasets/huishoudelijkafval/adresloopafstand_v2/v2.0.1.json b/datasets/huishoudelijkafval/adresloopafstand_v2/v2.0.1.json new file mode 100644 index 000000000..1950fa9b4 --- /dev/null +++ b/datasets/huishoudelijkafval/adresloopafstand_v2/v2.0.1.json @@ -0,0 +1,89 @@ +{ + "id": "adresLoopafstandV2", + "version": "2.0.1", + "type": "table", + "schema": { + "$schema": "http://json-schema.org/draft-07/schema#", + "type": "object", + "additionalProperties": false, + "required": [ + "id", + "schema" + ], + "display": "id", + "mainGeometry": "geometrie", + "properties": { + "id": { + "type": "string", + "title": "ID", + "description": "Uniek identificerend kenmerk van het record" + }, + "schema": { + "$ref": "https://schemas.data.amsterdam.nl/schema@v2#/definitions/schema" + }, + "adresseerbaarobjectId": { + "type": "string", + "title": "Adresseerbaarobject ID", + "description": "Uniek identificerend kenmerk van adresseerbaarobject" + }, + "adresseerbaarobjectType": { + "type": "string", + "title": "Adresseerbaarobject Type", + "description": "Typering adresseerbaar object conform BAG: verblijfsobject, ligplaats , standplaats" + }, + "nummeraanduidingId": { + "type": "string", + "title": "Nummeraanduiding ID", + "description": "BAG:Landelijke identificatie nummeraanduiding" + }, + "gebruiksdoel": { + "type": "string", + "title": "Gebruiksdoel", + "description": "BAG:Een categorisering van de gebruiksdoelen van het betreffende verblijfsobject, zoals dit door de overheid als zodanig is toegestaan" + }, + "cluster": { + "type": "string", + "relation": "huishoudelijkafval:cluster", + "title": "Cluster", + "description": "Uniek identificerend kenmerk van cluster waarnaar de afstand is berekend" + }, + "fractie": { + "type": "string", + "title": "Fractie", + "description": "Code afvalfractie waarnaar de afstand is bepaald" + }, + "fractieOmschrijving": { + "type": "string", + "title": "Fractie Omschrijving", + "description": "Omschrijving afvalfractie waarnaar de afstand is bepaald" + }, + "loopafstandCategorie": { + "type": "string", + "relation": "huishoudelijkafval:loopafstandCategorie", + "title": "Loopafstand Categorie", + "description": "relatie naar de categorie waarin de berekende loopafstand valt" + }, + "loopafstand": { + "type": "number", + "title": "Loopafstand", + "description": "Berekende afstand over de weg in meter in RD (epsg:28992) van woning tot cluster van containers van de betreffende afvalfractie" + }, + "geometrie": { + "$ref": "https://geojson.org/schema/Point.json", + "title": "Geometrie", + "description": "Geometrie van het type POINT in RD (epsg:28992)" + }, + "wijzigingsdatumDp": { + "type": "string", + "format": "date-time", + "title": "=wijzigings Datum", + "description": "Datum waarop het object is gewijzigd" + }, + "verwijderdDp": { + "type": "boolean", + "title": "Verwijderd", + "description": "indicatie of het object verwijderd is bij de bronhouder" + } + } + } +} diff --git a/datasets/huishoudelijkafval/bagobjectloopafstand_v2/v2.0.1.json b/datasets/huishoudelijkafval/bagobjectloopafstand_v2/v2.0.1.json new file mode 100644 index 000000000..c3aef9899 --- /dev/null +++ b/datasets/huishoudelijkafval/bagobjectloopafstand_v2/v2.0.1.json @@ -0,0 +1,79 @@ +{ + "id": "bagObjectLoopafstandV2", + "version": "2.0.1", + "type": "table", + "schema": { + "$schema": "http://json-schema.org/draft-07/schema#", + "type": "object", + "additionalProperties": false, + "required": [ + "id", + "schema" + ], + "display": "id", + "mainGeometry": "geometrie", + "properties": { + "id": { + "type": "string", + "title": "ID", + "description": "Uniek identificerend kenmerk van het record" + }, + "schema": { + "$ref": "https://schemas.data.amsterdam.nl/schema@v2#/definitions/schema" + }, + "bagObjectId": { + "type": "string", + "title": "Bag Object ID", + "description": "Uniek identificerend kenmerk van bagobject" + }, + "bagObjectType": { + "type": "string", + "title": "Bag Object type", + "description": "BAG objectklasse: pand, ligplaats, standplaats" + }, + "cluster": { + "type": "string", + "relation": "huishoudelijkafval:cluster", + "title": "Cluster", + "description": "Uniek identificerend kenmerk van cluster waarnaar de afstand is berekend" + }, + "fractie": { + "type": "string", + "title": "Fractie", + "description": "Code afvalfractie waarnaar de afstand is bepaald" + }, + "fractieOmschrijving": { + "type": "string", + "title": "Fractie Omscrijving", + "description": "Omschrijving afvalfractie waarnaar de afstand is bepaald." + }, + "loopafstandCategorie": { + "type": "string", + "relation": "huishoudelijkafval:loopafstand_categorie", + "title": "Loopafstand Categorie", + "description": "relatie naar de categorie waarin de berekende loopafstand valt" + }, + "loopafstand": { + "type": "number", + "title": "Loopafstand", + "description": "Berekende afstand over de weg in meter in RD (epsg:28992) van woning tot cluster van containers van de betreffende afvalfractie" + }, + "geometrie": { + "$ref": "https://geojson.org/schema/Polygon.json", + "title": "Geometrie", + "description": "Geometrie van het type MULTIPOLYGON in RD (epsg:28992))" + }, + "wijzigingsdatumDp": { + "type": "string", + "format": "date-time", + "title": "Wijzings Datum", + "description": "Datum waarop het object is gewijzigd" + }, + "verwijderdDp": { + "type": "boolean", + "title": "Verwijderd", + "description": "indicatie of het object verwijderd is" + } + } + } +} diff --git a/datasets/huishoudelijkafval/dataset.json b/datasets/huishoudelijkafval/dataset.json index ccfcf46cf..d79bd533a 100644 --- a/datasets/huishoudelijkafval/dataset.json +++ b/datasets/huishoudelijkafval/dataset.json @@ -123,23 +123,23 @@ }, { "id": "loopafstandCategorieV2", - "$ref": "loopafstandcategorie_v2/v2.0.0", + "$ref": "loopafstandcategorie_v2/v2.0.1", "activeVersions": { - "2.0.0": "loopafstandcategorie_v2/v2.0.0" + "2.0.1": "loopafstandcategorie_v2/v2.0.1" } }, { "id": "bagObjectLoopafstandV2", - "$ref": "bagobjectloopafstand_v2/v2.0.0", + "$ref": "bagobjectloopafstand_v2/v2.0.1", "activeVersions": { - "2.0.0": "bagobjectloopafstand_v2/v2.0.0" + "2.0.1": "bagobjectloopafstand_v2/v2.0.1" } }, { "id": "adresLoopafstandV2", - "$ref": "adresloopafstand_v2/v2.0.0", + "$ref": "adresloopafstand_v2/v2.0.1", "activeVersions": { - "2.0.0": "adresloopafstand_v2/v2.0.0" + "2.0.1": "adresloopafstand_v2/v2.0.1" } }, { diff --git a/datasets/huishoudelijkafval/loopafstandcategorie_v2/v2.0.1.json b/datasets/huishoudelijkafval/loopafstandcategorie_v2/v2.0.1.json new file mode 100644 index 000000000..9f4716f18 --- /dev/null +++ b/datasets/huishoudelijkafval/loopafstandcategorie_v2/v2.0.1.json @@ -0,0 +1,61 @@ +{ + "id": "loopafstandCategorieV2", + "version": "2.0.1", + "type": "table", + "schema": { + "$schema": "http://json-schema.org/draft-07/schema#", + "type": "object", + "additionalProperties": false, + "required": [ + "id", + "schema" + ], + "display": "id", + "properties": { + "id": { + "type": "string", + "title": "ID", + "description": "identificatie categorie loopafstand" + }, + "schema": { + "$ref": "https://schemas.data.amsterdam.nl/schema@v2#/definitions/schema" + }, + "fractie": { + "type": "string", + "title": "Fractie", + "description": "Code afvalfractie waarnaar de afstand is bepaald" + }, + "fractieOmschrijving": { + "type": "string", + "title": "Fractie Omschrijving", + "description": "Omschrijving afvalfractie waarnaar de afstand is bepaald" + }, + "loopafstandCategorieOmschrijving": { + "type": "string", + "title": "Loopafstand Categorie Omschrijving", + "description": "Omschrijving van de categorie waarin de berekende loopafstand valt" + }, + "loopafstandCategorieVanaf": { + "type": "integer", + "title": "Loopafstand Categorie Vanaf", + "description": "Ondergrens van de categorie waarin de berekende loopafstand valt" + }, + "loopafstandCategorieTot": { + "type": "integer", + "title": "Loopafstand Categorie Tot", + "description": "Bovengrens van de categorie waarin de berekende loopafstand valt" + }, + "wijzigingsdatumDp": { + "type": "string", + "format": "date-time", + "title": "Wijzings Datum", + "description": "Datum waarop het object is gewijzigd" + }, + "verwijderdDp": { + "type": "boolean", + "title": "Verwijderd", + "description": "indicatie of het object verwijderd is" + } + } + } +}