A handy JSON-LD context for Solid apps and libraries
npm install @solid/context
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.
require the context:javascript
const context = require('@solid/context');
`Or
import it:
`javascript
import context from '@solid/context';
`Or refer to the file:
`javascript
const context = require('@solid/context/context.json');
`Installation
`bash
npm install @solid/context
``