Skip to content

Commit

Permalink
Verwijderen attribuut class
Browse files Browse the repository at this point in the history
  • Loading branch information
samvanoort committed Nov 6, 2024
1 parent c9de2a7 commit 8a2fa03
Show file tree
Hide file tree
Showing 2 changed files with 118 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datasets/leidingeninfrastructuur/dataset.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
},
{
"id": "klicEisvoorzorgsmaatregelen",
"$ref": "klicEisvoorzorgsmaatregelen/v1.5.0",
"$ref": "klicEisvoorzorgsmaatregelen/v1.6.0",
"activeVersions": {
"1.5.0": "klicEisvoorzorgsmaatregelen/v1.5.0"
"1.6.0": "klicEisvoorzorgsmaatregelen/v1.6.0"
}
},
{
Expand Down
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"
}
}
}
}

0 comments on commit 8a2fa03

Please sign in to comment.