Skip to content

RubenVerborgh/Solid-Context

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A handy JSON-LD context for Solid

This module contains a JSON-LD context for use with Solid apps and libraries.

npm version

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.

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.