Skip to content

Commit dab4241

Browse files
committed
Remove duplicated text
1 parent ddde63b commit dab4241

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

docs/linked-data.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -318,11 +318,11 @@ related to **Building** can be seen below:
318318
{
319319
"@context": {
320320
"Building": "https://uri.fiware.org/ns/data-models#Building",
321-
... etc
321+
...
322322
"address": "http://schema.org/address",
323323
"category": "https://uri.fiware.org/ns/data-models#category",
324324
"location": "http://uri.etsi.org/ngsi-ld/location",
325-
...etc
325+
...
326326
}
327327
}
328328
```
@@ -365,10 +365,6 @@ To create a valid **Building** data entity in the context broker, make a POST re
365365
`http://localhost:1026/ngsi-ld/v1/entities` endpoint as shown below. It is essential that the appropriate
366366
`Content-Type: application/ld+json` is also used, so that the data entity is recognized as Linked data.
367367

368-
To create a valid **Building** data entity in the context broker, make a POST request to the
369-
`http://localhost:1026/ngsi-ld/v1/entities` endpoint as shown below. It is essential that the appropriate
370-
`Content-Type: application/ld+json` is also used, so that the data entity is recognized as Linked data.
371-
372368
#### 2 Request:
373369

374370
```bash

0 commit comments

Comments
 (0)