Skip to content

Instantly share code, notes, and snippets.

@bertvannuffelen
Last active June 12, 2024 07:25
Show Gist options
  • Save bertvannuffelen/41121190666ffd816198def7461f52a0 to your computer and use it in GitHub Desktop.
Save bertvannuffelen/41121190666ffd816198def7461f52a0 to your computer and use it in GitHub Desktop.
{
"@context": {
"Person": "http://www.w3.org/ns/person#Person",
"name": "https://data.vlaanderen.be/ns/persoon#volledigeNaam",
"domicilie": {
"@id" : "http://data.europa.eu/m8g/domicile",
"@type": "@id"
}
},
"@type": "Person",
"name": "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