https://github.com/fiware/tutorials.working-with-linked-data
:blue_book: FIWARE 603: Traversing Linked Data Programmatically
https://github.com/fiware/tutorials.working-with-linked-data
fiware json-ld linked-data ngsi-ld node-js-express tutorial
Last synced: 9 months ago
JSON representation
:blue_book: FIWARE 603: Traversing Linked Data Programmatically
- Host: GitHub
- URL: https://github.com/fiware/tutorials.working-with-linked-data
- Owner: FIWARE
- License: mit
- Created: 2019-12-20T14:17:32.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-24T14:26:40.000Z (10 months ago)
- Last Synced: 2025-03-24T15:31:38.091Z (10 months ago)
- Topics: fiware, json-ld, linked-data, ngsi-ld, node-js-express, tutorial
- Language: Shell
- Homepage: https://www.fiware.org/developers/
- Size: 612 KB
- Stars: 2
- Watchers: 10
- Forks: 2
- 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 teaches FIWARE users how to architect and design a system based on **linked data** and to alter linked
data context programmatically. The tutorial extends the knowledge gained from the equivalent
[NGSI-v2 tutorial](https://github.com/FIWARE/tutorials.Accessing-Context/) and enables a user understand how to write
code in an [NGSI-LD](https://www.etsi.org/deliver/etsi_gs/CIM/001_099/009/01.08.01_60/gs_cim009v010801p.pdf) capable
[Node.js](https://nodejs.org/) [Express](https://expressjs.com/) application in order to retrieve and alter context
data. This removes the need to use the command-line to invoke cUrl commands.
The tutorial is mainly concerned with discussing code written in Node.js, however some of the results can be checked by
making [cUrl](https://ec.haxx.se/) commands.
[Postman documentation](https://www.postman.com/downloads/) for the same commands is also
available.
# Start-Up
## NGSI-LD Smart Supermarket
**NGSI-LD** offers JSON-LD based interoperability used for Federations and Data Spaces. To run this **NGSI-LD** tutorial for **NGSI-v2** developers, use the `NGSI-v2` branch.
```console
git clone https://github.com/FIWARE/tutorials.Working-with-Linked-Data.git
cd tutorials.Working-with-Linked-Data
git checkout NGSI-v2
./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.Working-with-Linked-Data/tree/NGSI-v2) |
[Postman Collection](https://fiware.github.io/tutorials.Working-with-Linked-Data/) | 
| --- | --- | --- | ---
---
## License
[MIT](LICENSE) © 2020-2024 FIWARE Foundation e.V.