jsonld-ex/test/data/json-ld.org-test-suite/compact-0019-out.jsonld

10 lines
255 B
Text
Raw Normal View History

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