@@ -719,7 +719,7 @@ curl -L -X POST 'http://localhost:1026/ngsi-ld/v1/entities/' \
719719 "id": "urn:ngsi-ld:Building:store005",
720720 "type": "ビル",
721721 "カテゴリー": {
722- "type": "VocabularyProperty ",
722+ "type": "VocabProperty ",
723723 "vocab": ["コマーシャル"]
724724 },
725725 "住所": {
@@ -748,7 +748,7 @@ curl -L -X POST 'http://localhost:1026/ngsi-ld/v1/entities/' \
748748
749749Note that in this example the name and address have been supplied as simple strings - JSON-LD does support a
750750**LanguageProperty** `@lang` definition to allow for internationalization, but this is an advanced topic which will not
751- be discussed here. Note that the `category`/ `カテゴリー` has been defined using a **VocabularyProperty **, so that the
751+ be discussed here. Note that the `category`/ `カテゴリー` has been defined using a **VocabProperty **, so that the
752752enumerated value `commercial`/ `"コマーシャル` can also be amended via the `@context`.
753753
754754# ## Reading an Entity using the default schema
@@ -793,7 +793,7 @@ also returns the standard enumeration for **Building** `category`.
793793 "value": { "type": "Point", "coordinates": [13.5646, 52.5435] }
794794 },
795795 "name": { "type": "Property", "value": "Yuusui-en" },
796- "category": { "type": "VocabularyProperty ", "vocab": "commercial" }
796+ "category": { "type": "VocabProperty ", "vocab": "commercial" }
797797}
798798` ` `
799799
@@ -829,7 +829,7 @@ exceptions. NGSI-LD **is not** JSON-LD, in that the core context is always appli
829829 "id": "urn:ngsi-ld:Building:store003",
830830 "type": "ビル",
831831 "カテゴリー": {
832- "type": "VocabularyProperty ",
832+ "type": "VocabProperty ",
833833 "vocab": ["コマーシャル"]
834834 },
835835 "住所": {
@@ -976,4 +976,4 @@ Click on the image above to watch a video JSON-LD expansion and compaction with
976976
977977# # License
978978
979- [MIT](LICENSE) © 2020-2024 FIWARE Foundation e.V.
979+ [MIT](LICENSE) © 2020-2025 FIWARE Foundation e.V.
0 commit comments