8 lines
No EOL
217 B
Text
Executable file
8 lines
No EOL
217 B
Text
Executable file
{
|
|
"@context": {
|
|
"prop1": "http://example.org/test#property1",
|
|
"prop2": {"@id": "http://example.org/test#property2", "@container": "@list"}
|
|
},
|
|
"prop1": {"@list": ["1","2","3"]},
|
|
"prop2": ["4","5","6"]
|
|
} |