diff --git a/README.es.md b/README.es.md index 1b94890..5edd483 100644 --- a/README.es.md +++ b/README.es.md @@ -338,7 +338,7 @@ curl -iX POST \ ``` En ambos casos hemos codificado cada entidad `id` de acuerdo con la especificació -[NGSI-LD](https://www.etsi.org/deliver/etsi_gs/CIM/001_099/009/01.07.01_60/gs_cim009v010701p.pdf) - la propuesta es que cada `id` es una URN y sigue un formato estándar: `urn:ngsi-ld::`.Esto significará que cada `id` en el sistema será único. +[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::`.Esto significará que cada `id` en el sistema será único. 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`. diff --git a/README.ja.md b/README.ja.md index fd202a5..7d7ca56 100644 --- a/README.ja.md +++ b/README.ja.md @@ -406,7 +406,7 @@ curl -iX POST \ ``` どちらの場合も、NGSI-LD -[ドラフト勧告](https://www.etsi.org/deliver/etsi_gs/CIM/001_099/009/01.07.01_60/gs_cim009v010701p.pdf)に +[ドラフト勧告](https://www.etsi.org/deliver/etsi_gs/CIM/001_099/009/01.08.01_60/gs_cim009v010801p.pdf)に 従って各エンティティ `id` をエンコードしました。提案は、それぞれの `id` が 標準 フォーマットに従った URN というものです : `urn:ngsi-ld::`。これは、システム内のすべての `id` がユ diff --git a/README.md b/README.md index b1f7fbe..52134c4 100644 --- a/README.md +++ b/README.md @@ -356,7 +356,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::`. This will mean that every `id` in the system will be unique.