diff --git a/index.html b/index.html index ca0bc0a..ac44ef4 100644 --- a/index.html +++ b/index.html @@ -31,7 +31,7 @@
-Should I develop using NGSI-v2 or NGSI-LD?
+Should I develop my application using NGSI-v2 or NGSI-LD?
FIWARE offers two flavours of the NGSI interfaces:
@@ -47,16 +47,12 @@Should I develop using NGSI-v2 or NGSI-LD?
NGSI-v2 is ideal for creating individual applications offering interoperable interfaces for web services or IoT devices. It is easier to understand than NGSI-LD and does not require a JSON-LD@context
. - -- More Information about NGSI-v2 can be found here + The NGSI-v2 tutorials can be found here
However, NGSI-LD and Linked Data is necessary when creating a data space or introducing a system of systems aproach, and in situations requiring interoperability across apps and organisations. -
-- More information about NGSI-LDcan be found here + The NGSI-LD tutorials can be found here