summaryrefslogtreecommitdiff
path: root/test/jsonld/1.1/compact/0057-in.jsonld
blob: 47a3075152cef4cec841f92de2483c4044f4de91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "@context": {
    "name": "http://xmlns.com/foaf/0.1/name",
    "homepageID": { "@id": "http://xmlns.com/foaf/0.1/homepage", "@type": "@id" },
    "homepageV": { "@id": "http://xmlns.com/foaf/0.1/homepage", "@type": "@vocab" },
    "linkID": { "@id": "http://example.com/link", "@type": "@id" },
    "linkV": { "@id": "http://example.com/link", "@type": "@vocab" },
    "MarkusHomepage": "http://www.markus-lanthaler.com/",
    "relative-iri": "http://example.com/error-if-this-is-used-for-link"
  },
  "@id": "http://me.markus-lanthaler.com/",
  "name": "Markus Lanthaler",
  "homepageV": "MarkusHomepage",
  "linkID": "relative-iri"
}