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

17 lines
363 B
Plaintext
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"
}
}