This module contains a JSON-LD context for use with Solid apps and libraries.
This is not “the” Solid context (there is no such thing),
but rather a useful one for your projects.
For example, LDflex for Solid
relies on this module.
You can require
the context:
const context = require('@solid/context');
Or import
it:
import context from '@solid/context';
Or refer to the file:
const context = require('@solid/context/context.json');
npm install @solid/context
©2018–present Ruben Verborgh, MIT License.