Skip to content

Instantly share code, notes, and snippets.

@fabianekc
Created January 25, 2023 23:52
Show Gist options
  • Save fabianekc/472778adc82b6184fb6dfae126dbd849 to your computer and use it in GitHub Desktop.
Save fabianekc/472778adc82b6184fb6dfae126dbd849 to your computer and use it in GitHub Desktop.
{
"@context": {
"@version": 1.1,
"@vocab": "https://soya.ownyourdata.eu/Organisation/"
},
"@graph": [
{
"@type": "Organisation",
"name": "Shop Hans Huber",
"location": [
{
"@type": "Location",
"address": "straße 4, 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