jsonld-ex/test/data/json-ld.org-test-suite/compact-0004-context.jsonld
2017-03-24 23:08:41 +01:00

7 lines
247 B
Plaintext
Executable file

{
"@context": {
"mylist1": {"@id": "http://example.com/mylist1", "@container": "@list"},
"myset2": {"@id": "http://example.com/myset2", "@container": "@set"},
"myset3": {"@id": "http://example.com/myset3", "@container": "@set"}
}
}