@@ -443,7 +443,7 @@ The response returns all of the existing **Building** entities, with the attribu
443443` ` ` jsonld
444444[
445445 {
446- "@context": "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.3 .jsonld",
446+ "@context": "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld",
447447 "id": "urn:ngsi-ld:Building:store001",
448448 "type": "https://uri.fiware.org/ns/data-models#Building",
449449 "https://schema.org/address": {
@@ -460,7 +460,7 @@ The response returns all of the existing **Building** entities, with the attribu
460460 }
461461 },
462462 {
463- "@context": "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.3 .jsonld",
463+ "@context": "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld",
464464 "id": "urn:ngsi-ld:Building:store002",
465465 "type": "https://uri.fiware.org/ns/data-models#Building",
466466 "https://schema.org/address": {
@@ -489,7 +489,7 @@ According to the [defined data model](https://fiware.github.io/tutorials.Step-by
489489- The `category` attribute has the FQN `https://uri.fiware.org/ns/data-models#category`
490490
491491`type`, `name` and `location` are defined in the NGSI-LD Core Context :
492- [`https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.3. jsonld`](https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.3 .jsonld).
492+ [`https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context. jsonld`](https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld).
493493The other attributes are defined using the Tutorial's own Context :
494494[`https://fiware.github.io/tutorials.Step-by-Step/tutorials-context.jsonld`](https://fiware.github.io/tutorials.Step-by-Step/tutorials-context.jsonld).
495495Both `category` and `address` are _common_ attributes the definitions of which are brought in from the FIWARE data
@@ -730,7 +730,7 @@ passed in the previous request.
730730
731731` ` ` jsonld
732732{
733- "@context": "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.3 .jsonld",
733+ "@context": "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld",
734734 "id": "urn:ngsi-ld:Shelf:unit001",
735735 "type": "https://fiware.github.io/tutorials.Step-by-Step/schema/Shelf",
736736 "https://fiware.github.io/tutorials.Step-by-Step/schema/locatedIn": {
@@ -1088,7 +1088,7 @@ The response returns the fully expanded entity.
10881088
10891089` ` ` jsonld
10901090{
1091- "@context": "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.3 .jsonld",
1091+ "@context": "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld",
10921092 "id": "urn:ngsi-ld:StockOrder:001",
10931093 "type": "https://fiware.github.io/tutorials.Step-by-Step/schema/StockOrder",
10941094 "https://fiware.github.io/tutorials.Step-by-Step/schema/orderDate": {
0 commit comments