13 lines
221 B
Text
Executable file
13 lines
221 B
Text
Executable file
{
|
|
"@context": [
|
|
{
|
|
"v": "http://example.com/vocab#",
|
|
"term": "v:somethingElse"
|
|
},
|
|
{
|
|
"@vocab": "http://example.com/anotherVocab#",
|
|
"term": "term"
|
|
}
|
|
],
|
|
"term": "value of term"
|
|
}
|