@@ -416,7 +416,7 @@ The first request will take some time, as the context broker must navigate and l
416416
417417Since the `Content-Type : application/ld+json` the `@context` is supplied in the body of the request. As with all
418418**NGSI-LD** interactions, the core **NGSI-LD** `@context`
419- ([`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))
419+ ([`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))
420420is implicitly included as well.
421421
422422This means that the actual `@context` is :
@@ -425,7 +425,7 @@ This means that the actual `@context` is:
425425{
426426 "@context": [
427427 "http://context/ngsi-context.jsonld",
428- "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.6 .jsonld"
428+ "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.8 .jsonld"
429429 ]
430430}
431431` ` `
@@ -542,7 +542,7 @@ curl -G -X GET \
542542# ### Response:
543543
544544Since no explicit `@context` was sent in the request, the response returns the Core `@context` by default
545- (`https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.6 .jsonld`) and all attributes are expanded whenever possible.
545+ (`https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.8 .jsonld`) and all attributes are expanded whenever possible.
546546
547547- ` id` , `type`, `location` and `name` are defined in the core context and are not expanded.
548548- ` address` has been mapped to `http://schema.org/address`
@@ -554,7 +554,7 @@ be displayed.
554554` ` ` json
555555[
556556 {
557- "@context": "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.6 .jsonld",
557+ "@context": "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.8 .jsonld",
558558 "id": "urn:ngsi-ld:Building:farm001",
559559 "type": "https://uri.fiware.org/ns/dataModels#Building",
560560 "https://schema.org/address": {
@@ -587,7 +587,7 @@ be displayed.
587587 }
588588 },
589589 {
590- "@context": "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.6 .jsonld",
590+ "@context": "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.8 .jsonld",
591591 "id": "urn:ngsi-ld:Building:barn002",
592592 "type": "https://uri.fiware.org/ns/dataModels#Building",
593593 "https://schema.org/address": {
@@ -658,7 +658,7 @@ files explicitly as element in the array of `@context` sent. The response is nor
658658{
659659 "@context": [
660660 "http://context/ngsi-context.jsonld",
661- "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.6 .jsonld"
661+ "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.8 .jsonld"
662662 ],
663663 "id": "urn:ngsi-ld:Building:farm001",
664664 "type": "Building",
@@ -725,7 +725,7 @@ used as the `@context` returned in the response.
725725 {
726726 "@context": [
727727 "http://context/ngsi-context.jsonld",
728- "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.6 .jsonld"
728+ "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.8 .jsonld"
729729 ],
730730 "id": "urn:ngsi-ld:Building:farm001",
731731 "type": "Building",
@@ -745,7 +745,7 @@ used as the `@context` returned in the response.
745745 {
746746 "@context": [
747747 "http://context/ngsi-context.jsonld",
748- "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.6 .jsonld"
748+ "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.8 .jsonld"
749749 ],
750750 "id": "urn:ngsi-ld:Building:barn002",
751751 "type": "Building",
@@ -794,7 +794,7 @@ The use of the `Link` header and the `options=keyValues` parameter reduces the r
794794 {
795795 "@context": [
796796 "http://context/json-context.jsonld",
797- "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.6 .jsonld"
797+ "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.8 .jsonld"
798798 ],
799799 "id": "urn:ngsi-ld:Building:barn002",
800800 "type": "Building",
@@ -864,7 +864,7 @@ directly but would require an additional **JSON-LD** expansion/compaction operat
864864 {
865865 "@context": [
866866 "http://context/alternate-context.jsonld",
867- "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.6 .jsonld"
867+ "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.8 .jsonld"
868868 ],
869869 "id": "urn:ngsi-ld:Building:barn002",
870870 "type": "Gebäude",
@@ -914,7 +914,7 @@ The response is returned in JSON-LD format with short form attribute names:
914914 {
915915 "@context": [
916916 "http://context/ngsi-context.jsonld",
917- "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.6 .jsonld"
917+ "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.8 .jsonld"
918918 ],
919919 "id": "urn:ngsi-ld:Building:barn002",
920920 "type": "Building",
@@ -961,7 +961,7 @@ Use of the `Link` header and the `options=keyValues` parameter reduces the respo
961961 {
962962 "@context": [
963963 "http://context/json-context.jsonld",
964- "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.6 .jsonld"
964+ "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.8 .jsonld"
965965 ],
966966 "id": "urn:ngsi-ld:Building:farm001",
967967 "type": "Building",
@@ -981,7 +981,7 @@ Use of the `Link` header and the `options=keyValues` parameter reduces the respo
981981 {
982982 "@context": [
983983 "http://context/json-context.jsonld",
984- "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.6 .jsonld"
984+ "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.8 .jsonld"
985985 ],
986986 "id": "urn:ngsi-ld:Building:barn002",
987987 "type": "Building",
0 commit comments