summaryrefslogtreecommitdiff
path: root/test/jsonld/1.1/compact/0044-out.jsonld
blob: 3a13df696e2aa5aa4517e9ed358614f4a804da50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "@context": {
    "name": "http://xmlns.com/foaf/0.1/name",
    "knows": { "@id": "http://xmlns.com/foaf/0.1/knows", "@type": "@id" },
    "knowsVocab": { "@id": "http://xmlns.com/foaf/0.1/knows", "@type": "@vocab" },
    "DefinedTerm": "http://example.com/people/DefinedTerm"
  },
  "@id": "http://example.com/people/markus",
  "name": "Markus Lanthaler",
  "@reverse": {
    "knows": "http://example.com/people/dave",
    "knowsVocab": "DefinedTerm"
  }
}