Skip to content

Commit bfaacc9

Browse files
committed
Amend request
1 parent f2b3efb commit bfaacc9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/linked-data.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ NGSI-LD and is used to filter the response. The Accept HTTP header is needed to
527527
curl -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
```

0 commit comments

Comments
 (0)