15 lines
302 B
Text
Executable file
15 lines
302 B
Text
Executable file
{
|
|
"@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"
|
|
}
|