14 lines
239 B
Text
14 lines
239 B
Text
|
{
|
||
|
"@context": {
|
||
|
"Bar": "http://example.com/vocab#Bar",
|
||
|
"foo": {
|
||
|
"@id": "http://example.com/vocab#foo",
|
||
|
"@type": "@id"
|
||
|
}
|
||
|
},
|
||
|
"foo": [
|
||
|
"http://example.com/vocab#Bar",
|
||
|
"http://example.com/vocab#Baz"
|
||
|
]
|
||
|
}
|