13 lines
447 B
Text
Executable file
13 lines
447 B
Text
Executable file
[
|
|
{
|
|
"@id": "http://json-ld.org/test-suite/tests/example-with-vocab",
|
|
"@type": [ "http://example.org/vocab#vocab-prefixed" ],
|
|
"http://example.org/vocab#embed": [
|
|
{
|
|
"@id": "http://json-ld.org/test-suite/tests/example-vocab-reset",
|
|
"@type": [ "http://json-ld.org/test-suite/tests/document-relative" ]
|
|
}
|
|
],
|
|
"http://example.org/vocab#property": [ { "@value": "property expanded using @vocab" } ]
|
|
}
|
|
]
|