Coder Social home page Coder Social logo

fiware / tutorials.relationships-linked-data Goto Github PK

View Code? Open in Web Editor NEW
3.0 4.0 6.0 418 KB

:blue_book: FIWARE 602: Linked Data Relationships and Data Models

Home Page: https://www.fiware.org/developers/

License: MIT License

Shell 100.00%
fiware ngsi-ld json-ld linked-data tutorial entity-relationships

tutorials.relationships-linked-data's Introduction

FIWARE Banner

FIWARE Core Context Management License: MIT Support badge JSON LD

This tutorial discusses relationships between linked data entities and how the concepts of JSON-LD and NGSI-LD can be used to interrogate entities and navigate from one entity to another. The tutorial discusses a series of simple linked-data data models based around the supermarket chain’s store finder application, and demonstrates how to design models holding one-to-one, one-to-many and many-to-many relationships. This NGSI-LD tutorial is a direct analogue to the earlier Understanding Entities and Relationships tutorial (which was based on the NGSI v2 interface). The differences in relationships created using NGSI v2 and NGSI-LD are highlighted and discussed in detail.

The tutorial uses cUrl commands throughout, but is also available as Postman documentation.

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.

git clone https://github.com/FIWARE/tutorials.Relationships-Linked-Data.git
cd tutorials.Relationships-Linked-Data
git checkout NGSI-v2

./services create
./services start
NGSI LD 📚 Documentation Postman Collection

License

MIT © 2019-2024 FIWARE Foundation e.V.

tutorials.relationships-linked-data's People

Contributors

actions-user avatar fisuda avatar jason-fox avatar jmcanterafonseca avatar ryo-ma avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

tutorials.relationships-linked-data's Issues

waitForMongo not defined in services script

The services script in all the 3 tutorials below, refers to waitForMongo. This is not defined and hence gives an error while starting.

https://github.com/FIWARE/tutorials.Linked-Data/blob/NGSI-v2/services
https://github.com/FIWARE/tutorials.Working-with-Linked-Data/blob/NGSI-v2/services
https://github.com/FIWARE/tutorials.Relationships-Linked-Data/blob/NGSI-v2/services

Please add the same:

waitForMongo () {
echo -e "\n⏳ Waiting for \033[1mMongoDB\033[0m to be available\n"
while ! [ docker inspect --format='{{.State.Health.Status}}' db-mongo == "healthy" ]
do
sleep 1
done
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.