summaryrefslogtreecommitdiff
path: root/test/jsonld/1.1/compact/0035-context.jsonld
blob: b61dab00e14a3a6a4b0e69be459c41ae5b9ebbe6 (plain)
1
2
3
4
5
6
{
  "@context": {
    "name": "http://xmlns.com/foaf/0.1/name",
    "isKnownBy": { "@reverse": "http://xmlns.com/foaf/0.1/knows", "@type": "@id" }
  }
}