Update frame-0021 to use ex:list instead of the apocryphal dc:list.
authorGregg Kellogg <gregg@greggkellogg.net>
Sun, 27 Jul 2014 12:59:15 -0700
changeset 2168 27a755311ba6
parent 2167 44bb6afefe3f
child 2169 d9931fa29042
Update frame-0021 to use ex:list instead of the apocryphal dc:list.
This addresses issue #359
test-suite/tests/frame-0021-frame.jsonld
test-suite/tests/frame-0021-in.jsonld
test-suite/tests/frame-0021-out.jsonld
--- a/test-suite/tests/frame-0021-frame.jsonld	Thu Jul 24 11:17:01 2014 -0700
+++ b/test-suite/tests/frame-0021-frame.jsonld	Sun Jul 27 12:59:15 2014 -0700
@@ -2,6 +2,6 @@
   "@context": {
     "dc": "http://purl.org/dc/elements/1.1/",
     "ex": "http://example.org/vocab#",
-    "dc:list": {"@container": "@list"}
+    "ex:list": {"@container": "@list"}
   }
 }
\ No newline at end of file
--- a/test-suite/tests/frame-0021-in.jsonld	Thu Jul 24 11:17:01 2014 -0700
+++ b/test-suite/tests/frame-0021-in.jsonld	Sun Jul 27 12:59:15 2014 -0700
@@ -6,7 +6,7 @@
     "ex:contains": {
       "@type": "@id"
     },
-    "dc:list": {"@container": "@list"}
+    "ex:list": {"@container": "@list"}
   },
   "@graph": [
   {
@@ -27,6 +27,6 @@
     "@type": "ex:Chapter",
     "dc:description": "An introductory chapter on The Republic.",
     "dc:title": "The Introduction",
-    "dc:list": [1, 2, 3, 4, 4, 4, 5]
+    "ex:list": [1, 2, 3, 4, 4, 4, 5]
   }]
 }
\ No newline at end of file
--- a/test-suite/tests/frame-0021-out.jsonld	Thu Jul 24 11:17:01 2014 -0700
+++ b/test-suite/tests/frame-0021-out.jsonld	Sun Jul 27 12:59:15 2014 -0700
@@ -2,7 +2,7 @@
   "@context": {
     "dc": "http://purl.org/dc/elements/1.1/",
     "ex": "http://example.org/vocab#",
-    "dc:list": {"@container": "@list"}
+    "ex:list": {"@container": "@list"}
   },
   "@graph": [
   {
@@ -21,7 +21,7 @@
         "@type": "ex:Chapter",
         "dc:description": "An introductory chapter on The Republic.",
         "dc:title": "The Introduction",
-        "dc:list": [1, 2, 3, 4, 4, 4, 5]
+        "ex:list": [1, 2, 3, 4, 4, 4, 5]
       }
     }
   }, {
@@ -32,7 +32,7 @@
       "@type": "ex:Chapter",
       "dc:description": "An introductory chapter on The Republic.",
       "dc:title": "The Introduction",
-      "dc:list": [1, 2, 3, 4, 4, 4, 5]
+      "ex:list": [1, 2, 3, 4, 4, 4, 5]
     },
     "dc:creator": "Plato",
     "dc:title": "The Republic"
@@ -40,7 +40,7 @@
     "@id": "http://example.org/library/the-republic#introduction",
     "@type": "ex:Chapter",
     "dc:description": "An introductory chapter on The Republic.",
-    "dc:list": [1, 2, 3, 4, 4, 4, 5],
+    "ex:list": [1, 2, 3, 4, 4, 4, 5],
     "dc:title": "The Introduction"
   }]
 }