diff --git a/docs/working-with-linked-data.md b/docs/working-with-linked-data.md index 30cdec3..1a11ff6 100644 --- a/docs/working-with-linked-data.md +++ b/docs/working-with-linked-data.md @@ -537,7 +537,6 @@ The equivalent cUrl statement can be seen below: ```bash curl -G -X GET 'http://localhost:1026/ngsi-ld/v1/entities/' \ -H 'Link: ; rel="http://www.w3.org/ns/json-ld#context"; type="application/ld+json"' \ --H 'Content-Type: application/json' \ -H 'Accept: application/json' \ -d 'type=Shelf' \ -d 'options=keyValues' \