Skip to content

Commit

Permalink
Update links to NGSI-LD 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Mar 22, 2024
1 parent 4853e20 commit 01b5078
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion docs/crud-operations.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ Once an `<entity-id>` is known within the context, individual data entities can
`/v2/entities/<entity-id>` endpoint.

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

Expand Down
2 changes: 1 addition & 1 deletion docs/custom-iot-agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ not hold sufficient information.
### Provisioning a Sensor

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

Expand Down
2 changes: 1 addition & 1 deletion docs/entity-relationships.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ curl -iX POST \
```

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

Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ In this case we only have one entity type - **Store**
#### Entity IDs should be a URN following NGSI-LD guidelines

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

Expand Down
2 changes: 1 addition & 1 deletion docs/iot-agent-json.md
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ however it has been included here for completeness.
### Provisioning a Sensor

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

Expand Down
2 changes: 1 addition & 1 deletion docs/iot-agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ however it has been included here for completeness.
### Provisioning a Sensor

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

Expand Down
2 changes: 1 addition & 1 deletion docs/iot-over-mqtt.md
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ curl -iX POST \
### Provisioning a Sensor

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

Expand Down
2 changes: 1 addition & 1 deletion docs/ld-subscriptions-registrations.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![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)
[![NGSI LD](https://img.shields.io/badge/NGSI-LD-d6604d.svg)](https://www.etsi.org/deliver/etsi_gs/CIM/001_099/009/01.07.01_60/gs_cim009v010701p.pdf)
[![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)
[![JSON](https://img.shields.io/badge/JSON--LD-1.1-f06f38.svg)](https://w3c.github.io/json-ld-syntax/)

**Description:** This tutorial discusses the usage of subscriptions and registrations within NGSI-LD and highlights the
Expand Down
4 changes: 2 additions & 2 deletions docs/linked-data.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![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)
[![NGSI LD](https://img.shields.io/badge/NGSI-LD-d6604d.svg)](https://www.etsi.org/deliver/etsi_gs/CIM/001_099/009/01.07.01_60/gs_cim009v010701p.pdf)
[![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)
[![JSON LD](https://img.shields.io/badge/JSON--LD-1.1-f06f38.svg)](https://w3c.github.io/json-ld-syntax/)

**Description:** This tutorial introduces linked data concepts to the FIWARE Platform. The supermarket chain’s store
Expand Down Expand Up @@ -85,7 +85,7 @@ Click on the image above to watch a video describing the basic concepts behind J
**NGSI-LD** is an evolution of the **NGSI v2** information model, which has been modified to improve support for linked
data (entity relationships), property graphs and semantics (exploiting the capabilities offered by JSON-LD). This work
has been conducted under the ETSI ISG CIM initiative and the updated specification has been branded as
[NGSI-LD](https://www.etsi.org/deliver/etsi_gs/CIM/001_099/009/01.07.01_60/gs_cim009v010701p.pdf). The main constructs
[NGSI-LD](https://www.etsi.org/deliver/etsi_gs/CIM/001_099/009/01.08.01_60/gs_cim009v010801p.pdf). The main constructs
of NGSI-LD are: _Entity_, _Property_ and _Relationship_. NGSI-LD Entities (instances) can be the subject of Properties
or Relationships. In terms of the traditional NGSI v2 data model, Properties can be seen as the combination of an
attribute and its value. Relationships allow to establish associations between instances using linked data.
Expand Down
2 changes: 1 addition & 1 deletion docs/relationships-linked-data.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![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)
[![NGSI LD](https://img.shields.io/badge/NGSI-LD-d6604d.svg)](https://www.etsi.org/deliver/etsi_gs/CIM/001_099/009/01.07.01_60/gs_cim009v010701p.pdf)
[![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)
[![JSON LD](https://img.shields.io/badge/JSON--LD-1.1-f06f38.svg)](https://w3c.github.io/json-ld-syntax/)

**Description:** This tutorial discusses relationships between linked data entities and how the concepts of **JSON-LD**
Expand Down
4 changes: 2 additions & 2 deletions docs/working-with-linked-data.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,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)
[![NGSI LD](https://img.shields.io/badge/NGSI-LD-d6604d.svg)](https://www.etsi.org/deliver/etsi_gs/CIM/001_099/009/01.07.01_60/gs_cim009v010701p.pdf)
[![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)
[![JSON LD](https://img.shields.io/badge/JSON--LD-1.1-f06f38.svg)](https://w3c.github.io/json-ld-syntax/)

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

Expand Down

0 comments on commit 01b5078

Please sign in to comment.