1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
{ "@context": { "@vocab": "http://example.org/", "Type": { "@context": { "@vocab": "http://example.com/" } } }, "foo": "org", "p": { "@type": "Type", "foo": "com", "nested": { "nested-prop": "org" } } }