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

16 lines
329 B
Text
Raw Normal View History

[
{
"@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"
}
]
}
]