An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![FIWARE Banner](https://fiware.github.io/tutorials.Extended-Properties/img/fiware.png)](https://www.fiware.org/developers)

[![FIWARE Core Context Management](https://nexus.lab.fiware.org/repository/raw/public/badges/chapters/core.svg)](https://github.com/FIWARE/catalogue/blob/master/core/README.md)
[![License: MIT](https://img.shields.io/github/license/FIWARE/tutorials.Getting-Started.svg)](https://opensource.org/licenses/MIT)
[![Support badge](https://img.shields.io/badge/tag-fiware-orange.svg?logo=stackoverflow)](https://stackoverflow.com/questions/tagged/fiware)
[![JSON LD](https://img.shields.io/badge/JSON--LD-1.1-f06f38.svg)](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
```

| [![NGSI LD](https://img.shields.io/badge/NGSI-LD-d6604d.svg)](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) | ![](https://img.shields.io/github/last-commit/fiware/tutorials.Extended-Properties/NGSI-LD)
| --- | --- | --- | ---

---

## License

[MIT](LICENSE) © 2023-2024 FIWARE Foundation e.V.