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

19 lines
218 B
Text
Raw Normal View History

{
"@context": {
"graph": "@graph",
"term": "http://example.org/term"
},
"graph": [
{
"term": {
"@list": [1]
}
},
{
"term": {
"@list": [2]
}
}
]
}