Skip to content

Commit

Permalink
Updating to core context 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Aug 15, 2023
1 parent 2d21e73 commit 503f5fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ Creating a NGSI-LD @context file for normalized interactions datamodels.context-
- 属性 (例: `address`) と 列挙値 (例: `barn`) のリスト

事実上、この NGSI-LD `@context` は、NGSI-LD コア・コンテキスト
[https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld](https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld)
[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)
のコピー と組み合わせて、以下を機械的に定義します:

コンピュータが `type=Building` のエンティティに遭遇した場合、これは実際には
Expand Down Expand Up @@ -608,7 +608,7 @@ NGSI-LD の `@context` はすべての NGSI-LD CRUD 操作に使用され、デ
},
"@context": [
"https://example.com/data-models.context-ngsild.jsonld",
"https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld"
"https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.6.jsonld"
]
}
```
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ applications. The file is structured into three parts:
- A list of attributes (e.g. `address`) and enumerations (e.g. `barn`)

Effectively this NGSI-LD `@context` can be combined with a copy of the NGSI-LD core context
[https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld](https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld)
[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)
to mechanically define the following:

If a computer encounters an entity of `type=Building` this really refers to a
Expand Down Expand Up @@ -583,7 +583,7 @@ For example this is a `Building` in _normalized_ NGSI-LD format:
},
"@context": [
"https://example.com/data-models.context-ngsild.jsonld",
"https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld"
"https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.6.jsonld"
]
}
```
Expand Down

0 comments on commit 503f5fe

Please sign in to comment.