Created
January 25, 2023 23:40
-
-
Save fabianekc/e42ba788952a5598f27dc6385015a226 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/MarketMaker/" | |
}, | |
"@graph": [ | |
{ | |
"@type": "MarketMaker", | |
"marketmaker_did": "asdf", | |
"shop_did": "asdf", | |
"good_did": "asdf", | |
"jar_id": "1", | |
"sold_at": "2023-01-20", | |
"price": 8, | |
"weight": 500 | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment