Expand-0014 should have @type value as an array.
authorGregg Kellogg <gregg@kellogg-assoc.com>
Thu, 05 Apr 2012 12:18:20 -0700
changeset 457 5560d5e762ae
parent 456 934e71f4d314
child 458 112a699d2ab9
Expand-0014 should have @type value as an array.
test-suite/tests/expand-0014-out.jsonld
--- a/test-suite/tests/expand-0014-out.jsonld	Thu Apr 05 22:47:04 2012 +0800
+++ b/test-suite/tests/expand-0014-out.jsonld	Thu Apr 05 12:18:20 2012 -0700
@@ -20,7 +20,7 @@
         "http://example.org/test#property5": [
           {
             "@value": "2012-03-31",
-            "@type": "http://www.w3.org/2001/XMLSchema#date"
+            "@type": ["http://www.w3.org/2001/XMLSchema#date"]
           }
         ]
       }