9 lines
149 B
Text
Executable file
9 lines
149 B
Text
Executable file
{
|
|
"@context": [{
|
|
"foo": "http://example.com/foo"
|
|
}, {
|
|
"bar": "http://example.com/bar"
|
|
}],
|
|
"foo": "foo-value",
|
|
"bar": "bar-value"
|
|
}
|