jsonld-ex/test/data/json-ld.org-test-suite/expand-0072-in.jsonld
2017-03-24 23:08:41 +01:00

14 lines
221 B
Plaintext
Executable file

{
"@context": [
{
"v": "http://example.com/vocab#",
"term": "v:somethingElse"
},
{
"@vocab": "http://example.com/anotherVocab#",
"term": "term"
}
],
"term": "value of term"
}