Skip to content

Commit 227f1d3

Browse files
committed
Correct typo
1 parent 8b533a5 commit 227f1d3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/relationships-linked-data.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ request all building entities without supplying a known context.
401401
curl -G -X GET \
402402
'http://localhost:1026/ngsi-ld/v1/entities' \
403403
-H 'Accept: application/ld+json' \
404-
-d 'type=https%3A%2F%2Furi.fiware.org%2Fns%2Fdata-models%23Building'
404+
-d 'type=https%3A%2F%2Furi.fiware.org%2Fns%2Fdata-models%23Building' \
405405
-d 'options=keyValues'
406406
```
407407

@@ -990,7 +990,7 @@ The query `q==orderedProduct="urn:ngsi-ld:Product:001"` is used to filter the en
990990
```bash
991991
curl -G -X GET \
992992
'http://localhost:1026/ngsi-ld/v1/entities/' \
993-
-d 'type=StockOrder'
993+
-d 'type=StockOrder' \
994994
-d 'q=orderedProduct==%22urn:ngsi-ld:Product:001%22' \
995995
-d 'attrs=requestedFor' \
996996
-d 'options=keyValues' \
@@ -1014,7 +1014,7 @@ The response returns an array of `requestedFor` attributes in the response.
10141014

10151015
### Find all products sold in a store
10161016

1017-
The query below returns an array of stores in which a given product is sold.
1017+
The query below returns an array of produts sold in a given store.
10181018

10191019
The query `q==requestedFor="urn:ngsi-ld:Building:store001"` is used to filter the entities.
10201020

0 commit comments

Comments
 (0)