jsonld-ex/test/data/json-ld.org-test-suite/normalize-0015-in.jsonld

13 lines
142 B
Text
Raw Normal View History

{
"@context": {
"e": "http://example.org/vocab#"
},
"@graph": [
{
"@id": "e:A"
},
{
"@id": "e:B"
}
]
}