@@ -270,7 +270,7 @@ curl -s -o /dev/null -X POST \
270270 "type": "Product",
271271 "price": {"type": "Property","value": 0.99,"currency": {"type": "Property", "value": "EUR"}},
272272 "size": {"type": "Property","value": "S"},
273- "name": {"type": "Property","value": "Beer "},
273+ "name": {"type": "Property","value": "Apples "},
274274 "@context": "' " ${TUTORIAL_DATA_MODELS_CONTEXT} " ' "
275275}'
276276
@@ -282,7 +282,7 @@ curl -s -o /dev/null -X POST \
282282 "type": "Product",
283283 "price": {"type": "Property","value": 10.99,"currency": {"type": "Property", "value": "EUR"}},
284284 "size": {"type": "Property","value": "M"},
285- "name": {"type": "Property","value": "Red Wine "},
285+ "name": {"type": "Property","value": "Bananas "},
286286 "@context": "' " ${TUTORIAL_DATA_MODELS_CONTEXT} " ' "
287287}'
288288
@@ -294,7 +294,7 @@ curl -s -o /dev/null -X POST \
294294 "type": "Product",
295295 "price": {"type": "Property","value": 14.99,"currency": {"type": "Property", "value": "EUR"}},
296296 "size": {"type": "Property","value": "M"},
297- "name": {"type": "Property","value": "White Wine "},
297+ "name": {"type": "Property","value": "Coconuts "},
298298 "@context": "' " ${TUTORIAL_DATA_MODELS_CONTEXT} " ' "
299299}'
300300
@@ -306,7 +306,7 @@ curl -s -o /dev/null -X POST \
306306 "type": "Product",
307307 "price": {"type": "Property","value": 50.00,"currency": {"type": "Property", "value": "EUR"}},
308308 "size": {"type": "Property","value": "XL"},
309- "name": {"type": "Property","value": "Vodka "},
309+ "name": {"type": "Property","value": "Melons "},
310310 "@context": "' " ${TUTORIAL_DATA_MODELS_CONTEXT} " ' "
311311}'
312312
@@ -318,7 +318,7 @@ curl -s -o /dev/null -X POST \
318318 "type": "Product",
319319 "price": {"type": "Property","value": 0.99,"currency": {"type": "Property", "value": "EUR"}},
320320 "size": {"type": "Property","value": "S"},
321- "name": {"type": "Property","value": "Lager "},
321+ "name": {"type": "Property","value": "Kiwi Fruits "},
322322 "@context": "' " ${TUTORIAL_DATA_MODELS_CONTEXT} " ' "
323323}'
324324
@@ -330,7 +330,7 @@ curl -s -o /dev/null -X POST \
330330 "type": "Product",
331331 "price": {"type": "Property","value": 0.99,"currency": {"type": "Property", "value": "EUR"}},
332332 "size": {"type": "Property","value": "S"},
333- "name": {"type": "Property","value": "Whisky "},
333+ "name": {"type": "Property","value": "Strawberries "},
334334 "@context": "' " ${TUTORIAL_DATA_MODELS_CONTEXT} " ' "
335335}'
336336
@@ -342,7 +342,7 @@ curl -s -o /dev/null -X POST \
342342 "type": "Product",
343343 "price": {"type": "Property","value": 0.99,"currency": {"type": "Property", "value": "EUR"}},
344344 "size": {"type": "Property","value": "S"},
345- "name": {"type": "Property","value": "Gin " },
345+ "name": {"type": "Property","value": "Raspberries " },
346346 "@context": "' " ${TUTORIAL_DATA_MODELS_CONTEXT} " ' "
347347}'
348348
@@ -354,7 +354,7 @@ curl -s -o /dev/null -X POST \
354354 "type": "Product",
355355 "price": {"type": "Property","value": 0.99,"currency": {"type": "Property", "value": "EUR"}},
356356 "size": {"type": "Property","value": "S"},
357- "name": {"type": "Property","value": "Apple Juice "},
357+ "name": {"type": "Property","value": "Pineapples "},
358358 "@context": "' " ${TUTORIAL_DATA_MODELS_CONTEXT} " ' "
359359}'
360360
@@ -366,7 +366,7 @@ curl -s -o /dev/null -X POST \
366366 "type": "Product",
367367 "price": {"type": "Property","value": 0.99,"currency": {"type": "Property", "value": "EUR"}},
368368 "size": {"type": "Property","value": "S"},
369- "name": {"type": "Property","value": "Orange Juice "},
369+ "name": {"type": "Property","value": "Oranges "},
370370 "@context": "' " ${TUTORIAL_DATA_MODELS_CONTEXT} " ' "
371371}'
372372
0 commit comments