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

10 lines
255 B
Plaintext
Executable file

{
"@context": {
"mylist": {"@id": "http://example.com/mylist", "@container": "@list"},
"myset": {"@id": "http://example.com/myset", "@container": "@set"}
},
"@id": "http://example.org/id",
"mylist": [1, 2, 2, 3],
"myset": [1, 2, 2, 3]
}