Skip to content

Commit ffd22bc

Browse files
committed
Add links to NGSI-LD API specification
1 parent 82acef1 commit ffd22bc

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.es.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ curl -iX POST \
338338
```
339339

340340
En ambos casos hemos codificado cada entidad `id` de acuerdo con la especificació
341-
[NGSI-LD](https://www.etsi.org/deliver/etsi_gs/CIM/001_099/009/01.08.01_60/gs_cim009v010801p.pdf) - la propuesta es que cada `id` es una URN y sigue un formato estándar: `urn:ngsi-ld:<tipo-de-entidad>:<id-de-la-identidad>`.Esto significará que cada `id` en el sistema será único.
341+
[NGSI-LD](https://cim.etsi.org/NGSI-LD/official/0--1.html) - la propuesta es que cada `id` es una URN y sigue un formato estándar: `urn:ngsi-ld:<tipo-de-entidad>:<id-de-la-identidad>`.Esto significará que cada `id` en el sistema será único.
342342

343343
La información de Shelf puede ser solicitada haciendo una petición GET en el endpoint `v2/entities`. Por ejemplo, para devolver los datos de contexto de la entidad **Shelf** con el `id=urn:ngsi-ld:Shelf:unit001`.
344344

README.ja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ curl -iX POST \
404404
```
405405

406406
どちらの場合も、NGSI-LD
407-
[ドラフト勧告](https://www.etsi.org/deliver/etsi_gs/CIM/001_099/009/01.08.01_60/gs_cim009v010801p.pdf)
407+
[ドラフト勧告](https://cim.etsi.org/NGSI-LD/official/0--1.html)
408408
従って各エンティティ `id` をエンコードしました。提案は、それぞれの `id` が 標準
409409
フォーマットに従った URN というものです :
410410
`urn:ngsi-ld:<entity-type>:<entity-id>`。これは、システム内のすべての `id` がユ

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ curl -iX POST \
371371
```
372372

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

0 commit comments

Comments
 (0)