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

10 lines
169 B
Text
Raw Normal View History

{
"@context": {
"ex": "http://example.org/vocab#"
},
"@id": "http://example.org/test#example",
"@type": "ex:Foo",
"ex:embed": {
"@type": "ex:Bar"
}
}