12 lines
255 B
Text
Executable file
12 lines
255 B
Text
Executable file
{
|
|
"@context": {
|
|
"name": { "@id": "http://example.com/property", "@container": "@list" }
|
|
},
|
|
"@id": "http://example.com/node",
|
|
"http://example.com/property": {
|
|
"@list": [
|
|
"one item"
|
|
],
|
|
"@index": "an index"
|
|
}
|
|
}
|