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

15 lines
No EOL
233 B
Text
Executable file

{
"@context": {
"e": "http://example.org/vocab#",
"e:B": {"@type": "@id"}
},
"@id": "http://example.org/test",
"e:A": {
"@id": "_:b1"
},
"e:B": "_:b1",
"e:embed": {
"@id": "_:b1",
"name": "foo"
}
}