9 lines
230 B
Text
Executable file
9 lines
230 B
Text
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", "_" ]
|
|
}
|