|
6 | 6 | - Expanding the value of a graph container which is already a graph object
|
7 | 7 | generates a recursive graph object.
|
8 | 8 | - Compacting multiple nodes in a graph container places them in `@included`.
|
9 |
| -- Indexing on "@type" requires "@type" to be either "@id" or "@vocab", |
10 |
| - and defaults to "@id". |
| 9 | +- Indexing on `@type` requires `@type` to be either `@id` or `@vocab`, and |
| 10 | + defaults to `@id`. |
11 | 11 |
|
12 | 12 | ### Changed
|
13 | 13 | - Default processing mode changed to json-ld-1.1. Allows a 1.1 context to be
|
14 | 14 | used after non-1.1 contexts.
|
15 |
| -- Indexing on an arbitrary property, not just "@index". |
16 |
| -- `@vocab` can be relative or a Compact IRI in 1.1, resolved against either |
17 |
| - a previous `@vocab`, `@base` or document base. |
| 15 | +- Indexing on an arbitrary property, not just `@index`. |
| 16 | +- `@vocab` can be relative or a Compact IRI in 1.1, resolved against either a |
| 17 | + previous `@vocab`, `@base` or document base. |
18 | 18 | - Better checking of absolute IRIs.
|
19 | 19 | - Terms that begin with a ':' are not considered absolute or compact IRIs.
|
20 |
| -- Don't use terms with `"@prefix": false` or expanded term definitions to construct compact IRIs. |
21 |
| -- "@type" may be used as a term definition only if "@container": "@set". |
| 20 | +- Don't use terms with `"@prefix": false` or expanded term definitions to |
| 21 | + construct compact IRIs. |
| 22 | +- `@type` may be used as a term definition only if `"@container": "@set"`. |
22 | 23 |
|
23 | 24 | ### Removed
|
24 | 25 | - **BREAKING**: Remove callback API support. This includes removing support
|
|
0 commit comments