jsonld-ex/test/data/json-ld.org-test-suite/compact-0061-out.jsonld
2017-03-24 23:08:41 +01:00

16 lines
302 B
Plaintext
Executable file

{
"@context": {
"Bar": "http://example.com/vocab#Bar",
"fooI": {
"@id": "http://example.com/vocab#foo",
"@type": "@id"
},
"fooV": {
"@id": "http://example.com/vocab#foo",
"@type": "@vocab"
}
},
"fooV": "Bar",
"fooI": "http://example.com/vocab#Baz"
}