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
var __assign = (this && this.__assign) || function () { | |
__assign = Object.assign || function(t) { | |
for (var s, i = 1, n = arguments.length; i < n; i++) { | |
s = arguments[i]; | |
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) | |
t[p] = s[p]; | |
} | |
return t; | |
}; | |
return __assign.apply(this, arguments); |
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
[ | |
{ | |
"airline": "Swiss International Air Lines AG", | |
"short": "SWISS", | |
"iata": "LX", | |
"icao": "SWR" | |
}, | |
{ | |
"airline": "Deutsche Lufthansa AG", | |
"short": "LUFTHANSA", |
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/HoneyBatch/" | |
}, | |
"@graph": [ | |
{ | |
"@type": "HoneyBatch", | |
"beekeeper_did": "asdf", | |
"produced_at": "2023-01-19", |
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
{ | |
"beekeeper_did": "asdf", | |
"produced_at": "2023-01-19", | |
"volume": 2.5, | |
"unit": "kg", | |
"wanderkarte": { | |
"location": { | |
"address": "Burggarten", | |
"polygon": [ | |
{ |
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
{ | |
"tsp_did": "asdf", | |
"good_did": "asdf", | |
"transported_at": "2023-01-19", | |
"source": { | |
"address": "Imkerei", | |
"coordinates": { | |
"latitude": 45.2, | |
"longitude": 16.8 | |
} |
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/TransportEdge/" | |
}, | |
"@graph": [ | |
{ | |
"@type": "TransportEdge", | |
"tsp_did": "asdf", | |
"good_did": "asdf", |
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
{ | |
"marketmaker_did": "asdf", | |
"shop_did": "asdf", | |
"good_did": "asdf", | |
"jar_id": "1", | |
"sold_at": "2023-01-20", | |
"price": 8.0, | |
"weight": 500.0 | |
} |
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/MarketMaker/" | |
}, | |
"@graph": [ | |
{ | |
"@type": "MarketMaker", | |
"marketmaker_did": "asdf", | |
"shop_did": "asdf", |
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
{ | |
"name": "Imkerei Hans Huber", | |
"LFBIS-Betriebsnummer": "123", | |
"location": { | |
"address": "straße 1, 1010 Wien", | |
"coordinates": [ | |
{ | |
"latitude": 48.1, | |
"longitude": 60.1 | |
} |
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", |
OlderNewer