16 lines
363 B
Text
Executable file
16 lines
363 B
Text
Executable file
{
|
|
"@context": {
|
|
"@vocab": "http://example.org/vocab#"
|
|
},
|
|
"@id": "example-with-vocab",
|
|
"@type": "vocab-prefixed",
|
|
"property": "property expanded using @vocab",
|
|
"embed": {
|
|
"@context": {
|
|
"@vocab": null
|
|
},
|
|
"@id": "example-vocab-reset",
|
|
"@type": "document-relative",
|
|
"property": "@vocab reset, property will be dropped"
|
|
}
|
|
}
|