Skip to content

Instantly share code, notes, and snippets.

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