jsonld-ex/test/data/json-ld.org-test-suite/flatten-0045-in.jsonld
2017-03-24 23:08:41 +01:00

9 lines
195 B
Plaintext
Executable file

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