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`
- Host: GitHub
- URL: https://github.com/fiware/tutorials.understanding-at-context
- Owner: FIWARE
- License: mit
- Created: 2020-06-03T08:50:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-01-16T14:28:55.000Z (12 months ago)
- Last Synced: 2025-03-30T18:51:08.006Z (10 months ago)
- Topics: fiware, json-ld, linked-data, ngsi-ld, tutorial
- Language: Shell
- Homepage:
- Size: 553 KB
- Stars: 8
- Watchers: 9
- Forks: 6
- Open Issues: 1
-
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 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
```
| [](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) | 
| --- | --- | ---
## License
[MIT](LICENSE) © 2020-2024 FIWARE Foundation e.V.