Skip to content

Commit dcb8e88

Browse files
committed
Correct URIs
1 parent bd8d6a2 commit dcb8e88

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

README.ja.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -95,14 +95,14 @@ NGSI-LD API は、複数の形式でコンテキスト・データを生成す
9595
"https://fiware.github.io/tutorials.Step-by-Step/example.jsonld",
9696
"https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.6.jsonld"
9797
],
98-
"id": "urn:nsgi-ld:Beatle:John_Lennon",
98+
"id": "urn:ngsi-ld:Beatle:John_Lennon",
9999
"type": "Beatle",
100100
"age": { "type": "Property", "value": 40, "unitCode": "ANN" },
101101
"name": { "type": "Property", "value": "John Lennon" },
102102
"born": { "type": "Property", "value": "1940-10-09" },
103103
"spouse": {
104104
"type": "Relationship",
105-
"object": "urn:nsgi-ld:Person:Cynthia_Lennon"
105+
"object": "urn:ngsi-ld:Person:Cynthia_Lennon"
106106
},
107107
"location": {
108108
"type": "GeoProperty",
@@ -133,10 +133,10 @@ NGSI-LD API は、複数の形式でコンテキスト・データを生成す
133133
"https://fiware.github.io/tutorials.Step-by-Step/example.jsonld",
134134
"https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.6.jsonld"
135135
],
136-
"id": "urn:nsgi-ld:Beatle:John_Lennon",
136+
"id": "urn:ngsi-ld:Beatle:John_Lennon",
137137
"name": "John Lennon",
138138
"born": "1940-10-09",
139-
"spouse": "urn:nsgi-ld:Person:Cynthia_Lennon",
139+
"spouse": "urn:ngsi-ld:Person:Cynthia_Lennon",
140140
"age": 40,
141141
"location": {
142142
"type": "Point",
@@ -176,11 +176,11 @@ API を使いやすくし、開発者の負担を軽減するために、NGSI-LD
176176
"https://fiware.github.io/tutorials.Step-by-Step/example.jsonld",
177177
"https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.6.jsonld"
178178
],
179-
"id": "urn:nsgi-ld:Beatle:John_Lennon",
179+
"id": "urn:ngsi-ld:Beatle:John_Lennon",
180180
"name": "John Lennon",
181181
"born": "1940-10-09",
182182
"spouse": {
183-
"object": "urn:nsgi-ld:Person:Cynthia_Lennon"
183+
"object": "urn:ngsi-ld:Person:Cynthia_Lennon"
184184
},
185185
"age": { "value": 40, "unitCode": "ANN" },
186186
"location": {

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -99,14 +99,14 @@ such as `"type": "Property"` throughout the payload to ensure that machines can
9999
"https://fiware.github.io/tutorials.Step-by-Step/example.jsonld",
100100
"https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.6.jsonld"
101101
],
102-
"id": "urn:nsgi-ld:Beatle:John_Lennon",
102+
"id": "urn:ngsi-ld:Beatle:John_Lennon",
103103
"type": "Beatle",
104104
"age": { "type": "Property", "value": 40, "unitCode": "ANN" },
105105
"name": { "type": "Property", "value": "John Lennon" },
106106
"born": { "type": "Property", "value": "1940-10-09" },
107107
"spouse": {
108108
"type": "Relationship",
109-
"object": "urn:nsgi-ld:Person:Cynthia_Lennon"
109+
"object": "urn:ngsi-ld:Person:Cynthia_Lennon"
110110
},
111111
"location": {
112112
"type": "GeoProperty",
@@ -135,10 +135,10 @@ shorter and to the point, and not all information is returned by the request - s
135135
"https://fiware.github.io/tutorials.Step-by-Step/example.jsonld",
136136
"https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.6.jsonld"
137137
],
138-
"id": "urn:nsgi-ld:Beatle:John_Lennon",
138+
"id": "urn:ngsi-ld:Beatle:John_Lennon",
139139
"name": "John Lennon",
140140
"born": "1940-10-09",
141-
"spouse": "urn:nsgi-ld:Person:Cynthia_Lennon",
141+
"spouse": "urn:ngsi-ld:Person:Cynthia_Lennon",
142142
"age": 40,
143143
"location": {
144144
"type": "Point",
@@ -177,11 +177,11 @@ representation, where redundant "type" members are omitted and the following rul
177177
"https://fiware.github.io/tutorials.Step-by-Step/example.jsonld",
178178
"https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.6.jsonld"
179179
],
180-
"id": "urn:nsgi-ld:Beatle:John_Lennon",
180+
"id": "urn:ngsi-ld:Beatle:John_Lennon",
181181
"name": "John Lennon",
182182
"born": "1940-10-09",
183183
"spouse": {
184-
"object": "urn:nsgi-ld:Person:Cynthia_Lennon"
184+
"object": "urn:ngsi-ld:Person:Cynthia_Lennon"
185185
},
186186
"age": { "value": 40, "unitCode": "ANN" },
187187
"location": {

0 commit comments

Comments
 (0)