-
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.
* mappenstructuur brandkranen * Update v1.0.0.json bject naar object * Update v1.0.0.json opendare naar openbare
- Loading branch information
1 parent
bbe1a42
commit 19c18dc
Showing
2 changed files
with
68 additions
and
58 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
{ | ||
"id": "brandkranen", | ||
"type": "table", | ||
"version": "1.0.0", | ||
"titel":"Openbare brandkranen", | ||
"description": "De dataset bevat de openbare brandkranen in Amsterdam.", | ||
"auth": "FP/MDW", | ||
"identifier": "id", | ||
"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@v2#/definitions/schema" | ||
}, | ||
"id": { | ||
"title": "Object ID", | ||
"type": "string", | ||
"provenance": "brandkranen_id", | ||
"description": "Unieke identifier van het object." | ||
}, | ||
"adres": { | ||
"title": "Adres", | ||
"provenance": "brandkranen_adres", | ||
"type": "string", | ||
"description": "Adresgegevens (straat en huisnummmer) volgens de bron." | ||
}, | ||
"postcode": { | ||
"title": "Postcode", | ||
"provenance": "brandkranen_postcode", | ||
"type": "string", | ||
"description": "De postcode (poscode 4) van het object volgens de bron." | ||
}, | ||
"geometrie": { | ||
"title": "Geometrie", | ||
"provenance": "brandkranen_geometrie", | ||
"$ref": "https://geojson.org/schema/Point.json", | ||
"description": "Geometrie van het type POINT van de brandkraan in Rijksdriehoeksmeting (epsg:28992)" | ||
}, | ||
"gbdBuurtIdentificatie": { | ||
"title": "Buurt ID", | ||
"type": "string", | ||
"relation": "gebieden:buurten", | ||
"uri": "https://www.amsterdam.nl/stelselpedia/gebieden-index/catalogus/buurt", | ||
"description": "Unieke identificatie van het object (naam van het kenmerk wijzigt van ID naar Identificatie in 2019)" | ||
}, | ||
"gbdBuurtCode": { | ||
"title": "Buurt code", | ||
"type": "string", | ||
"uri": "https://www.amsterdam.nl/stelselpedia/gebieden-index/catalogus/buurt", | ||
"description": "Unieke code (hierin zie je de Stadsdeel- en Wijkcode terug)" | ||
} | ||
} | ||
} | ||
} |
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