Allow frames to say: "predicate p always points to a set" (Created ISSUE #44)

This issue is about making it easier for frames to specify that
certain predicates should always be represented as JSON arrays (sets)
wherever they occur. One approach is to allow explicit @structure
directives to augment a frame's context, such as:

  "@context": {
      "vcard:tel": {
          "@iri": "http://www.w3.org/2006/vcard/ns#tel",
           @structure": "@set"
       }
  }

More details, background, and rationale at:
https://github.com/json-ld/json-ld.org/issues/44

Best,

  Josh

Received on Thursday, 1 December 2011 22:05:36 UTC