@@ -453,7 +453,7 @@ The response returns all of the existing **Building** entities, with the attribu
453453` ` ` json
454454[
455455 {
456- "@context": "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.6 .jsonld",
456+ "@context": "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.8 .jsonld",
457457 "id": "urn:ngsi-ld:Building:store001",
458458 "type": "https://uri.fiware.org/ns/data-models#Building",
459459 "https://schema.org/address": {
@@ -472,7 +472,7 @@ The response returns all of the existing **Building** entities, with the attribu
472472 }
473473 },
474474 {
475- "@context": "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.6 .jsonld",
475+ "@context": "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.8 .jsonld",
476476 "id": "urn:ngsi-ld:Building:store002",
477477 "type": "https://uri.fiware.org/ns/data-models#Building",
478478 "https://schema.org/address": {
@@ -503,7 +503,7 @@ According to the [defined data model](https://fiware.github.io/tutorials.Step-by
503503- The `category` attribute has the FQN `https://uri.fiware.org/ns/data-models#category`
504504
505505`type` and `location` are defined in the NGSI-LD Core Context :
506- [`https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.6 .jsonld`](https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.6 .jsonld).
506+ [`https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.8 .jsonld`](https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.8 .jsonld).
507507The other attributes are defined using the Tutorial's own Context :
508508[`http://context/user-context.jsonld`](./data-models/user-context.jsonld). Both `category` and `address` are _common_
509509attributes the definitions of which are brought in from the FIWARE data models and `schema.org` respectively.
@@ -740,7 +740,7 @@ passed in the previous request.
740740
741741` ` ` json
742742{
743- "@context": "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.6 .jsonld",
743+ "@context": "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.8 .jsonld",
744744 "id": "urn:ngsi-ld:Shelf:unit001",
745745 "type": "https://fiware.github.io/tutorials.Step-by-Step/schema/Shelf",
746746 "https://fiware.github.io/tutorials.Step-by-Step/schema/locatedIn": {
@@ -872,7 +872,7 @@ curl -G -X GET \
872872{
873873 "@context": [
874874 "http://context/user-context.jsonld",
875- "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.6 .jsonld",
875+ "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.8 .jsonld",
876876 ],
877877 "id": "urn:ngsi-ld:Shelf:unit001",
878878 "type": "Shelf",
@@ -1098,7 +1098,7 @@ The response returns the fully expanded entity.
10981098
10991099` ` ` json
11001100{
1101- "@context": "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.6 .jsonld",
1101+ "@context": "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.8 .jsonld",
11021102 "id": "urn:ngsi-ld:StockOrder:001",
11031103 "type": "https://fiware.github.io/tutorials.Step-by-Step/schema/StockOrder",
11041104 "https://fiware.github.io/tutorials.Step-by-Step/schema/orderDate": {
@@ -1116,4 +1116,4 @@ The response returns the fully expanded entity.
11161116
11171117# # License
11181118
1119- [MIT](LICENSE) © 2019-2024 FIWARE Foundation e.V.
1119+ [MIT](LICENSE) © 2019-2025 FIWARE Foundation e.V.
0 commit comments