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

14 lines
296 B
Plaintext
Executable file

{
"@context": {
"@vocab": "http://example.org/vocab#",
"date": { "@type": "dateTime" }
},
"@id": "example1",
"@type": "test",
"date": "2011-01-25T00:00:00Z",
"embed": {
"@id": "example2",
"expandedDate": { "@value": "2012-08-01T00:00:00Z", "@type": "dateTime" }
}
}