-
Matthieu Fesselier authoredMatthieu Fesselier authored
Our SOLID introduction
SOLID, for SOcial LInked Data, is a project started in 2015 and led in the 3WC by Tim Berners Lee, the inventor of the web who aims to rethink the way we build application in order to give back the power back to the final user.
For us SOLID project is above all a philosophy, a goal to reach and which inspires us.
Solid is built on top of existing Web standards. The core Solid specification relies on LDP and WAC (WAC draft, both being based on HTTP and RDF vocabularies. Solid also uses a subset of SPARQL UPDATE through HTTP PATCH queries. Identification in Solid is based on WebID-TLS and/or OIDC.
To know more on how does Solid relate to other Web standards, how a look to this SOLID Faq.
Let's have an overview on how we implement SOLID specifications.
What is SOLID ?
It is a set of standards on which we agree internationally to communicate our applications between them. It is about the standardization of APIs.
Warning
This page should be improved. Any feedbacks is welcome