https://github.com/fiware/tutorials.extended-properties
:blue_book: FIWARE 108: LanguageProperty, VocabularyProperty
https://github.com/fiware/tutorials.extended-properties
entities enumeration fiware language ngsi-ld tutorial
Last synced: 18 days ago
JSON representation
:blue_book: FIWARE 108: LanguageProperty, VocabularyProperty
- Host: GitHub
- URL: https://github.com/fiware/tutorials.extended-properties
- Owner: FIWARE
- License: mit
- Created: 2024-01-04T10:21:54.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-03T17:21:09.000Z (11 months ago)
- Last Synced: 2025-02-03T18:31:18.182Z (11 months ago)
- Topics: entities, enumeration, fiware, language, ngsi-ld, tutorial
- Language: Shell
- Homepage:
- Size: 208 KB
- Stars: 0
- Watchers: 9
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.fiware.org/developers)
[](https://github.com/FIWARE/catalogue/blob/master/core/README.md)
[](https://opensource.org/licenses/MIT)
[](https://stackoverflow.com/questions/tagged/fiware)
[](https://w3c.github.io/json-ld-syntax/)
This tutorial examines the keyword syntax tokens of JSON-LD and introduces custom property types which extend NGSI-LD properties to cover multilingual capabilities and preferred enumeration names whilst reusing the data from the [Smart Farm example](https://github.com/FIWARE/tutorials.Getting-Started/tree/NGSI-LD). The tutorial uses
[cUrl](https://ec.haxx.se/) commands throughout and is also available as [Postman documentation](https://www.postman.com/downloads/)
# Start-Up
## NGSI-LD Smart Farm
**NGSI-LD** offers JSON-LD based interoperability used for Federations and Data Spaces. To run this tutorial with **NGSI-LD**, use the `NGSI-LD` branch.
```console
git clone https://github.com/FIWARE/tutorials.Extended-Properties.git
cd tutorials.Extended-Properties
git checkout NGSI-LD
./services create
./services start
```
| [](https://cim.etsi.org/NGSI-LD/official/front-page.html) | :books: [Documentation](https://github.com/FIWARE/tutorials.Extended-Properties/tree/NGSI-LD) |
[Postman Collection](https://fiware.github.io/tutorials.Extended-Properties/ngsi-ld.html) | 
| --- | --- | --- | ---
---
## License
[MIT](LICENSE) © 2023-2024 FIWARE Foundation e.V.