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

9 lines
180 B
Text
Raw Normal View History

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