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

13 lines
377 B
Plaintext
Executable file

[{
"@id": "http://example.org/test#example1",
"http://example.org/vocab#date": [{
"@value": "2011-01-25T00:00:00Z",
"@type": "http://www.w3.org/2001/XMLSchema#dateTime"
}],
"http://example.org/vocab#embed": [{
"@id": "http://example.org/test#example2",
"http://example.org/vocab#parent": [{
"@id": "http://example.org/test#example1"
}]
}]
}]