@@ -410,7 +410,7 @@ The response returns all the existing **Building** entities, with the attributes
410410` ` ` json
411411[
412412 {
413- "@context": "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.3 .jsonld",
413+ "@context": "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld",
414414 "id": "urn:ngsi-ld:Building:store001",
415415 "type": "https://uri.fiware.org/ns/datamodels#Building",
416416 "name": "Bösebrücke Einkauf",
@@ -426,7 +426,7 @@ The response returns all the existing **Building** entities, with the attributes
426426 }
427427 },
428428 {
429- "@context": "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.3 .jsonld",
429+ "@context": "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld",
430430 "id": "urn:ngsi-ld:Building:store002",
431431 "type": "https://uri.fiware.org/ns/datamodels#Building",
432432 "name": "Checkpoint Markt",
@@ -454,7 +454,7 @@ According to the [defined data model](https://fiware.github.io/tutorials.Step-by
454454- The `category` attribute has the FQN `https://uri.fiware.org/ns/datamodels#category`.
455455
456456`type`, `name` and `location` are defined in the NGSI-LD Core Context :
457- [`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).
457+ [`https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context. jsonld`](https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld).
458458The other attributes are defined using the Tutorial's own Context :
459459[`https://fiware.github.io/tutorials.Step-by-Step/tutorials-context.jsonld`](https://fiware.github.io/tutorials.Step-by-Step/tutorials-context.jsonld).
460460Both `category` and `address` are _common_ attributes the definitions of which are brought in from the FIWARE data
@@ -668,7 +668,7 @@ curl -X POST \
668668 },
669669 "@context": [
670670 "https://fiware.github.io/tutorials.Step-by-Step/tutorials-context.jsonld",
671- "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.3 .jsonld"
671+ "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld"
672672 ]
673673}'
674674` ` `
@@ -695,7 +695,7 @@ passed in the previous request.
695695
696696` ` ` json
697697{
698- "@context": "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.3 .jsonld",
698+ "@context": "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld",
699699 "id": "urn:ngsi-ld:Shelf:unit001",
700700 "type": "https://fiware.github.io/tutorials.Step-by-Step/schema/Shelf",
701701 "name": {
@@ -1055,7 +1055,7 @@ The response returns the fully expanded entity.
10551055
10561056` ` ` json
10571057{
1058- "@context": "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.3 .jsonld",
1058+ "@context": "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld",
10591059 "id": "urn:ngsi-ld:StockOrder:001",
10601060 "type": "https://fiware.github.io/tutorials.Step-by-Step/schema/StockOrder",
10611061 "https://fiware.github.io/tutorials.Step-by-Step/schema/orderDate": {
0 commit comments