Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save bertvannuffelen/e5658e174d7149889a833fa6913d784b to your computer and use it in GitHub Desktop.

Select an option

Save bertvannuffelen/e5658e174d7149889a833fa6913d784b to your computer and use it in GitHub Desktop.
gebouweenheid.jsonld
{
"@context": {
"identificator": "@nest",
"id": "@id",
"versieId": {
"@id": "https://data.vlaanderen.be/ns/generiek#versieIdentificator",
"@type": "http://www.w3.org/2001/XMLSchema#string"
},
"functie" : {
"@id": "https://data.vlaanderen.be/ns/gebouw#functie",
"@type": "@id",
"@context": {
"@base": "https://data.vlaanderen.be/id/concept/gebouweenheidfunctie/"
}
},
"gebouweenheidStatus" :{
"@id": "https://data.vlaanderen.be/ns/gebouw#Gebouweenheid.status",
"@type": "@id",
"@context": {
"@base": "https://data.vlaanderen.be/id/concept/gebouweenheidstatus/"
}
},
"gebouw": {
"@reverse": "https://data.vlaanderen.be/ns/gebouw#bestaatUit",
"@type": "@id",
"@context" : {
"@base": "https://data.vlaanderen.be/id/gebouw/",
"objectId": "@id"
}
},
"adressen" : {
"@reverse": "https://data.vlaanderen.be/ns/adres#isToegekendAan",
"@type": "@id",
"@context": {
"@base": "https://data.vlaanderen.be/id/adres/",
"objectId": "@id"
}
},
"detail": "http://www.iana.org/assignments/relation/self"
},
"identificator": {
"id": "https://data.vlaanderen.be/id/gebouweenheid/5667547",
"naamruimte": "https://data.vlaanderen.be/id/gebouweenheid",
"objectId": "5667547",
"versieId": "2019-07-10T01:10:29+02:00"
},
"geometriePunt": {
"point": {
"coordinates": [
140225.18,
182780.57
],
"type": "Point"
}
},
"positieGeometrieMethode": "afgeleidVanObject",
"gebouweenheidStatus": "gerealiseerd",
"functie": "gemeenschappelijkDeel",
"gebouw": {
"objectId": "5666968",
"detail": "https://api.basisregisters.dev-vlaanderen.be/v1/gebouwen/5666968"
},
"adressen": [
{
"objectId": "2338664",
"detail": "https://api.basisregisters.dev-vlaanderen.be/v1/adressen/2338664"
},
{
"objectId": "434225",
"detail": "https://api.basisregisters.dev-vlaanderen.be/v1/adressen/434225"
},
{
"objectId": "766356",
"detail": "https://api.basisregisters.dev-vlaanderen.be/v1/adressen/766356"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment