Gregg Kellogg
Gregg Kellogg
> @gkellogg can you please check if this way of using `@json` in YAML is consistent with the above words? > > https://github.com/ioggstream/draft-polli-restapi-ld-keywords/pull/3/files Yes, that seems reasonable.
This was discussed on [2022-09-28](https://json-ld.org/minutes/2022-09-28/#31) Vladimir Alexiev: I gave an example from Elastic Search. This connector can be used in indexing. ✪ ... Fields have types and other attributes. ......
From the [RDF Semantics](https://www.w3.org/TR/rdf11-mt/) > A datatype is understood to define a partial mapping, called the lexical-to-value mapping, from a lexical space (a set of character strings) to values. The...
This issue was discussed in the [August 17th meeting](https://json-ld.org/minutes/2022-08-17/). Spec serves multiple audiences, and some need only understand YAML plus basic -LD concepts. Others will need to understand more about...
While I think that the spec should have more introductory information (similar to [JSON-LD 1.1](https://www.w3.org/TR/json-ld11/), I generally agree that we should create a primer and direct people there for the...
> Agreed about having Best Practices & Primer as separate repositories. > > Can those repositories be created? Yes, may need @pchampin's help, but we should be able to set...
Of course, JSON-LD does encode a graph in JSON; what used to be called a _node reference_ is of the form `{"@id": "..."}`. Framing has an `@embed` keyword that can...
This issue was discussed on the [Aug 03](https://json-ld.org/minutes/2022-08-03/) meeting.
> Q0. Do you think that yaml processing is enough? The RDF/XML [IANA Registration](https://www.rfc-editor.org/rfc/rfc3870.html) has the following statement on [fragment identifiers](https://www.rfc-editor.org/rfc/rfc3870.html#section-3), which may bear on our usage: > In RDF,...