Created
June 22, 2021 12:56
-
-
Save bertvannuffelen/a959394e979ecbaaa0decb0a6efaa3f7 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| { | |
| "@context":{ | |
| "identificator": "@nest", | |
| "id": "@id", | |
| "versieId": { | |
| "@id": "https://data.vlaanderen.be/ns/generiek#versieIdentificator", | |
| "@type": "http://www.w3.org/2001/XMLSchema#string" | |
| }, | |
| "detail": "http://www.iana.org/assignments/relation/self", | |
| "gebouwStatus" :{ | |
| "@id": "https://data.vlaanderen.be/ns/gebouw#Gebouw.status", | |
| "@type": "@id", | |
| "@context": { | |
| "@base": "https://data.vlaanderen.be/id/concept/gebouwstatus/" | |
| } | |
| }, | |
| "gebouweenheden": { | |
| "@id": "https://data.vlaanderen.be/ns/gebouw#bestaatUit", | |
| "@type": "@id", | |
| "@context" : { | |
| "@base": "https://data.vlaanderen.be/id/gebouweenheid/", | |
| "objectId": "@id" | |
| } | |
| }, | |
| "percelen": { | |
| "@id": "https://data.vlaanderen.be/ns/gebouw#ligtOp", | |
| "@type": "@id", | |
| "@context" : { | |
| "@base": "https://data.vlaanderen.be/id/administratiefPerceel/", | |
| "objectId": "@id" | |
| } | |
| } | |
| }, | |
| "identificator": { | |
| "id": "https://data.vlaanderen.be/id/gebouw/5666968", | |
| "naamruimte": "https://data.vlaanderen.be/id/gebouw", | |
| "objectId": "5666968", | |
| "versieId": "2011-04-29T13:11:28+02:00" | |
| }, | |
| "geometriePolygoon": { | |
| "polygon": { | |
| "coordinates": [ | |
| [ | |
| [ | |
| 140232.33555649966, | |
| 182785.0926729478 | |
| ], | |
| [ | |
| 140226.3678124994, | |
| 182788.75104095042 | |
| ], | |
| [ | |
| 140218.3344044909, | |
| 182775.34406493977 | |
| ], | |
| [ | |
| 140223.0468524918, | |
| 182772.18515293673 | |
| ], | |
| [ | |
| 140232.33555649966, | |
| 182785.0926729478 | |
| ] | |
| ] | |
| ], | |
| "type": "Polygon" | |
| } | |
| }, | |
| "geometrieMethode": "ingemetenGRB", | |
| "gebouwStatus": "gerealiseerd", | |
| "gebouweenheden": [ | |
| { | |
| "objectId": "5667547", | |
| "detail": "https://api.basisregisters.dev-vlaanderen.be/v1/gebouweenheden/5667547" | |
| }, | |
| { | |
| "objectId": "5667548", | |
| "detail": "https://api.basisregisters.dev-vlaanderen.be/v1/gebouweenheden/5667548" | |
| }, | |
| { | |
| "objectId": "5667549", | |
| "detail": "https://api.basisregisters.dev-vlaanderen.be/v1/gebouweenheden/5667549" | |
| } | |
| ], | |
| "percelen": [ | |
| { | |
| "objectId": "23602K0151-02C002", | |
| "detail": "https://api.basisregisters.dev-vlaanderen.be/v1/percelen/23602K0151-02C002" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment