Last active
June 12, 2024 07:23
-
-
Save bertvannuffelen/17b3abedb1aba8373ee0dca0c5382ca6 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": { | |
"Person": "http://www.w3.org/ns/person#Person", | |
"name": "https://data.vlaanderen.be/ns/persoon#volledigeNaam", | |
"domicilie": "http://data.europa.eu/m8g/domicile" | |
}, | |
"@type": "Person", | |
"name": "Bert Van Nuffelen", | |
"domicilie": "Diestsevest 25, 3000 Leuven, Belgium" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment