Created
June 12, 2024 07:41
-
-
Save bertvannuffelen/199dbf175e52f8343de36cd819b6dcec 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": { | |
"Persoon": "http://www.w3.org/ns/person#Person", | |
"volledigeNaam": "https://data.vlaanderen.be/ns/persoon#volledigeNaam", | |
"domicilie": { | |
"@id" : "http://data.europa.eu/m8g/domicile", | |
"@type": "@id" | |
} | |
}, | |
"@type": "Persoon", | |
"volledigeNaam": "Bert Van Nuffelen", | |
"domicilie": "https://data.vlaanderen.be/id/adres/624991" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment