Skip to content

Commit 73d9c59

Browse files
committed
Add links to NGSI-LD API specification
1 parent 8f9b778 commit 73d9c59

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.ja.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[![FIWARE Banner](https://fiware.github.io/tutorials.Linked-Data/img/fiware.png)](https://www.fiware.org/developers)
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

44
[![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)
55
[![License: MIT](https://img.shields.io/github/license/fiware/tutorials.Linked-Data.svg)](https://opensource.org/licenses/MIT)
@@ -141,7 +141,7 @@ JSON-LD の背後にある基本概念を説明したビデオを見るには、
141141
**NGSI-LD** は、リンクト・データ (エンティティのリレーションシップ)、プロパティ・グラフ、およびセマンティクス (JSON-LD
142142
が提供する機能を利用) のサポートを改善するために修正された **NGSI v2** 情報モデルの進化です。この作業は ETSI ISG CIM
143143
イニシアチブの下で行われており、更新された仕様は
144-
[NGSI-LD](https://www.etsi.org/deliver/etsi_gs/CIM/001_099/009/01.08.01_60/gs_cim009v010801p.pdf)
144+
[NGSI-LD](https://cim.etsi.org/NGSI-LD/official/0--1.html)
145145
としてブランド設定されています。NGSI-LD の主な構成要素は、_Entity_, _Property_ および _Relationship_ です。NGSI-LD
146146
エンティティ (インスタンス) は、プロパティまたはリレーションシップの対象になります。伝統的な NGSI v2 データ・モデルに
147147
関しては、プロパティは属性とその値の組み合わせと見なすことができます。リレーションシップは、リンクト・データを

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Click on the image above to watch a video describing the basic concepts behind J
145145
**NGSI-LD** is an evolution of the **NGSI v2** information model, which has been modified to improve support for linked
146146
data (entity relationships), property graphs and semantics (exploiting the capabilities offered by JSON-LD). This work
147147
has been conducted under the ETSI ISG CIM initiative and the updated specification has been branded as
148-
[NGSI-LD](https://www.etsi.org/deliver/etsi_gs/CIM/001_099/009/01.08.01_60/gs_cim009v010801p.pdf). The main constructs
148+
[NGSI-LD](https://cim.etsi.org/NGSI-LD/official/0--1.html). The main constructs
149149
of NGSI-LD are: _Entity_, _Property_ and _Relationship_. NGSI-LD Entities (instances) can be the subject of Properties
150150
or Relationships. In terms of the traditional NGSI v2 data model, Properties can be seen as the combination of an
151151
attribute and its value. Relationships allow to establish associations between instances using linked data.

0 commit comments

Comments
 (0)