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
Try out deno

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:

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

Git Cheat Sheet

Table of Contents

Remotes

Git repositories can have as many remote addresses as one wants. It is distributed after all. The remote address with shortname origin is set when cloning a repository.