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

20 lines
314 B
Plaintext
Executable file

[
{
"@context": {
"e": "http://example.org/vocab#",
"e:B": {
"@type": "@id"
},
"xsd": "http://www.w3.org/2001/XMLSchema#"
},
"@id": "http://example.org/test",
"e:A": {
"@id": "_:b1"
},
"e:B": "_:b1"
},
{
"@id": "_:b1",
"name": "foo"
}
]