Skip to content

Commit eced34f

Browse files
committed
Update Year
1 parent f3b2f59 commit eced34f

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.ja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1206,4 +1206,4 @@ curl -G -X GET \
12061206

12071207
## License
12081208

1209-
[MIT](LICENSE) © 2019-2024 FIWARE Foundation e.V.
1209+
[MIT](LICENSE) © 2019-2025 FIWARE Foundation e.V.

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ The response returns all of the existing **Building** entities, with the attribu
453453
```json
454454
[
455455
{
456-
"@context": "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.6.jsonld",
456+
"@context": "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.8.jsonld",
457457
"id": "urn:ngsi-ld:Building:store001",
458458
"type": "https://uri.fiware.org/ns/data-models#Building",
459459
"https://schema.org/address": {
@@ -472,7 +472,7 @@ The response returns all of the existing **Building** entities, with the attribu
472472
}
473473
},
474474
{
475-
"@context": "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.6.jsonld",
475+
"@context": "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.8.jsonld",
476476
"id": "urn:ngsi-ld:Building:store002",
477477
"type": "https://uri.fiware.org/ns/data-models#Building",
478478
"https://schema.org/address": {
@@ -503,7 +503,7 @@ According to the [defined data model](https://fiware.github.io/tutorials.Step-by
503503
- The `category` attribute has the FQN `https://uri.fiware.org/ns/data-models#category`
504504

505505
`type` and `location` are defined in the NGSI-LD Core Context:
506-
[`https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.6.jsonld`](https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.6.jsonld).
506+
[`https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.8.jsonld`](https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.8.jsonld).
507507
The other attributes are defined using the Tutorial's own Context:
508508
[`http://context/user-context.jsonld`](./data-models/user-context.jsonld). Both `category` and `address` are _common_
509509
attributes the definitions of which are brought in from the FIWARE data models and `schema.org` respectively.
@@ -740,7 +740,7 @@ passed in the previous request.
740740

741741
```json
742742
{
743-
"@context": "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.6.jsonld",
743+
"@context": "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.8.jsonld",
744744
"id": "urn:ngsi-ld:Shelf:unit001",
745745
"type": "https://fiware.github.io/tutorials.Step-by-Step/schema/Shelf",
746746
"https://fiware.github.io/tutorials.Step-by-Step/schema/locatedIn": {
@@ -872,7 +872,7 @@ curl -G -X GET \
872872
{
873873
"@context": [
874874
"http://context/user-context.jsonld",
875-
"https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.6.jsonld",
875+
"https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.8.jsonld",
876876
],
877877
"id": "urn:ngsi-ld:Shelf:unit001",
878878
"type": "Shelf",
@@ -1098,7 +1098,7 @@ The response returns the fully expanded entity.
10981098

10991099
```json
11001100
{
1101-
"@context": "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.6.jsonld",
1101+
"@context": "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.8.jsonld",
11021102
"id": "urn:ngsi-ld:StockOrder:001",
11031103
"type": "https://fiware.github.io/tutorials.Step-by-Step/schema/StockOrder",
11041104
"https://fiware.github.io/tutorials.Step-by-Step/schema/orderDate": {
@@ -1116,4 +1116,4 @@ The response returns the fully expanded entity.
11161116

11171117
## License
11181118

1119-
[MIT](LICENSE) © 2019-2024 FIWARE Foundation e.V.
1119+
[MIT](LICENSE) © 2019-2025 FIWARE Foundation e.V.

0 commit comments

Comments
 (0)