Skip to content

Instantly share code, notes, and snippets.

@fabianekc
Created January 25, 2023 23:47
Show Gist options
  • Save fabianekc/b8507da9ff66eba8f8810098133c511e to your computer and use it in GitHub Desktop.
Save fabianekc/b8507da9ff66eba8f8810098133c511e to your computer and use it in GitHub Desktop.
{
"@context": {
"@version": 1.1,
"@vocab": "https://soya.ownyourdata.eu/Organisation/"
},
"@graph": [
{
"@type": "Organisation",
"name": "Imkerei Hans Huber",
"LFBIS-Betriebsnummer": "123",
"location": [
{
"@type": "Location",
"address": "straße 1, 1010 Wien",
"coordinates": [
{
"latitude": 48.1,
"longitude": 60.1
}
]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment