File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,6 +17,28 @@ directly or programmatically.
1717
1818🇯🇵 このチュートリアルは[ 日本語] ( https://fiware-tutorials.letsfiware.jp/ ) でもご覧いただけます。<br />
1919
20+
21+ <br />
22+
23+ > [ !NOTE]
24+ > ** Should I use NGSI-v2 or NGSI-LD?**
25+ >
26+ > FIWARE offers two flavours of the NGSI interfaces:
27+ >
28+ >
29+ > - ** NGSI-v2** offers JSON based interoperability used in individual Smart Systems
30+ > - ** NGSI-LD** offers JSON-LD based interoperability used for Federations and Data Spaces
31+ >
32+ > NGSI-v2 is ideal for creating individual applications offering interoperable interfaces for web services
33+ > or IoT devices. It is easier to understand than NGSI-LD and does not require a JSON-LD ` @context `
34+ >
35+ > However, NGSI-LD and Linked Data is necessary when creating a data space or introducing a system of
36+ > systems aproach, and in situations requiring interoperability across apps and organisations.
37+ >
38+ > More information about NGSI-LD can be found [ here] ( https://ngsi-ld-tutorials.readthedocs.io )
39+
40+
41+
2042<h3 >Data models</h3 >
2143
2244The following NGSI-v2 and NGSI-LD Data models are used within the tutorials:
You can’t perform that action at this time.
0 commit comments