summaryrefslogtreecommitdiff
path: root/test/jsonld/1.1/compact/0059-out.jsonld
blob: 75f7156003f87792adcd47b2b10e964506f0b641 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "@context": {
    "Bar": "http://example.com/vocab#Bar",
    "foo": {
      "@id": "http://example.com/vocab#foo",
      "@type": "@vocab"
    }
  },
  "foo": [
    "Bar",
    "http://example.com/vocab#Baz"
  ]
}