From 9b2bbd38e7820c0111b3a912d0a24c727ec56d7a Mon Sep 17 00:00:00 2001 From: ArjanHou <117829764+ArjanHou@users.noreply.github.com> Date: Wed, 26 Jun 2024 10:50:35 +0200 Subject: [PATCH] wijzigingen metadata IOM het DMT. (#1075) --- .../bouwstroompunten/v1.1.1.json | 156 ++++++++++++++++++ datasets/bouwstroompunten/dataset.json | 4 +- 2 files changed, 158 insertions(+), 2 deletions(-) create mode 100644 datasets/bouwstroompunten/bouwstroompunten/v1.1.1.json diff --git a/datasets/bouwstroompunten/bouwstroompunten/v1.1.1.json b/datasets/bouwstroompunten/bouwstroompunten/v1.1.1.json new file mode 100644 index 000000000..1eccb3dd5 --- /dev/null +++ b/datasets/bouwstroompunten/bouwstroompunten/v1.1.1.json @@ -0,0 +1,156 @@ +{ + "id": "bouwstroompunten", + "title": "Bouwstroompunten", + "type": "table", + "version": "1.1.1", + "auth": "OPENBAAR", + "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": "string", + "description": "Unieke identificatie bouwstroompunt record." + }, + "bouwstroompuntId": { + "title": "Bouwstroompunt ID", + "type": "string", + "description": "Bouwstroompuntnummer." + }, + "geometry": { + "title": "Geometrie", + "$ref": "https://geojson.org/schema/Point.json", + "description": "Punt geometrie van bouwstroompunt volgens Rijksdriehoekscoƶrdinaten (RD)." + }, + "provincie": { + "title": "Provincie naam", + "type": "string", + "description": "De naam van een provincie." + }, + "capaciteit": { + "title": "Capaciteit", + "type": "string", + "unit": "A", + "description": "Capaciteit in Ampere." + }, + "locatie": { + "title": "Bouwstroompunt locatie", + "type": "string", + "enum": [ + "Bovengronds", + "Ondergronds" + ], + "description": "Locatie van bouwstroompunt (boven- of ondergronds)." + }, + "beschikbareAansluitingen": { + "title": "Beschikbare aansluitingen", + "type": "array", + "items": { + "type": "string" + }, + "description": "Type connectoren beschikbaar" + }, + "postcode": { + "title": "Postcode", + "type": "string", + "description": "De door PostNL vastgestelde aanduiding bestaande uit 4 cijfers en 2 letters" + }, + "straat": { + "title": "Straat naam", + "type": "string", + "description": "Een naam om openbare ruimten als straten, lanen, wegen en stegen mee aan te duiden" + }, + "huisnummer": { + "title": "Huisnummer", + "type": "string", + "description": "Een door het bevoegde gemeentelijke orgaan ten aanzien van een adresseerbaar object toegekende nummering" + }, + "plaats": { + "title": "Woonplaats naam", + "type": "string", + "description": "Een woonplaatsnaam is de naam van een door het bevoegde gemeentelijke orgaan als zodanig aangewezen gedeelte van het gemeentelijk grondgebied" + }, + "vergunningsplichtig": { + "title": "Vergunningsplichtig", + "type": "boolean", + "description": "Indicatie vergunningplichting voor gebruik" + }, + "contactPersoon": { + "title": "Contactpersoon", + "type": "string", + "description": "Naam contactpersoon." + }, + "organisatie": { + "title": "Beheerobject eigenaar", + "type": "string", + "description": "Eigenaarschap en beheer van bouwstroompunt." + }, + "gemeente": { + "title": "Gemeente naam", + "type": "string", + "description": "De officiƫle vastgestelde gemeentenaam" + }, + "email": { + "title": "Email","type": "string", + "description": "Emailadres voor contact t.a.v. bijvoorbeeld het gebruik." + }, + "datumtijdAangemaakt": { + "title": "Datumtijd aangemaakt", + "type": "string", + "format": "date-time", + "description": "Datum en tijdstip van creatie record." + }, + "toegangswijze": { + "title": "Bouwstroompunt toegangswijze", + "type": "string", + "description": "Wijze voor verkrijgen toegang bouwstroompunt." + }, + "primaireFunctie": { + "title": "Primaire functie", + "type": "string", + + "description": "De hoofdfunctie van het bouwstroompunt (t.b.v. bepaalde doelgroep zoals evenementen of markt)." + }, + "minimaleGebruikscapaciteit": { + "title": "Minimale gebruikscapaciteit", + "type": "string", + "description": "De categorie-aanduiding van minimale stroomcapaciteit voor gebruik." + }, + "afbeelding": { + "title": "Bouwstroompunt afbeelding", + "type": "string", + "format": "uri", + "description": "Afbeelding van bouwstroompunt." + }, + "contactnummerBijMeldenStoring": { + "title": "Contactnummer bij melden storing", + "type": "string", + "description": "Referentienummer voor het melden van een storing." + }, + "teGebruikenApplicatie": { + "title": "Te gebruiken applicatie", + "type": "string", + "description": "Naam van de applicatie om stroompunt te kunnen reserveren/gebruiken." + }, + "nietBeschikbaarOp": { + "title": "Bouwstroompunt niet beschikbaar op", + "type": "string", + "description": "Momenten waarop het stroompunt niet te gebruiken is." + }, + "aanmeldformulierAanvraagGebruik": { + "title": "Aanmeldformulier aanvraag gebruik", + "type": "string", + "description": "Aanmeldformulier voor gebruik van het stroompunt." + } + } + } +} \ No newline at end of file diff --git a/datasets/bouwstroompunten/dataset.json b/datasets/bouwstroompunten/dataset.json index 020789f98..b5a0c8201 100644 --- a/datasets/bouwstroompunten/dataset.json +++ b/datasets/bouwstroompunten/dataset.json @@ -26,9 +26,9 @@ "tables": [ { "id": "bouwstroompunten", - "$ref": "bouwstroompunten/v1.1.0", + "$ref": "bouwstroompunten/v1.1.1", "activeVersions": { - "1.1.0": "bouwstroompunten/v1.1.0" + "1.1.1": "bouwstroompunten/v1.1.1" } } ]