16 lines
302 B
Text
16 lines
302 B
Text
|
{
|
||
|
"@context": {
|
||
|
"Bar": "http://example.com/vocab#Bar",
|
||
|
"fooI": {
|
||
|
"@id": "http://example.com/vocab#foo",
|
||
|
"@type": "@id"
|
||
|
},
|
||
|
"fooV": {
|
||
|
"@id": "http://example.com/vocab#foo",
|
||
|
"@type": "@vocab"
|
||
|
}
|
||
|
},
|
||
|
"fooV": "Bar",
|
||
|
"fooI": "http://example.com/vocab#Baz"
|
||
|
}
|