summaryrefslogtreecommitdiff
path: root/test/jsonld/1.1/compact/0014-in.jsonld
blob: 831f1ca9bc55d9da082348bf513580e61f1e7410 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[
  {
    "@id": "http://example.com/john",
    "http://xmlns.com/foaf/0.1/homepage": {
      "@id": "http://john.doe.org/"
    },
    "http://xmlns.com/foaf/0.1/name": "John Doe"
  },
  {
    "@id": "http://example.com/jane",
    "http://xmlns.com/foaf/0.1/name": "Jane Doe"
  }
]