summaryrefslogtreecommitdiff
path: root/test/jsonld/1.1/compact/0060-out.jsonld
blob: c183efb0c6d179d68b1eb928854743eb99065ac7 (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": "@id"
    }
  },
  "foo": [
    "http://example.com/vocab#Bar",
    "http://example.com/vocab#Baz"
  ]
}