jsonld-ex/test/data/json-ld.org-test-suite/flatten-0045-in.jsonld

9 lines
195 B
Text
Raw Normal View History

{
"@context": {
"foo": "http://example.org/foo",
"bar": { "@reverse": "http://example.org/bar", "@type": "@id" }
},
"foo": "Foo",
"bar": [ "http://example.org/origin", "_:b0" ]
}