json-ld-api icon indicating copy to clipboard operation
json-ld-api copied to clipboard

JSON-LD 1.1 Processing Algorithms and API Specification

Results 56 json-ld-api issues
Sort by recently updated
recently updated
newest added

I ran into this issue while trying to find an acceptable output for the code in #547. It would, IMO, look like this: ```json { "@context": { "prop": { "@id":...

test:needs implementation
test:missing-coverage

Compacting this document: ```json { "http://schema.org/prop": [ { "@list": ["foo", "bar"] }, { "@list": ["baz", "qux"] } ] } ``` with this context: ```json { "prop": { "@id": "http://schema.org/prop", "@container":...

spec:bug
spec:substantive
test:needs tests
test:missing-coverage
ErratumRaised

in [https://w3c.github.io/json-ld-api/tests/toRdf/0118-out.nq](0118-out.nq) `_:b0` is used as a predicate in a triple. According to [https://www.w3.org/TR/n-quads/](n-quads): - predicate ::= [IRIREF](https://www.w3.org/TR/n-quads/#grammar-production-IRIREF)

This issue comes from https://github.com/digitalbazaar/jsonld.js/issues/466 I have the same issue when trying to round-trip from a framed JSON-LD to RDF and from the produced RDF to a framed JSON-LD. ```json...

It appears that `@graph`-aliased keywords don't work as containers in JSON-LD 1.1. Given: ```json { "@context": { "@base": "https://example.org/", "@vocab": "https://example.org/ns/", "entities": { "@id": "@graph", "@container": "@index" } }, "entities":...

ms:future-work
spec:enhancement

Hi, In the step 14.2.3 of the Create Term Definition algorithm after expanding the value associated to the `@id` entry of a term definition, the algorithm continues as follows: >...

test:needs implementation

In the playground implementation, using a keyword-like value as `@id` causes the node id to explicitly expand to `null`. I see why it happens since it is the result of...

wr:spec-updated
defer-future-version
ErratumRaised

As @iherman suggested, I'm using `` * the `` is a "comment" summarizing the embeded steps * the rest of the `` contains the list of steps See the Context...

defer-future-version

Hi, in compaction test 0066, some IRIs are to be compacted relative to the document base IRI. The base IRI is `https://w3c.github.io/json-ld-api/tests/compact/0066-in.jsonld` and an examples of IRIs to compact is...

spec:wontfix
wr:pending
defer-future-version
ErratumRaised

Hi it's me again, I am confused about the use of the term "set" to describe `@set` objects. In the section [Lists and Sets](https://www.w3.org/TR/json-ld11/#lists-and-sets) it is said that > A...

spec:editorial
wr:spec-updated
defer-future-version