Skip to content

Commit 132777e

Browse files
committed
Update core from 1.3
1 parent a556804 commit 132777e

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

README.ja.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ curl -G -X GET \
475475
```jsonld
476476
[
477477
{
478-
"@context": "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.3.jsonld",
478+
"@context": "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld",
479479
"id": "urn:ngsi-ld:Building:store001",
480480
"type": "https://uri.fiware.org/ns/data-models#Building",
481481
"https://schema.org/address": {
@@ -496,7 +496,7 @@ curl -G -X GET \
496496
}
497497
},
498498
{
499-
"@context": "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.3.jsonld",
499+
"@context": "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld",
500500
"id": "urn:ngsi-ld:Building:store002",
501501
"type": "https://uri.fiware.org/ns/data-models#Building",
502502
"https://schema.org/address": {
@@ -529,7 +529,7 @@ curl -G -X GET \
529529
- `category`属性には FQN `https://uri.fiware.org/ns/data-models#category` があります
530530

531531
`type`, `name`, `location` は NGSI-LD コア・コンテキストで定義されます :
532-
[`https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.3.jsonld`](https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.3.jsonld)。
532+
[`https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld`](https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld)。
533533
他の属性は、チュートリアル独自のコンテキストを使用して定義されます :
534534
[`https://fiware.github.io/tutorials.Step-by-Step/tutorials-context.jsonld`](https://fiware.github.io/tutorials.Step-by-Step/tutorials-context.jsonld)。
535535
`category` と `address` はどちらも _common_ 属性であり、その定義はそれぞれ FIWARE データモデル と
@@ -794,7 +794,7 @@ curl -X GET \
794794

795795
```jsonld
796796
{
797-
"@context": "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.3.jsonld",
797+
"@context": "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld",
798798
"id": "urn:ngsi-ld:Shelf:unit001",
799799
"type": "https://fiware.github.io/tutorials.Step-by-Step/schema/Shelf",
800800
"https://fiware.github.io/tutorials.Step-by-Step/schema/locatedIn": {
@@ -1180,7 +1180,7 @@ curl -G -X GET \
11801180

11811181
```jsonld
11821182
{
1183-
"@context": "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.3.jsonld",
1183+
"@context": "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld",
11841184
"id": "urn:ngsi-ld:StockOrder:001",
11851185
"type": "https://fiware.github.io/tutorials.Step-by-Step/schema/StockOrder",
11861186
"https://fiware.github.io/tutorials.Step-by-Step/schema/orderDate": {

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ The response returns all of the existing **Building** entities, with the attribu
443443
```jsonld
444444
[
445445
{
446-
"@context": "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.3.jsonld",
446+
"@context": "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld",
447447
"id": "urn:ngsi-ld:Building:store001",
448448
"type": "https://uri.fiware.org/ns/data-models#Building",
449449
"https://schema.org/address": {
@@ -460,7 +460,7 @@ The response returns all of the existing **Building** entities, with the attribu
460460
}
461461
},
462462
{
463-
"@context": "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.3.jsonld",
463+
"@context": "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld",
464464
"id": "urn:ngsi-ld:Building:store002",
465465
"type": "https://uri.fiware.org/ns/data-models#Building",
466466
"https://schema.org/address": {
@@ -489,7 +489,7 @@ According to the [defined data model](https://fiware.github.io/tutorials.Step-by
489489
- The `category` attribute has the FQN `https://uri.fiware.org/ns/data-models#category`
490490

491491
`type`, `name` and `location` are defined in the NGSI-LD Core Context:
492-
[`https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.3.jsonld`](https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.3.jsonld).
492+
[`https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld`](https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld).
493493
The other attributes are defined using the Tutorial's own Context:
494494
[`https://fiware.github.io/tutorials.Step-by-Step/tutorials-context.jsonld`](https://fiware.github.io/tutorials.Step-by-Step/tutorials-context.jsonld).
495495
Both `category` and `address` are _common_ attributes the definitions of which are brought in from the FIWARE data
@@ -730,7 +730,7 @@ passed in the previous request.
730730

731731
```jsonld
732732
{
733-
"@context": "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.3.jsonld",
733+
"@context": "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld",
734734
"id": "urn:ngsi-ld:Shelf:unit001",
735735
"type": "https://fiware.github.io/tutorials.Step-by-Step/schema/Shelf",
736736
"https://fiware.github.io/tutorials.Step-by-Step/schema/locatedIn": {
@@ -1088,7 +1088,7 @@ The response returns the fully expanded entity.
10881088

10891089
```jsonld
10901090
{
1091-
"@context": "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.3.jsonld",
1091+
"@context": "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld",
10921092
"id": "urn:ngsi-ld:StockOrder:001",
10931093
"type": "https://fiware.github.io/tutorials.Step-by-Step/schema/StockOrder",
10941094
"https://fiware.github.io/tutorials.Step-by-Step/schema/orderDate": {

0 commit comments

Comments
 (0)