Skip to content

Commit 1c8358b

Browse files
committed
Add links to NGSI-LD API specification
1 parent cb1831b commit 1c8358b

10 files changed

Lines changed: 12 additions & 12 deletions

docs/crud-operations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ Once an `<entity-id>` is known within the context, individual data entities can
151151
`/v2/entities/<entity-id>` endpoint.
152152

153153
It is recommended that entity identifiers should be URNs following the
154-
[NGSI-LD specification](https://www.etsi.org/deliver/etsi_gs/CIM/001_099/009/01.08.01_60/gs_cim009v010801p.pdf),
154+
[NGSI-LD specification](https://cim.etsi.org/NGSI-LD/official/0--1.html),
155155
therefore each `id` is a URN which follows a standard format: `urn:ngsi-ld:<entity-type>:<entity-id>`. This helps to
156156
make every `id` in the context data unique.
157157

docs/custom-iot-agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ not hold sufficient information.
426426
### Provisioning a Sensor
427427

428428
It is common good practice to use URNs following the NGSI-LD
429-
[specification](https://www.etsi.org/deliver/etsi_gs/CIM/001_099/009/01.08.01_60/gs_cim009v010801p.pdf) when creating
429+
[specification](https://cim.etsi.org/NGSI-LD/official/0--1.html) when creating
430430
entities. Furthermore, it is easier to understand meaningful names when defining data attributes. These mappings can be
431431
defined by provisioning a device individually.
432432

docs/entity-relationships.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ curl -iX POST \
291291
```
292292

293293
In both cases we have encoded each entity `id` according to the NGSI-LD
294-
[specification](https://www.etsi.org/deliver/etsi_gs/CIM/001_099/009/01.08.01_60/gs_cim009v010801p.pdf) - the proposal
294+
[specification](https://cim.etsi.org/NGSI-LD/official/0--1.html) - the proposal
295295
is that each `id` is a URN follows a standard format: `urn:ngsi-ld:<entity-type>:<entity-id>`. This will mean that every
296296
`id` in the system will be unique.
297297

docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ In this case we only have one entity type - **Store**
321321
#### Entity IDs should be a URN following NGSI-LD guidelines
322322

323323
NGSI-LD has recently been published as a full ETSI
324-
[specification](https://www.etsi.org/deliver/etsi_gs/CIM/001_099/009/01.08.01_60/gs_cim009v010801p.pdf), the proposal is
324+
[specification](https://cim.etsi.org/NGSI-LD/official/0--1.html), the proposal is
325325
that each `id` is a URN follows a standard format: `urn:ngsi-ld:<entity-type>:<entity-id>`. This will mean that every
326326
`id` in the system will be unique
327327

docs/iot-agent-json.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ however it has been included here for completeness.
459459
### Provisioning a Sensor
460460

461461
It is common good practice to use URNs following the NGSI-LD
462-
[specification](https://www.etsi.org/deliver/etsi_gs/CIM/001_099/009/01.08.01_60/gs_cim009v010801p.pdf) when creating
462+
[specification](https://cim.etsi.org/NGSI-LD/official/0--1.html) when creating
463463
entities. Furthermore, it is easier to understand meaningful names when defining data attributes. These mappings can be
464464
defined by provisioning a device individually.
465465

docs/iot-agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ however it has been included here for completeness.
455455
### Provisioning a Sensor
456456

457457
It is common good practice to use URNs following the NGSI-LD
458-
[specification](https://www.etsi.org/deliver/etsi_gs/CIM/001_099/009/01.08.01_60/gs_cim009v010801p.pdf) when creating
458+
[specification](https://cim.etsi.org/NGSI-LD/official/0--1.html) when creating
459459
entities. Furthermore, it is easier to understand meaningful names when defining data attributes. These mappings can be
460460
defined by provisioning a device individually.
461461

docs/iot-over-mqtt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ curl -iX POST \
503503
### Provisioning a Sensor
504504

505505
It is common good practice to use URNs following the NGSI-LD
506-
[specification](https://www.etsi.org/deliver/etsi_gs/CIM/001_099/009/01.08.01_60/gs_cim009v010801p.pdf) when creating
506+
[specification](https://cim.etsi.org/NGSI-LD/official/0--1.html) when creating
507507
entities. Furthermore, it is easier to understand meaningful names when defining data attributes. These mappings can be
508508
defined by provisioning a device individually.
509509

docs/linked-data.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[![FIWARE Core Context Management](https://nexus.lab.fiware.org/repository/raw/public/badges/chapters/core.svg)](https://github.com/FIWARE/catalogue/blob/master/core/README.md)
2-
[![NGSI LD](https://img.shields.io/badge/NGSI-LD-d6604d.svg)](https://www.etsi.org/deliver/etsi_gs/CIM/001_099/009/01.08.01_60/gs_cim009v010801p.pdf)
2+
[![NGSI LD](https://img.shields.io/badge/NGSI-LD-d6604d.svg)](https://cim.etsi.org/NGSI-LD/official/0--1.html)
33
[![JSON LD](https://img.shields.io/badge/JSON--LD-1.1-f06f38.svg)](https://w3c.github.io/json-ld-syntax/)
44

55
**Description:** This tutorial introduces linked data concepts to the FIWARE Platform. The supermarket chain’s store
@@ -85,7 +85,7 @@ Click on the image above to watch a video describing the basic concepts behind J
8585
**NGSI-LD** is an evolution of the **NGSI v2** information model, which has been modified to improve support for linked
8686
data (entity relationships), property graphs and semantics (exploiting the capabilities offered by JSON-LD). This work
8787
has been conducted under the ETSI ISG CIM initiative and the updated specification has been branded as
88-
[NGSI-LD](https://www.etsi.org/deliver/etsi_gs/CIM/001_099/009/01.08.01_60/gs_cim009v010801p.pdf). The main constructs
88+
[NGSI-LD](https://cim.etsi.org/NGSI-LD/official/0--1.html). The main constructs
8989
of NGSI-LD are: _Entity_, _Property_ and _Relationship_. NGSI-LD Entities (instances) can be the subject of Properties
9090
or Relationships. In terms of the traditional NGSI v2 data model, Properties can be seen as the combination of an
9191
attribute and its value. Relationships allow to establish associations between instances using linked data.

docs/relationships-linked-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[![FIWARE Core Context Management](https://nexus.lab.fiware.org/repository/raw/public/badges/chapters/core.svg)](https://github.com/FIWARE/catalogue/blob/master/core/README.md)
2-
[![NGSI LD](https://img.shields.io/badge/NGSI-LD-d6604d.svg)](https://www.etsi.org/deliver/etsi_gs/CIM/001_099/009/01.08.01_60/gs_cim009v010801p.pdf)
2+
[![NGSI LD](https://img.shields.io/badge/NGSI-LD-d6604d.svg)](https://cim.etsi.org/NGSI-LD/official/0--1.html)
33
[![JSON LD](https://img.shields.io/badge/JSON--LD-1.1-f06f38.svg)](https://w3c.github.io/json-ld-syntax/)
44

55
**Description:** This tutorial discusses relationships between linked data entities and how the concepts of **JSON-LD**

docs/working-with-linked-data.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[![FIWARE Core Context Management](https://nexus.lab.fiware.org/repository/raw/public/badges/chapters/core.svg)](https://github.com/FIWARE/catalogue/blob/master/core/README.md)
2-
[![NGSI LD](https://img.shields.io/badge/NGSI-LD-d6604d.svg)](https://www.etsi.org/deliver/etsi_gs/CIM/001_099/009/01.08.01_60/gs_cim009v010801p.pdf)
2+
[![NGSI LD](https://img.shields.io/badge/NGSI-LD-d6604d.svg)](https://cim.etsi.org/NGSI-LD/official/0--1.html)
33
[![JSON LD](https://img.shields.io/badge/JSON--LD-1.1-f06f38.svg)](https://w3c.github.io/json-ld-syntax/)
44

55
This tutorial teaches FIWARE users how to architect and design a system based on **linked data** and to alter linked
66
data context programmatically. The tutorial extends the knowledge gained from the equivalent
77
[NGSI-v2 tutorial](accessing-context.md) and enables a user understand how to write code in an
8-
[NGSI-LD](https://www.etsi.org/deliver/etsi_gs/CIM/001_099/009/01.08.01_60/gs_cim009v010801p.pdf) capable
8+
[NGSI-LD](https://cim.etsi.org/NGSI-LD/official/0--1.html) capable
99
[Node.js](https://nodejs.org/) [Express](https://expressjs.com/) application in order to retrieve and alter context
1010
data. This removes the need to use the command-line to invoke cUrl commands.
1111

0 commit comments

Comments
 (0)