summaryrefslogtreecommitdiff
path: root/test/jsonld/1.1/compact/0008-context.jsonld
blob: 770e2ce10b4d1359a49d085bb08a84265054bf0a (plain)
1
2
3
4
5
6
7
8
{
  "@context": {
    "http://example.org/test#property1": {"@type": "@id"},
    "http://example.org/test#property2": {"@type": "@id"},
    "http://example.org/test#property3": {"@type": "@id"},
    "uri": "@id"
  }
}