@@ -416,7 +416,7 @@ The first request will take some time, as the context broker must navigate and l
416
416
417
417
Since the `Content-Type : application/ld+json` the `@context` is supplied in the body of the request. As with all
418
418
**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))
420
420
is implicitly included as well.
421
421
422
422
This means that the actual `@context` is :
@@ -425,7 +425,7 @@ This means that the actual `@context` is:
425
425
{
426
426
"@context": [
427
427
"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"
429
429
]
430
430
}
431
431
` ` `
@@ -542,7 +542,7 @@ curl -G -X GET \
542
542
# ### Response:
543
543
544
544
Since 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.
546
546
547
547
- ` id` , `type`, `location` and `name` are defined in the core context and are not expanded.
548
548
- ` address` has been mapped to `http://schema.org/address`
@@ -554,7 +554,7 @@ be displayed.
554
554
` ` ` json
555
555
[
556
556
{
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",
558
558
"id": "urn:ngsi-ld:Building:farm001",
559
559
"type": "https://uri.fiware.org/ns/dataModels#Building",
560
560
"https://schema.org/address": {
@@ -587,7 +587,7 @@ be displayed.
587
587
}
588
588
},
589
589
{
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",
591
591
"id": "urn:ngsi-ld:Building:barn002",
592
592
"type": "https://uri.fiware.org/ns/dataModels#Building",
593
593
"https://schema.org/address": {
@@ -658,7 +658,7 @@ files explicitly as element in the array of `@context` sent. The response is nor
658
658
{
659
659
"@context": [
660
660
"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"
662
662
],
663
663
"id": "urn:ngsi-ld:Building:farm001",
664
664
"type": "Building",
@@ -725,7 +725,7 @@ used as the `@context` returned in the response.
725
725
{
726
726
"@context": [
727
727
"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"
729
729
],
730
730
"id": "urn:ngsi-ld:Building:farm001",
731
731
"type": "Building",
@@ -745,7 +745,7 @@ used as the `@context` returned in the response.
745
745
{
746
746
"@context": [
747
747
"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"
749
749
],
750
750
"id": "urn:ngsi-ld:Building:barn002",
751
751
"type": "Building",
@@ -794,7 +794,7 @@ The use of the `Link` header and the `options=keyValues` parameter reduces the r
794
794
{
795
795
"@context": [
796
796
"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"
798
798
],
799
799
"id": "urn:ngsi-ld:Building:barn002",
800
800
"type": "Building",
@@ -864,7 +864,7 @@ directly but would require an additional **JSON-LD** expansion/compaction operat
864
864
{
865
865
"@context": [
866
866
"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"
868
868
],
869
869
"id": "urn:ngsi-ld:Building:barn002",
870
870
"type": "Gebäude",
@@ -914,7 +914,7 @@ The response is returned in JSON-LD format with short form attribute names:
914
914
{
915
915
"@context": [
916
916
"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"
918
918
],
919
919
"id": "urn:ngsi-ld:Building:barn002",
920
920
"type": "Building",
@@ -961,7 +961,7 @@ Use of the `Link` header and the `options=keyValues` parameter reduces the respo
961
961
{
962
962
"@context": [
963
963
"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"
965
965
],
966
966
"id": "urn:ngsi-ld:Building:farm001",
967
967
"type": "Building",
@@ -981,7 +981,7 @@ Use of the `Link` header and the `options=keyValues` parameter reduces the respo
981
981
{
982
982
"@context": [
983
983
"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"
985
985
],
986
986
"id": "urn:ngsi-ld:Building:barn002",
987
987
"type": "Building",
0 commit comments