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

19 lines
218 B
Plaintext
Executable file

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