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