jsonld-ex/test/data/json-ld.org-test-suite/flatten-0044-out.jsonld

10 lines
134 B
Text
Raw Normal View History

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