Skip to content

Commit ede1027

Browse files
committed
Reuse @solid/context.
1 parent 5b2b4ff commit ede1027

7 files changed

Lines changed: 339 additions & 499 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ through [LDflex](https://github.com/RubenVerborgh/LDflex) expressions
1010
This library brings the [LDflex](https://github.com/RubenVerborgh/LDflex) language
1111
to Solid by:
1212

13-
1. providing a [JSON-LD context for Solid](https://github.com/solid/query-ldflex/blob/master/src/context.json)
13+
1. setting a [JSON-LD context for Solid](https://github.com/solid/context)
1414
2. binding a query engine ([Comunica](https://github.com/RubenVerborgh/LDflex-Comunica))
1515
3. exposing useful [data paths](#data-paths)
1616

@@ -57,7 +57,7 @@ which can be:
5757
such as `http://xmlns.com/foaf/0.1/givenName`
5858

5959
The abbreviations and prefixed names are expanded
60-
using the [JSON-LD context](https://github.com/solid/query-ldflex/blob/master/src/context.json).
60+
using [JSON-LD context](https://github.com/solid/context/blob/master/context.json).
6161
You can find some inspiration about what to ask for in this context.
6262

6363
You can access data using any vocabulary you want
@@ -134,7 +134,7 @@ document.addEventListener('DOMContentLoaded', async () => {
134134
```
135135

136136
### Adding a custom JSON-LD context
137-
In addition to the built-in [Solid properties](https://github.com/solid/query-ldflex/blob/master/src/context.json),
137+
In addition to the [default properties](https://github.com/solid/context/blob/master/context.json),
138138
you might want to support your own:
139139

140140
```javascript

0 commit comments

Comments
 (0)