JSON-LD Community Group Telecon
Minutes for 2011-12-20
David I. Lehn is scribing.
Topic: Updates to JSON-LD implementations
Topic: Case sensitivity in JSON-LD
PROPOSAL: JSON-LD is case-sensitive.
RESOLUTION: JSON-LD is case-sensitive.
Topic: ISSUE-16: Linking Instance Documents and Context Documents
PROPOSAL: Support the use of the HTTP "Link" header to associate a JSON-LD context with JSON documents.
RESOLUTION: Support the use of the HTTP "Link" header to associate a JSON-LD context with JSON documents.
PROPOSAL: The relation name used in a Link header to associate a JSON-LD context with a JSON document will be "describedby".
RESOLUTION: The relation name used in a Link header to associate a JSON-LD context with a JSON document will be "describedby".
PROPOSAL: A JSON-LD document MUST NOT be published with a Link header using the "describedby" publishing pattern.
PROPOSAL: A JSON-LD document SHOULD NOT be published with a Link header using the "describedby" publishing pattern.
PROPOSAL: A JSON-LD document MUST have all context information required for processing within the body of the document.
RESOLUTION: A JSON-LD document MUST have all context information required for processing within the body of the document.
Topic: ISSUE-41: IRI expansion within @context
PROPOSAL: IRI expansion should work in @context for prefixes used on the right-hand side of prefix declarations, including @type and @id.
can be solved with limits
back and forth discussion on recursion issues and resolving prefixes. recursive algorithm may be more flexible and easier to teach. issues with complexity and may require cycle limits.
PROPOSAL: IRI expansion should work in @context for prefixes used on the right-hand side of prefix declarations, including @type and @id. The IRI expansion algorithm SHOULD be recursive, in that it continues to execute as long as one prefix is expanded in the current cycle. If a cycle is detected during resolution, then an exception MUST be thrown.
s/@iri/@id/! :)
RESOLUTION: IRI expansion should work in @context for prefixes and terms used on the right-hand side of prefix/term declarations, including @type and @id. The IRI expansion algorithm SHOULD be recursive, in that it continues to execute as long as one prefix/term is expanded in the current cycle. If a cycle is detected during resolution, then an exception MUST be thrown.
Topic: ISSUE-43: Use of IRIs and CURIEs as @context keys
PROPOSAL: Allow IRI expansion to operate in @context for prefixes on the left-hand side of prefix declarations. The IRI expansion mechanism SHOULD be recursive, in that it continues to execute as long as one prefix/term is expanded in the current cycle. If a cycle is detected during resolution, then an exception MUST be thrown.
discussion on tricky details of the issue.
postpone ISSUE-43 to mailing list and later discussion
next telecon Jan 10, 2012