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

10 lines
228 B
Plaintext
Executable file

{
"@context": {
"foo": "http://example.com/foo/",
"foo:bar": "http://example.com/bar",
"bar": {"@id": "foo:bar", "@type": "@id"},
"_": "http://example.com/underscore/"
},
"@type": ["foo", "foo:bar", "_"]
}