File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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,
8282Properties-of-Relationships and other standard metadata terms like ` observedAt ` and ` unitCode ` . Furthermore normalized
8383payloads are exceedingly regular and parseable, and can easily be reduced down to the relevant ` value ` elements if such
8484an operation necessary. However with the normalized format, is necessary to repeatedly supply common defining attributes
You can’t perform that action at this time.
0 commit comments