Skip to content

Commit

Permalink
Expand zakelijkerechten view relation to kadastralesubjecten (#877)
Browse files Browse the repository at this point in the history
* Expand zakelijkerechten view relation to kadastralesubjecten

* changes to brk2 views
  • Loading branch information
arbaco authored Nov 30, 2023
1 parent cf629fe commit a3440c7
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 192 deletions.
3 changes: 1 addition & 2 deletions datasets/dataverkenner/kadastraleobject/dataset.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
"version": "0.0.1",
"crs": "EPSG:28992",
"derivedFrom": [
"brk2:kadastraleobjecten",
"brk2:kadastraleobjecten_hft_rel_mt_vot"
"brk2:kadastralegemeentes"
],
"temporal": {
"identifier": "volgnummer",
Expand Down
159 changes: 0 additions & 159 deletions datasets/dataverkenner/kadastraleobjecten/dataset.json

This file was deleted.

31 changes: 0 additions & 31 deletions datasets/dataverkenner/kadastraleobjecten/dataset.sql

This file was deleted.

8 changes: 8 additions & 0 deletions datasets/dataverkenner/zakelijkerechten/dataset.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,14 @@
"type": "string",
"description": "VVE Subject betrokken bij Appartementsrechtsplitsing"
},
"vveIdentificatieOntstaanUitId": {
"type": "string",
"description": "De identificatie van de vereniging van eigenaren van de appartementsrechtssplitsing waaruit het zakelijk recht ontstaan is"
},
"vveIdentificatieBetrokkenBijId": {
"type": "string",
"description": "De identificatie van de vereniging van eigenaren van de appartementsrechtssplitsing waarbij het zakelijk recht betrokken is"
},
"beginGeldigheid": {
"type": "string",
"format": "date-time",
Expand Down
2 changes: 2 additions & 0 deletions datasets/dataverkenner/zakelijkerechten/dataset.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ SELECT
z.rust_op_brk_kadastraal_object_identificatie AS "rust_op_brk_kadastraal_object_identificatie",
z.aard_zakelijk_recht_omschrijving AS "aard_zakelijk_recht_omschrijving",
z.betrokken_bij_appartementsrechtsplitsing_vve AS "betrokken_bij_appartementsrechtsplitsing_vve",
z.vve_identificatie_ontstaan_uit_id AS "vve_identificatie_ontstaan_uit_id",
z.vve_identificatie_betrokken_bij_id AS "vve_identificatie_betrokken_bij_id",
z.begin_geldigheid AS "begin_geldigheid",
z.eind_geldigheid AS "eind_geldigheid"
FROM
Expand Down

0 comments on commit a3440c7

Please sign in to comment.