18 lines
494 B
Text
Executable file
18 lines
494 B
Text
Executable file
{
|
|
"@context": {
|
|
"t1": "http://example.com/t1",
|
|
"t2": "http://example.com/t2",
|
|
"term1": "http://example.com/term1",
|
|
"term2": "http://example.com/term2",
|
|
"term3": "http://example.com/term3",
|
|
"term4": "http://example.com/term4",
|
|
"term5": "http://example.com/term5"
|
|
},
|
|
"@id": "http://example.com/id1",
|
|
"@type": "t1",
|
|
"term1": "v1",
|
|
"term2": {"@value": "v2", "@type": "t2"},
|
|
"term3": {"@value": "v3", "@language": "en"},
|
|
"term4": 4,
|
|
"term5": [50, 51]
|
|
}
|