File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ from third parties such as Google are able to read product information (encoded
176176[ ** Product** data model] ( https://jsonld.com/product/ ) ) and display a rich snippet of product information with a standard
177177star rating.
178178
179- [ ![ ] ( https://fiware.github.io/tutorials.Step-by-Step/img/video-logo.png )] ( https://www.youtube.com/watch?v=_-rRxKSm2ic " Rich Snippets " )
179+ [ ![ ] ( https://fiware.github.io/tutorials.Step-by-Step/img/video-logo.png )] ( https://www.youtube.com/watch?v=_-rRxKSm2ic ' Rich Snippets ' )
180180
181181Click on the image above to watch an introductory video on rich snippets for product search.
182182
@@ -358,7 +358,7 @@ orion:
358358 networks :
359359 - default
360360 ports :
361- - " 1026:1026"
361+ - ' 1026:1026'
362362 command : -dbhost mongo-db -logLevel DEBUG
363363 healthcheck :
364364 test : curl --fail -s http://orion:1026/version || exit 1
@@ -370,9 +370,9 @@ mongo-db:
370370 hostname : mongo-db
371371 container_name : db-mongo
372372 expose :
373- - " 27017"
373+ - ' 27017'
374374 ports :
375- - " 27017:27017"
375+ - ' 27017:27017'
376376 networks :
377377 - default
378378 command : --nojournal
@@ -806,7 +806,7 @@ Furthermore, `locatedIn` has an `@type="@id"` which indicates to a computer that
806806
807807# ## :arrow_forward: Video: JSON-LD Compaction & Expansion
808808
809- [](https://www.youtube.com/watch?v=Tm3fD89dqRE " JSON-LD Compaction & Expansion" )
809+ [](https://www.youtube.com/watch?v=Tm3fD89dqRE ' JSON-LD Compaction & Expansion' )
810810
811811Click on the image above to watch a video JSON-LD expansion and compaction with reference to the `@context`.
812812
You can’t perform that action at this time.
0 commit comments