--- a/spec/latest/json-ld-syntax/index.html Wed May 16 19:21:26 2012 +0800
+++ b/spec/latest/json-ld-syntax/index.html Wed May 16 19:26:31 2012 +0800
@@ -1232,13 +1232,12 @@
{
****"@context":
{
- "xsd": "http://www.w3.org/2001/XMLSchema#",
"modified":
{
"@id": "http://purl.org/dc/terms/modified",
- "@type": "xsd:dateTime"
+ "@type": "http://www.w3.org/2001/XMLSchema#dateTime"
}
- }****
+ },****
...
"modified": "2010-05-29T14:17:39+02:00",
...
@@ -1251,11 +1250,18 @@
<pre class="example" data-transform="updateExample">
<!--
{
+ "@context":
+ {
+ "modified":
+ {
+ "@id": "http://purl.org/dc/terms/modified"
+ }
+ },
...
"modified":
****{
"@value": "2010-05-29T14:17:39+02:00",
- "@type": "xsd:dateTime"
+ "@type": "http://www.w3.org/2001/XMLSchema#dateTime"
}****
...
}