Skip to content

Commit c1595fd

Browse files
committed
Text formatting
1 parent 3312e66 commit c1595fd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The tutorial uses [cUrl](https://ec.haxx.se/) commands throughout, but is also a
1515
[![Run in Postman](https://run.pstmn.io/button.svg)](https://app.getpostman.com/run-collection/d24facc3c430bb5d5aaf)
1616
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/FIWARE/tutorials.Concise-Format/tree/NGSI-LD)
1717

18-
このチュートリアルは[日本語](README.ja.md)でもご覧いただけます。
18+
このチュートリアルは[日本語](README.ja.md)でもご覧いただけます。
1919

2020
## Contents
2121

@@ -76,9 +76,9 @@ terms which can be found in the core @context served with every request.
7676

7777
### Normalized NGSI-LD
7878

79-
The full "normalized" form is an excellent choice for data exchange, since through the `@context` and the definition
80-
of JSON-LD keywords, machines are given all the tools to fully comprehend the payload format. Responses return the
81-
complete current state of each entity, with payloads all including sub-attributes such as Properties-of-Properties,
79+
The full "normalized" form is an excellent choice for data exchange, since through the `@context` and the definition of
80+
JSON-LD keywords, machines are given all the tools to fully comprehend the payload format. Responses return the complete
81+
current state of each entity, with payloads all including sub-attributes such as Properties-of-Properties,
8282
Properties-of-Relationships and other standard metadata terms like `observedAt` and `unitCode`. Furthermore normalized
8383
payloads are exceedingly regular and parseable, and can easily be reduced down to the relevant `value` elements if such
8484
an operation necessary. However with the normalized format, is necessary to repeatedly supply common defining attributes

0 commit comments

Comments
 (0)