- From: Markus Lanthaler <markus.lanthaler@gmx.net>
- Date: Wed, 28 Sep 2011 14:40:03 +0200
- To: <public-linked-json@w3.org>
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