jsonld-ex/test/data/json-ld.org-test-suite/normalize-0053-in.jsonld
2017-03-24 23:08:41 +01:00

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"]
}