summaryrefslogtreecommitdiff
path: root/test/jsonld/1.1/compact/0064-out.jsonld
blob: 5bc1ec0a697747010fb62cfe3609bdcd6a136665 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "@context": {
    "property": { "@id": "http://example.com/property", "@container": "@index" }
  },
  "@id": "http://example.com.com/",
  "property": {
    "first": {
      "@language": "de",
      "@value": "Deutsche Zeichenfolge in @index-map"
    },
    "second": {
      "@language": "en",
      "@value": "English string in @index-map"
    }
  }
}