Gregg Kellogg

Results 503 comments of Gregg Kellogg

This issue was discussed in the [2025-01-29 meeting](https://json-ld.org/minutes/2025-01-29/) Subtopic: https://github.com/w3c/json-ld-syntax/issues/436 ✪ https://github.com/w3c/json-ld-syntax/issues/436 -> Issue 436 URI in Profile triggers CORS Unsafe Request Header Byte rule (by azaroth42) [spec:w3c] [needs discussion]...

@pchampin, best add this page as one that will need to be updated as the RDF 1.2 effort moves further along.

It turned out that traditional content-negotiation is difficult for some static sites. Instead, schema.org relies on using a link header with rel=alternate: ```shell $ curl -I -L http://schema.org/ ... link:...

Some of your questions pertain to the schema.org setup, and what they are expected to return when resolving identifiers such as Person. They do have a Turtle version of their...

We definitely need to clean this up. Probably, clarify that the API methods return the JsonLdRecord (or sequence of JsonLdRecord) which is the WebIDL description of the internal representation, although...

Discussed on [today's call](https://json-ld.org/minutes/2024-07-10/#55). Anatoly Scherbakov: The issue about JSON Serialization: https://github.com/w3c/json-ld-api/issues/605 ✪ https://github.com/w3c/json-ld-api/issues/605 -> Issue 605 It is not clear enough what "JSON Serialization" is (by anatoly-scherbakov) [spec:editorial] [ErratumRaised]...

Summary: The Serialization/Deserialization steps have been separated from the API methods to allow for different serialization formats (YAML, CBOR) to work with the algorithms, and to allow a better description...

We would need to define what the "Object Representation" is, and really, it's not a representation of the Internal Representation, it _is_ the Internal Representation. The first two substitutions are...

We'll need a normative statement (in an appropriately normative section) that a processor MUST serialize the internal representation to JSON when responding to a content negotiated request for `application/json` or...

> @gkellogg > > > processor MUST serialize the internal representation to JSON when responding to a content negotiated request for application/json or a sub-type (such as application/ld+json) > >...