Multiple contexts (ISSUE-32)

Is it possible to have multiple contexts in a JSON-LD document? I think we
discussed this already but we haven't come to a conclusion yet.

So, what I mean is something like

{
  "@context": { ... },
  "name": "Markus",
  ... some more data ...
  "details": {
    "@context": { ... },
    "name": "My Company"
  }
}

where the second context overwrites the first one. From reading the spec
(active context) I would conclude that it is possible but I'm not sure. We
should be a bit clearer in this regard.


--
Markus Lanthaler
@markuslanthaler

Received on Wednesday, 28 September 2011 12:40:34 UTC