File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -527,7 +527,7 @@ NGSI-LD and is used to filter the response. The Accept HTTP header is needed to
527527curl -G -X GET \
528528 'http://localhost:1026/ngsi-ld/v1/entities' \
529529 -H 'Accept: application/ld+json' \
530- -d 'type=https://uri .fiware.org/ns/dataModels %23Building'
530+ -d 'type=https%3A%2F%2Furi .fiware.org%2Fns%2Fdata-models %23Building'
531531` ` `
532532
533533# ### Response:
@@ -575,7 +575,7 @@ be displayed.
575575 "coordinates": [13.3986, 52.5547]
576576 }
577577 },
578- "@context": "https://uri.etsi.org/ngsi-lv1/ ngsi-ld-core-context.jsonld"
578+ "@context": "https://uri.etsi.org/ngsi-ld/v1/ ngsi-ld-core-context-v1.6 .jsonld"
579579 },
580580 {
581581 "id": "urn:ngsi-ld:Building:store002",
@@ -608,7 +608,7 @@ be displayed.
608608 "coordinates": [13.3903, 52.5075]
609609 }
610610 },
611- "@context": "https://uri.etsi.org/ngsi-lv1/ ngsi-ld-core-context.jsonld"
611+ "@context": "https://uri.etsi.org/ngsi-ld/v1/ ngsi-ld-core-context-v1.6 .jsonld"
612612 }
613613]
614614` ` `
You can’t perform that action at this time.
0 commit comments