json-ld-api
json-ld-api copied to clipboard
JSON-LD 1.1 Processing Algorithms and API Specification
Fixes #605. *** Preview | Diff
Some of these assume changes to the algorithms that will need their own PRs: * Tests expand/er57 and er58 along with toRdf/er57 and er58 need a check to be sure...
The algorithm inspects `compacted item` to see if it has value for `container key` when `compacted item` is not a **map**. From ruby-rdf/json-ld#62.
Challenge arose in [VCDM](https://github.com/w3c/vc-data-model/issues/1529) and [Data Integrity](https://github.com/w3c/vc-data-integrity/issues/272#issuecomment-2212258255) — https://github.com/w3c/vc-data-model/blob/59ed20b1886d34976fa9e729c0b70556cd298e39/index.html#L4375-L4378 ``` Applications MAY use JSON-LD compaction algorithms to transform a document that uses an unknown JSON-LD context to one that does...
The API is described using WebIDL to provide a formalized way of talking about parameters and calling sequences. This includes the use of [promises](https://www.w3.org/2001/tag/doc/promises-guide) and options. Although there are a...
Hi, I've noticed real world examples of JSON-LD documents declaring an array of context URIs from which some of those contexts are not effectively applicable, the terms are not present...