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

10 lines
163 B
Text
Raw Normal View History

{
"@context": {
"ex": "http://example.org/ns#",
"ex:property": {
"@container": "@list"
}
},
"@id": "ex:property",
"ex:property": [1, 2]
}