13 lines
239 B
Text
Executable file
13 lines
239 B
Text
Executable file
{
|
|
"@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"
|
|
]
|
|
}
|