https://github.com/rubenverborgh/solid-context
A handy JSON-LD context for Solid
https://github.com/rubenverborgh/solid-context
jsonld linked-data solid
Last synced: 9 months ago
JSON representation
A handy JSON-LD context for Solid
- Host: GitHub
- URL: https://github.com/rubenverborgh/solid-context
- Owner: RubenVerborgh
- License: mit
- Created: 2019-09-06T15:39:54.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-08-28T14:51:26.000Z (almost 6 years ago)
- Last Synced: 2025-08-26T17:56:37.564Z (10 months ago)
- Topics: jsonld, linked-data, solid
- Homepage:
- Size: 7.81 KB
- Stars: 5
- Watchers: 12
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# A handy JSON-LD context for Solid
This module contains a [JSON-LD context](https://www.w3.org/TR/json-ld/#the-context)
for use with [Solid](https://solid.mit.edu/) apps and libraries.
[](https://www.npmjs.com/package/@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](https://github.com/solid/query-ldflex/)
relies on this module.
## Usage
You can `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
```
## License
©2018–present [Ruben Verborgh](https://ruben.verborgh.org/),
[MIT License](https://github.com/solid/context/blob/master/LICENSE.md).