Gregg Kellogg

Results 503 comments of Gregg Kellogg

Discussed on [today's call](https://json-ld.org/minutes/2024-07-10/#28) ✪ https://github.com/w3c/json-ld-api/issues/603 -> Issue 603 toRdf() and flatten() API require extractAllScripts to default to true (by gkellogg) [spec:enhancement] [needs discussion] [ErratumRaised] ✪ Anatoly Scherbakov: Dlehn I...

Summary: Explicitly set the default value for `extractAllScripts` to `true` in `toRdf()`.

This follows [RFC3987 resolution of IRI references](https://datatracker.ietf.org/doc/html/rfc3987#page-32), which does not have special provision for IRIs ending with `#`. See the [IRI Expansion Algorithm](https://www.w3.org/TR/json-ld11-api/#algorithm-4) step 8. > Otherwise, if document relative...

Certainly, you can use `@vocab` for thins like `@type` IRI expansion. `@type` is special as it can expand either relative to the vocabulary or document base. Vocabulary expansion, also used...

Without going into your examples too far, you might look at [Nested Properties](https://www.w3.org/TR/json-ld11/#nested-properties) which an allow nesting at arbitrary depth.

Speaking of the SDL, it is entirely open source and the components on which it is built could easily be used as part of a CI for any project (see...

> @thanks @gkellogg - we also had useful discussions a while back about sharing the opensource code (or at least UI style) that we have in schema.org (inspired by SDTT),...

> Speaking of the SDL, it is entirely open source and the components on which it is built could easily be used as part of a CI for any project...

This issue was discussed in the 2024-12-11 meeting Topic: Profile Negotiation ✪ Gregg Kellogg: We did have an open issue on this ✪ ... and now we have a good...