From 21a8c282869650699442681952b10bfc72c4fdc8 Mon Sep 17 00:00:00 2001 From: Jason Fox Date: Mon, 14 Aug 2023 09:33:13 +0200 Subject: [PATCH] Update URI --- README.ja.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.ja.md b/README.ja.md index 75489bc..13fe267 100644 --- a/README.ja.md +++ b/README.ja.md @@ -344,7 +344,7 @@ curl -X GET 'http://localhost:1026/ngsi-ld/v1/entities/?type=TemperatureSensor,F 既存の **TemperatureSensor** エンティティと **FillingLevelSensor** エンティティを修正し、デバイスによって制御される 各建物との1対1のリレーションシップを保持する `controlledAsset` 属性を追加できます。Smart Data Model によると、 [Device](https://swagger.lab.fiware.org/?url=https://smart-data-models.github.io/dataModel.Device/Device/swagger.yaml) -定義 `https://uri.fiware.org/ns/data-models#controlledAsset` はこのリレーションシップに使用される URI の長い名前であり、 +定義 `https://uri.fiware.org/ns/dataModels#controlledAsset` はこのリレーションシップに使用される URI の長い名前であり、 `controlledAsset` 属性の値は **Building** エンティティ自体に関連付けられた URN に対応します。 URN は、標準形式に従います: `urn:ngsi-ld::` diff --git a/README.md b/README.md index eb905fb..dd30f8f 100644 --- a/README.md +++ b/README.md @@ -328,7 +328,7 @@ relationship similar to a foreign key. Batch processing can again be used to ame **TemperatureSensor** and **FillingLevelSensor** entities to add a `controlledAsset` attribute holding the one-to-one relationship to each building controlled by the device. According to the Smart Data Model [Device](https://swagger.lab.fiware.org/?url=https://smart-data-models.github.io/dataModel.Device/Device/swagger.yaml) -definition `https://uri.fiware.org/ns/data-models#controlledAsset` is the URI long name to be used for this +definition `https://uri.fiware.org/ns/dataModels#controlledAsset` is the URI long name to be used for this relationship, and the value of the `controlledAsset` attribute corresponds to a URN associated to a **Building** entity itself.