Zonker2
Zonker2
In section 3.2, > An [IRI](https://tools.ietf.org/html/rfc3987#section-2) is generated for the [string](https://infra.spec.whatwg.org/#javascript-string) value specified using @id or @type. Up to this point, no example of @type being understood as an IRI...
In Example 45, `interest.name` expands to `http://schema.org/name` despite `interest` having a property-scoped context with vocabulary set to `http://xmlns.com/foaf/0.1` (and foaf defining a property `name`.) Is this because the domain of...
In 4.1.8 > Expanding this document, uses a combination of terms defined in the outer context, and those defined specifically for that term in a [property-scoped context](https://www.w3.org/TR/json-ld/#dfn-property-scoped-context). strike the first...
After Example 29, it says > If this document were located at http://example/document, it would expand as follows: However, Example 29 sets “@base” to , so the if clause would...
Section 4 contains > See 4.5 Embedding details these concepts. “See” should be stuck.
In Section 3.4, > A Context Definition also may contain expanded term definitions, which are also represented using JSON objects. “also” to what? The sentence makes more sense if both...
Section 3.1 contains: > [Expanded term definitions](https://www.w3.org/TR/json-ld/#dfn-expanded-term-definition) may be defined using [IRIs](https://tools.ietf.org/html/rfc3987#section-2) or [compact IRIs](https://www.w3.org/TR/json-ld/#dfn-compact-iri) as keys, which is mainly used to associate type or language information with an [IRIs](https://tools.ietf.org/html/rfc3987#section-2)...