-
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.
changed mutatietype from int to string (#1071)
* changed mutatietype from int to string * eentje gemist
- Loading branch information
1 parent
e42a00f
commit 42efb86
Showing
16 changed files
with
1,751 additions
and
30 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
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,99 @@ | ||
{ | ||
"id": "functionelegebieden", | ||
"title":"functionele gebieden", | ||
"description": "Begrensd en benoemd gebied dat door een functionele eenheid beschreven wordt.", | ||
"type": "table", | ||
"version": "1.0.1", | ||
"crs": "EPSG:28992", | ||
"auth": "OPENBAAR", | ||
"schema": { | ||
"$schema": "http://json-schema.org/draft-07/schema#", | ||
"type": "object", | ||
"additionalProperties": false, | ||
"mainGeometry": "geometrie", | ||
"identifier": [ | ||
"identificatie" | ||
], | ||
"required": [ | ||
"schema", | ||
"identificatie" | ||
], | ||
"display": "identificatie", | ||
"properties": { | ||
"schema": { | ||
"$ref": "https://schemas.data.amsterdam.nl/[email protected]#/definitions/schema" | ||
}, | ||
"identificatie": { | ||
"type": "string", | ||
"description": "De unieke identiteit van het geo-object." | ||
}, | ||
"bronactualiteit": { | ||
"type": "string", | ||
"format": "date", | ||
"description": "De actualiteit van de gebruikte bron." | ||
}, | ||
"bronbeschrijving": { | ||
"type": "string", | ||
"description": "De beschrijving van de gebruikte bron." | ||
}, | ||
"bronnauwkeurigheid": { | ||
"type": "number", | ||
"description": "De nauwkeurigheid van de gebruikte bron in meters." | ||
}, | ||
"brontype": { | ||
"type": "string", | ||
"description": "Het type van de gebruikte bron." | ||
}, | ||
"objectBeginTijd": { | ||
"type": "string", | ||
"format": "date", | ||
"description": "Tijdstip waarop het object ontstaan is." | ||
}, | ||
"tijdstipRegistratie": { | ||
"type": "string", | ||
"format": "date", | ||
"description": "Tijdstip waarop een versie van het object ontstaan is." | ||
}, | ||
"visualisatieCode": { | ||
"type": "integer", | ||
"description": "Code voor het visualiseren van het object." | ||
}, | ||
"tdnCode": { | ||
"type": "integer", | ||
"description": "Code die het object in TOP10vector had." | ||
}, | ||
"mutatietype": { | ||
"type": "string", | ||
"description": "Het soort mutatie dat een object als laatste ondergaan heeft." | ||
}, | ||
"geometrie": { | ||
"$ref": "https://geojson.org/schema/Geometry.json", | ||
"description": "geometrie" | ||
}, | ||
"naamFries": { | ||
"type": "string", | ||
"description": "De Friese naam." | ||
}, | ||
"naamNl": { | ||
"type": "string", | ||
"description": "De Nederlandse naam." | ||
}, | ||
"soortnaam": { | ||
"type": "string", | ||
"description": "Verdere specificatie van het type functioneel gebied." | ||
}, | ||
"type": { | ||
"type": "string", | ||
"description": "Het soort functioneel gebied." | ||
}, | ||
"geometriePunt": { | ||
"$ref": "https://geojson.org/schema/Point.json", | ||
"description": "puntgeometrie" | ||
}, | ||
"geometrieVlak": { | ||
"$ref": "https://geojson.org/schema/MultiPolygon.json", | ||
"description": "vlakgeometrie" | ||
} | ||
} | ||
} | ||
} |
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,119 @@ | ||
{ | ||
"id": "gebouwen", | ||
"title":"gebouwen", | ||
"description": "Vrijstaande, overdekte en geheel of gedeeltelijk met wanden omsloten toegankelijke ruimte of door pilaren ondersteunde dakconstructie, die direct of indirect met de grond is verbonden.", | ||
"type": "table", | ||
"version": "1.0.1", | ||
"crs": "EPSG:28992", | ||
"auth": "OPENBAAR", | ||
"schema": { | ||
"$schema": "http://json-schema.org/draft-07/schema#", | ||
"type": "object", | ||
"additionalProperties": false, | ||
"mainGeometry": "geometrie", | ||
"identifier": [ | ||
"identificatie" | ||
], | ||
"required": [ | ||
"schema", | ||
"identificatie" | ||
], | ||
"display": "identificatie", | ||
"properties": { | ||
"schema": { | ||
"$ref": "https://schemas.data.amsterdam.nl/[email protected]#/definitions/schema" | ||
}, | ||
"identificatie": { | ||
"type": "string", | ||
"description": "De unieke identiteit van het geo-object." | ||
}, | ||
"bronactualiteit": { | ||
"type": "string", | ||
"format": "date", | ||
"description": "De actualiteit van de gebruikte bron." | ||
}, | ||
"bronbeschrijving": { | ||
"type": "string", | ||
"description": "De beschrijving van de gebruikte bron." | ||
}, | ||
"bronnauwkeurigheid": { | ||
"type": "number", | ||
"description": "De nauwkeurigheid van de gebruikte bron in meters." | ||
}, | ||
"brontype": { | ||
"type": "string", | ||
"description": "Het type van de gebruikte bron." | ||
}, | ||
"objectBeginTijd": { | ||
"type": "string", | ||
"format": "date", | ||
"description": "Tijdstip waarop het object ontstaan is." | ||
}, | ||
"tijdstipRegistratie": { | ||
"type": "string", | ||
"format": "date", | ||
"description": "Tijdstip waarop een versie van het object ontstaan is." | ||
}, | ||
"visualisatieCode": { | ||
"type": "integer", | ||
"description": "Code voor het visualiseren van het object." | ||
}, | ||
"tdnCode": { | ||
"type": "integer", | ||
"description": "Code die het object in TOP10vector had." | ||
}, | ||
"mutatietype": { | ||
"type": "string", | ||
"description": "Het soort mutatie dat een object als laatste ondergaan heeft." | ||
}, | ||
"geometrie": { | ||
"$ref": "https://geojson.org/schema/Geometry.json", | ||
"description": "geometrie" | ||
}, | ||
"naam": { | ||
"type": "string", | ||
"description": "Naam van het gebouw." | ||
}, | ||
"soortnaam": { | ||
"type": "string", | ||
"description": "Nadere specificatie van het type gebouw." | ||
}, | ||
"hoogteniveau": { | ||
"type": "integer", | ||
"description": "Het hoogteniveau van het object." | ||
}, | ||
"status": { | ||
"type": "string", | ||
"description": "De staat waarin het object zich bevindt." | ||
}, | ||
"fysiekVoorkomen": { | ||
"type": "string", | ||
"description": "De plaats waar het object zich bevindt t.o.v. andere constructies." | ||
}, | ||
"hoogteklasse": { | ||
"type": "string", | ||
"description": "De klasse van hoogte waar de bebouwing toe behoort." | ||
}, | ||
"hoogte": { | ||
"type": "number", | ||
"description": "De hoogte van het object (t.o.v. het maaiveld of t.o.v. NAP)." | ||
}, | ||
"type": { | ||
"type": "string", | ||
"description": "Het type gebouw, het doel waarvoor de bebouwing gebruikt wordt (gaat worden / werd)." | ||
}, | ||
"gebruiksdoel": { | ||
"type": "string", | ||
"description": "Huidig gebruiksdoel van een gebouw, conform de BAG classificatie voor panden." | ||
}, | ||
"geometriePunt": { | ||
"$ref": "https://geojson.org/schema/Point.json", | ||
"description": "puntgeometrie" | ||
}, | ||
"geometrieVlak": { | ||
"$ref": "https://geojson.org/schema/Polygon.json", | ||
"description": "vlakgeometrie" | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.