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

16 lines
329 B
Plaintext
Executable file

[
{
"@id": "http://example.org/test#book",
"http://example.org/vocab#contains": [
{
"@id": "http://example.org/test#chapter"
}
],
"http://purl.org/dc/elements/1.1/title": [
{
"@value": "Title"
}
]
}
]