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

11 lines
254 B
Plaintext
Executable file

{
"@context": {
"ex": "http://example.org/vocab#",
"ex:validFrom": {
"@type": "xsd:dateTime"
},
"xsd": "http://www.w3.org/2001/XMLSchema#"
},
"@id": "http://example.org/test#example",
"ex:validFrom": "2011-01-25T00:00:00Z"
}