Skip to content

Instantly share code, notes, and snippets.

View matthieubosquet's full-sized avatar
🌙
Dreaming of collective intelligence

Matthieu Bosquet matthieubosquet

🌙
Dreaming of collective intelligence
View GitHub Profile

Open Source Contribution

Checkout Git repository

Checkout a Git repository either directly from the default origin if you're a contributor or from a fork if you're not.

Proposed changes

  1. Create or reference an issue that describes the problem you identified and are trying to solve unless the change is small or already known/formulated otherwise
  2. Create a branch following the naming convention: "type/short-hyphenated-description" where type can be:
Try out deno
@matthieubosquet
matthieubosquet / .profile
Last active April 9, 2021 11:29
Bash shell profile for MacOS
# INFO
## To switch shell:
## - Add desired shell to /etc/shells
## - Run: chsh -s <PATH_TO_SHELL>
echo "Current shell: $SHELL"
echo "Bash version: $BASH_VERSION"
# Setup
## xcode select cli tools
# xcode-select --install

A Pod, an Identity Provider and a WebID

This document describes the relationship between the three tenants of identity assertion in the Solid ecosystem.

Terminology

A WebID

A WebID is an IRI over which one asserts control and denotes:

SHACL Cheat Sheet

The SHACL vocabulary uses prefix sh: and namespace http://www.w3.org/ns/shacl#, it is a W3C recommendation.

The Shapes Constraint Language (SHACL) is a validation framework for RDF graphs.

Table of Contents