Fix expansion test that used an aliased keyword in the context
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Fri, 30 Mar 2012 01:18:05 +0800
changeset 428 23782cad332c
parent 427 7b13a000831e
child 429 4a7d4c44a9cf
Fix expansion test that used an aliased keyword in the context

This is not how it is specified to work - at least not till now. This is part of the discussion in #93.
test-suite/tests/expand-0006-in.jsonld
--- a/test-suite/tests/expand-0006-in.jsonld	Fri Mar 30 01:06:37 2012 +0800
+++ b/test-suite/tests/expand-0006-in.jsonld	Fri Mar 30 01:18:05 2012 +0800
@@ -1,10 +1,10 @@
 {
   "@context": {
     "http://example.org/test#property1": {
-      "@type": "uri"
+      "@type": "@id"
     },
     "http://example.org/test#property2": {
-      "@type": "uri"
+      "@type": "@id"
     },
     "uri": "@id"
   },
@@ -17,4 +17,4 @@
     "uri": "http://example.org/test#example4"
   },
   "uri": "http://example.org/test#example1"
-}
\ No newline at end of file
+}