summaryrefslogtreecommitdiff
path: root/test/jsonld/1.1/compact/s001-context.jsonld
blob: 41a0cf97d36d185c1649418b5be7a57068ba22f6 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "@context": {
    "mylist": {"@id": "http://example.com/mylist", "@container": ["@list"]},
    "myset": {"@id": "http://example.com/myset", "@container": ["@set"]},
    "myid": {"@id": "http://example.com/myid", "@container": ["@id"]},
    "mytype": {"@id": "http://example.com/mytype", "@container": ["@type"]},
    "mylanguage": {"@id": "http://example.com/mylanguage", "@container": ["@language"]},
    "myindex": {"@id": "http://example.com/myindex", "@container": ["@index"]}
  }
}