summaryrefslogtreecommitdiff
path: root/test/jsonld/1.1/compact/m009-context.jsonld
blob: 722af08d07157c14088f0880e7ef41c56b6b5f23 (plain)
1
2
3
4
5
6
7
8
{
  "@context": {
    "author": {
      "@id": "http://example.com/vocab/author",
      "@container": "@index"
    }
  }
}