Skip to content

Instantly share code, notes, and snippets.

@bertvannuffelen
Created June 12, 2024 07:41
Show Gist options
  • Save bertvannuffelen/199dbf175e52f8343de36cd819b6dcec to your computer and use it in GitHub Desktop.
Save bertvannuffelen/199dbf175e52f8343de36cd819b6dcec to your computer and use it in GitHub Desktop.
{
"@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