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

10 lines
134 B
Plaintext
Executable file

{
"@context": {
"term": "http://example/term"
},
"@graph": [{
"@id": "http://example/foo",
"term": ["value"]
}]
}