summaryrefslogtreecommitdiff
path: root/test/jsonld/1.1/compact/0010-context.jsonld
blob: 9f020bd7b3c7eaa4fb6f22b4df50b38d19bce56b (plain)
1
2
3
4
5
6
{
  "@context": {
    "homepage": {"@id": "http://xmlns.com/foaf/0.1/homepage", "@type": "@id"},
    "name": "http://xmlns.com/foaf/0.1/name"
  }
}