@@ -131,7 +131,8 @@ application runs on the following URLs:
131131- ` http://localhost:3000/app/store/urn:ngsi-ld:Building:store003 `
132132- ` http://localhost:3000/app/store/urn:ngsi-ld:Building:store004 `
133133
134- > :information_source : ** Tip** Additionally, you can also watch the status of recent requests yourself by following the
134+ > [ !TIP]
135+ > Additionally, you can also watch the status of recent requests yourself by following the
135136> container logs or viewing information on ` localhost:3000/app/monitor ` on a web browser.
136137>
137138> ![ FIWARE Monitor] ( https://fiware.github.io/tutorials.Working-with-Linked-Data/img/monitor.png )
@@ -569,10 +570,11 @@ An alternative Japanese JSON-LD `@context` file has been created and published t
569570found here : ` https://fiware.github.io/tutorials.Step-by-Step/japanese-context.jsonld` . Alternate data mappings can be
570571found for all attribute names used within the tutorials.
571572
572- > :information_source: **Note**: For comparison the standard tutorial JSON-LD `@context` file can be found here:
573+ > [!NOTE]
574+ > For comparison the standard tutorial JSON-LD `@context` file can be found here:
573575> `https://fiware.github.io/tutorials.Step-by-Step/tutorials-context.jsonld`
574576
575- # ### :one: Request:
577+ # ### 1️⃣ Request:
576578
577579When creating a data entity, short names for all of the URIs mapped in the Japanese JSON-LD `@context` can be used
578580freely in the payload of the request.
@@ -623,7 +625,7 @@ Therefore it is possible to request the new **Building** (created using the Japa
623625using the short names specified in the standard tutorial JSON-LD `@context`, this is done by supplying the `Link` header
624626is pointing to the tutorial JSON-LD `@context` file.
625627
626- # ### :two: Request:
628+ # ### 2️⃣ Request:
627629
628630` ` ` console
629631curl -L -X GET 'http://localhost:1026/ngsi-ld/v1/entities/urn:ngsi-ld:Building:store005' \
@@ -672,7 +674,7 @@ With one exception, there is no hierarchy defined within NGSI-LD `@context` file
672674possible to read any of the existing **Building** entities and apply the Japanese `@context`. The `@context` to used is
673675supplied in the `Link` header.
674676
675- # ### :three: Request:
677+ # ### 3️⃣ Request:
676678
677679` ` ` console
678680curl -L -X GET 'http://localhost:1026/ngsi-ld/v1/entities/urn:ngsi-ld:Building:store003' \
@@ -751,7 +753,7 @@ function translateRequest(req, res) {
751753}
752754` ` `
753755
754- # ### :four: Request:
756+ # ### 4️⃣ Request:
755757
756758A `/japanese` endpoint has been created which forwards a request to the context broker and then applies an
757759expansion/compaction operation.
0 commit comments