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

10 lines
230 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", "_" ]
}