16 lines
440 B
Text
Executable file
16 lines
440 B
Text
Executable file
{
|
|
"@context": {
|
|
"property": { "@id": "http://example.com/vocab/property", "@language": "de" },
|
|
"indexMap": { "@id": "http://example.com/vocab/indexMap", "@language": "en", "@container": "@index" }
|
|
},
|
|
"@id": "http://example.com/node",
|
|
"property": [
|
|
{
|
|
"@id": "http://example.com/propertyValueNode",
|
|
"indexMap": {
|
|
"expands to english string": "simple string"
|
|
}
|
|
},
|
|
"einfacher String"
|
|
]
|
|
}
|