@@ -303,14 +303,14 @@ be required:
303303 ... other data attributes
304304 "@context": [
305305 "https://smartdatamodels.org/context.jsonld",
306- "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld"
306+ "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.6 .jsonld"
307307 ]
308308}
309309` ` `
310310
311311# ## Core Context
312312
313- [https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context. jsonld](https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld)
313+ [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)
314314refers to the Core `@context` of NGSI-LD, this defines element such as `id` and `type` which are common to all NGSI
315315entities, as well as defining terms such as `Property` and `Relationship`. The core context is so fundamental to
316316NGSI-LD, that it is added by default to any `@context` sent to a request.
@@ -348,7 +348,7 @@ not unexpected if elements such as `https://uri.etsi.org/ngsi-ld/name` do not ac
348348many IRIs within JSON-LD `@context` files, such as `http://schema.org/address` do indeed return web pages with more
349349information about themselves.
350350
351- If you take the NGSI-LD [Core @context](https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld)
351+ If you take the NGSI-LD [Core @context](https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.6 .jsonld)
352352
353353` ` ` json
354354{
@@ -413,7 +413,7 @@ curl -iX POST \
413413 },
414414 "@context": [
415415 "https://smartdatamodels.org/context.jsonld",
416- "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld"
416+ "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.6 .jsonld"
417417 ]
418418}'
419419` ` `
@@ -468,7 +468,7 @@ curl -iX POST \
468468 },
469469 "@context": [
470470 "https://smartdatamodels.org/context.jsonld",
471- "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld"
471+ "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.6 .jsonld"
472472 ]
473473}'
474474` ` `
@@ -532,7 +532,7 @@ curl -G -X GET \
532532
533533# ### Response:
534534
535- The response returns the Core `@context` by default (`https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld`) and
535+ The response returns the Core `@context` by default (`https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.6 .jsonld`) and
536536all attributes are expanded whenever possible.
537537
538538- ` id` , `type`, `location` and `name` are defined in the core context and are not expanded.
@@ -627,7 +627,7 @@ curl -G -X GET \
627627
628628# ### Response:
629629
630- The response returns the Core `@context` by default (`https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld`) and
630+ The response returns the Core `@context` by default (`https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.6 .jsonld`) and
631631all attributes are expanded whenever possible.
632632
633633` ` ` json
@@ -662,7 +662,7 @@ all attributes are expanded whenever possible.
662662 "coordinates": [13.3986, 52.5547]
663663 }
664664 },
665- "@context": "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld"
665+ "@context": "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.6 .jsonld"
666666}
667667` ` `
668668
@@ -766,7 +766,7 @@ The `Link` header `https://smartdatamodels.org/context.jsonld` holds an array of
766766{
767767 "@context": [
768768 "https://smartdatamodels.org/context.jsonld",
769- "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld"
769+ "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.6 .jsonld"
770770 ]
771771}
772772` ` `
0 commit comments