@@ -453,7 +453,7 @@ The response returns all of the existing **Building** entities, with the attribu
453
453
` ` ` json
454
454
[
455
455
{
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",
457
457
"id": "urn:ngsi-ld:Building:store001",
458
458
"type": "https://uri.fiware.org/ns/data-models#Building",
459
459
"https://schema.org/address": {
@@ -472,7 +472,7 @@ The response returns all of the existing **Building** entities, with the attribu
472
472
}
473
473
},
474
474
{
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",
476
476
"id": "urn:ngsi-ld:Building:store002",
477
477
"type": "https://uri.fiware.org/ns/data-models#Building",
478
478
"https://schema.org/address": {
@@ -503,7 +503,7 @@ According to the [defined data model](https://fiware.github.io/tutorials.Step-by
503
503
- The `category` attribute has the FQN `https://uri.fiware.org/ns/data-models#category`
504
504
505
505
`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).
507
507
The other attributes are defined using the Tutorial's own Context :
508
508
[`http://context/user-context.jsonld`](./data-models/user-context.jsonld). Both `category` and `address` are _common_
509
509
attributes 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.
740
740
741
741
` ` ` json
742
742
{
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",
744
744
"id": "urn:ngsi-ld:Shelf:unit001",
745
745
"type": "https://fiware.github.io/tutorials.Step-by-Step/schema/Shelf",
746
746
"https://fiware.github.io/tutorials.Step-by-Step/schema/locatedIn": {
@@ -872,7 +872,7 @@ curl -G -X GET \
872
872
{
873
873
"@context": [
874
874
"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",
876
876
],
877
877
"id": "urn:ngsi-ld:Shelf:unit001",
878
878
"type": "Shelf",
@@ -1098,7 +1098,7 @@ The response returns the fully expanded entity.
1098
1098
1099
1099
` ` ` json
1100
1100
{
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",
1102
1102
"id": "urn:ngsi-ld:StockOrder:001",
1103
1103
"type": "https://fiware.github.io/tutorials.Step-by-Step/schema/StockOrder",
1104
1104
"https://fiware.github.io/tutorials.Step-by-Step/schema/orderDate": {
@@ -1116,4 +1116,4 @@ The response returns the fully expanded entity.
1116
1116
1117
1117
# # License
1118
1118
1119
- [MIT](LICENSE) © 2019-2024 FIWARE Foundation e.V.
1119
+ [MIT](LICENSE) © 2019-2025 FIWARE Foundation e.V.
0 commit comments