Update rdf-0025 source with @container syntax.
authorGregg Kellogg <gregg@kellogg-assoc.com>
Fri, 30 Mar 2012 09:10:40 -0700
changeset 440 c7192edd0562
parent 439 d0c9731730cb
child 441 2e7621ef011f
Update rdf-0025 source with @container syntax.
test-suite/tests/rdf-0025.jsonld
--- a/test-suite/tests/rdf-0025.jsonld	Sat Mar 31 00:03:30 2012 +0800
+++ b/test-suite/tests/rdf-0025.jsonld	Fri Mar 30 09:10:40 2012 -0700
@@ -1,6 +1,6 @@
 {
   "@context": {
-    "knows": {"@id": "http://xmlns.com/foaf/0.1/knows", "@list": true}
+    "knows": {"@id": "http://xmlns.com/foaf/0.1/knows", "@container": "@list"}
   },
   "@id": "http://greggkellogg.net/foaf#me",
   "knows": ["Manu Sporny"]