JSON-LD Community Group Telecon
Minutes for 2012-01-17
Markus Lanthaler is scribing.
Topic: Plan to finish documents
PROPOSAL:  Decouple the JSON-LD Syntax specification from the JSON-LD API specification.
RESOLUTION:  Decouple the JSON-LD Syntax specification from the JSON-LD API specification.
Topic: ISSUE-43: Use of IRIs and CURIEs as @context keys
PROPOSAL:  When expanding JSON-LD keys outside of the @context, perform a direct comparison on the @context keys first, then run the CURIE expansion algorithm using the @context keys.
RESOLUTION:  When expanding JSON-LD keys outside of the @context, perform a direct comparison on the @context keys first, then run the CURIE expansion algorithm using the @context keys.
PROPOSAL:  If a CURIE as a key in the @context is not bound to an @id, the @id is determined by expanding the key as a CURIE.
RESOLUTION:  If a CURIE as a key in the @context is not bound to an @id, the @id is determined by expanding the key as a CURIE.
PROPOSAL:  The type coercion algorithm only checks for equality in the @context keys when attempting to find a type coercion rule.
RESOLUTION:  The type coercion algorithm only checks for equality in the context when attempting to find a type coercion rule.
Topic: ISSUE-44: Allow frames to say: "predicate p always points to a set"
PROPOSAL:  Add the @container keyword to JSON-LD and allow it's value to be '@list' to specify that values MUST be interpreted as a RDF List.