13 lines
616 B
Text
Executable file
13 lines
616 B
Text
Executable file
{
|
|
"@context": {
|
|
"type1": "http://example.com/t1",
|
|
"type2": "http://example.com/t2",
|
|
"@language": "de",
|
|
"term": { "@id": "http://example.com/term" },
|
|
"term1": { "@id": "http://example.com/term", "@container": "@list" },
|
|
"term2": { "@id": "http://example.com/term", "@container": "@list", "@language": "en" },
|
|
"term3": { "@id": "http://example.com/term", "@container": "@list", "@language": null },
|
|
"term4": { "@id": "http://example.com/term", "@container": "@list", "@type": "type1" },
|
|
"term5": { "@id": "http://example.com/term", "@container": "@list", "@type": "type2" }
|
|
}
|
|
}
|