From 06dc43f64e37c254176c1041a22409846e20a9bf Mon Sep 17 00:00:00 2001 From: Khelied <88668418+Khelied@users.noreply.github.com> Date: Wed, 24 Jul 2024 15:16:54 +0200 Subject: [PATCH] Khalid/feature/hbi (#1097) * add new dataset * . --- .../historische_bodeminformatie/dataset.json | 63 ++++++++++++ .../dempingenEnOphogingen/v1.0.0.json | 94 ++++++++++++++++++ .../kabelsEnLeidingen/v1.0.0.json | 94 ++++++++++++++++++ .../objecten/v1.0.0.json | 94 ++++++++++++++++++ .../onderzoeken/v1.0.0.json | 99 +++++++++++++++++++ 5 files changed, 444 insertions(+) create mode 100644 datasets/historische_bodeminformatie/dataset.json create mode 100644 datasets/historische_bodeminformatie/dempingenEnOphogingen/v1.0.0.json create mode 100644 datasets/historische_bodeminformatie/kabelsEnLeidingen/v1.0.0.json create mode 100644 datasets/historische_bodeminformatie/objecten/v1.0.0.json create mode 100644 datasets/historische_bodeminformatie/onderzoeken/v1.0.0.json diff --git a/datasets/historische_bodeminformatie/dataset.json b/datasets/historische_bodeminformatie/dataset.json new file mode 100644 index 000000000..4967a75a6 --- /dev/null +++ b/datasets/historische_bodeminformatie/dataset.json @@ -0,0 +1,63 @@ +{ + "type": "dataset", + "id": "historischeBodeminformatie", + "title": "Historische bodeminformatie", + "status": "beschikbaar", + "description": "Historische activiteiten/bevindingen die zijn gedaan in/op de ondergrond", + "version": "1.0.0", + "dateCreated": "2024-07-23T00:00:00+01:00", + "dateModified": "2024-07-24T00:00:00+01:00", + "language": "nl", + "creator": "Datateam Stedelijke Ontwikkeling en Beheer", + "publisher": { + "$ref": "publishers/SOEB" + }, + "accrualPeriodicity": "wekelijks", + "spatialDescription": "Gemeente Amsterdam", + "theme": [ + "ondergrondse infrastructuur", + "Ruimte en Topografie" + ], + "owner": "Gemeente Amsterdam", + "auth": "OPENBAAR", + "authorizationGrantor": "datateamSOB@amsterdam.nl", + "keywords": [ + "historisch", + "bodeminformatie", + "elementen", + "objecten", + "onderzoeken", + "kabels en leidingen" + ], + "crs": "EPSG:28992", + "tables": [ + { + "id": "onderzoeken", + "$ref": "onderzoeken/v1.0.0", + "activeVersions": { + "1.0.0": "onderzoeken/v1.0.0" + } + }, + { + "id": "dempingenEnOphogingen", + "$ref": "dempingenEnOphogingen/v1.0.0", + "activeVersions": { + "1.0.0": "dempingenEnOphogingen/v1.0.0" + } + }, + { + "id": "objecten", + "$ref": "objecten/v1.0.0", + "activeVersions": { + "1.0.0": "objecten/v1.0.0" + } + }, + { + "id": "kabelsEnLeidingen", + "$ref": "kabelsEnLeidingen/v1.0.0", + "activeVersions": { + "1.0.0": "kabelsEnLeidingen/v1.0.0" + } + } + ] +} diff --git a/datasets/historische_bodeminformatie/dempingenEnOphogingen/v1.0.0.json b/datasets/historische_bodeminformatie/dempingenEnOphogingen/v1.0.0.json new file mode 100644 index 000000000..c1e47c259 --- /dev/null +++ b/datasets/historische_bodeminformatie/dempingenEnOphogingen/v1.0.0.json @@ -0,0 +1,94 @@ +{ + "id": "dempingenEnOphogingen", + "type": "table", + "version": "1.0.0", + "title": "Historische dempingen en ophogingen", + "description": "-", + "auth": "OPENBAAR", + "status": "beschikbaar", + "creator": "Ingenieursbureau Team WGM", + "publisher": "Datateam Stedelijke Ontwikkeling en Beheer", + "authorizationGrantor": "datateamSOB@amsterdam.nl", + "owner": "Gemeente Amsterdam", + "theme": [ + "ondergrondse infrastructuur", + "Ruimte en Topografie" + ], + "schema": { + "$schema": "http://json-schema.org/draft-07/schema#", + "type": "object", + "additionalProperties": false, + "mainGeometry": "geometrie", + "required": [ + "id", + "schema" + ], + "display": "id", + "properties": { + "schema": { + "$ref": "https://schemas.data.amsterdam.nl/schema@v1.1.1#/definitions/schema" + }, + "id": { + "type": "string", + "description": "Unieke aanduiding record." + }, + "categorie": { + "type": "string", + "description": "Categorie van de ophoging of demping." + }, + "beschrijving": { + "type": "string", + "description": "Beschrijving van de ophoging of demping." + }, + "opmerking": { + "type": "string", + "description": "Opmerking over de ophoging of demping." + }, + "vanMinimaalJaar": { + "type": "string", + "format": "date", + "description": "-" + }, + "vanMaximaalJaar": { + "type": "string", + "format": "date", + "description": "-" + }, + "totMinimaalJaar": { + "type": "string", + "format": "date", + "description": "-" + }, + "totMaximaalJaar": { + "type": "string", + "format": "date", + "description": "-" + }, + "bron1": { + "type": "string", + "description": "-" + }, + "bron2": { + "type": "string", + "description": "-" + }, + "bron3": { + "type": "string", + "description": "-" + }, + "bron4": { + "type": "string", + "description": "-" + }, + "bewerkingsdatumGeometrie": { + "type": "string", + "format": "date", + "description": "Datum wanneer de geometrie werd bewerkt." + }, + "geometrie": { + "$ref": "https://geojson.org/schema/Geometry.json", + "description": "Geometrie in RD (epsg:28992) van locatie onderzoek." + } + } + } +} diff --git a/datasets/historische_bodeminformatie/kabelsEnLeidingen/v1.0.0.json b/datasets/historische_bodeminformatie/kabelsEnLeidingen/v1.0.0.json new file mode 100644 index 000000000..eb77e988e --- /dev/null +++ b/datasets/historische_bodeminformatie/kabelsEnLeidingen/v1.0.0.json @@ -0,0 +1,94 @@ +{ + "id": "kabelsEnLeidingen", + "type": "table", + "version": "1.0.0", + "title": "Historische kabels en leidingen", + "description": "-", + "auth": "OPENBAAR", + "status": "beschikbaar", + "creator": "Ingenieursbureau Team WGM", + "publisher": "Datateam Stedelijke Ontwikkeling en Beheer", + "authorizationGrantor": "datateamSOB@amsterdam.nl", + "owner": "Gemeente Amsterdam", + "theme": [ + "ondergrondse infrastructuur", + "Ruimte en Topografie" + ], + "schema": { + "$schema": "http://json-schema.org/draft-07/schema#", + "type": "object", + "additionalProperties": false, + "mainGeometry": "geometrie", + "required": [ + "id", + "schema" + ], + "display": "id", + "properties": { + "schema": { + "$ref": "https://schemas.data.amsterdam.nl/schema@v1.1.1#/definitions/schema" + }, + "id": { + "type": "string", + "description": "Unieke aanduiding record." + }, + "categorie": { + "type": "string", + "description": "Categorie van de kabel of leiding." + }, + "beschrijving": { + "type": "string", + "description": "Beschrijving van de kabel of leiding." + }, + "opmerking": { + "type": "string", + "description": "Opmerking over de kabel of leiding." + }, + "vanMinimaalJaar": { + "type": "string", + "format": "date", + "description": "-" + }, + "vanMaximaalJaar": { + "type": "string", + "format": "date", + "description": "-" + }, + "totMinimaalJaar": { + "type": "string", + "format": "date", + "description": "-" + }, + "totMaximaalJaar": { + "type": "string", + "format": "date", + "description": "-" + }, + "bron1": { + "type": "string", + "description": "-" + }, + "bron2": { + "type": "string", + "description": "-" + }, + "bron3": { + "type": "string", + "description": "-" + }, + "bron4": { + "type": "string", + "description": "-" + }, + "bewerkingsdatumGeometrie": { + "type": "string", + "format": "date", + "description": "Datum wanneer de geometrie werd bewerkt." + }, + "geometrie": { + "$ref": "https://geojson.org/schema/Geometry.json", + "description": "Geometrie in RD (epsg:28992) van locatie onderzoek." + } + } + } +} diff --git a/datasets/historische_bodeminformatie/objecten/v1.0.0.json b/datasets/historische_bodeminformatie/objecten/v1.0.0.json new file mode 100644 index 000000000..45363afc5 --- /dev/null +++ b/datasets/historische_bodeminformatie/objecten/v1.0.0.json @@ -0,0 +1,94 @@ +{ + "id": "objecten", + "type": "table", + "version": "1.0.0", + "title": "Historische objecten", + "description": "-", + "auth": "OPENBAAR", + "status": "beschikbaar", + "creator": "Ingenieursbureau Team WGM", + "publisher": "Datateam Stedelijke Ontwikkeling en Beheer", + "authorizationGrantor": "datateamSOB@amsterdam.nl", + "owner": "Gemeente Amsterdam", + "theme": [ + "ondergrondse infrastructuur", + "Ruimte en Topografie" + ], + "schema": { + "$schema": "http://json-schema.org/draft-07/schema#", + "type": "object", + "additionalProperties": false, + "mainGeometry": "geometrie", + "required": [ + "id", + "schema" + ], + "display": "id", + "properties": { + "schema": { + "$ref": "https://schemas.data.amsterdam.nl/schema@v1.1.1#/definitions/schema" + }, + "id": { + "type": "string", + "description": "Unieke aanduiding record." + }, + "categorie": { + "type": "string", + "description": "Categorie van het object." + }, + "beschrijving": { + "type": "string", + "description": "Beschrijving van het desbetreffende object." + }, + "opmerking": { + "type": "string", + "description": "Opmerking over het desbetreffende object." + }, + "vanMinimaalJaar": { + "type": "string", + "format": "date", + "description": "-" + }, + "vanMaximaalJaar": { + "type": "string", + "format": "date", + "description": "-" + }, + "totMinimaalJaar": { + "type": "string", + "format": "date", + "description": "-" + }, + "totMaximaalJaar": { + "type": "string", + "format": "date", + "description": "-" + }, + "bron1": { + "type": "string", + "description": "-" + }, + "bron2": { + "type": "string", + "description": "-" + }, + "bron3": { + "type": "string", + "description": "-" + }, + "bron4": { + "type": "string", + "description": "-" + }, + "bewerkingsdatumGeometrie": { + "type": "string", + "format": "date", + "description": "Datum wanneer de geometrie werd bewerkt." + }, + "geometrie": { + "$ref": "https://geojson.org/schema/Geometry.json", + "description": "Geometrie in RD (epsg:28992) van locatie onderzoek." + } + } + } +} diff --git a/datasets/historische_bodeminformatie/onderzoeken/v1.0.0.json b/datasets/historische_bodeminformatie/onderzoeken/v1.0.0.json new file mode 100644 index 000000000..f89b99445 --- /dev/null +++ b/datasets/historische_bodeminformatie/onderzoeken/v1.0.0.json @@ -0,0 +1,99 @@ +{ + "id": "onderzoeken", + "type": "table", + "version": "1.0.0", + "title": "Historische bodem onderzoeken", + "description": "Uitgevoerde onderzoeken naar bijvoorbeeld Archeologische verwachtingen (A), Bodemkwaliteit (B), Conventionele explosieven (C) kademuren Dateren (D) en Ondergrondse Obstakels (OO).", + "auth": "OPENBAAR", + "status": "beschikbaar", + "creator": "Ingenieursbureau Team WGM", + "publisher": "Datateam Stedelijke Ontwikkeling en Beheer", + "authorizationGrantor": "datateamSOB@amsterdam.nl", + "owner": "Gemeente Amsterdam", + "theme": [ + "ondergrondse infrastructuur", + "Ruimte en Topografie" + ], + "schema": { + "$schema": "http://json-schema.org/draft-07/schema#", + "type": "object", + "additionalProperties": false, + "mainGeometry": "geometrie", + "required": [ + "id", + "schema" + ], + "display": "id", + "properties": { + "schema": { + "$ref": "https://schemas.data.amsterdam.nl/schema@v1.1.1#/definitions/schema" + }, + "id": { + "type": "integer", + "description": "Unieke aanduiding record." + }, + "naamRapport": { + "type": "string", + "description": "Naam rapport met beschrijving aard rapport en/of locatie.", + "provenance": "naam" + }, + "nummerRapport": { + "type": "string", + "description": "Rapportage identificatie nummer.", + "provenance": "rapport nummer" + }, + "datumRapport": { + "type": "string", + "format": "date", + "description": "Datum van rapportage.", + "provenance": "datum rapport" + }, + "auteurRapport": { + "type": "string", + "auth": "FP/MDW", + "reasonsNonPublic": [ + "5.1 1d: Bevat persoonsgegevens" + ], + "description": "Auteur(s) van rapport.", + "provenance": "auteur(s)" + }, + "opdrachtgever": { + "type": "string", + "description": "Onderzoeksbureau / instantie die opdracht heeft gegeven tot onderzoek." + }, + "opdrachtnemer": { + "type": "string", + "description": "Onderzoeksbureau / instantie die onderzoek heeft uitgevoerd." + }, + "locatieOfAdres": { + "type": "string", + "description": "Plaats of locatie of adres. Soms zijn er geen adresgegevens voor de locatie, of wordt de locatie aangeduid als \u2018GVB-terrein west\u2019 of dergelijke.", + "provenance": "locatie/adres" + }, + "typeOnderzoek": { + "type": "string", + "description": "Beschrijving type onderzoek. ABCDOO staat bijvoorbeeld voor Archeologische verwachtingen (A), Bodemkwaliteit (B), Conventionele explosieven (C) kademuren Dateren (D) en Ondergrondse Obstakels (OO). Deze aanduiding wordt intern gebruikt. Maar het type kan ook een onderzoek zijn naar een specifieke verontreiniging of een Risicobeoordeling voor Conventionele explosieven (RCE).", + "provenance": "type onderzoek" + }, + "indicatieKwaliteit": { + "type": "string", + "description": "Aanduiding kwaliteitskenmerk. Dit heeft met name als doel om oudere onderzoeken een oordeel te geven. Voor aanduiding is arbitrair. Er zijn geen normen voor opgesteld.", + "provenance": "indicatie kwaliteit" + }, + "beschrijving": { + "type": "string", + "description": "Korte beschrijving (aanleiding) onderzoek.", + "provenance": "opmerking" + }, + "permalink": { + "type": "string", + "format": "uri", + "description": "Verwijzing naar meer informatie. UID van bron (SAA) of een UID bij NAZCA." + }, + "geometrie": { + "$ref": "https://geojson.org/schema/Geometry.json", + "description": "Geometrie in RD (epsg:28992) van locatie onderzoek." + } + } + } +}