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

https://github.com/fiware/tutorials.understanding-at-context

:blue_book: FIWARE-LD 101: Understanding NGSI-LD `@context`
https://github.com/fiware/tutorials.understanding-at-context

fiware json-ld linked-data ngsi-ld tutorial

Last synced: 9 months ago
JSON representation

:blue_book: FIWARE-LD 101: Understanding NGSI-LD `@context`

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 introduces basics of common Linked Data concepts and Data Models for **NGSI-LD** developers. The aim is to
design and create a simple interoperable Smart Agricultural Solution from scratch and explain how to apply these
concepts to your own smart solutions.

Unlike the **NGSI-v2** developer series, this series will take an **NGSI-LD** first
approach and therefore starts with reiterating the fundamentals of Linked Data and its application to the **NGSI-LD**
interface.

The tutorial is mainly concerned with online and command-line tooling.

# 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.Understanding-At-Context.git
cd tutorials.Understanding-At-Context
git checkout NGSI-LD

./services create
./services start
```

| [![NGSI LD](https://img.shields.io/badge/NGSI-LD-d6604d.svg)](https://www.etsi.org/deliver/etsi_gs/CIM/001_099/009/01.08.01_60/gs_cim009v010801p.pdf) | :books: [Documentation](https://github.com/FIWARE/tutorials.Understanding-At-Context/tree/NGSI-LD) | ![](https://img.shields.io/github/last-commit/fiware/tutorials.Understanding-At-Context/NGSI-LD)
| --- | --- | ---

## License

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