-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* nieuwe tabel exoten * typos * geometrie
- Loading branch information
1 parent
824abe8
commit 4a9c36d
Showing
2 changed files
with
144 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
135 changes: 135 additions & 0 deletions
135
datasets/ziekte_plagen_exoten_groen/japanseduizendknoopPercelen/v1.0.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,135 @@ | ||
{ | ||
"id": "japanseduizendknoopPercelen", | ||
"type": "table", | ||
"version": "1.0.0", | ||
"title": "Japanse duizendknoop meldingen", | ||
"description": "Eigenaarschap van percelen waarop de japanse duizendknoop is geconstateerd.", | ||
"authorizationGrantor": "Directie V&OR, stedelijk beheer, team groen, water & wegen", | ||
"status": "beschikbaar", | ||
"auth": "OPENBAAR", | ||
"schema": { | ||
"$schema": "http://json-schema.org/draft-07/schema#", | ||
"type": "object", | ||
"additionalProperties": false, | ||
"mainGeometry": "geometrie", | ||
"required": [ | ||
"schema", | ||
"id" | ||
], | ||
"display": "id", | ||
"properties": { | ||
"schema": { | ||
"$ref": "https://schemas.data.amsterdam.nl/schema@v2#/definitions/schema" | ||
}, | ||
"id": { | ||
"type": "string", | ||
"description": "Unieke aanduiding van het record" | ||
}, | ||
"geometrie": { | ||
"$ref": "https://geojson.org/schema/MultiPolygon.json", | ||
"title": "Perceel geometrie", | ||
"description": "Aanduiding voor de geometrie van het beheerobject volgens het Stelsel van de Rijksdriehoeksmeting (RD, epsg:28992). bevat een of meerdere vlakken" | ||
}, | ||
"aandeel": { | ||
"type": "string", | ||
"description": "Het aandeel eigenaarschap van het perceel", | ||
"title": "Aandeel eigenaarschap" | ||
}, | ||
"aangeduidDoorBrkGemeenteId": { | ||
"type": "string", | ||
"description": "Unieke BRK id aangeduid door gemeente", | ||
"title": "BRK id" | ||
}, | ||
"aangeduidDoorBrkKadastralesectieId": { | ||
"type": "string", | ||
"description": "Unieke kadastrale sectie id aangeduid door brk", | ||
"title": "Kadastrale sectie id" | ||
}, | ||
"aantalEigenaren": { | ||
"type": "integer", | ||
"description": "Aantal eigenaren van perceel", | ||
"title": "Aantal eigenaren van perceel" | ||
}, | ||
"aardZakelijkRecht": { | ||
"type": "string", | ||
"description": "Aardzakelijk recht van perceel", | ||
"title": "Aardzakelijk recht" | ||
}, | ||
"categorie": { | ||
"type": "string", | ||
"description": "Categorie rechtspersoon", | ||
"title": "Categorie rechtspersoon" | ||
}, | ||
"deelVanInspectievlak": { | ||
"type": "integer", | ||
"description": "Deel van het JDK inspectievlak", | ||
"title": "Deel van het JDK inspectievlak" | ||
}, | ||
"deelVanKadastraalPerceel": { | ||
"type": "integer", | ||
"description": "Deel van het kadastraal perceel", | ||
"title": "Deel van het kadastraal perceel" | ||
}, | ||
"indexletter": { | ||
"type": "string", | ||
"description": "Indexletter", | ||
"title": "Indexletter" | ||
}, | ||
"indexnummer": { | ||
"type": "integer", | ||
"description": "Indexnummer", | ||
"title": "Indexnummer" | ||
}, | ||
"jdkInspectielakId": { | ||
"type": "string", | ||
"description": "JDK inspectievlak id", | ||
"title": "JDK inspectievlak id" | ||
}, | ||
"kadastraalobjectId": { | ||
"type": "string", | ||
"description": "Uniek id kadastraal object", | ||
"title": "Uniek id kadastraal object" | ||
}, | ||
"kadastraalobjectIdentificatie": { | ||
"type": "string", | ||
"description": "Identificatie kadastraal object", | ||
"title": "Identificatie kadastraal object" | ||
}, | ||
"kadastraalsubjectIdentificatie": { | ||
"type": "string", | ||
"description": "Identificatie kadastraal subject", | ||
"title": "Identificatie kadastraal subject" | ||
}, | ||
"ligtOpPercelen": { | ||
"type": "number", | ||
"description": "Aantal percelen waarop JDK is geconstateerd", | ||
"title": "Ligt op percelen" | ||
}, | ||
"perceelnummer": { | ||
"type": "integer", | ||
"description": "Perceelnummer", | ||
"title": "Perceelnummer" | ||
}, | ||
"rangordeOpp": { | ||
"type": "integer", | ||
"description": "De rangorde van het oppervlak", | ||
"title": "rangorde oppervlak" | ||
}, | ||
"subjectCategorie": { | ||
"type": "string", | ||
"description": "De categorie van het subject", | ||
"title": "Subject categorie" | ||
}, | ||
"tenaamstellingIdentificatie": { | ||
"type": "string", | ||
"description": "Identificatie van de tenaamstelling", | ||
"title": "Identificatie van de tenaamstelling" | ||
}, | ||
"zakelijkrechtIdentificatie": { | ||
"type": "string", | ||
"description": "Identificatie van het zakelijkrecht", | ||
"title": "Identificatie van het zakelijkrecht" | ||
} | ||
} | ||
} | ||
} |