9 lines
195 B
Text
9 lines
195 B
Text
|
{
|
||
|
"@context": {
|
||
|
"foo": "http://example.org/foo",
|
||
|
"bar": { "@reverse": "http://example.org/bar", "@type": "@id" }
|
||
|
},
|
||
|
"foo": "Foo",
|
||
|
"bar": [ "http://example.org/origin", "_:b0" ]
|
||
|
}
|