16 lines
357 B
Text
Executable file
16 lines
357 B
Text
Executable file
{
|
|
"@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"
|
|
}
|
|
}
|
|
}
|