Created
January 25, 2023 23:47
-
-
Save fabianekc/b8507da9ff66eba8f8810098133c511e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"@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