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

13 lines
369 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"
}
}
}