-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c9de2a7
commit 8a2fa03
Showing
2 changed files
with
118 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
116 changes: 116 additions & 0 deletions
116
datasets/leidingeninfrastructuur/klicEisvoorzorgsmaatregelen/v1.6.0.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,116 @@ | ||
{ | ||
"id": "klicEisvoorzorgsmaatregelen", | ||
"type": "table", | ||
"version": "1.5.0", | ||
"title": "Kadaster KLIC eisvoorzorgsmaatregelen", | ||
"description": "Overzicht vlakken infrastructuur op basis van klic meldingen", | ||
"auth": "FP/MDW", | ||
"reasonsNonPublic": [ | ||
"5.1 2f: Zwaarwegend belang: vertrouwelijke of concurrentiegevoelige bedrijfs- en fabricagegegevens" | ||
], | ||
"status": "beschikbaar", | ||
"creator": "GOconnectIT B.V.", | ||
"publisher": "Datateam Stedelijke Ontwikkeling en Beheer", | ||
"authorizationGrantor": "[email protected]", | ||
"theme": [ | ||
"ondergrondse infrastructuur" | ||
], | ||
"owner": "Kadaster", | ||
"schema": { | ||
"$schema": "http://json-schema.org/draft-07/schema#", | ||
"type": "object", | ||
"additionalProperties": false, | ||
"required": [ | ||
"schema", | ||
"id" | ||
], | ||
"mainGeometry": "geometrie", | ||
"display": "id", | ||
"properties": { | ||
"id": { | ||
"type": "integer", | ||
"description": "Unieke id van het object" | ||
}, | ||
"schema": { | ||
"$ref": "https://schemas.data.amsterdam.nl/[email protected]#/definitions/schema" | ||
}, | ||
"thema": { | ||
"type": "string", | ||
"description": "Thema of discipline waar eisvoorzorgsmaatregel toe behoort" | ||
}, | ||
"broncode": { | ||
"type": "string", | ||
"description": "Broncode van de beheerder." | ||
}, | ||
"beheerder": { | ||
"type": "string", | ||
"description": "Naam van geclusturde plannen" | ||
}, | ||
"contactvoorzorgsmaatregelContactNaam": { | ||
"type": "string", | ||
"description": "Naam van de toezichthouder, die de contactpersoon is voor het afhandelen van EV-meldingen van netwerkbeheerder." | ||
}, | ||
"contactvoorzorgsmaatregelContactEmail": { | ||
"type": "string", | ||
"description": "E-mailadres van de toezichthouder, die de contactpersoon is voor het afhandelen van EV-meldingen van netwerkbeheerder." | ||
}, | ||
"contactvoorzorgsmaatregelContactTelefoon": { | ||
"type": "string", | ||
"description": "Telefoonnummer van de toezichthouder, die de contactpersoon is voor het afhandelen van EV-meldingen van netwerkbeheerder." | ||
}, | ||
"evNet": { | ||
"type": "string", | ||
"description": "De naam van het eisvoorzorgnetwerk" | ||
}, | ||
"pdf": { | ||
"type": "string", | ||
"description": "URL verwijzing naar het meegeleverde PDF bestand dat gekoppeld is aan de geometrie." | ||
}, | ||
"infotype": { | ||
"type": "string", | ||
"description": "Infotype van de meegeleverde pdf. Dit type kan bestaan uit een profielschets, aansluiting, overig (bestand bevat hier een algemene brief of schets) of is leeg wanneer het bestand een eisvoorzorgsmaatregel betreft." | ||
}, | ||
"opvraagdatum": { | ||
"type": "string", | ||
"format": "date", | ||
"description": "De datum waarop het Klic orientatieverzoek is uitgevoerd waarmee de gegevens zijn opgevraagd." | ||
}, | ||
"geometrie": { | ||
"$ref": "https://geojson.org/schema/Polygon.json", | ||
"description": "Geometrie in RD (epsg:28992)" | ||
}, | ||
"rgbHexPmkl": { | ||
"type": "string", | ||
"description": "Hex kleurcode volgens PMKL standaard" | ||
}, | ||
"rgbHexNlcs": { | ||
"type": "string", | ||
"description": "Hex kleurcode volgens NLCS standaard" | ||
}, | ||
"laagnaam1": { | ||
"type": "string", | ||
"description": "STATUS-DISCIPLINE" | ||
}, | ||
"laagnaam2": { | ||
"type": "string", | ||
"description": "HOOFDGROEP-OBJECT" | ||
}, | ||
"laagnaam3": { | ||
"type": "string", | ||
"description": "SUBOBJECT1" | ||
}, | ||
"laagnaam4": { | ||
"type": "string", | ||
"description": "ELEMENT" | ||
}, | ||
"laagnaam5": { | ||
"type": "string", | ||
"description": "Aanvulling van STATUS attribuut" | ||
}, | ||
"nlcsCodering": { | ||
"type": "string", | ||
"description": "Nederlandse CAD Standaard" | ||
} | ||
} | ||
} | ||
} |