Skip to content

Instantly share code, notes, and snippets.

@fabianekc
Created January 25, 2023 23:26
Show Gist options
  • Save fabianekc/6a2f7e88dabb33f855f89629400b5ac3 to your computer and use it in GitHub Desktop.
Save fabianekc/6a2f7e88dabb33f855f89629400b5ac3 to your computer and use it in GitHub Desktop.
{
"@context": {
"@version": 1.1,
"@vocab": "https://soya.ownyourdata.eu/HoneyBatch/"
},
"@graph": [
{
"@type": "HoneyBatch",
"beekeeper_did": "asdf",
"produced_at": "2023-01-19",
"volume": 2.5,
"unit": "kg",
"wanderkarte": [
{
"@type": "Wanderkarte",
"location": [
{
"@type": "Location",
"address": "Burggarten",
"polygon": [
{
"latitude": 45.2,
"longitude": 16.8
},
{
"latitude": 45.2,
"longitude": 16.8
}
]
}
]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment