Skip to content

Instantly share code, notes, and snippets.

@matthieubosquet
Last active January 16, 2021 11:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matthieubosquet/c106672b5f6271e2b6c01321567949aa to your computer and use it in GitHub Desktop.
Save matthieubosquet/c106672b5f6271e2b6c01321567949aa to your computer and use it in GitHub Desktop.

Solid Cheat Sheet

Table of Contents

Concept

Solid Server
An HTTP server as defined in the Solid spec and to some extent drawing inspiration from the LDP server as defined in the LDP spec.
Resource
A resource is something denoted by an IRI or a literal as defined in RDF 1.1. A Solid server stores resources of type "RDF Source" and "Non-RDF Source".
RDF Source
A persistent yet mutable source or container of RDF graphs as defined in RDF 1.1. An RDF source is a resource that may be said to have a state that can change over time.
Non-RDF Source
A resource that is not a source or container of RDF graphs as opposed to an RDF Source as defined in RDF 1.1. A Resource can either be of type RDF Source or Non-RDF Source.
Linked Data Platform RDF Source (LDP-RS)
A Linked Data Platform Resource whose state is fully represented in RDF, corresponding to an RDF graph as defined in the LDP spec.

Diagram

Solid  Elements

Specification

@matthieubosquet
Copy link
Author

Diagram of Solid elements:

Solid  Elements

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment