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

21 lines
479 B
Plaintext
Executable file

[
{
"@id": "http://example.com/U",
"@graph": [
{
"@id": "http://example.com/Subj1",
"@type": ["http://example.com/Type"],
"http://example.com/ref": [{"@id": "http://example.com/U"}],
"http://example.com/list": [{
"@list": [
{"@value": "a"},
{"@value": "b"}
]
}]
}
],
"@type": ["http://example.com/Graph"],
"http://example.com/name": [{"@value": "Graph"}]
}
]