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

19 lines
386 B
Plaintext
Executable file

[
{
"@id": "http://example.com/Subj1",
"@type": ["http://example.com/Type"],
"http://example.com/literalList": [{
"@list": [
{"@value": "apple"},
{"@value": "bananna"}
]
}],
"http://example.com/emptyList": [{
"@list": []
}],
"http://example.com/iriList": [{
"@list": [{"@id": "http://example.com/iri"}]
}]
}
]