summaryrefslogtreecommitdiff
path: root/test/jsonld/1.1/compact/ep09-context.jsonld
blob: 15b0bacaf7c513a0090debde3704f6da6501248d (plain)
1
2
3
4
5
6
{
  "@context": {
    "foo": "http://example/foo/",
    "foo:bar": {"@id": "http://example/foo/bar", "@prefix": true}
  }
}