14 lines
No EOL
282 B
Text
Executable file
14 lines
No EOL
282 B
Text
Executable file
{
|
|
"@context": {
|
|
"ex": "http://example.org/vocab#",
|
|
"ex:date": {
|
|
"@type": "xsd:dateTime"
|
|
},
|
|
"xsd": "http://www.w3.org/2001/XMLSchema#"
|
|
},
|
|
"@id": "http://example.org/test#example",
|
|
"ex:date": [
|
|
"2011-01-25T00:00:00Z",
|
|
"2011-01-25T00:00:00Z"
|
|
]
|
|
} |