Awesome
A handy JSON-LD context for Solid
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. <br> For example, LDflex for Solid relies on this module.
Usage
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');
Installation
npm install @solid/context
License
©2018–present Ruben Verborgh, MIT License.