Gregg Kellogg
Gregg Kellogg
5.6.5 says what to do if loading the document fails; this would include cases where the URL is invalid. 5.2.4 is explicit about not dereferencing again, due to potential recursion...
Discussed on [today's call](https://json-ld.org/minutes/2024-07-10/#52) https://github.com/w3c/json-ld-api/issues/584 -> Issue 584 Unify document loading in Context Processing? (by helins) [spec:editorial] [ErratumRaised] ✪ Gregg Kellogg: Perhaps a chance to DRY up the text. ✪...
The syntax describes `@protected` as working on term definitions: > `@protected` > Used to prevent [term definitions](https://www.w3.org/TR/json-ld11/#dfn-term-definition) of a context to be overridden by other contexts. This keyword is described...
@dlongley I put it in the "Discuss Call" list, but as you're the creator, you can feel free to close the issue. But, I presume there is some change needed...
This was discussed in a [CG Meeting](https://json-ld.org/minutes/2024-04-17/) and it was decided to close the issue without prejudice.
This may relate to #108. Most of the issues considered about remote context access relate to the need to reduce network bandwidth and to be able to verify that the...
This relates to work on [CDT](https://awslabs.github.io/SPARQL-CDTs/spec/latest.html) literals proposed by AWS for SPARQL. Being about to use `cdt:Map` or `cdt:List` as the datatype of such a literal would directly play into...
We probably need to think about other use cases that could use the same pattern. Really, the issue is when `@type` is used with a keyword and the resulting datatype...
I think it's described using the following steps: * Step 3 sets `property-scoped context` to the embedded context resolved using the `active context`. * Step 8 sets `active context` to...
Yes, my analysis started at the wrong point: * At 13.8, _key_ is "typeDescribed", and _container mapping_ is "@id". The _active context_ is the original context. * In 13.8.3.4, _expanded...