Revert "Expand-0014 should have @type value as an array."
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Fri, 06 Apr 2012 22:21:11 +0800
changeset 464 1e59804d1a2e
parent 463 f1017a39c4e0
child 465 b039cf8abf56
Revert "Expand-0014 should have @type value as an array."

This reverts commit 1208cce3af2254ad8a7a421ffff6fa826ef82988. If @type is used as data type it shouldn't be converted to an array.
test-suite/tests/expand-0014-out.jsonld
--- a/test-suite/tests/expand-0014-out.jsonld	Thu Apr 05 22:27:34 2012 -0400
+++ b/test-suite/tests/expand-0014-out.jsonld	Fri Apr 06 22:21:11 2012 +0800
@@ -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"
           }
         ]
       }