Update playground and EARL reports.
authorDave Longley <dlongley@digitalbazaar.com>
Fri, 03 May 2013 10:50:00 -0400
changeset 1617 b7d817743ba3
parent 1616 ee8106ba8116
child 1618 b420ed168c5b
Update playground and EARL reports.
playground/jsonld.js
test-suite/reports/earl.jsonld
test-suite/reports/earl.ttl
test-suite/reports/index.html
test-suite/reports/jsonld.js-earl.jsonld
test-suite/reports/jsonld.js-earl.ttl
test-suite/reports/php-json-ld-earl.jsonld
test-suite/reports/php-json-ld-earl.ttl
test-suite/reports/pyld-earl.jsonld
test-suite/reports/pyld-earl.ttl
--- a/playground/jsonld.js	Fri May 03 10:25:17 2013 -0400
+++ b/playground/jsonld.js	Fri May 03 10:50:00 2013 -0400
@@ -894,8 +894,8 @@
 if(typeof process === 'undefined' || !process.nextTick) {
   if(typeof setImmediate === 'function') {
     jsonld.setImmediate = setImmediate;
-    jsonld.nextTick = function (callback) {
-      return window.setImmediate(callback);
+    jsonld.nextTick = function(callback) {
+      return setImmediate(callback);
     };
   }
   else {
@@ -4354,7 +4354,7 @@
 
     // expand and add @id mapping, set @type to @id
     mapping['@id'] = _expandIri(
-      activeCtx, reverse, {vocab: true, base: true}, localCtx, defined);
+      activeCtx, reverse, {vocab: true, base: false}, localCtx, defined);
     mapping['@type'] = '@id';
     mapping.reverse = true;
   }
@@ -4369,7 +4369,7 @@
     if(id !== term) {
       // expand and add @id mapping
       mapping['@id'] = _expandIri(
-        activeCtx, id, {vocab: true, base: true}, localCtx, defined);
+        activeCtx, id, {vocab: true, base: false}, localCtx, defined);
     }
   }
 
--- a/test-suite/reports/earl.jsonld	Fri May 03 10:25:17 2013 -0400
+++ b/test-suite/reports/earl.jsonld	Fri May 03 10:50:00 2013 -0400
@@ -5266,31 +5266,34 @@
               "@type": "earl:Assertion",
               "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0047",
               "subject": "https://github.com/digitalbazaar/jsonld.js",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "https://github.com/dlongley"
             },
             {
               "@type": "earl:Assertion",
               "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0047",
               "subject": "https://github.com/digitalbazaar/php-json-ld",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "https://github.com/dlongley"
             },
             {
               "@type": "earl:Assertion",
               "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0047",
               "subject": "https://github.com/digitalbazaar/pyld",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "https://github.com/dlongley"
             },
             {
               "@type": "earl:Assertion",
--- a/test-suite/reports/earl.ttl	Fri May 03 10:25:17 2013 -0400
+++ b/test-suite/reports/earl.ttl	Fri May 03 10:50:00 2013 -0400
@@ -3086,20 +3086,23 @@
   mf:action <http://json-ld.org/test-suite/tests/compact-0047-in.jsonld>;
   earl:assertions (
     [ a earl:Assertion;
-      earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0047>;
-      earl:subject <https://github.com/digitalbazaar/jsonld.js>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
-    [ a earl:Assertion;
+      earl:assertedBy <https://github.com/dlongley>;
       earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0047>;
-      earl:subject <https://github.com/digitalbazaar/php-json-ld>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
-    [ a earl:Assertion;
+      earl:subject <https://github.com/digitalbazaar/jsonld.js>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <https://github.com/dlongley>;
       earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0047>;
-      earl:subject <https://github.com/digitalbazaar/pyld>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:subject <https://github.com/digitalbazaar/php-json-ld>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <https://github.com/dlongley>;
+      earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0047>;
+      earl:subject <https://github.com/digitalbazaar/pyld>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0047>;
       earl:subject <https://github.com/lanthaler/JsonLD>;
--- a/test-suite/reports/index.html	Fri May 03 10:25:17 2013 -0400
+++ b/test-suite/reports/index.html	Fri May 03 10:50:00 2013 -0400
@@ -4560,33 +4560,36 @@
             <td>
               <a href='#test_t0047'>Round-trip relative URLs</a>
             </td>
-            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
-              <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0047' property='earl:test' />
-              <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' />
-              <link href='earl:notAvailable' property='earl:mode' />
-              <span property='earl:result' typeof='earl:TestResult'>
-                <span property='earl:outcome' resource='earl:untested'>
-                  UNTESTED
-                </span>
-              </span>
-            </td>
-            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='https://github.com/dlongley' property='earl:assertedBy' />
               <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0047' property='earl:test' />
-              <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' />
-              <link href='earl:notAvailable' property='earl:mode' />
-              <span property='earl:result' typeof='earl:TestResult'>
-                <span property='earl:outcome' resource='earl:untested'>
-                  UNTESTED
-                </span>
-              </span>
-            </td>
-            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='https://github.com/dlongley' property='earl:assertedBy' />
               <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0047' property='earl:test' />
-              <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' />
-              <link href='earl:notAvailable' property='earl:mode' />
-              <span property='earl:result' typeof='earl:TestResult'>
-                <span property='earl:outcome' resource='earl:untested'>
-                  UNTESTED
+              <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='https://github.com/dlongley' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0047' property='earl:test' />
+              <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
                 </span>
               </span>
             </td>
@@ -5536,14 +5539,14 @@
             <td>
               Percentage passed out of 66 Tests
             </td>
-            <td class='passed-most'>
-              98.5%
-            </td>
-            <td class='passed-most'>
-              98.5%
-            </td>
-            <td class='passed-most'>
-              98.5%
+            <td class='passed-all'>
+              100.0%
+            </td>
+            <td class='passed-all'>
+              100.0%
+            </td>
+            <td class='passed-all'>
+              100.0%
             </td>
             <td class='passed-most'>
               98.5%
@@ -11040,8 +11043,8 @@
                     <td>
                       JSON-LD to Compaction tests use object compare
                     </td>
-                    <td class='passed-most'>
-                      65/66 (98.5%)
+                    <td class='passed-all'>
+                      66/66 (100.0%)
                     </td>
                   </tr>
                   <tr>
@@ -11124,8 +11127,8 @@
                     <td>
                       JSON-LD to Compaction tests use object compare
                     </td>
-                    <td class='passed-most'>
-                      65/66 (98.5%)
+                    <td class='passed-all'>
+                      66/66 (100.0%)
                     </td>
                   </tr>
                   <tr>
@@ -11208,8 +11211,8 @@
                     <td>
                       JSON-LD to Compaction tests use object compare
                     </td>
-                    <td class='passed-most'>
-                      65/66 (98.5%)
+                    <td class='passed-all'>
+                      66/66 (100.0%)
                     </td>
                   </tr>
                   <tr>
--- a/test-suite/reports/jsonld.js-earl.jsonld	Fri May 03 10:25:17 2013 -0400
+++ b/test-suite/reports/jsonld.js-earl.jsonld	Fri May 03 10:50:00 2013 -0400
@@ -59,7 +59,7 @@
     "foaf:homepage": "https://github.com/dlongley"
   },
   "dc:date": {
-    "@value": "02",
+    "@value": "2013-05-03",
     "@type": "xsd:date"
   },
   "subjectOf": [
@@ -70,7 +70,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0001",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.510Z",
+        "dc:date": "2013-05-03T14:39:27.445Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -81,7 +81,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0001",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.516Z",
+        "dc:date": "2013-05-03T14:39:27.451Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -92,7 +92,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0002",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.544Z",
+        "dc:date": "2013-05-03T14:39:27.456Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -103,7 +103,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0002",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.548Z",
+        "dc:date": "2013-05-03T14:39:27.458Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -114,7 +114,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0003",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.557Z",
+        "dc:date": "2013-05-03T14:39:27.459Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -125,18 +125,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0003",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.559Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0004",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.571Z",
+        "dc:date": "2013-05-03T14:39:27.461Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -147,7 +136,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0004",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.576Z",
+        "dc:date": "2013-05-03T14:39:27.463Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0004",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:27.466Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -158,7 +158,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0005",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.587Z",
+        "dc:date": "2013-05-03T14:39:27.468Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -169,18 +169,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0005",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.589Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0006",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.594Z",
+        "dc:date": "2013-05-03T14:39:27.470Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -191,18 +180,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0006",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.600Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0007",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.606Z",
+        "dc:date": "2013-05-03T14:39:27.472Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0006",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:27.475Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -213,7 +202,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0007",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.609Z",
+        "dc:date": "2013-05-03T14:39:27.478Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0007",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:27.479Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -224,7 +224,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0008",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.619Z",
+        "dc:date": "2013-05-03T14:39:27.486Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -235,7 +235,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0008",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.620Z",
+        "dc:date": "2013-05-03T14:39:27.488Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -246,7 +246,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0009",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.626Z",
+        "dc:date": "2013-05-03T14:39:27.494Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -257,18 +257,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0009",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.629Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0010",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.631Z",
+        "dc:date": "2013-05-03T14:39:27.497Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -279,18 +268,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0010",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.632Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0011",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.634Z",
+        "dc:date": "2013-05-03T14:39:27.498Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0010",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:27.500Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -301,7 +290,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0011",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.636Z",
+        "dc:date": "2013-05-03T14:39:27.501Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0011",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:27.502Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -312,7 +312,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0012",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.639Z",
+        "dc:date": "2013-05-03T14:39:27.505Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -323,7 +323,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0012",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.643Z",
+        "dc:date": "2013-05-03T14:39:27.509Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -334,7 +334,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0013",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.645Z",
+        "dc:date": "2013-05-03T14:39:27.511Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -345,7 +345,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0013",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.647Z",
+        "dc:date": "2013-05-03T14:39:27.513Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -356,7 +356,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0014",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.649Z",
+        "dc:date": "2013-05-03T14:39:27.515Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -367,7 +367,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0014",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.651Z",
+        "dc:date": "2013-05-03T14:39:27.517Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -378,7 +378,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0015",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.656Z",
+        "dc:date": "2013-05-03T14:39:27.522Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -389,7 +389,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0015",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.658Z",
+        "dc:date": "2013-05-03T14:39:27.523Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -400,7 +400,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0016",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.661Z",
+        "dc:date": "2013-05-03T14:39:27.527Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -411,7 +411,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0016",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.664Z",
+        "dc:date": "2013-05-03T14:39:27.530Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -422,7 +422,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0017",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.671Z",
+        "dc:date": "2013-05-03T14:39:27.535Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -433,7 +433,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0017",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.672Z",
+        "dc:date": "2013-05-03T14:39:27.537Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -444,7 +444,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0018",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.674Z",
+        "dc:date": "2013-05-03T14:39:27.539Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -455,18 +455,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0018",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.675Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0019",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.677Z",
+        "dc:date": "2013-05-03T14:39:27.540Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -477,18 +466,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0019",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.679Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0020",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.681Z",
+        "dc:date": "2013-05-03T14:39:27.541Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0019",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:27.543Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -499,7 +488,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0020",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.683Z",
+        "dc:date": "2013-05-03T14:39:27.545Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0020",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:27.547Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -510,7 +510,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0021",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.686Z",
+        "dc:date": "2013-05-03T14:39:27.549Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -521,7 +521,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0021",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.687Z",
+        "dc:date": "2013-05-03T14:39:27.551Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -532,7 +532,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0022",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.689Z",
+        "dc:date": "2013-05-03T14:39:27.552Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -543,7 +543,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0022",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.691Z",
+        "dc:date": "2013-05-03T14:39:27.553Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -554,7 +554,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0023",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.693Z",
+        "dc:date": "2013-05-03T14:39:27.555Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -565,7 +565,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0023",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.696Z",
+        "dc:date": "2013-05-03T14:39:27.558Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -576,7 +576,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0024",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.698Z",
+        "dc:date": "2013-05-03T14:39:27.560Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -587,7 +587,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0024",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.699Z",
+        "dc:date": "2013-05-03T14:39:27.561Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -598,7 +598,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0025",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.709Z",
+        "dc:date": "2013-05-03T14:39:27.563Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -609,7 +609,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0025",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.711Z",
+        "dc:date": "2013-05-03T14:39:27.564Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -620,7 +620,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0026",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.714Z",
+        "dc:date": "2013-05-03T14:39:27.565Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -631,7 +631,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0026",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.716Z",
+        "dc:date": "2013-05-03T14:39:27.567Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -642,7 +642,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0027",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.718Z",
+        "dc:date": "2013-05-03T14:39:27.568Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -653,7 +653,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0027",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.721Z",
+        "dc:date": "2013-05-03T14:39:27.570Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -664,7 +664,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0028",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.723Z",
+        "dc:date": "2013-05-03T14:39:27.571Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -675,7 +675,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0028",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.728Z",
+        "dc:date": "2013-05-03T14:39:27.576Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -686,7 +686,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0029",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.733Z",
+        "dc:date": "2013-05-03T14:39:27.580Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -697,7 +697,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0029",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.736Z",
+        "dc:date": "2013-05-03T14:39:27.583Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -708,7 +708,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0030",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.739Z",
+        "dc:date": "2013-05-03T14:39:27.586Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -719,18 +719,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0030",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.741Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0031",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.744Z",
+        "dc:date": "2013-05-03T14:39:27.587Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -741,7 +730,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0031",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.745Z",
+        "dc:date": "2013-05-03T14:39:27.590Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0031",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:27.591Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -752,7 +752,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0032",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.747Z",
+        "dc:date": "2013-05-03T14:39:27.592Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -763,18 +763,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0032",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.748Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0033",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.751Z",
+        "dc:date": "2013-05-03T14:39:27.593Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -785,18 +774,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0033",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.754Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0034",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.759Z",
+        "dc:date": "2013-05-03T14:39:27.595Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0033",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:27.599Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -807,7 +796,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0034",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.760Z",
+        "dc:date": "2013-05-03T14:39:27.601Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0034",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:27.602Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -818,7 +818,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0035",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.771Z",
+        "dc:date": "2013-05-03T14:39:27.604Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -829,18 +829,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0035",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.773Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0036",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.781Z",
+        "dc:date": "2013-05-03T14:39:27.605Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -851,7 +840,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0036",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.787Z",
+        "dc:date": "2013-05-03T14:39:27.610Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0036",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:27.616Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -862,7 +862,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0037",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.799Z",
+        "dc:date": "2013-05-03T14:39:27.617Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -873,7 +873,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0037",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.800Z",
+        "dc:date": "2013-05-03T14:39:27.618Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -884,7 +884,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0038",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.802Z",
+        "dc:date": "2013-05-03T14:39:27.620Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -895,7 +895,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0038",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.804Z",
+        "dc:date": "2013-05-03T14:39:27.622Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -906,7 +906,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0039",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.809Z",
+        "dc:date": "2013-05-03T14:39:27.626Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -917,18 +917,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0039",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.810Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0040",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.819Z",
+        "dc:date": "2013-05-03T14:39:27.628Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -939,7 +928,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0040",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.820Z",
+        "dc:date": "2013-05-03T14:39:27.629Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0040",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:27.630Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -950,7 +950,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0041",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.822Z",
+        "dc:date": "2013-05-03T14:39:27.631Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -961,18 +961,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0041",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.823Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0042",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.824Z",
+        "dc:date": "2013-05-03T14:39:27.633Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -983,18 +972,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0042",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.827Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0043",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.833Z",
+        "dc:date": "2013-05-03T14:39:27.634Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0042",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:27.636Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -1005,7 +994,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0043",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.834Z",
+        "dc:date": "2013-05-03T14:39:27.642Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0043",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:27.643Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -1016,7 +1016,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0044",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.837Z",
+        "dc:date": "2013-05-03T14:39:27.645Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -1027,7 +1027,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0044",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.838Z",
+        "dc:date": "2013-05-03T14:39:27.647Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -1038,7 +1038,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0045",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.839Z",
+        "dc:date": "2013-05-03T14:39:27.647Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -1049,7 +1049,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0045",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.840Z",
+        "dc:date": "2013-05-03T14:39:27.648Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -1060,7 +1060,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0046",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.842Z",
+        "dc:date": "2013-05-03T14:39:27.649Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -1071,7 +1071,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0046",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.843Z",
+        "dc:date": "2013-05-03T14:39:27.651Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -1082,7 +1082,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0047",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.850Z",
+        "dc:date": "2013-05-03T14:39:27.654Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -1093,7 +1093,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0047",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.851Z",
+        "dc:date": "2013-05-03T14:39:27.655Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -1104,7 +1104,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0048",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.865Z",
+        "dc:date": "2013-05-03T14:39:27.656Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -1115,18 +1115,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0048",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.867Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0049",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.869Z",
+        "dc:date": "2013-05-03T14:39:27.658Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -1137,7 +1126,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0049",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.876Z",
+        "dc:date": "2013-05-03T14:39:27.659Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0049",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:27.663Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -1148,7 +1148,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0050",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.878Z",
+        "dc:date": "2013-05-03T14:39:27.665Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -1159,18 +1159,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0050",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.881Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0051",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.882Z",
+        "dc:date": "2013-05-03T14:39:27.667Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -1181,18 +1170,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0051",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.884Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0052",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.885Z",
+        "dc:date": "2013-05-03T14:39:27.668Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0051",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:27.669Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -1203,7 +1192,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0052",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.886Z",
+        "dc:date": "2013-05-03T14:39:27.670Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0052",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:27.671Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -1214,7 +1214,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0053",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.887Z",
+        "dc:date": "2013-05-03T14:39:27.672Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -1225,18 +1225,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0053",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.889Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0054",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.890Z",
+        "dc:date": "2013-05-03T14:39:27.674Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -1247,7 +1236,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0054",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.891Z",
+        "dc:date": "2013-05-03T14:39:27.675Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0054",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:27.676Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -1258,7 +1258,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0055",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.893Z",
+        "dc:date": "2013-05-03T14:39:27.677Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -1269,7 +1269,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0055",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.894Z",
+        "dc:date": "2013-05-03T14:39:27.678Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -1280,7 +1280,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0056",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.895Z",
+        "dc:date": "2013-05-03T14:39:27.679Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -1291,7 +1291,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0056",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.897Z",
+        "dc:date": "2013-05-03T14:39:27.680Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -1302,7 +1302,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0057",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.898Z",
+        "dc:date": "2013-05-03T14:39:27.682Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -1313,18 +1313,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0057",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.899Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0058",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.900Z",
+        "dc:date": "2013-05-03T14:39:27.683Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -1335,7 +1324,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0058",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.902Z",
+        "dc:date": "2013-05-03T14:39:27.684Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0058",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:27.685Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -1346,7 +1346,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0059",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.903Z",
+        "dc:date": "2013-05-03T14:39:27.686Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -1357,18 +1357,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0059",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.905Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0060",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.907Z",
+        "dc:date": "2013-05-03T14:39:27.688Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -1379,18 +1368,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0060",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.909Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0061",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.912Z",
+        "dc:date": "2013-05-03T14:39:27.692Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0060",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:27.696Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -1401,7 +1390,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0061",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.916Z",
+        "dc:date": "2013-05-03T14:39:27.700Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0061",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:27.707Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -1412,7 +1412,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0062",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.919Z",
+        "dc:date": "2013-05-03T14:39:27.711Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -1423,18 +1423,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0062",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.921Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0063",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.922Z",
+        "dc:date": "2013-05-03T14:39:27.712Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -1445,7 +1434,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0063",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.924Z",
+        "dc:date": "2013-05-03T14:39:27.714Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0063",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:27.716Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -1456,7 +1456,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0064",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.928Z",
+        "dc:date": "2013-05-03T14:39:27.719Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -1467,18 +1467,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0064",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.930Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0065",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.932Z",
+        "dc:date": "2013-05-03T14:39:27.721Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -1489,18 +1478,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0065",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.935Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0066",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.937Z",
+        "dc:date": "2013-05-03T14:39:27.723Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0065",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:27.726Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -1511,7 +1500,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0066",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.942Z",
+        "dc:date": "2013-05-03T14:39:27.728Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0066",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:27.733Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -1522,7 +1522,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0067",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.949Z",
+        "dc:date": "2013-05-03T14:39:27.739Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -1533,7 +1533,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0067",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.951Z",
+        "dc:date": "2013-05-03T14:39:27.742Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -1544,7 +1544,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0069",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.953Z",
+        "dc:date": "2013-05-03T14:39:27.743Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -1555,7 +1555,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0069",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.954Z",
+        "dc:date": "2013-05-03T14:39:27.745Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -1566,7 +1566,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0070",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.970Z",
+        "dc:date": "2013-05-03T14:39:27.746Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -1577,18 +1577,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0070",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.971Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0071",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.973Z",
+        "dc:date": "2013-05-03T14:39:27.747Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -1599,18 +1588,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0071",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.975Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0072",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.978Z",
+        "dc:date": "2013-05-03T14:39:27.748Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0071",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:27.749Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -1621,7 +1610,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0072",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:06.980Z",
+        "dc:date": "2013-05-03T14:39:27.750Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0072",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:27.751Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -1632,7 +1632,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0001",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.000Z",
+        "dc:date": "2013-05-03T14:39:27.757Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -1643,18 +1643,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0001",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.003Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0002",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.010Z",
+        "dc:date": "2013-05-03T14:39:27.759Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -1665,7 +1654,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0002",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.012Z",
+        "dc:date": "2013-05-03T14:39:27.763Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0002",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:27.765Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -1676,7 +1676,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0003",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.014Z",
+        "dc:date": "2013-05-03T14:39:27.766Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -1687,7 +1687,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0003",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.015Z",
+        "dc:date": "2013-05-03T14:39:27.768Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -1698,7 +1698,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0004",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.018Z",
+        "dc:date": "2013-05-03T14:39:27.770Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -1709,7 +1709,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0004",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.020Z",
+        "dc:date": "2013-05-03T14:39:27.772Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -1720,7 +1720,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0005",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.023Z",
+        "dc:date": "2013-05-03T14:39:27.774Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -1731,18 +1731,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0005",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.024Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0006",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.027Z",
+        "dc:date": "2013-05-03T14:39:27.776Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -1753,7 +1742,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0006",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.028Z",
+        "dc:date": "2013-05-03T14:39:27.778Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0006",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:27.779Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -1764,7 +1764,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0007",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.032Z",
+        "dc:date": "2013-05-03T14:39:27.782Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -1775,18 +1775,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0007",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.034Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0008",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.037Z",
+        "dc:date": "2013-05-03T14:39:27.784Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -1797,18 +1786,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0008",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.042Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0009",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.060Z",
+        "dc:date": "2013-05-03T14:39:27.786Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0008",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:27.791Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -1819,7 +1808,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0009",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.063Z",
+        "dc:date": "2013-05-03T14:39:27.792Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0009",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:27.794Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -1830,7 +1830,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0010",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.067Z",
+        "dc:date": "2013-05-03T14:39:27.796Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -1841,7 +1841,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0010",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.071Z",
+        "dc:date": "2013-05-03T14:39:27.798Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -1852,7 +1852,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0011",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.077Z",
+        "dc:date": "2013-05-03T14:39:27.801Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -1863,7 +1863,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0011",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.080Z",
+        "dc:date": "2013-05-03T14:39:27.804Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -1874,7 +1874,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0012",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.083Z",
+        "dc:date": "2013-05-03T14:39:27.805Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -1885,7 +1885,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0012",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.085Z",
+        "dc:date": "2013-05-03T14:39:27.807Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -1896,7 +1896,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0013",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.087Z",
+        "dc:date": "2013-05-03T14:39:27.809Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -1907,7 +1907,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0013",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.089Z",
+        "dc:date": "2013-05-03T14:39:27.811Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -1918,7 +1918,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0014",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.091Z",
+        "dc:date": "2013-05-03T14:39:27.813Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -1929,18 +1929,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0014",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.094Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0015",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.097Z",
+        "dc:date": "2013-05-03T14:39:27.815Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -1951,7 +1940,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0015",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.100Z",
+        "dc:date": "2013-05-03T14:39:27.818Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0015",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:27.821Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -1962,7 +1962,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0016",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.103Z",
+        "dc:date": "2013-05-03T14:39:27.824Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -1973,18 +1973,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0016",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.105Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0017",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.109Z",
+        "dc:date": "2013-05-03T14:39:27.826Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -1995,18 +1984,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0017",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.111Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0018",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.127Z",
+        "dc:date": "2013-05-03T14:39:27.828Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0017",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:27.830Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -2017,7 +2006,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0018",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.133Z",
+        "dc:date": "2013-05-03T14:39:27.836Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0018",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:27.841Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -2028,7 +2028,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0019",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.136Z",
+        "dc:date": "2013-05-03T14:39:27.844Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -2039,18 +2039,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0019",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.139Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0020",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.154Z",
+        "dc:date": "2013-05-03T14:39:27.847Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -2061,7 +2050,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0020",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.159Z",
+        "dc:date": "2013-05-03T14:39:27.849Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0020",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:27.851Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -2072,7 +2072,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0021",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.162Z",
+        "dc:date": "2013-05-03T14:39:27.854Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -2083,7 +2083,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0021",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.165Z",
+        "dc:date": "2013-05-03T14:39:27.856Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -2094,7 +2094,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0022",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.168Z",
+        "dc:date": "2013-05-03T14:39:27.859Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -2105,7 +2105,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0022",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.172Z",
+        "dc:date": "2013-05-03T14:39:27.863Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -2116,7 +2116,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0023",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.175Z",
+        "dc:date": "2013-05-03T14:39:27.865Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -2127,18 +2127,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0023",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.177Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0024",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.182Z",
+        "dc:date": "2013-05-03T14:39:27.868Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -2149,7 +2138,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0024",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.186Z",
+        "dc:date": "2013-05-03T14:39:27.872Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0024",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:27.876Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -2160,7 +2160,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0025",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.189Z",
+        "dc:date": "2013-05-03T14:39:27.879Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -2171,18 +2171,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0025",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.191Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0026",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.194Z",
+        "dc:date": "2013-05-03T14:39:27.881Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -2193,18 +2182,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0026",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.197Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0027",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.201Z",
+        "dc:date": "2013-05-03T14:39:27.883Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0026",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:27.886Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -2215,7 +2204,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0027",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.204Z",
+        "dc:date": "2013-05-03T14:39:27.890Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0027",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:27.892Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -2226,7 +2226,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0028",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.216Z",
+        "dc:date": "2013-05-03T14:39:27.904Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -2237,18 +2237,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0028",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.218Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0029",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.220Z",
+        "dc:date": "2013-05-03T14:39:27.907Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -2259,7 +2248,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0029",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.222Z",
+        "dc:date": "2013-05-03T14:39:27.908Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0029",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:27.910Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -2270,7 +2270,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0030",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.226Z",
+        "dc:date": "2013-05-03T14:39:27.913Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -2281,18 +2281,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0030",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.230Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0031",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.232Z",
+        "dc:date": "2013-05-03T14:39:27.917Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -2303,18 +2292,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0031",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.233Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0032",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.235Z",
+        "dc:date": "2013-05-03T14:39:27.918Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0031",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:27.920Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -2325,7 +2314,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0032",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.237Z",
+        "dc:date": "2013-05-03T14:39:27.922Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0032",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:27.924Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -2336,7 +2336,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0033",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.239Z",
+        "dc:date": "2013-05-03T14:39:27.925Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -2347,7 +2347,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0033",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.242Z",
+        "dc:date": "2013-05-03T14:39:27.927Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -2358,7 +2358,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0034",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.244Z",
+        "dc:date": "2013-05-03T14:39:27.930Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -2369,7 +2369,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0034",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.246Z",
+        "dc:date": "2013-05-03T14:39:27.931Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -2380,7 +2380,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0035",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.248Z",
+        "dc:date": "2013-05-03T14:39:27.933Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -2391,7 +2391,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0035",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.250Z",
+        "dc:date": "2013-05-03T14:39:27.935Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -2402,7 +2402,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0036",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.252Z",
+        "dc:date": "2013-05-03T14:39:27.936Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -2413,7 +2413,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0036",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.254Z",
+        "dc:date": "2013-05-03T14:39:27.938Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -2424,7 +2424,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0037",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.256Z",
+        "dc:date": "2013-05-03T14:39:27.940Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -2435,7 +2435,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0037",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.258Z",
+        "dc:date": "2013-05-03T14:39:27.942Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -2446,7 +2446,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0038",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.262Z",
+        "dc:date": "2013-05-03T14:39:27.945Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -2457,7 +2457,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0038",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.266Z",
+        "dc:date": "2013-05-03T14:39:27.949Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -2468,7 +2468,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0039",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.268Z",
+        "dc:date": "2013-05-03T14:39:27.951Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -2479,18 +2479,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0039",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.269Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0040",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.271Z",
+        "dc:date": "2013-05-03T14:39:27.952Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -2501,18 +2490,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0040",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.272Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0041",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.274Z",
+        "dc:date": "2013-05-03T14:39:27.953Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0040",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:27.954Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -2523,7 +2512,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0041",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.280Z",
+        "dc:date": "2013-05-03T14:39:27.956Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0041",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:27.962Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -2534,7 +2534,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0042",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.282Z",
+        "dc:date": "2013-05-03T14:39:27.964Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -2545,7 +2545,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0042",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.284Z",
+        "dc:date": "2013-05-03T14:39:27.965Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -2556,7 +2556,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0043",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.286Z",
+        "dc:date": "2013-05-03T14:39:27.967Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -2567,7 +2567,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0043",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.287Z",
+        "dc:date": "2013-05-03T14:39:27.968Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -2578,7 +2578,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0044",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.289Z",
+        "dc:date": "2013-05-03T14:39:27.970Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -2589,7 +2589,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0044",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.291Z",
+        "dc:date": "2013-05-03T14:39:27.972Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -2600,7 +2600,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0045",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.293Z",
+        "dc:date": "2013-05-03T14:39:27.974Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -2611,7 +2611,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0045",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.295Z",
+        "dc:date": "2013-05-03T14:39:27.975Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -2622,7 +2622,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0046",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.297Z",
+        "dc:date": "2013-05-03T14:39:27.977Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -2633,18 +2633,29 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0046",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.300Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0048",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.302Z",
+        "dc:date": "2013-05-03T14:39:27.978Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0047",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:27.980Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0047",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:27.981Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -2655,7 +2666,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0048",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.304Z",
+        "dc:date": "2013-05-03T14:39:27.982Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0048",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:27.984Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -2666,7 +2688,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0049",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.305Z",
+        "dc:date": "2013-05-03T14:39:27.986Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -2677,18 +2699,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0049",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.307Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0051",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.328Z",
+        "dc:date": "2013-05-03T14:39:27.988Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -2699,18 +2710,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0051",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.331Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0052",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.336Z",
+        "dc:date": "2013-05-03T14:39:27.989Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0051",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:27.990Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -2721,7 +2732,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0052",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.339Z",
+        "dc:date": "2013-05-03T14:39:27.992Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0052",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:27.993Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -2732,7 +2754,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0053",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.342Z",
+        "dc:date": "2013-05-03T14:39:27.995Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -2743,7 +2765,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0053",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.344Z",
+        "dc:date": "2013-05-03T14:39:27.996Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -2754,7 +2776,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0054",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.347Z",
+        "dc:date": "2013-05-03T14:39:27.997Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -2765,7 +2787,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0054",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.348Z",
+        "dc:date": "2013-05-03T14:39:27.999Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -2776,7 +2798,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0055",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.350Z",
+        "dc:date": "2013-05-03T14:39:28.000Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -2787,7 +2809,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0055",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.351Z",
+        "dc:date": "2013-05-03T14:39:28.001Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -2798,7 +2820,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0056",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.353Z",
+        "dc:date": "2013-05-03T14:39:28.003Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -2809,7 +2831,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0056",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.354Z",
+        "dc:date": "2013-05-03T14:39:28.004Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -2820,7 +2842,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0057",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.357Z",
+        "dc:date": "2013-05-03T14:39:28.006Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -2831,7 +2853,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0057",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.359Z",
+        "dc:date": "2013-05-03T14:39:28.008Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -2842,7 +2864,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0058",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.365Z",
+        "dc:date": "2013-05-03T14:39:28.009Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -2853,7 +2875,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0058",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.366Z",
+        "dc:date": "2013-05-03T14:39:28.013Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -2864,7 +2886,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0059",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.368Z",
+        "dc:date": "2013-05-03T14:39:28.014Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -2875,18 +2897,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0059",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.372Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0060",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.374Z",
+        "dc:date": "2013-05-03T14:39:28.016Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -2897,18 +2908,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0060",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.375Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0061",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.378Z",
+        "dc:date": "2013-05-03T14:39:28.017Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0060",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:28.018Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -2919,7 +2930,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0061",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.379Z",
+        "dc:date": "2013-05-03T14:39:28.020Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0061",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:28.021Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -2930,7 +2952,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0062",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.381Z",
+        "dc:date": "2013-05-03T14:39:28.023Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -2941,7 +2963,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0062",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.382Z",
+        "dc:date": "2013-05-03T14:39:28.025Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -2952,7 +2974,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0063",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.385Z",
+        "dc:date": "2013-05-03T14:39:28.027Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -2963,7 +2985,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0063",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.387Z",
+        "dc:date": "2013-05-03T14:39:28.028Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -2974,7 +2996,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0064",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.388Z",
+        "dc:date": "2013-05-03T14:39:28.030Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -2985,7 +3007,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0064",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.390Z",
+        "dc:date": "2013-05-03T14:39:28.031Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -2996,7 +3018,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0065",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.392Z",
+        "dc:date": "2013-05-03T14:39:28.033Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -3007,7 +3029,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0065",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.393Z",
+        "dc:date": "2013-05-03T14:39:28.034Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -3018,7 +3040,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0066",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.424Z",
+        "dc:date": "2013-05-03T14:39:28.037Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -3029,7 +3051,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0066",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.428Z",
+        "dc:date": "2013-05-03T14:39:28.039Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -3040,7 +3062,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0067",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.440Z",
+        "dc:date": "2013-05-03T14:39:28.041Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -3051,7 +3073,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0067",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.441Z",
+        "dc:date": "2013-05-03T14:39:28.043Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -3062,7 +3084,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0001",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.447Z",
+        "dc:date": "2013-05-03T14:39:28.046Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -3073,7 +3095,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0001",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.449Z",
+        "dc:date": "2013-05-03T14:39:28.047Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -3084,7 +3106,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0002",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.452Z",
+        "dc:date": "2013-05-03T14:39:28.049Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -3095,7 +3117,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0002",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.455Z",
+        "dc:date": "2013-05-03T14:39:28.051Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -3106,7 +3128,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0003",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.457Z",
+        "dc:date": "2013-05-03T14:39:28.052Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -3117,7 +3139,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0003",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.458Z",
+        "dc:date": "2013-05-03T14:39:28.053Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -3128,7 +3150,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0004",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.462Z",
+        "dc:date": "2013-05-03T14:39:28.055Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -3139,18 +3161,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0004",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.465Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0005",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.467Z",
+        "dc:date": "2013-05-03T14:39:28.056Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -3161,18 +3172,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0005",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.468Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0006",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.469Z",
+        "dc:date": "2013-05-03T14:39:28.058Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0005",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:28.060Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -3183,7 +3194,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0006",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.471Z",
+        "dc:date": "2013-05-03T14:39:28.061Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0006",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:28.062Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -3194,7 +3216,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0007",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.472Z",
+        "dc:date": "2013-05-03T14:39:28.064Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -3205,7 +3227,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0007",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.473Z",
+        "dc:date": "2013-05-03T14:39:28.065Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -3216,7 +3238,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0008",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.483Z",
+        "dc:date": "2013-05-03T14:39:28.066Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -3227,7 +3249,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0008",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.484Z",
+        "dc:date": "2013-05-03T14:39:28.068Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -3238,7 +3260,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0009",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.485Z",
+        "dc:date": "2013-05-03T14:39:28.069Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -3249,7 +3271,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0009",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.487Z",
+        "dc:date": "2013-05-03T14:39:28.071Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -3260,7 +3282,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0010",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.488Z",
+        "dc:date": "2013-05-03T14:39:28.072Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -3271,7 +3293,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0010",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.489Z",
+        "dc:date": "2013-05-03T14:39:28.073Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -3282,7 +3304,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0011",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.490Z",
+        "dc:date": "2013-05-03T14:39:28.075Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -3293,18 +3315,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0011",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.491Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0012",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.493Z",
+        "dc:date": "2013-05-03T14:39:28.076Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -3315,18 +3326,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0012",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.495Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0013",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.496Z",
+        "dc:date": "2013-05-03T14:39:28.077Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0012",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:28.080Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -3337,7 +3348,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0013",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.498Z",
+        "dc:date": "2013-05-03T14:39:28.081Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0013",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:28.083Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -3348,7 +3370,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0014",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.499Z",
+        "dc:date": "2013-05-03T14:39:28.085Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -3359,7 +3381,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0014",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.501Z",
+        "dc:date": "2013-05-03T14:39:28.087Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -3370,7 +3392,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0015",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.504Z",
+        "dc:date": "2013-05-03T14:39:28.089Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -3381,7 +3403,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0015",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.505Z",
+        "dc:date": "2013-05-03T14:39:28.091Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -3392,7 +3414,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0016",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.508Z",
+        "dc:date": "2013-05-03T14:39:28.093Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -3403,7 +3425,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0016",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.510Z",
+        "dc:date": "2013-05-03T14:39:28.096Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -3414,7 +3436,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0017",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.513Z",
+        "dc:date": "2013-05-03T14:39:28.098Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -3425,7 +3447,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0017",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.515Z",
+        "dc:date": "2013-05-03T14:39:28.100Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -3436,7 +3458,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0018",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.517Z",
+        "dc:date": "2013-05-03T14:39:28.105Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -3447,18 +3469,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0018",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.522Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0019",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.523Z",
+        "dc:date": "2013-05-03T14:39:28.107Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -3469,7 +3480,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0019",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.524Z",
+        "dc:date": "2013-05-03T14:39:28.108Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0019",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:28.109Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -3480,7 +3502,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0020",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.526Z",
+        "dc:date": "2013-05-03T14:39:28.111Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -3491,7 +3513,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0020",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.528Z",
+        "dc:date": "2013-05-03T14:39:28.113Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -3502,7 +3524,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0021",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.530Z",
+        "dc:date": "2013-05-03T14:39:28.115Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -3513,7 +3535,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0021",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.533Z",
+        "dc:date": "2013-05-03T14:39:28.118Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -3524,7 +3546,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0022",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.535Z",
+        "dc:date": "2013-05-03T14:39:28.119Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -3535,18 +3557,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0022",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.536Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0023",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.538Z",
+        "dc:date": "2013-05-03T14:39:28.121Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -3557,7 +3568,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0023",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.540Z",
+        "dc:date": "2013-05-03T14:39:28.122Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0023",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:28.124Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -3568,7 +3590,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0024",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.541Z",
+        "dc:date": "2013-05-03T14:39:28.126Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -3579,18 +3601,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0024",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.542Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0025",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.544Z",
+        "dc:date": "2013-05-03T14:39:28.127Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -3601,18 +3612,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0025",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.545Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0026",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.546Z",
+        "dc:date": "2013-05-03T14:39:28.128Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0025",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:28.130Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -3623,7 +3634,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0026",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.548Z",
+        "dc:date": "2013-05-03T14:39:28.131Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0026",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:28.133Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -3634,7 +3656,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0027",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.549Z",
+        "dc:date": "2013-05-03T14:39:28.134Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -3645,18 +3667,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0027",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.551Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0028",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.552Z",
+        "dc:date": "2013-05-03T14:39:28.136Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -3667,7 +3678,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0028",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.554Z",
+        "dc:date": "2013-05-03T14:39:28.137Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0028",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:28.139Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -3678,7 +3700,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0029",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.558Z",
+        "dc:date": "2013-05-03T14:39:28.143Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -3689,7 +3711,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0029",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.561Z",
+        "dc:date": "2013-05-03T14:39:28.146Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -3700,7 +3722,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0030",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.564Z",
+        "dc:date": "2013-05-03T14:39:28.148Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -3711,7 +3733,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0030",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.565Z",
+        "dc:date": "2013-05-03T14:39:28.149Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -3722,7 +3744,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0031",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.566Z",
+        "dc:date": "2013-05-03T14:39:28.151Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -3733,18 +3755,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0031",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.567Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0032",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.569Z",
+        "dc:date": "2013-05-03T14:39:28.152Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -3755,7 +3766,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0032",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.570Z",
+        "dc:date": "2013-05-03T14:39:28.153Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0032",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:28.154Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -3766,7 +3788,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0033",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.571Z",
+        "dc:date": "2013-05-03T14:39:28.156Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -3777,18 +3799,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0033",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.572Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0034",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.574Z",
+        "dc:date": "2013-05-03T14:39:28.157Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -3799,18 +3810,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0034",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.575Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0035",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.577Z",
+        "dc:date": "2013-05-03T14:39:28.158Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0034",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:28.159Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -3821,7 +3832,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0035",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.578Z",
+        "dc:date": "2013-05-03T14:39:28.161Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0035",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:28.162Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -3832,7 +3854,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0036",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.581Z",
+        "dc:date": "2013-05-03T14:39:28.165Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -3843,18 +3865,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0036",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.584Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0037",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.586Z",
+        "dc:date": "2013-05-03T14:39:28.168Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -3865,7 +3876,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0037",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.587Z",
+        "dc:date": "2013-05-03T14:39:28.170Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0037",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:28.171Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -3876,7 +3898,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0038",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.600Z",
+        "dc:date": "2013-05-03T14:39:28.174Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -3887,18 +3909,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0038",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.606Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0039",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.609Z",
+        "dc:date": "2013-05-03T14:39:28.178Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -3909,18 +3920,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0039",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.610Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0040",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.612Z",
+        "dc:date": "2013-05-03T14:39:28.179Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0039",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:28.192Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -3931,7 +3942,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0040",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.613Z",
+        "dc:date": "2013-05-03T14:39:28.194Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0040",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:28.195Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -3942,7 +3964,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0041",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.632Z",
+        "dc:date": "2013-05-03T14:39:28.196Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -3953,7 +3975,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0041",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.634Z",
+        "dc:date": "2013-05-03T14:39:28.198Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -3964,7 +3986,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0042",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.651Z",
+        "dc:date": "2013-05-03T14:39:28.202Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -3975,7 +3997,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0042",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.652Z",
+        "dc:date": "2013-05-03T14:39:28.203Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -3986,7 +4008,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0001",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.662Z",
+        "dc:date": "2013-05-03T14:39:28.209Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -3997,7 +4019,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0001",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.665Z",
+        "dc:date": "2013-05-03T14:39:28.212Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -4008,7 +4030,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0002",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.668Z",
+        "dc:date": "2013-05-03T14:39:28.214Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -4019,7 +4041,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0002",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.671Z",
+        "dc:date": "2013-05-03T14:39:28.217Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -4030,7 +4052,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0003",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.673Z",
+        "dc:date": "2013-05-03T14:39:28.219Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -4041,7 +4063,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0003",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.675Z",
+        "dc:date": "2013-05-03T14:39:28.221Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -4052,7 +4074,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0004",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.678Z",
+        "dc:date": "2013-05-03T14:39:28.223Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -4063,7 +4085,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0004",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.681Z",
+        "dc:date": "2013-05-03T14:39:28.226Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -4074,7 +4096,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0005",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.684Z",
+        "dc:date": "2013-05-03T14:39:28.228Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -4085,18 +4107,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0005",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.686Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0006",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.689Z",
+        "dc:date": "2013-05-03T14:39:28.232Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -4107,18 +4118,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0006",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.693Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0007",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.696Z",
+        "dc:date": "2013-05-03T14:39:28.235Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0006",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:28.237Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -4129,7 +4140,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0007",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.699Z",
+        "dc:date": "2013-05-03T14:39:28.240Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0007",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:28.242Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -4140,7 +4162,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0008",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.702Z",
+        "dc:date": "2013-05-03T14:39:28.245Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -4151,7 +4173,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0008",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.707Z",
+        "dc:date": "2013-05-03T14:39:28.250Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -4162,7 +4184,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0009",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.710Z",
+        "dc:date": "2013-05-03T14:39:28.255Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -4173,7 +4195,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0009",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.712Z",
+        "dc:date": "2013-05-03T14:39:28.258Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -4184,7 +4206,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0010",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.715Z",
+        "dc:date": "2013-05-03T14:39:28.260Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -4195,7 +4217,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0010",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.720Z",
+        "dc:date": "2013-05-03T14:39:28.262Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -4206,7 +4228,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0011",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.722Z",
+        "dc:date": "2013-05-03T14:39:28.264Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -4217,7 +4239,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0011",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.724Z",
+        "dc:date": "2013-05-03T14:39:28.266Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -4228,7 +4250,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0012",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.727Z",
+        "dc:date": "2013-05-03T14:39:28.268Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -4239,18 +4261,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0012",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.729Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0013",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.732Z",
+        "dc:date": "2013-05-03T14:39:28.270Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -4261,7 +4272,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0013",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.734Z",
+        "dc:date": "2013-05-03T14:39:28.272Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0013",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:28.274Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -4272,7 +4294,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0014",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.736Z",
+        "dc:date": "2013-05-03T14:39:28.276Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -4283,18 +4305,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0014",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.738Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0015",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.768Z",
+        "dc:date": "2013-05-03T14:39:28.278Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -4305,18 +4316,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0015",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.776Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0015",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.780Z",
+        "dc:date": "2013-05-03T14:39:28.300Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -4327,7 +4327,29 @@
       "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0015",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.782Z",
+        "dc:date": "2013-05-03T14:39:28.308Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0015",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:28.311Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0015",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:28.313Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -4338,7 +4360,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0016",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.785Z",
+        "dc:date": "2013-05-03T14:39:28.317Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -4349,7 +4371,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0016",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.787Z",
+        "dc:date": "2013-05-03T14:39:28.321Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -4360,7 +4382,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0017",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.790Z",
+        "dc:date": "2013-05-03T14:39:28.323Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -4371,7 +4393,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0017",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.793Z",
+        "dc:date": "2013-05-03T14:39:28.325Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -4382,7 +4404,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0018",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.797Z",
+        "dc:date": "2013-05-03T14:39:28.329Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -4393,7 +4415,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0018",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.799Z",
+        "dc:date": "2013-05-03T14:39:28.332Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -4404,7 +4426,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0019",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.805Z",
+        "dc:date": "2013-05-03T14:39:28.336Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -4415,7 +4437,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0019",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.810Z",
+        "dc:date": "2013-05-03T14:39:28.340Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -4426,7 +4448,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0020",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.816Z",
+        "dc:date": "2013-05-03T14:39:28.344Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -4437,7 +4459,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0020",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.820Z",
+        "dc:date": "2013-05-03T14:39:28.347Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -4448,7 +4470,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0001",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.826Z",
+        "dc:date": "2013-05-03T14:39:28.351Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -4459,7 +4481,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0001",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.827Z",
+        "dc:date": "2013-05-03T14:39:28.353Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -4470,7 +4492,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0002",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.829Z",
+        "dc:date": "2013-05-03T14:39:28.354Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -4481,18 +4503,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0002",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.830Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0003",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.831Z",
+        "dc:date": "2013-05-03T14:39:28.355Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -4503,18 +4514,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0003",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.832Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0004",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.834Z",
+        "dc:date": "2013-05-03T14:39:28.356Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0003",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:28.357Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -4525,7 +4536,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0004",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.835Z",
+        "dc:date": "2013-05-03T14:39:28.358Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0004",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:28.359Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -4536,7 +4558,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0005",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.836Z",
+        "dc:date": "2013-05-03T14:39:28.360Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -4547,7 +4569,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0005",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.837Z",
+        "dc:date": "2013-05-03T14:39:28.361Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -4558,7 +4580,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0006",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.839Z",
+        "dc:date": "2013-05-03T14:39:28.362Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -4569,7 +4591,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0006",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.840Z",
+        "dc:date": "2013-05-03T14:39:28.363Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -4580,7 +4602,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0007",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.846Z",
+        "dc:date": "2013-05-03T14:39:28.364Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -4591,7 +4613,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0007",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.847Z",
+        "dc:date": "2013-05-03T14:39:28.365Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -4602,7 +4624,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0001",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.851Z",
+        "dc:date": "2013-05-03T14:39:28.369Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -4613,7 +4635,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0001",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.852Z",
+        "dc:date": "2013-05-03T14:39:28.370Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -4624,7 +4646,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0002",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.854Z",
+        "dc:date": "2013-05-03T14:39:28.371Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -4635,7 +4657,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0002",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.855Z",
+        "dc:date": "2013-05-03T14:39:28.373Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -4646,7 +4668,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0003",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.857Z",
+        "dc:date": "2013-05-03T14:39:28.374Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -4657,7 +4679,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0003",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.858Z",
+        "dc:date": "2013-05-03T14:39:28.375Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -4668,7 +4690,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0004",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.859Z",
+        "dc:date": "2013-05-03T14:39:28.376Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -4679,7 +4701,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0004",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.860Z",
+        "dc:date": "2013-05-03T14:39:28.377Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -4690,7 +4712,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0005",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.862Z",
+        "dc:date": "2013-05-03T14:39:28.378Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -4701,7 +4723,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0005",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.863Z",
+        "dc:date": "2013-05-03T14:39:28.379Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -4712,7 +4734,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0006",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.864Z",
+        "dc:date": "2013-05-03T14:39:28.380Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -4723,7 +4745,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0006",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.865Z",
+        "dc:date": "2013-05-03T14:39:28.381Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -4734,7 +4756,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0007",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.866Z",
+        "dc:date": "2013-05-03T14:39:28.382Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -4745,18 +4767,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0007",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.867Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0008",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.869Z",
+        "dc:date": "2013-05-03T14:39:28.383Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -4767,18 +4778,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0008",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.874Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0009",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.875Z",
+        "dc:date": "2013-05-03T14:39:28.388Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0008",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:28.389Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -4789,7 +4800,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0009",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.877Z",
+        "dc:date": "2013-05-03T14:39:28.391Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0009",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:28.393Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -4800,7 +4822,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0010",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.882Z",
+        "dc:date": "2013-05-03T14:39:28.394Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -4811,7 +4833,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0010",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.883Z",
+        "dc:date": "2013-05-03T14:39:28.396Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -4822,7 +4844,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0011",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.895Z",
+        "dc:date": "2013-05-03T14:39:28.397Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -4833,7 +4855,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0011",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.897Z",
+        "dc:date": "2013-05-03T14:39:28.399Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -4844,7 +4866,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0012",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.904Z",
+        "dc:date": "2013-05-03T14:39:28.400Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -4855,7 +4877,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0012",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.906Z",
+        "dc:date": "2013-05-03T14:39:28.402Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -4866,7 +4888,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0013",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.909Z",
+        "dc:date": "2013-05-03T14:39:28.403Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -4877,7 +4899,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0013",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.912Z",
+        "dc:date": "2013-05-03T14:39:28.405Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -4888,7 +4910,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0014",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.916Z",
+        "dc:date": "2013-05-03T14:39:28.407Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -4899,18 +4921,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0014",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.918Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0015",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.921Z",
+        "dc:date": "2013-05-03T14:39:28.408Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -4921,18 +4932,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0015",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.923Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0016",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.924Z",
+        "dc:date": "2013-05-03T14:39:28.409Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0015",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:28.411Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -4943,7 +4954,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0016",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.926Z",
+        "dc:date": "2013-05-03T14:39:28.412Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0016",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:28.414Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -4954,7 +4976,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0017",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.928Z",
+        "dc:date": "2013-05-03T14:39:28.415Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -4965,7 +4987,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0017",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.929Z",
+        "dc:date": "2013-05-03T14:39:28.417Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -4976,7 +4998,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0018",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.931Z",
+        "dc:date": "2013-05-03T14:39:28.418Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -4987,7 +5009,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0018",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.932Z",
+        "dc:date": "2013-05-03T14:39:28.420Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -4998,7 +5020,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0019",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.934Z",
+        "dc:date": "2013-05-03T14:39:28.421Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -5009,7 +5031,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0019",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.935Z",
+        "dc:date": "2013-05-03T14:39:28.423Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -5020,7 +5042,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0020",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.937Z",
+        "dc:date": "2013-05-03T14:39:28.424Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -5031,7 +5053,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0020",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.938Z",
+        "dc:date": "2013-05-03T14:39:28.425Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -5042,7 +5064,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0021",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.941Z",
+        "dc:date": "2013-05-03T14:39:28.427Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -5053,18 +5075,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0021",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.942Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0022",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.944Z",
+        "dc:date": "2013-05-03T14:39:28.429Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -5075,7 +5086,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0022",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.945Z",
+        "dc:date": "2013-05-03T14:39:28.430Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0022",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:28.432Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -5086,7 +5108,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0023",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.951Z",
+        "dc:date": "2013-05-03T14:39:28.433Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -5097,18 +5119,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0023",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.953Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0024",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.955Z",
+        "dc:date": "2013-05-03T14:39:28.435Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -5119,18 +5130,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0024",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.956Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0025",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.958Z",
+        "dc:date": "2013-05-03T14:39:28.436Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0024",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:28.438Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -5141,7 +5152,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0025",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.960Z",
+        "dc:date": "2013-05-03T14:39:28.439Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0025",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:28.441Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -5152,7 +5174,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0026",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.974Z",
+        "dc:date": "2013-05-03T14:39:28.443Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -5163,7 +5185,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0026",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.977Z",
+        "dc:date": "2013-05-03T14:39:28.446Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -5174,7 +5196,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0027",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.990Z",
+        "dc:date": "2013-05-03T14:39:28.449Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -5185,7 +5207,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0027",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.994Z",
+        "dc:date": "2013-05-03T14:39:28.451Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -5196,7 +5218,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0028",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.997Z",
+        "dc:date": "2013-05-03T14:39:28.453Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -5207,7 +5229,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0028",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:07.999Z",
+        "dc:date": "2013-05-03T14:39:28.455Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -5218,7 +5240,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0029",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.002Z",
+        "dc:date": "2013-05-03T14:39:28.457Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -5229,7 +5251,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0029",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.004Z",
+        "dc:date": "2013-05-03T14:39:28.460Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -5240,7 +5262,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0030",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.006Z",
+        "dc:date": "2013-05-03T14:39:28.461Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -5251,7 +5273,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0030",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.009Z",
+        "dc:date": "2013-05-03T14:39:28.464Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -5262,7 +5284,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0001",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.014Z",
+        "dc:date": "2013-05-03T14:39:28.469Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -5273,7 +5295,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0001",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.015Z",
+        "dc:date": "2013-05-03T14:39:28.471Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -5284,7 +5306,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0002",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.018Z",
+        "dc:date": "2013-05-03T14:39:28.473Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -5295,18 +5317,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0002",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.019Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0003",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.023Z",
+        "dc:date": "2013-05-03T14:39:28.474Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -5317,18 +5328,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0003",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.025Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0004",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.027Z",
+        "dc:date": "2013-05-03T14:39:28.477Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0003",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:28.479Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -5339,7 +5350,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0004",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.029Z",
+        "dc:date": "2013-05-03T14:39:28.481Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0004",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:28.483Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -5350,7 +5372,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0005",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.031Z",
+        "dc:date": "2013-05-03T14:39:28.484Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -5361,7 +5383,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0005",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.032Z",
+        "dc:date": "2013-05-03T14:39:28.486Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -5372,7 +5394,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0006",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.034Z",
+        "dc:date": "2013-05-03T14:39:28.487Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -5383,7 +5405,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0006",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.037Z",
+        "dc:date": "2013-05-03T14:39:28.489Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -5394,7 +5416,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0007",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.039Z",
+        "dc:date": "2013-05-03T14:39:28.490Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -5405,7 +5427,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0007",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.040Z",
+        "dc:date": "2013-05-03T14:39:28.492Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -5416,7 +5438,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0008",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.042Z",
+        "dc:date": "2013-05-03T14:39:28.494Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -5427,7 +5449,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0008",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.045Z",
+        "dc:date": "2013-05-03T14:39:28.496Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -5438,7 +5460,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0009",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.050Z",
+        "dc:date": "2013-05-03T14:39:28.500Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -5449,7 +5471,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0009",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.052Z",
+        "dc:date": "2013-05-03T14:39:28.502Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -5460,7 +5482,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0010",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.054Z",
+        "dc:date": "2013-05-03T14:39:28.504Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -5471,7 +5493,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0010",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.056Z",
+        "dc:date": "2013-05-03T14:39:28.506Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -5482,7 +5504,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0011",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.059Z",
+        "dc:date": "2013-05-03T14:39:28.507Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -5493,7 +5515,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0011",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.060Z",
+        "dc:date": "2013-05-03T14:39:28.508Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -5504,7 +5526,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0012",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.062Z",
+        "dc:date": "2013-05-03T14:39:28.510Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -5515,7 +5537,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0012",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.064Z",
+        "dc:date": "2013-05-03T14:39:28.511Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -5526,7 +5548,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0013",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.066Z",
+        "dc:date": "2013-05-03T14:39:28.513Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -5537,7 +5559,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0013",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.067Z",
+        "dc:date": "2013-05-03T14:39:28.514Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -5548,7 +5570,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0014",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.082Z",
+        "dc:date": "2013-05-03T14:39:28.516Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -5559,18 +5581,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0014",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.084Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0015",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.087Z",
+        "dc:date": "2013-05-03T14:39:28.518Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -5581,7 +5592,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0015",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.089Z",
+        "dc:date": "2013-05-03T14:39:28.520Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0015",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:28.521Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -5592,7 +5614,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0016",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.092Z",
+        "dc:date": "2013-05-03T14:39:28.523Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -5603,18 +5625,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0016",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.094Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0017",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.096Z",
+        "dc:date": "2013-05-03T14:39:28.524Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -5625,18 +5636,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0017",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.098Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0018",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.100Z",
+        "dc:date": "2013-05-03T14:39:28.526Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0017",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:28.528Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -5647,7 +5658,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0018",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.102Z",
+        "dc:date": "2013-05-03T14:39:28.530Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0018",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:28.532Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -5658,7 +5680,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0019",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.121Z",
+        "dc:date": "2013-05-03T14:39:28.535Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -5669,18 +5691,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0019",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.125Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0020",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.128Z",
+        "dc:date": "2013-05-03T14:39:28.537Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -5691,7 +5702,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0020",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.130Z",
+        "dc:date": "2013-05-03T14:39:28.540Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0020",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:28.547Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -5702,7 +5724,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0021",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.140Z",
+        "dc:date": "2013-05-03T14:39:28.552Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -5713,7 +5735,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0021",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.145Z",
+        "dc:date": "2013-05-03T14:39:28.557Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -5724,7 +5746,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0022",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.151Z",
+        "dc:date": "2013-05-03T14:39:28.562Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -5735,7 +5757,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0022",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.157Z",
+        "dc:date": "2013-05-03T14:39:28.579Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -5746,7 +5768,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0023",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.175Z",
+        "dc:date": "2013-05-03T14:39:28.585Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -5757,18 +5779,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0023",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.180Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0024",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.185Z",
+        "dc:date": "2013-05-03T14:39:28.590Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -5779,7 +5790,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0024",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.191Z",
+        "dc:date": "2013-05-03T14:39:28.595Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0024",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:28.600Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -5790,7 +5812,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0025",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.196Z",
+        "dc:date": "2013-05-03T14:39:28.605Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -5801,18 +5823,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0025",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.201Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0026",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.207Z",
+        "dc:date": "2013-05-03T14:39:28.610Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -5823,18 +5834,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0026",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.213Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0027",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.219Z",
+        "dc:date": "2013-05-03T14:39:28.615Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0026",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:28.623Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -5845,7 +5856,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0027",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.227Z",
+        "dc:date": "2013-05-03T14:39:28.628Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0027",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:28.635Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -5856,7 +5878,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0028",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.232Z",
+        "dc:date": "2013-05-03T14:39:28.640Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -5867,18 +5889,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0028",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.236Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0029",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.242Z",
+        "dc:date": "2013-05-03T14:39:28.645Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -5889,7 +5900,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0029",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.246Z",
+        "dc:date": "2013-05-03T14:39:28.649Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0029",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:28.655Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -5900,7 +5922,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0030",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.248Z",
+        "dc:date": "2013-05-03T14:39:28.656Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -5911,18 +5933,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0030",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.250Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0031",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.252Z",
+        "dc:date": "2013-05-03T14:39:28.658Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -5933,18 +5944,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0031",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.253Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0032",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.255Z",
+        "dc:date": "2013-05-03T14:39:28.659Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0031",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:28.661Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -5955,7 +5966,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0032",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.256Z",
+        "dc:date": "2013-05-03T14:39:28.662Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0032",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:28.663Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -5966,7 +5988,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0033",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.258Z",
+        "dc:date": "2013-05-03T14:39:28.665Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -5977,7 +5999,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0033",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.260Z",
+        "dc:date": "2013-05-03T14:39:28.667Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -5988,7 +6010,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0034",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.262Z",
+        "dc:date": "2013-05-03T14:39:28.669Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -5999,7 +6021,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0034",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.264Z",
+        "dc:date": "2013-05-03T14:39:28.671Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -6010,7 +6032,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0035",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.267Z",
+        "dc:date": "2013-05-03T14:39:28.674Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -6021,7 +6043,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0035",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.269Z",
+        "dc:date": "2013-05-03T14:39:28.676Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -6032,7 +6054,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0036",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.272Z",
+        "dc:date": "2013-05-03T14:39:28.678Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -6043,7 +6065,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0036",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.275Z",
+        "dc:date": "2013-05-03T14:39:28.681Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -6054,7 +6076,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0037",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.278Z",
+        "dc:date": "2013-05-03T14:39:28.683Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -6065,7 +6087,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0037",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.280Z",
+        "dc:date": "2013-05-03T14:39:28.685Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -6076,7 +6098,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0038",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.282Z",
+        "dc:date": "2013-05-03T14:39:28.687Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -6087,7 +6109,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0038",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.284Z",
+        "dc:date": "2013-05-03T14:39:28.689Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -6098,7 +6120,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0039",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.286Z",
+        "dc:date": "2013-05-03T14:39:28.691Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -6109,18 +6131,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0039",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.288Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0040",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.292Z",
+        "dc:date": "2013-05-03T14:39:28.693Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -6131,18 +6142,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0040",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.294Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0041",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.298Z",
+        "dc:date": "2013-05-03T14:39:28.696Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0040",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:28.699Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -6153,7 +6164,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0041",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.301Z",
+        "dc:date": "2013-05-03T14:39:28.702Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0041",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:28.705Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -6164,7 +6186,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0042",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.304Z",
+        "dc:date": "2013-05-03T14:39:28.708Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -6175,7 +6197,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0042",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.307Z",
+        "dc:date": "2013-05-03T14:39:28.712Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -6186,7 +6208,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0043",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.309Z",
+        "dc:date": "2013-05-03T14:39:28.713Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -6197,7 +6219,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0043",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.310Z",
+        "dc:date": "2013-05-03T14:39:28.714Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -6208,7 +6230,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0044",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.570Z",
+        "dc:date": "2013-05-03T14:39:28.974Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -6219,7 +6241,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0044",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:08.809Z",
+        "dc:date": "2013-05-03T14:39:29.215Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -6230,7 +6252,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0045",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:09.026Z",
+        "dc:date": "2013-05-03T14:39:29.436Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -6241,7 +6263,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0045",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:09.242Z",
+        "dc:date": "2013-05-03T14:39:29.648Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -6252,7 +6274,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0046",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:09.472Z",
+        "dc:date": "2013-05-03T14:39:29.862Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -6263,7 +6285,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0046",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:09.688Z",
+        "dc:date": "2013-05-03T14:39:30.075Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -6274,7 +6296,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0047",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:09.694Z",
+        "dc:date": "2013-05-03T14:39:30.078Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -6285,7 +6307,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0047",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:09.698Z",
+        "dc:date": "2013-05-03T14:39:30.081Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -6296,7 +6318,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0048",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:09.701Z",
+        "dc:date": "2013-05-03T14:39:30.083Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -6307,7 +6329,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0048",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:09.704Z",
+        "dc:date": "2013-05-03T14:39:30.086Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -6318,7 +6340,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0049",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:09.705Z",
+        "dc:date": "2013-05-03T14:39:30.087Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -6329,7 +6351,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0049",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:09.706Z",
+        "dc:date": "2013-05-03T14:39:30.088Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -6340,7 +6362,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0050",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:09.709Z",
+        "dc:date": "2013-05-03T14:39:30.090Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -6351,7 +6373,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0050",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:09.710Z",
+        "dc:date": "2013-05-03T14:39:30.091Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -6362,7 +6384,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0051",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:09.712Z",
+        "dc:date": "2013-05-03T14:39:30.092Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -6373,18 +6395,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0051",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:09.713Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0052",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:09.715Z",
+        "dc:date": "2013-05-03T14:39:30.094Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -6395,18 +6406,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0052",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:09.716Z",
-        "earl:outcome": "earl:passed"
-      }
-    },
-    {
-      "@type": "earl:Assertion",
-      "earl:assertedBy": "https://github.com/dlongley",
-      "earl:mode": "earl:automatic",
-      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0053",
-      "earl:result": {
-        "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:09.719Z",
+        "dc:date": "2013-05-03T14:39:30.095Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0052",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:30.096Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -6417,7 +6428,18 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0053",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:09.721Z",
+        "dc:date": "2013-05-03T14:39:30.099Z",
+        "earl:outcome": "earl:passed"
+      }
+    },
+    {
+      "@type": "earl:Assertion",
+      "earl:assertedBy": "https://github.com/dlongley",
+      "earl:mode": "earl:automatic",
+      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0053",
+      "earl:result": {
+        "@type": "earl:TestResult",
+        "dc:date": "2013-05-03T14:39:30.101Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -6428,7 +6450,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0054",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:09.727Z",
+        "dc:date": "2013-05-03T14:39:30.106Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -6439,7 +6461,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0054",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:09.732Z",
+        "dc:date": "2013-05-03T14:39:30.112Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -6450,7 +6472,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0055",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:09.734Z",
+        "dc:date": "2013-05-03T14:39:30.113Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -6461,7 +6483,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0055",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:09.735Z",
+        "dc:date": "2013-05-03T14:39:30.115Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -6472,7 +6494,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0056",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:09.738Z",
+        "dc:date": "2013-05-03T14:39:30.117Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -6483,7 +6505,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0056",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:09.740Z",
+        "dc:date": "2013-05-03T14:39:30.119Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -6494,7 +6516,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0057",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:09.757Z",
+        "dc:date": "2013-05-03T14:39:30.120Z",
         "earl:outcome": "earl:passed"
       }
     },
@@ -6505,7 +6527,7 @@
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0057",
       "earl:result": {
         "@type": "earl:TestResult",
-        "dc:date": "2013-05-02T20:19:09.759Z",
+        "dc:date": "2013-05-03T14:39:30.122Z",
         "earl:outcome": "earl:passed"
       }
     }
--- a/test-suite/reports/jsonld.js-earl.ttl	Fri May 03 10:25:17 2013 -0400
+++ b/test-suite/reports/jsonld.js-earl.ttl	Fri May 03 10:50:00 2013 -0400
@@ -1,5 +1,5 @@
 <https://github.com/digitalbazaar/jsonld.js> <http://purl.org/dc/terms/creator> <https://github.com/dlongley> .
-<https://github.com/digitalbazaar/jsonld.js> <http://purl.org/dc/terms/date> "02"^^<http://www.w3.org/2001/XMLSchema#date> .
+<https://github.com/digitalbazaar/jsonld.js> <http://purl.org/dc/terms/date> "2013-05-03"^^<http://www.w3.org/2001/XMLSchema#date> .
 <https://github.com/digitalbazaar/jsonld.js> <http://purl.org/dc/terms/title> "jsonld.js" .
 <https://github.com/digitalbazaar/jsonld.js> <http://usefulinc.com/ns/doap#description> "A JSON-LD processor for JavaScript" .
 <https://github.com/digitalbazaar/jsonld.js> <http://usefulinc.com/ns/doap#developer> <https://github.com/dlongley> .
@@ -20,7 +20,7 @@
 _:b0 <http://www.w3.org/ns/earl#result> _:b1 .
 _:b0 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b0 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0001> .
-_:b1 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.510Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.445Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b10 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -40,8 +40,8 @@
 _:b1000 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b1000 <http://www.w3.org/ns/earl#result> _:b1001 .
 _:b1000 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b1000 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0015> .
-_:b1001 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.087Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1000 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0014> .
+_:b1001 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.516Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1001 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1001 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b1002 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -49,8 +49,8 @@
 _:b1002 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b1002 <http://www.w3.org/ns/earl#result> _:b1003 .
 _:b1002 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b1002 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0015> .
-_:b1003 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.089Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1002 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0014> .
+_:b1003 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.518Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1003 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1003 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b1004 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -58,8 +58,8 @@
 _:b1004 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b1004 <http://www.w3.org/ns/earl#result> _:b1005 .
 _:b1004 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b1004 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0016> .
-_:b1005 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.092Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1004 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0015> .
+_:b1005 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.520Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1005 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1005 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b1006 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -67,8 +67,8 @@
 _:b1006 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b1006 <http://www.w3.org/ns/earl#result> _:b1007 .
 _:b1006 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b1006 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0016> .
-_:b1007 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.094Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1006 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0015> .
+_:b1007 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.521Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1007 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1007 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b1008 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -76,11 +76,11 @@
 _:b1008 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b1008 <http://www.w3.org/ns/earl#result> _:b1009 .
 _:b1008 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b1008 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0017> .
-_:b1009 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.096Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1008 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0016> .
+_:b1009 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.523Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1009 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1009 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b101 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.714Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b101 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.565Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b101 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b101 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b1010 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -88,8 +88,8 @@
 _:b1010 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b1010 <http://www.w3.org/ns/earl#result> _:b1011 .
 _:b1010 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b1010 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0017> .
-_:b1011 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.098Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1010 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0016> .
+_:b1011 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.524Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1011 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1011 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b1012 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -97,8 +97,8 @@
 _:b1012 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b1012 <http://www.w3.org/ns/earl#result> _:b1013 .
 _:b1012 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b1012 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0018> .
-_:b1013 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.100Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1012 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0017> .
+_:b1013 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.526Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1013 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1013 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b1014 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -106,8 +106,8 @@
 _:b1014 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b1014 <http://www.w3.org/ns/earl#result> _:b1015 .
 _:b1014 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b1014 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0018> .
-_:b1015 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.102Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1014 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0017> .
+_:b1015 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.528Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1015 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1015 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b1016 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -115,8 +115,8 @@
 _:b1016 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b1016 <http://www.w3.org/ns/earl#result> _:b1017 .
 _:b1016 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b1016 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0019> .
-_:b1017 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.121Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1016 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0018> .
+_:b1017 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.530Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1017 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1017 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b1018 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -124,8 +124,8 @@
 _:b1018 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b1018 <http://www.w3.org/ns/earl#result> _:b1019 .
 _:b1018 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b1018 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0019> .
-_:b1019 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.125Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1018 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0018> .
+_:b1019 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.532Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1019 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1019 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b102 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -139,8 +139,8 @@
 _:b1020 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b1020 <http://www.w3.org/ns/earl#result> _:b1021 .
 _:b1020 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b1020 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0020> .
-_:b1021 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.128Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1020 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0019> .
+_:b1021 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.535Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1021 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1021 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b1022 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -148,8 +148,8 @@
 _:b1022 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b1022 <http://www.w3.org/ns/earl#result> _:b1023 .
 _:b1022 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b1022 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0020> .
-_:b1023 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.130Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1022 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0019> .
+_:b1023 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.537Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1023 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1023 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b1024 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -157,8 +157,8 @@
 _:b1024 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b1024 <http://www.w3.org/ns/earl#result> _:b1025 .
 _:b1024 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b1024 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0021> .
-_:b1025 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.140Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1024 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0020> .
+_:b1025 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.540Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1025 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1025 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b1026 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -166,8 +166,8 @@
 _:b1026 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b1026 <http://www.w3.org/ns/earl#result> _:b1027 .
 _:b1026 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b1026 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0021> .
-_:b1027 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.145Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1026 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0020> .
+_:b1027 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.547Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1027 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1027 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b1028 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -175,11 +175,11 @@
 _:b1028 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b1028 <http://www.w3.org/ns/earl#result> _:b1029 .
 _:b1028 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b1028 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0022> .
-_:b1029 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.151Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1028 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0021> .
+_:b1029 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.552Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1029 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1029 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b103 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.716Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b103 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.567Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b103 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b103 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b1030 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -187,8 +187,8 @@
 _:b1030 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b1030 <http://www.w3.org/ns/earl#result> _:b1031 .
 _:b1030 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b1030 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0022> .
-_:b1031 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.157Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1030 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0021> .
+_:b1031 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.557Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1031 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1031 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b1032 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -196,8 +196,8 @@
 _:b1032 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b1032 <http://www.w3.org/ns/earl#result> _:b1033 .
 _:b1032 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b1032 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0023> .
-_:b1033 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.175Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1032 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0022> .
+_:b1033 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.562Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1033 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1033 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b1034 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -205,8 +205,8 @@
 _:b1034 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b1034 <http://www.w3.org/ns/earl#result> _:b1035 .
 _:b1034 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b1034 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0023> .
-_:b1035 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.180Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1034 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0022> .
+_:b1035 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.579Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1035 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1035 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b1036 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -214,8 +214,8 @@
 _:b1036 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b1036 <http://www.w3.org/ns/earl#result> _:b1037 .
 _:b1036 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b1036 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0024> .
-_:b1037 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.185Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1036 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0023> .
+_:b1037 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.585Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1037 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1037 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b1038 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -223,8 +223,8 @@
 _:b1038 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b1038 <http://www.w3.org/ns/earl#result> _:b1039 .
 _:b1038 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b1038 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0024> .
-_:b1039 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.191Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1038 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0023> .
+_:b1039 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.590Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1039 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1039 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b104 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -238,8 +238,8 @@
 _:b1040 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b1040 <http://www.w3.org/ns/earl#result> _:b1041 .
 _:b1040 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b1040 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0025> .
-_:b1041 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.196Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1040 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0024> .
+_:b1041 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.595Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1041 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1041 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b1042 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -247,8 +247,8 @@
 _:b1042 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b1042 <http://www.w3.org/ns/earl#result> _:b1043 .
 _:b1042 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b1042 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0025> .
-_:b1043 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.201Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1042 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0024> .
+_:b1043 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.600Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1043 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1043 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b1044 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -256,8 +256,8 @@
 _:b1044 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b1044 <http://www.w3.org/ns/earl#result> _:b1045 .
 _:b1044 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b1044 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0026> .
-_:b1045 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.207Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1044 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0025> .
+_:b1045 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.605Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1045 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1045 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b1046 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -265,8 +265,8 @@
 _:b1046 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b1046 <http://www.w3.org/ns/earl#result> _:b1047 .
 _:b1046 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b1046 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0026> .
-_:b1047 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.213Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1046 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0025> .
+_:b1047 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.610Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1047 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1047 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b1048 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -274,11 +274,11 @@
 _:b1048 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b1048 <http://www.w3.org/ns/earl#result> _:b1049 .
 _:b1048 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b1048 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0027> .
-_:b1049 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.219Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1048 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0026> .
+_:b1049 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.615Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1049 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1049 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b105 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.718Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b105 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.568Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b105 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b105 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b1050 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -286,8 +286,8 @@
 _:b1050 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b1050 <http://www.w3.org/ns/earl#result> _:b1051 .
 _:b1050 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b1050 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0027> .
-_:b1051 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.227Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1050 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0026> .
+_:b1051 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.623Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1051 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1051 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b1052 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -295,8 +295,8 @@
 _:b1052 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b1052 <http://www.w3.org/ns/earl#result> _:b1053 .
 _:b1052 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b1052 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0028> .
-_:b1053 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.232Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1052 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0027> .
+_:b1053 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.628Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1053 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1053 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b1054 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -304,8 +304,8 @@
 _:b1054 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b1054 <http://www.w3.org/ns/earl#result> _:b1055 .
 _:b1054 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b1054 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0028> .
-_:b1055 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.236Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1054 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0027> .
+_:b1055 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.635Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1055 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1055 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b1056 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -313,8 +313,8 @@
 _:b1056 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b1056 <http://www.w3.org/ns/earl#result> _:b1057 .
 _:b1056 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b1056 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0029> .
-_:b1057 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.242Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1056 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0028> .
+_:b1057 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.640Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1057 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1057 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b1058 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -322,8 +322,8 @@
 _:b1058 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b1058 <http://www.w3.org/ns/earl#result> _:b1059 .
 _:b1058 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b1058 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0029> .
-_:b1059 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.246Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1058 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0028> .
+_:b1059 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.645Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1059 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1059 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b106 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -337,8 +337,8 @@
 _:b1060 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b1060 <http://www.w3.org/ns/earl#result> _:b1061 .
 _:b1060 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b1060 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0030> .
-_:b1061 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.248Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1060 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0029> .
+_:b1061 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.649Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1061 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1061 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b1062 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -346,8 +346,8 @@
 _:b1062 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b1062 <http://www.w3.org/ns/earl#result> _:b1063 .
 _:b1062 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b1062 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0030> .
-_:b1063 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.250Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1062 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0029> .
+_:b1063 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.655Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1063 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1063 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b1064 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -355,8 +355,8 @@
 _:b1064 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b1064 <http://www.w3.org/ns/earl#result> _:b1065 .
 _:b1064 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b1064 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0031> .
-_:b1065 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.252Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1064 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0030> .
+_:b1065 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.656Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1065 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1065 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b1066 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -364,8 +364,8 @@
 _:b1066 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b1066 <http://www.w3.org/ns/earl#result> _:b1067 .
 _:b1066 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b1066 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0031> .
-_:b1067 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.253Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1066 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0030> .
+_:b1067 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.658Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1067 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1067 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b1068 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -373,11 +373,11 @@
 _:b1068 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b1068 <http://www.w3.org/ns/earl#result> _:b1069 .
 _:b1068 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b1068 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0032> .
-_:b1069 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.255Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1068 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0031> .
+_:b1069 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.659Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1069 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1069 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b107 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.721Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b107 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.570Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b107 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b107 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b1070 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -385,8 +385,8 @@
 _:b1070 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b1070 <http://www.w3.org/ns/earl#result> _:b1071 .
 _:b1070 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b1070 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0032> .
-_:b1071 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.256Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1070 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0031> .
+_:b1071 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.661Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1071 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1071 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b1072 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -394,8 +394,8 @@
 _:b1072 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b1072 <http://www.w3.org/ns/earl#result> _:b1073 .
 _:b1072 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b1072 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0033> .
-_:b1073 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.258Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1072 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0032> .
+_:b1073 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.662Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1073 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1073 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b1074 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -403,8 +403,8 @@
 _:b1074 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b1074 <http://www.w3.org/ns/earl#result> _:b1075 .
 _:b1074 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b1074 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0033> .
-_:b1075 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.260Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1074 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0032> .
+_:b1075 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.663Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1075 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1075 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b1076 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -412,8 +412,8 @@
 _:b1076 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b1076 <http://www.w3.org/ns/earl#result> _:b1077 .
 _:b1076 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b1076 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0034> .
-_:b1077 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.262Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1076 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0033> .
+_:b1077 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.665Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1077 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1077 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b1078 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -421,8 +421,8 @@
 _:b1078 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b1078 <http://www.w3.org/ns/earl#result> _:b1079 .
 _:b1078 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b1078 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0034> .
-_:b1079 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.264Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1078 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0033> .
+_:b1079 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.667Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1079 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1079 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b108 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -436,8 +436,8 @@
 _:b1080 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b1080 <http://www.w3.org/ns/earl#result> _:b1081 .
 _:b1080 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b1080 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0035> .
-_:b1081 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.267Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1080 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0034> .
+_:b1081 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.669Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1081 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1081 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b1082 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -445,8 +445,8 @@
 _:b1082 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b1082 <http://www.w3.org/ns/earl#result> _:b1083 .
 _:b1082 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b1082 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0035> .
-_:b1083 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.269Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1082 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0034> .
+_:b1083 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.671Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1083 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1083 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b1084 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -454,8 +454,8 @@
 _:b1084 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b1084 <http://www.w3.org/ns/earl#result> _:b1085 .
 _:b1084 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b1084 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0036> .
-_:b1085 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.272Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1084 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0035> .
+_:b1085 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.674Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1085 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1085 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b1086 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -463,8 +463,8 @@
 _:b1086 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b1086 <http://www.w3.org/ns/earl#result> _:b1087 .
 _:b1086 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b1086 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0036> .
-_:b1087 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.275Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1086 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0035> .
+_:b1087 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.676Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1087 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1087 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b1088 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -472,11 +472,11 @@
 _:b1088 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b1088 <http://www.w3.org/ns/earl#result> _:b1089 .
 _:b1088 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b1088 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0037> .
-_:b1089 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.278Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1088 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0036> .
+_:b1089 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.678Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1089 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1089 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b109 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.723Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b109 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.571Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b109 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b109 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b1090 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -484,8 +484,8 @@
 _:b1090 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b1090 <http://www.w3.org/ns/earl#result> _:b1091 .
 _:b1090 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b1090 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0037> .
-_:b1091 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.280Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1090 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0036> .
+_:b1091 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.681Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1091 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1091 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b1092 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -493,8 +493,8 @@
 _:b1092 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b1092 <http://www.w3.org/ns/earl#result> _:b1093 .
 _:b1092 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b1092 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0038> .
-_:b1093 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.282Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1092 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0037> .
+_:b1093 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.683Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1093 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1093 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b1094 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -502,8 +502,8 @@
 _:b1094 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b1094 <http://www.w3.org/ns/earl#result> _:b1095 .
 _:b1094 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b1094 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0038> .
-_:b1095 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.284Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1094 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0037> .
+_:b1095 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.685Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1095 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1095 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b1096 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -511,8 +511,8 @@
 _:b1096 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b1096 <http://www.w3.org/ns/earl#result> _:b1097 .
 _:b1096 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b1096 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0039> .
-_:b1097 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.286Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1096 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0038> .
+_:b1097 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.687Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1097 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1097 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b1098 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -520,11 +520,11 @@
 _:b1098 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b1098 <http://www.w3.org/ns/earl#result> _:b1099 .
 _:b1098 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b1098 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0039> .
-_:b1099 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.288Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1098 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0038> .
+_:b1099 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.689Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1099 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1099 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b11 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.559Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b11 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.461Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b11 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b11 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b110 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -538,8 +538,8 @@
 _:b1100 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b1100 <http://www.w3.org/ns/earl#result> _:b1101 .
 _:b1100 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b1100 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0040> .
-_:b1101 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.292Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1100 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0039> .
+_:b1101 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.691Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1101 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1101 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b1102 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -547,8 +547,8 @@
 _:b1102 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b1102 <http://www.w3.org/ns/earl#result> _:b1103 .
 _:b1102 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b1102 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0040> .
-_:b1103 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.294Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1102 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0039> .
+_:b1103 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.693Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1103 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1103 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b1104 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -556,8 +556,8 @@
 _:b1104 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b1104 <http://www.w3.org/ns/earl#result> _:b1105 .
 _:b1104 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b1104 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0041> .
-_:b1105 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.298Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1104 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0040> .
+_:b1105 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.696Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1105 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1105 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b1106 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -565,8 +565,8 @@
 _:b1106 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b1106 <http://www.w3.org/ns/earl#result> _:b1107 .
 _:b1106 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b1106 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0041> .
-_:b1107 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.301Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1106 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0040> .
+_:b1107 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.699Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1107 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1107 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b1108 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -574,11 +574,11 @@
 _:b1108 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b1108 <http://www.w3.org/ns/earl#result> _:b1109 .
 _:b1108 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b1108 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0042> .
-_:b1109 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.304Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1108 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0041> .
+_:b1109 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.702Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1109 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1109 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b111 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.728Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b111 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.576Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b111 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b111 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b1110 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -586,8 +586,8 @@
 _:b1110 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b1110 <http://www.w3.org/ns/earl#result> _:b1111 .
 _:b1110 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b1110 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0042> .
-_:b1111 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.307Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1110 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0041> .
+_:b1111 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.705Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1111 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1111 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b1112 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -595,8 +595,8 @@
 _:b1112 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b1112 <http://www.w3.org/ns/earl#result> _:b1113 .
 _:b1112 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b1112 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0043> .
-_:b1113 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.309Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1112 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0042> .
+_:b1113 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.708Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1113 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1113 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b1114 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -604,8 +604,8 @@
 _:b1114 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b1114 <http://www.w3.org/ns/earl#result> _:b1115 .
 _:b1114 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b1114 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0043> .
-_:b1115 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.310Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1114 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0042> .
+_:b1115 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.712Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1115 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1115 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b1116 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -613,8 +613,8 @@
 _:b1116 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b1116 <http://www.w3.org/ns/earl#result> _:b1117 .
 _:b1116 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b1116 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0044> .
-_:b1117 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.570Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1116 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0043> .
+_:b1117 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.713Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1117 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1117 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b1118 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -622,8 +622,8 @@
 _:b1118 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b1118 <http://www.w3.org/ns/earl#result> _:b1119 .
 _:b1118 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b1118 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0044> .
-_:b1119 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.809Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1118 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0043> .
+_:b1119 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.714Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1119 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1119 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b112 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -637,8 +637,8 @@
 _:b1120 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b1120 <http://www.w3.org/ns/earl#result> _:b1121 .
 _:b1120 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b1120 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0045> .
-_:b1121 <http://purl.org/dc/terms/date> "2013-05-02T20:19:09.026Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1120 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0044> .
+_:b1121 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.974Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1121 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1121 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b1122 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -646,8 +646,8 @@
 _:b1122 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b1122 <http://www.w3.org/ns/earl#result> _:b1123 .
 _:b1122 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b1122 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0045> .
-_:b1123 <http://purl.org/dc/terms/date> "2013-05-02T20:19:09.242Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1122 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0044> .
+_:b1123 <http://purl.org/dc/terms/date> "2013-05-03T14:39:29.215Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1123 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1123 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b1124 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -655,8 +655,8 @@
 _:b1124 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b1124 <http://www.w3.org/ns/earl#result> _:b1125 .
 _:b1124 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b1124 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0046> .
-_:b1125 <http://purl.org/dc/terms/date> "2013-05-02T20:19:09.472Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1124 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0045> .
+_:b1125 <http://purl.org/dc/terms/date> "2013-05-03T14:39:29.436Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1125 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1125 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b1126 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -664,8 +664,8 @@
 _:b1126 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b1126 <http://www.w3.org/ns/earl#result> _:b1127 .
 _:b1126 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b1126 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0046> .
-_:b1127 <http://purl.org/dc/terms/date> "2013-05-02T20:19:09.688Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1126 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0045> .
+_:b1127 <http://purl.org/dc/terms/date> "2013-05-03T14:39:29.648Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1127 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1127 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b1128 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -673,11 +673,11 @@
 _:b1128 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b1128 <http://www.w3.org/ns/earl#result> _:b1129 .
 _:b1128 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b1128 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0047> .
-_:b1129 <http://purl.org/dc/terms/date> "2013-05-02T20:19:09.694Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1128 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0046> .
+_:b1129 <http://purl.org/dc/terms/date> "2013-05-03T14:39:29.862Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1129 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1129 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b113 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.733Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b113 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.580Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b113 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b113 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b1130 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -685,8 +685,8 @@
 _:b1130 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b1130 <http://www.w3.org/ns/earl#result> _:b1131 .
 _:b1130 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b1130 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0047> .
-_:b1131 <http://purl.org/dc/terms/date> "2013-05-02T20:19:09.698Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1130 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0046> .
+_:b1131 <http://purl.org/dc/terms/date> "2013-05-03T14:39:30.075Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1131 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1131 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b1132 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -694,8 +694,8 @@
 _:b1132 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b1132 <http://www.w3.org/ns/earl#result> _:b1133 .
 _:b1132 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b1132 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0048> .
-_:b1133 <http://purl.org/dc/terms/date> "2013-05-02T20:19:09.701Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1132 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0047> .
+_:b1133 <http://purl.org/dc/terms/date> "2013-05-03T14:39:30.078Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1133 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1133 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b1134 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -703,8 +703,8 @@
 _:b1134 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b1134 <http://www.w3.org/ns/earl#result> _:b1135 .
 _:b1134 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b1134 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0048> .
-_:b1135 <http://purl.org/dc/terms/date> "2013-05-02T20:19:09.704Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1134 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0047> .
+_:b1135 <http://purl.org/dc/terms/date> "2013-05-03T14:39:30.081Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1135 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1135 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b1136 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -712,8 +712,8 @@
 _:b1136 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b1136 <http://www.w3.org/ns/earl#result> _:b1137 .
 _:b1136 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b1136 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0049> .
-_:b1137 <http://purl.org/dc/terms/date> "2013-05-02T20:19:09.705Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1136 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0048> .
+_:b1137 <http://purl.org/dc/terms/date> "2013-05-03T14:39:30.083Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1137 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1137 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b1138 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -721,8 +721,8 @@
 _:b1138 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b1138 <http://www.w3.org/ns/earl#result> _:b1139 .
 _:b1138 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b1138 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0049> .
-_:b1139 <http://purl.org/dc/terms/date> "2013-05-02T20:19:09.706Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1138 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0048> .
+_:b1139 <http://purl.org/dc/terms/date> "2013-05-03T14:39:30.086Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1139 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1139 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b114 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -736,8 +736,8 @@
 _:b1140 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b1140 <http://www.w3.org/ns/earl#result> _:b1141 .
 _:b1140 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b1140 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0050> .
-_:b1141 <http://purl.org/dc/terms/date> "2013-05-02T20:19:09.709Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1140 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0049> .
+_:b1141 <http://purl.org/dc/terms/date> "2013-05-03T14:39:30.087Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1141 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1141 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b1142 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -745,8 +745,8 @@
 _:b1142 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b1142 <http://www.w3.org/ns/earl#result> _:b1143 .
 _:b1142 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b1142 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0050> .
-_:b1143 <http://purl.org/dc/terms/date> "2013-05-02T20:19:09.710Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1142 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0049> .
+_:b1143 <http://purl.org/dc/terms/date> "2013-05-03T14:39:30.088Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1143 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1143 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b1144 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -754,8 +754,8 @@
 _:b1144 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b1144 <http://www.w3.org/ns/earl#result> _:b1145 .
 _:b1144 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b1144 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0051> .
-_:b1145 <http://purl.org/dc/terms/date> "2013-05-02T20:19:09.712Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1144 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0050> .
+_:b1145 <http://purl.org/dc/terms/date> "2013-05-03T14:39:30.090Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1145 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1145 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b1146 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -763,8 +763,8 @@
 _:b1146 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b1146 <http://www.w3.org/ns/earl#result> _:b1147 .
 _:b1146 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b1146 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0051> .
-_:b1147 <http://purl.org/dc/terms/date> "2013-05-02T20:19:09.713Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1146 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0050> .
+_:b1147 <http://purl.org/dc/terms/date> "2013-05-03T14:39:30.091Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1147 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1147 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b1148 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -772,11 +772,11 @@
 _:b1148 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b1148 <http://www.w3.org/ns/earl#result> _:b1149 .
 _:b1148 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b1148 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0052> .
-_:b1149 <http://purl.org/dc/terms/date> "2013-05-02T20:19:09.715Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1148 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0051> .
+_:b1149 <http://purl.org/dc/terms/date> "2013-05-03T14:39:30.092Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1149 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1149 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b115 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.736Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b115 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.583Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b115 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b115 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b1150 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -784,8 +784,8 @@
 _:b1150 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b1150 <http://www.w3.org/ns/earl#result> _:b1151 .
 _:b1150 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b1150 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0052> .
-_:b1151 <http://purl.org/dc/terms/date> "2013-05-02T20:19:09.716Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1150 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0051> .
+_:b1151 <http://purl.org/dc/terms/date> "2013-05-03T14:39:30.094Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1151 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1151 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b1152 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -793,8 +793,8 @@
 _:b1152 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b1152 <http://www.w3.org/ns/earl#result> _:b1153 .
 _:b1152 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b1152 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0053> .
-_:b1153 <http://purl.org/dc/terms/date> "2013-05-02T20:19:09.719Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1152 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0052> .
+_:b1153 <http://purl.org/dc/terms/date> "2013-05-03T14:39:30.095Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1153 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1153 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b1154 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -802,8 +802,8 @@
 _:b1154 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b1154 <http://www.w3.org/ns/earl#result> _:b1155 .
 _:b1154 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b1154 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0053> .
-_:b1155 <http://purl.org/dc/terms/date> "2013-05-02T20:19:09.721Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1154 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0052> .
+_:b1155 <http://purl.org/dc/terms/date> "2013-05-03T14:39:30.096Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1155 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1155 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b1156 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -811,8 +811,8 @@
 _:b1156 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b1156 <http://www.w3.org/ns/earl#result> _:b1157 .
 _:b1156 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b1156 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0054> .
-_:b1157 <http://purl.org/dc/terms/date> "2013-05-02T20:19:09.727Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1156 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0053> .
+_:b1157 <http://purl.org/dc/terms/date> "2013-05-03T14:39:30.099Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1157 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1157 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b1158 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -820,8 +820,8 @@
 _:b1158 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b1158 <http://www.w3.org/ns/earl#result> _:b1159 .
 _:b1158 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b1158 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0054> .
-_:b1159 <http://purl.org/dc/terms/date> "2013-05-02T20:19:09.732Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1158 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0053> .
+_:b1159 <http://purl.org/dc/terms/date> "2013-05-03T14:39:30.101Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1159 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1159 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b116 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -835,8 +835,8 @@
 _:b1160 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b1160 <http://www.w3.org/ns/earl#result> _:b1161 .
 _:b1160 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b1160 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0055> .
-_:b1161 <http://purl.org/dc/terms/date> "2013-05-02T20:19:09.734Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1160 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0054> .
+_:b1161 <http://purl.org/dc/terms/date> "2013-05-03T14:39:30.106Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1161 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1161 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b1162 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -844,8 +844,8 @@
 _:b1162 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b1162 <http://www.w3.org/ns/earl#result> _:b1163 .
 _:b1162 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b1162 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0055> .
-_:b1163 <http://purl.org/dc/terms/date> "2013-05-02T20:19:09.735Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1162 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0054> .
+_:b1163 <http://purl.org/dc/terms/date> "2013-05-03T14:39:30.112Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1163 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1163 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b1164 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -853,8 +853,8 @@
 _:b1164 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b1164 <http://www.w3.org/ns/earl#result> _:b1165 .
 _:b1164 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b1164 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0056> .
-_:b1165 <http://purl.org/dc/terms/date> "2013-05-02T20:19:09.738Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1164 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0055> .
+_:b1165 <http://purl.org/dc/terms/date> "2013-05-03T14:39:30.113Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1165 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1165 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b1166 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -862,8 +862,8 @@
 _:b1166 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b1166 <http://www.w3.org/ns/earl#result> _:b1167 .
 _:b1166 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b1166 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0056> .
-_:b1167 <http://purl.org/dc/terms/date> "2013-05-02T20:19:09.740Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1166 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0055> .
+_:b1167 <http://purl.org/dc/terms/date> "2013-05-03T14:39:30.115Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1167 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1167 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b1168 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -871,11 +871,11 @@
 _:b1168 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b1168 <http://www.w3.org/ns/earl#result> _:b1169 .
 _:b1168 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b1168 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0057> .
-_:b1169 <http://purl.org/dc/terms/date> "2013-05-02T20:19:09.757Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1168 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0056> .
+_:b1169 <http://purl.org/dc/terms/date> "2013-05-03T14:39:30.117Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1169 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1169 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b117 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.739Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b117 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.586Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b117 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b117 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b1170 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -883,17 +883,35 @@
 _:b1170 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b1170 <http://www.w3.org/ns/earl#result> _:b1171 .
 _:b1170 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b1170 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0057> .
-_:b1171 <http://purl.org/dc/terms/date> "2013-05-02T20:19:09.759Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1170 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0056> .
+_:b1171 <http://purl.org/dc/terms/date> "2013-05-03T14:39:30.119Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1171 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1171 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
+_:b1172 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
+_:b1172 <http://www.w3.org/ns/earl#assertedBy> <https://github.com/dlongley> .
+_:b1172 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b1172 <http://www.w3.org/ns/earl#result> _:b1173 .
+_:b1172 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
+_:b1172 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0057> .
+_:b1173 <http://purl.org/dc/terms/date> "2013-05-03T14:39:30.120Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1173 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
+_:b1173 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
+_:b1174 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
+_:b1174 <http://www.w3.org/ns/earl#assertedBy> <https://github.com/dlongley> .
+_:b1174 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b1174 <http://www.w3.org/ns/earl#result> _:b1175 .
+_:b1174 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
+_:b1174 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0057> .
+_:b1175 <http://purl.org/dc/terms/date> "2013-05-03T14:39:30.122Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1175 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
+_:b1175 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b118 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
 _:b118 <http://www.w3.org/ns/earl#assertedBy> <https://github.com/dlongley> .
 _:b118 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b118 <http://www.w3.org/ns/earl#result> _:b119 .
 _:b118 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b118 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0030> .
-_:b119 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.741Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b119 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.587Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b119 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b119 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b12 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -908,7 +926,7 @@
 _:b120 <http://www.w3.org/ns/earl#result> _:b121 .
 _:b120 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b120 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0031> .
-_:b121 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.744Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b121 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.590Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b121 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b121 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b122 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -917,7 +935,7 @@
 _:b122 <http://www.w3.org/ns/earl#result> _:b123 .
 _:b122 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b122 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0031> .
-_:b123 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.745Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b123 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.591Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b123 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b123 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b124 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -926,7 +944,7 @@
 _:b124 <http://www.w3.org/ns/earl#result> _:b125 .
 _:b124 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b124 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0032> .
-_:b125 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.747Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b125 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.592Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b125 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b125 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b126 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -935,7 +953,7 @@
 _:b126 <http://www.w3.org/ns/earl#result> _:b127 .
 _:b126 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b126 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0032> .
-_:b127 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.748Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b127 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.593Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b127 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b127 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b128 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -944,10 +962,10 @@
 _:b128 <http://www.w3.org/ns/earl#result> _:b129 .
 _:b128 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b128 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0033> .
-_:b129 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.751Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b129 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.595Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b129 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b129 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b13 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.571Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b13 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.463Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b13 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b13 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b130 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -956,7 +974,7 @@
 _:b130 <http://www.w3.org/ns/earl#result> _:b131 .
 _:b130 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b130 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0033> .
-_:b131 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.754Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b131 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.599Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b131 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b131 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b132 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -965,7 +983,7 @@
 _:b132 <http://www.w3.org/ns/earl#result> _:b133 .
 _:b132 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b132 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0034> .
-_:b133 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.759Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b133 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.601Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b133 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b133 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b134 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -974,7 +992,7 @@
 _:b134 <http://www.w3.org/ns/earl#result> _:b135 .
 _:b134 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b134 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0034> .
-_:b135 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.760Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b135 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.602Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b135 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b135 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b136 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -983,7 +1001,7 @@
 _:b136 <http://www.w3.org/ns/earl#result> _:b137 .
 _:b136 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b136 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0035> .
-_:b137 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.771Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b137 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.604Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b137 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b137 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b138 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -992,7 +1010,7 @@
 _:b138 <http://www.w3.org/ns/earl#result> _:b139 .
 _:b138 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b138 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0035> .
-_:b139 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.773Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b139 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.605Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b139 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b139 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b14 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1007,7 +1025,7 @@
 _:b140 <http://www.w3.org/ns/earl#result> _:b141 .
 _:b140 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b140 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0036> .
-_:b141 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.781Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b141 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.610Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b141 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b141 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b142 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1016,7 +1034,7 @@
 _:b142 <http://www.w3.org/ns/earl#result> _:b143 .
 _:b142 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b142 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0036> .
-_:b143 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.787Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b143 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.616Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b143 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b143 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b144 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1025,7 +1043,7 @@
 _:b144 <http://www.w3.org/ns/earl#result> _:b145 .
 _:b144 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b144 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0037> .
-_:b145 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.799Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b145 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.617Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b145 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b145 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b146 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1034,7 +1052,7 @@
 _:b146 <http://www.w3.org/ns/earl#result> _:b147 .
 _:b146 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b146 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0037> .
-_:b147 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.800Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b147 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.618Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b147 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b147 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b148 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1043,10 +1061,10 @@
 _:b148 <http://www.w3.org/ns/earl#result> _:b149 .
 _:b148 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b148 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0038> .
-_:b149 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.802Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b149 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.620Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b149 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b149 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b15 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.576Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b15 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.466Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b15 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b15 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b150 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1055,7 +1073,7 @@
 _:b150 <http://www.w3.org/ns/earl#result> _:b151 .
 _:b150 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b150 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0038> .
-_:b151 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.804Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b151 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.622Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b151 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b151 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b152 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1064,7 +1082,7 @@
 _:b152 <http://www.w3.org/ns/earl#result> _:b153 .
 _:b152 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b152 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0039> .
-_:b153 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.809Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b153 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.626Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b153 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b153 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b154 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1073,7 +1091,7 @@
 _:b154 <http://www.w3.org/ns/earl#result> _:b155 .
 _:b154 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b154 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0039> .
-_:b155 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.810Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b155 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.628Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b155 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b155 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b156 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1082,7 +1100,7 @@
 _:b156 <http://www.w3.org/ns/earl#result> _:b157 .
 _:b156 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b156 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0040> .
-_:b157 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.819Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b157 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.629Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b157 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b157 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b158 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1091,7 +1109,7 @@
 _:b158 <http://www.w3.org/ns/earl#result> _:b159 .
 _:b158 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b158 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0040> .
-_:b159 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.820Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b159 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.630Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b159 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b159 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b16 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1106,7 +1124,7 @@
 _:b160 <http://www.w3.org/ns/earl#result> _:b161 .
 _:b160 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b160 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0041> .
-_:b161 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.822Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b161 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.631Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b161 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b161 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b162 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1115,7 +1133,7 @@
 _:b162 <http://www.w3.org/ns/earl#result> _:b163 .
 _:b162 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b162 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0041> .
-_:b163 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.823Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b163 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.633Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b163 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b163 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b164 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1124,7 +1142,7 @@
 _:b164 <http://www.w3.org/ns/earl#result> _:b165 .
 _:b164 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b164 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0042> .
-_:b165 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.824Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b165 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.634Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b165 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b165 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b166 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1133,7 +1151,7 @@
 _:b166 <http://www.w3.org/ns/earl#result> _:b167 .
 _:b166 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b166 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0042> .
-_:b167 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.827Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b167 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.636Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b167 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b167 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b168 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1142,10 +1160,10 @@
 _:b168 <http://www.w3.org/ns/earl#result> _:b169 .
 _:b168 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b168 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0043> .
-_:b169 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.833Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b169 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.642Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b169 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b169 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b17 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.587Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b17 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.468Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b17 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b17 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b170 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1154,7 +1172,7 @@
 _:b170 <http://www.w3.org/ns/earl#result> _:b171 .
 _:b170 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b170 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0043> .
-_:b171 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.834Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b171 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.643Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b171 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b171 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b172 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1163,7 +1181,7 @@
 _:b172 <http://www.w3.org/ns/earl#result> _:b173 .
 _:b172 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b172 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0044> .
-_:b173 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.837Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b173 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.645Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b173 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b173 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b174 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1172,7 +1190,7 @@
 _:b174 <http://www.w3.org/ns/earl#result> _:b175 .
 _:b174 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b174 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0044> .
-_:b175 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.838Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b175 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.647Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b175 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b175 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b176 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1181,7 +1199,7 @@
 _:b176 <http://www.w3.org/ns/earl#result> _:b177 .
 _:b176 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b176 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0045> .
-_:b177 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.839Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b177 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.647Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b177 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b177 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b178 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1190,7 +1208,7 @@
 _:b178 <http://www.w3.org/ns/earl#result> _:b179 .
 _:b178 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b178 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0045> .
-_:b179 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.840Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b179 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.648Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b179 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b179 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b18 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1205,7 +1223,7 @@
 _:b180 <http://www.w3.org/ns/earl#result> _:b181 .
 _:b180 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b180 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0046> .
-_:b181 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.842Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b181 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.649Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b181 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b181 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b182 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1214,7 +1232,7 @@
 _:b182 <http://www.w3.org/ns/earl#result> _:b183 .
 _:b182 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b182 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0046> .
-_:b183 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.843Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b183 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.651Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b183 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b183 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b184 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1223,7 +1241,7 @@
 _:b184 <http://www.w3.org/ns/earl#result> _:b185 .
 _:b184 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b184 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0047> .
-_:b185 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.850Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b185 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.654Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b185 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b185 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b186 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1232,7 +1250,7 @@
 _:b186 <http://www.w3.org/ns/earl#result> _:b187 .
 _:b186 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b186 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0047> .
-_:b187 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.851Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b187 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.655Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b187 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b187 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b188 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1241,10 +1259,10 @@
 _:b188 <http://www.w3.org/ns/earl#result> _:b189 .
 _:b188 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b188 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0048> .
-_:b189 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.865Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b189 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.656Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b189 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b189 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b19 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.589Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b19 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.470Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b19 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b19 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b190 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1253,7 +1271,7 @@
 _:b190 <http://www.w3.org/ns/earl#result> _:b191 .
 _:b190 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b190 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0048> .
-_:b191 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.867Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b191 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.658Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b191 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b191 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b192 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1262,7 +1280,7 @@
 _:b192 <http://www.w3.org/ns/earl#result> _:b193 .
 _:b192 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b192 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0049> .
-_:b193 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.869Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b193 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.659Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b193 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b193 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b194 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1271,7 +1289,7 @@
 _:b194 <http://www.w3.org/ns/earl#result> _:b195 .
 _:b194 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b194 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0049> .
-_:b195 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.876Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b195 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.663Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b195 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b195 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b196 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1280,7 +1298,7 @@
 _:b196 <http://www.w3.org/ns/earl#result> _:b197 .
 _:b196 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b196 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0050> .
-_:b197 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.878Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b197 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.665Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b197 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b197 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b198 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1289,7 +1307,7 @@
 _:b198 <http://www.w3.org/ns/earl#result> _:b199 .
 _:b198 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b198 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0050> .
-_:b199 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.881Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b199 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.667Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b199 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b199 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1310,7 +1328,7 @@
 _:b200 <http://www.w3.org/ns/earl#result> _:b201 .
 _:b200 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b200 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0051> .
-_:b201 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.882Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b201 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.668Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b201 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b201 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b202 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1319,7 +1337,7 @@
 _:b202 <http://www.w3.org/ns/earl#result> _:b203 .
 _:b202 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b202 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0051> .
-_:b203 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.884Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b203 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.669Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b203 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b203 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b204 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1328,7 +1346,7 @@
 _:b204 <http://www.w3.org/ns/earl#result> _:b205 .
 _:b204 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b204 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0052> .
-_:b205 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.885Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b205 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.670Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b205 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b205 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b206 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1337,7 +1355,7 @@
 _:b206 <http://www.w3.org/ns/earl#result> _:b207 .
 _:b206 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b206 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0052> .
-_:b207 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.886Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b207 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.671Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b207 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b207 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b208 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1346,10 +1364,10 @@
 _:b208 <http://www.w3.org/ns/earl#result> _:b209 .
 _:b208 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b208 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0053> .
-_:b209 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.887Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b209 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.672Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b209 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b209 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b21 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.594Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b21 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.472Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b21 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b21 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b210 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1358,7 +1376,7 @@
 _:b210 <http://www.w3.org/ns/earl#result> _:b211 .
 _:b210 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b210 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0053> .
-_:b211 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.889Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b211 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.674Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b211 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b211 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b212 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1367,7 +1385,7 @@
 _:b212 <http://www.w3.org/ns/earl#result> _:b213 .
 _:b212 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b212 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0054> .
-_:b213 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.890Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b213 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.675Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b213 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b213 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b214 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1376,7 +1394,7 @@
 _:b214 <http://www.w3.org/ns/earl#result> _:b215 .
 _:b214 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b214 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0054> .
-_:b215 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.891Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b215 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.676Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b215 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b215 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b216 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1385,7 +1403,7 @@
 _:b216 <http://www.w3.org/ns/earl#result> _:b217 .
 _:b216 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b216 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0055> .
-_:b217 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.893Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b217 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.677Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b217 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b217 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b218 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1394,7 +1412,7 @@
 _:b218 <http://www.w3.org/ns/earl#result> _:b219 .
 _:b218 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b218 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0055> .
-_:b219 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.894Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b219 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.678Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b219 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b219 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b22 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1409,7 +1427,7 @@
 _:b220 <http://www.w3.org/ns/earl#result> _:b221 .
 _:b220 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b220 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0056> .
-_:b221 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.895Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b221 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.679Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b221 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b221 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b222 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1418,7 +1436,7 @@
 _:b222 <http://www.w3.org/ns/earl#result> _:b223 .
 _:b222 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b222 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0056> .
-_:b223 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.897Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b223 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.680Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b223 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b223 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b224 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1427,7 +1445,7 @@
 _:b224 <http://www.w3.org/ns/earl#result> _:b225 .
 _:b224 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b224 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0057> .
-_:b225 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.898Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b225 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.682Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b225 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b225 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b226 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1436,7 +1454,7 @@
 _:b226 <http://www.w3.org/ns/earl#result> _:b227 .
 _:b226 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b226 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0057> .
-_:b227 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.899Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b227 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.683Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b227 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b227 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b228 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1445,10 +1463,10 @@
 _:b228 <http://www.w3.org/ns/earl#result> _:b229 .
 _:b228 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b228 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0058> .
-_:b229 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.900Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b229 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.684Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b229 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b229 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b23 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.600Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b23 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.475Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b23 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b23 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b230 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1457,7 +1475,7 @@
 _:b230 <http://www.w3.org/ns/earl#result> _:b231 .
 _:b230 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b230 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0058> .
-_:b231 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.902Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b231 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.685Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b231 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b231 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b232 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1466,7 +1484,7 @@
 _:b232 <http://www.w3.org/ns/earl#result> _:b233 .
 _:b232 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b232 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0059> .
-_:b233 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.903Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b233 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.686Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b233 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b233 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b234 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1475,7 +1493,7 @@
 _:b234 <http://www.w3.org/ns/earl#result> _:b235 .
 _:b234 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b234 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0059> .
-_:b235 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.905Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b235 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.688Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b235 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b235 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b236 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1484,7 +1502,7 @@
 _:b236 <http://www.w3.org/ns/earl#result> _:b237 .
 _:b236 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b236 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0060> .
-_:b237 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.907Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b237 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.692Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b237 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b237 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b238 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1493,7 +1511,7 @@
 _:b238 <http://www.w3.org/ns/earl#result> _:b239 .
 _:b238 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b238 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0060> .
-_:b239 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.909Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b239 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.696Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b239 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b239 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b24 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1508,7 +1526,7 @@
 _:b240 <http://www.w3.org/ns/earl#result> _:b241 .
 _:b240 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b240 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0061> .
-_:b241 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.912Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b241 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.700Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b241 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b241 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b242 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1517,7 +1535,7 @@
 _:b242 <http://www.w3.org/ns/earl#result> _:b243 .
 _:b242 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b242 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0061> .
-_:b243 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.916Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b243 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.707Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b243 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b243 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b244 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1526,7 +1544,7 @@
 _:b244 <http://www.w3.org/ns/earl#result> _:b245 .
 _:b244 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b244 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0062> .
-_:b245 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.919Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b245 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.711Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b245 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b245 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b246 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1535,7 +1553,7 @@
 _:b246 <http://www.w3.org/ns/earl#result> _:b247 .
 _:b246 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b246 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0062> .
-_:b247 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.921Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b247 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.712Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b247 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b247 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b248 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1544,10 +1562,10 @@
 _:b248 <http://www.w3.org/ns/earl#result> _:b249 .
 _:b248 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b248 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0063> .
-_:b249 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.922Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b249 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.714Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b249 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b249 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b25 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.606Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b25 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.478Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b25 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b25 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b250 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1556,7 +1574,7 @@
 _:b250 <http://www.w3.org/ns/earl#result> _:b251 .
 _:b250 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b250 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0063> .
-_:b251 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.924Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b251 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.716Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b251 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b251 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b252 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1565,7 +1583,7 @@
 _:b252 <http://www.w3.org/ns/earl#result> _:b253 .
 _:b252 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b252 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0064> .
-_:b253 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.928Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b253 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.719Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b253 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b253 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b254 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1574,7 +1592,7 @@
 _:b254 <http://www.w3.org/ns/earl#result> _:b255 .
 _:b254 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b254 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0064> .
-_:b255 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.930Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b255 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.721Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b255 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b255 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b256 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1583,7 +1601,7 @@
 _:b256 <http://www.w3.org/ns/earl#result> _:b257 .
 _:b256 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b256 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0065> .
-_:b257 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.932Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b257 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.723Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b257 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b257 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b258 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1592,7 +1610,7 @@
 _:b258 <http://www.w3.org/ns/earl#result> _:b259 .
 _:b258 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b258 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0065> .
-_:b259 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.935Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b259 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.726Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b259 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b259 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b26 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1607,7 +1625,7 @@
 _:b260 <http://www.w3.org/ns/earl#result> _:b261 .
 _:b260 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b260 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0066> .
-_:b261 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.937Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b261 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.728Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b261 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b261 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b262 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1616,7 +1634,7 @@
 _:b262 <http://www.w3.org/ns/earl#result> _:b263 .
 _:b262 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b262 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0066> .
-_:b263 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.942Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b263 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.733Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b263 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b263 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b264 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1625,7 +1643,7 @@
 _:b264 <http://www.w3.org/ns/earl#result> _:b265 .
 _:b264 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b264 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0067> .
-_:b265 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.949Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b265 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.739Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b265 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b265 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b266 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1634,7 +1652,7 @@
 _:b266 <http://www.w3.org/ns/earl#result> _:b267 .
 _:b266 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b266 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0067> .
-_:b267 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.951Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b267 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.742Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b267 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b267 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b268 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1643,10 +1661,10 @@
 _:b268 <http://www.w3.org/ns/earl#result> _:b269 .
 _:b268 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b268 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0069> .
-_:b269 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.953Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b269 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.743Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b269 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b269 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b27 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.609Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b27 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.479Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b27 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b27 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b270 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1655,7 +1673,7 @@
 _:b270 <http://www.w3.org/ns/earl#result> _:b271 .
 _:b270 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b270 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0069> .
-_:b271 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.954Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b271 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.745Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b271 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b271 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b272 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1664,7 +1682,7 @@
 _:b272 <http://www.w3.org/ns/earl#result> _:b273 .
 _:b272 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b272 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0070> .
-_:b273 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.970Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b273 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.746Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b273 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b273 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b274 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1673,7 +1691,7 @@
 _:b274 <http://www.w3.org/ns/earl#result> _:b275 .
 _:b274 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b274 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0070> .
-_:b275 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.971Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b275 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.747Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b275 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b275 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b276 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1682,7 +1700,7 @@
 _:b276 <http://www.w3.org/ns/earl#result> _:b277 .
 _:b276 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b276 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0071> .
-_:b277 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.973Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b277 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.748Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b277 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b277 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b278 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1691,7 +1709,7 @@
 _:b278 <http://www.w3.org/ns/earl#result> _:b279 .
 _:b278 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b278 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0071> .
-_:b279 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.975Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b279 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.749Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b279 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b279 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b28 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1706,7 +1724,7 @@
 _:b280 <http://www.w3.org/ns/earl#result> _:b281 .
 _:b280 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b280 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0072> .
-_:b281 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.978Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b281 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.750Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b281 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b281 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b282 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1715,7 +1733,7 @@
 _:b282 <http://www.w3.org/ns/earl#result> _:b283 .
 _:b282 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b282 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0072> .
-_:b283 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.980Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b283 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.751Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b283 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b283 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b284 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1724,7 +1742,7 @@
 _:b284 <http://www.w3.org/ns/earl#result> _:b285 .
 _:b284 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b284 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0001> .
-_:b285 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.000Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b285 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.757Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b285 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b285 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b286 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1733,7 +1751,7 @@
 _:b286 <http://www.w3.org/ns/earl#result> _:b287 .
 _:b286 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b286 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0001> .
-_:b287 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.003Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b287 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.759Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b287 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b287 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b288 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1742,10 +1760,10 @@
 _:b288 <http://www.w3.org/ns/earl#result> _:b289 .
 _:b288 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b288 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0002> .
-_:b289 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.010Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b289 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.763Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b289 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b289 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b29 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.619Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b29 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.486Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b29 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b29 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b290 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1754,7 +1772,7 @@
 _:b290 <http://www.w3.org/ns/earl#result> _:b291 .
 _:b290 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b290 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0002> .
-_:b291 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.012Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b291 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.765Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b291 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b291 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b292 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1763,7 +1781,7 @@
 _:b292 <http://www.w3.org/ns/earl#result> _:b293 .
 _:b292 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b292 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0003> .
-_:b293 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.014Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b293 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.766Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b293 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b293 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b294 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1772,7 +1790,7 @@
 _:b294 <http://www.w3.org/ns/earl#result> _:b295 .
 _:b294 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b294 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0003> .
-_:b295 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.015Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b295 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.768Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b295 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b295 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b296 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1781,7 +1799,7 @@
 _:b296 <http://www.w3.org/ns/earl#result> _:b297 .
 _:b296 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b296 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0004> .
-_:b297 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.018Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b297 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.770Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b297 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b297 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b298 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1790,10 +1808,10 @@
 _:b298 <http://www.w3.org/ns/earl#result> _:b299 .
 _:b298 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b298 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0004> .
-_:b299 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.020Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b299 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.772Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b299 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b299 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b3 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.516Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b3 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.451Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b3 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b30 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1808,7 +1826,7 @@
 _:b300 <http://www.w3.org/ns/earl#result> _:b301 .
 _:b300 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b300 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0005> .
-_:b301 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.023Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b301 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.774Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b301 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b301 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b302 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1817,7 +1835,7 @@
 _:b302 <http://www.w3.org/ns/earl#result> _:b303 .
 _:b302 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b302 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0005> .
-_:b303 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.024Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b303 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.776Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b303 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b303 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b304 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1826,7 +1844,7 @@
 _:b304 <http://www.w3.org/ns/earl#result> _:b305 .
 _:b304 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b304 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0006> .
-_:b305 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.027Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b305 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.778Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b305 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b305 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b306 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1835,7 +1853,7 @@
 _:b306 <http://www.w3.org/ns/earl#result> _:b307 .
 _:b306 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b306 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0006> .
-_:b307 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.028Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b307 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.779Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b307 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b307 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b308 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1844,10 +1862,10 @@
 _:b308 <http://www.w3.org/ns/earl#result> _:b309 .
 _:b308 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b308 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0007> .
-_:b309 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.032Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b309 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.782Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b309 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b309 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b31 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.620Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b31 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.488Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b31 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b31 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b310 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1856,7 +1874,7 @@
 _:b310 <http://www.w3.org/ns/earl#result> _:b311 .
 _:b310 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b310 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0007> .
-_:b311 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.034Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b311 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.784Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b311 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b311 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b312 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1865,7 +1883,7 @@
 _:b312 <http://www.w3.org/ns/earl#result> _:b313 .
 _:b312 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b312 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0008> .
-_:b313 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.037Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b313 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.786Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b313 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b313 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b314 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1874,7 +1892,7 @@
 _:b314 <http://www.w3.org/ns/earl#result> _:b315 .
 _:b314 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b314 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0008> .
-_:b315 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.042Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b315 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.791Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b315 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b315 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b316 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1883,7 +1901,7 @@
 _:b316 <http://www.w3.org/ns/earl#result> _:b317 .
 _:b316 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b316 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0009> .
-_:b317 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.060Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b317 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.792Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b317 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b317 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b318 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1892,7 +1910,7 @@
 _:b318 <http://www.w3.org/ns/earl#result> _:b319 .
 _:b318 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b318 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0009> .
-_:b319 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.063Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b319 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.794Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b319 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b319 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b32 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1907,7 +1925,7 @@
 _:b320 <http://www.w3.org/ns/earl#result> _:b321 .
 _:b320 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b320 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0010> .
-_:b321 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.067Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b321 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.796Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b321 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b321 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b322 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1916,7 +1934,7 @@
 _:b322 <http://www.w3.org/ns/earl#result> _:b323 .
 _:b322 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b322 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0010> .
-_:b323 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.071Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b323 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.798Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b323 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b323 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b324 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1925,7 +1943,7 @@
 _:b324 <http://www.w3.org/ns/earl#result> _:b325 .
 _:b324 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b324 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0011> .
-_:b325 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.077Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b325 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.801Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b325 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b325 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b326 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1934,7 +1952,7 @@
 _:b326 <http://www.w3.org/ns/earl#result> _:b327 .
 _:b326 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b326 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0011> .
-_:b327 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.080Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b327 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.804Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b327 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b327 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b328 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1943,10 +1961,10 @@
 _:b328 <http://www.w3.org/ns/earl#result> _:b329 .
 _:b328 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b328 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0012> .
-_:b329 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.083Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b329 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.805Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b329 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b329 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b33 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.626Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b33 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.494Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b33 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b33 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b330 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1955,7 +1973,7 @@
 _:b330 <http://www.w3.org/ns/earl#result> _:b331 .
 _:b330 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b330 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0012> .
-_:b331 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.085Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b331 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.807Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b331 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b331 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b332 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1964,7 +1982,7 @@
 _:b332 <http://www.w3.org/ns/earl#result> _:b333 .
 _:b332 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b332 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0013> .
-_:b333 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.087Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b333 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.809Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b333 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b333 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b334 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1973,7 +1991,7 @@
 _:b334 <http://www.w3.org/ns/earl#result> _:b335 .
 _:b334 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b334 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0013> .
-_:b335 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.089Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b335 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.811Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b335 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b335 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b336 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1982,7 +2000,7 @@
 _:b336 <http://www.w3.org/ns/earl#result> _:b337 .
 _:b336 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b336 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0014> .
-_:b337 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.091Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b337 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.813Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b337 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b337 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b338 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1991,7 +2009,7 @@
 _:b338 <http://www.w3.org/ns/earl#result> _:b339 .
 _:b338 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b338 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0014> .
-_:b339 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.094Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b339 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.815Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b339 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b339 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b34 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2006,7 +2024,7 @@
 _:b340 <http://www.w3.org/ns/earl#result> _:b341 .
 _:b340 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b340 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0015> .
-_:b341 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.097Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b341 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.818Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b341 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b341 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b342 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2015,7 +2033,7 @@
 _:b342 <http://www.w3.org/ns/earl#result> _:b343 .
 _:b342 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b342 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0015> .
-_:b343 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.100Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b343 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.821Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b343 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b343 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b344 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2024,7 +2042,7 @@
 _:b344 <http://www.w3.org/ns/earl#result> _:b345 .
 _:b344 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b344 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0016> .
-_:b345 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.103Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b345 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.824Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b345 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b345 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b346 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2033,7 +2051,7 @@
 _:b346 <http://www.w3.org/ns/earl#result> _:b347 .
 _:b346 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b346 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0016> .
-_:b347 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.105Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b347 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.826Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b347 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b347 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b348 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2042,10 +2060,10 @@
 _:b348 <http://www.w3.org/ns/earl#result> _:b349 .
 _:b348 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b348 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0017> .
-_:b349 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.109Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b349 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.828Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b349 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b349 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b35 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.629Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b35 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.497Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b35 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b35 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b350 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2054,7 +2072,7 @@
 _:b350 <http://www.w3.org/ns/earl#result> _:b351 .
 _:b350 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b350 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0017> .
-_:b351 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.111Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b351 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.830Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b351 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b351 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b352 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2063,7 +2081,7 @@
 _:b352 <http://www.w3.org/ns/earl#result> _:b353 .
 _:b352 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b352 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0018> .
-_:b353 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.127Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b353 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.836Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b353 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b353 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b354 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2072,7 +2090,7 @@
 _:b354 <http://www.w3.org/ns/earl#result> _:b355 .
 _:b354 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b354 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0018> .
-_:b355 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.133Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b355 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.841Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b355 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b355 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b356 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2081,7 +2099,7 @@
 _:b356 <http://www.w3.org/ns/earl#result> _:b357 .
 _:b356 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b356 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0019> .
-_:b357 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.136Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b357 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.844Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b357 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b357 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b358 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2090,7 +2108,7 @@
 _:b358 <http://www.w3.org/ns/earl#result> _:b359 .
 _:b358 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b358 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0019> .
-_:b359 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.139Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b359 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.847Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b359 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b359 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b36 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2105,7 +2123,7 @@
 _:b360 <http://www.w3.org/ns/earl#result> _:b361 .
 _:b360 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b360 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0020> .
-_:b361 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.154Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b361 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.849Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b361 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b361 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b362 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2114,7 +2132,7 @@
 _:b362 <http://www.w3.org/ns/earl#result> _:b363 .
 _:b362 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b362 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0020> .
-_:b363 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.159Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b363 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.851Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b363 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b363 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b364 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2123,7 +2141,7 @@
 _:b364 <http://www.w3.org/ns/earl#result> _:b365 .
 _:b364 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b364 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0021> .
-_:b365 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.162Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b365 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.854Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b365 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b365 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b366 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2132,7 +2150,7 @@
 _:b366 <http://www.w3.org/ns/earl#result> _:b367 .
 _:b366 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b366 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0021> .
-_:b367 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.165Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b367 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.856Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b367 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b367 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b368 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2141,10 +2159,10 @@
 _:b368 <http://www.w3.org/ns/earl#result> _:b369 .
 _:b368 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b368 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0022> .
-_:b369 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.168Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b369 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.859Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b369 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b369 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b37 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.631Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b37 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.498Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b37 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b37 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b370 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2153,7 +2171,7 @@
 _:b370 <http://www.w3.org/ns/earl#result> _:b371 .
 _:b370 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b370 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0022> .
-_:b371 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.172Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b371 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.863Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b371 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b371 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b372 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2162,7 +2180,7 @@
 _:b372 <http://www.w3.org/ns/earl#result> _:b373 .
 _:b372 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b372 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0023> .
-_:b373 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.175Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b373 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.865Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b373 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b373 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b374 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2171,7 +2189,7 @@
 _:b374 <http://www.w3.org/ns/earl#result> _:b375 .
 _:b374 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b374 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0023> .
-_:b375 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.177Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b375 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.868Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b375 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b375 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b376 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2180,7 +2198,7 @@
 _:b376 <http://www.w3.org/ns/earl#result> _:b377 .
 _:b376 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b376 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0024> .
-_:b377 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.182Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b377 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.872Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b377 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b377 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b378 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2189,7 +2207,7 @@
 _:b378 <http://www.w3.org/ns/earl#result> _:b379 .
 _:b378 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b378 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0024> .
-_:b379 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.186Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b379 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.876Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b379 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b379 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b38 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2204,7 +2222,7 @@
 _:b380 <http://www.w3.org/ns/earl#result> _:b381 .
 _:b380 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b380 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0025> .
-_:b381 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.189Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b381 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.879Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b381 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b381 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b382 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2213,7 +2231,7 @@
 _:b382 <http://www.w3.org/ns/earl#result> _:b383 .
 _:b382 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b382 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0025> .
-_:b383 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.191Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b383 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.881Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b383 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b383 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b384 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2222,7 +2240,7 @@
 _:b384 <http://www.w3.org/ns/earl#result> _:b385 .
 _:b384 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b384 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0026> .
-_:b385 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.194Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b385 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.883Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b385 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b385 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b386 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2231,7 +2249,7 @@
 _:b386 <http://www.w3.org/ns/earl#result> _:b387 .
 _:b386 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b386 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0026> .
-_:b387 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.197Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b387 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.886Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b387 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b387 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b388 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2240,10 +2258,10 @@
 _:b388 <http://www.w3.org/ns/earl#result> _:b389 .
 _:b388 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b388 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0027> .
-_:b389 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.201Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b389 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.890Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b389 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b389 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b39 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.632Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b39 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.500Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b39 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b39 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b390 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2252,7 +2270,7 @@
 _:b390 <http://www.w3.org/ns/earl#result> _:b391 .
 _:b390 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b390 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0027> .
-_:b391 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.204Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b391 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.892Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b391 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b391 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b392 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2261,7 +2279,7 @@
 _:b392 <http://www.w3.org/ns/earl#result> _:b393 .
 _:b392 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b392 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0028> .
-_:b393 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.216Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b393 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.904Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b393 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b393 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b394 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2270,7 +2288,7 @@
 _:b394 <http://www.w3.org/ns/earl#result> _:b395 .
 _:b394 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b394 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0028> .
-_:b395 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.218Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b395 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.907Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b395 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b395 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b396 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2279,7 +2297,7 @@
 _:b396 <http://www.w3.org/ns/earl#result> _:b397 .
 _:b396 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b396 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0029> .
-_:b397 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.220Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b397 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.908Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b397 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b397 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b398 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2288,7 +2306,7 @@
 _:b398 <http://www.w3.org/ns/earl#result> _:b399 .
 _:b398 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b398 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0029> .
-_:b399 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.222Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b399 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.910Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b399 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b399 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2309,7 +2327,7 @@
 _:b400 <http://www.w3.org/ns/earl#result> _:b401 .
 _:b400 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b400 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0030> .
-_:b401 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.226Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b401 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.913Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b401 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b401 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b402 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2318,7 +2336,7 @@
 _:b402 <http://www.w3.org/ns/earl#result> _:b403 .
 _:b402 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b402 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0030> .
-_:b403 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.230Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b403 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.917Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b403 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b403 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b404 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2327,7 +2345,7 @@
 _:b404 <http://www.w3.org/ns/earl#result> _:b405 .
 _:b404 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b404 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0031> .
-_:b405 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.232Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b405 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.918Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b405 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b405 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b406 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2336,7 +2354,7 @@
 _:b406 <http://www.w3.org/ns/earl#result> _:b407 .
 _:b406 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b406 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0031> .
-_:b407 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.233Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b407 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.920Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b407 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b407 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b408 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2345,10 +2363,10 @@
 _:b408 <http://www.w3.org/ns/earl#result> _:b409 .
 _:b408 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b408 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0032> .
-_:b409 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.235Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b409 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.922Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b409 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b409 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b41 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.634Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b41 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.501Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b41 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b41 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b410 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2357,7 +2375,7 @@
 _:b410 <http://www.w3.org/ns/earl#result> _:b411 .
 _:b410 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b410 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0032> .
-_:b411 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.237Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b411 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.924Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b411 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b411 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b412 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2366,7 +2384,7 @@
 _:b412 <http://www.w3.org/ns/earl#result> _:b413 .
 _:b412 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b412 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0033> .
-_:b413 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.239Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b413 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.925Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b413 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b413 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b414 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2375,7 +2393,7 @@
 _:b414 <http://www.w3.org/ns/earl#result> _:b415 .
 _:b414 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b414 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0033> .
-_:b415 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.242Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b415 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.927Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b415 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b415 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b416 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2384,7 +2402,7 @@
 _:b416 <http://www.w3.org/ns/earl#result> _:b417 .
 _:b416 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b416 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0034> .
-_:b417 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.244Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b417 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.930Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b417 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b417 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b418 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2393,7 +2411,7 @@
 _:b418 <http://www.w3.org/ns/earl#result> _:b419 .
 _:b418 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b418 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0034> .
-_:b419 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.246Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b419 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.931Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b419 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b419 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b42 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2408,7 +2426,7 @@
 _:b420 <http://www.w3.org/ns/earl#result> _:b421 .
 _:b420 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b420 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0035> .
-_:b421 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.248Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b421 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.933Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b421 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b421 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b422 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2417,7 +2435,7 @@
 _:b422 <http://www.w3.org/ns/earl#result> _:b423 .
 _:b422 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b422 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0035> .
-_:b423 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.250Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b423 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.935Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b423 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b423 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b424 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2426,7 +2444,7 @@
 _:b424 <http://www.w3.org/ns/earl#result> _:b425 .
 _:b424 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b424 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0036> .
-_:b425 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.252Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b425 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.936Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b425 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b425 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b426 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2435,7 +2453,7 @@
 _:b426 <http://www.w3.org/ns/earl#result> _:b427 .
 _:b426 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b426 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0036> .
-_:b427 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.254Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b427 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.938Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b427 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b427 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b428 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2444,10 +2462,10 @@
 _:b428 <http://www.w3.org/ns/earl#result> _:b429 .
 _:b428 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b428 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0037> .
-_:b429 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.256Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b429 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.940Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b429 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b429 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b43 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.636Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b43 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.502Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b43 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b43 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b430 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2456,7 +2474,7 @@
 _:b430 <http://www.w3.org/ns/earl#result> _:b431 .
 _:b430 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b430 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0037> .
-_:b431 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.258Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b431 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.942Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b431 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b431 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b432 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2465,7 +2483,7 @@
 _:b432 <http://www.w3.org/ns/earl#result> _:b433 .
 _:b432 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b432 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0038> .
-_:b433 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.262Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b433 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.945Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b433 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b433 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b434 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2474,7 +2492,7 @@
 _:b434 <http://www.w3.org/ns/earl#result> _:b435 .
 _:b434 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b434 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0038> .
-_:b435 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.266Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b435 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.949Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b435 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b435 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b436 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2483,7 +2501,7 @@
 _:b436 <http://www.w3.org/ns/earl#result> _:b437 .
 _:b436 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b436 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0039> .
-_:b437 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.268Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b437 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.951Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b437 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b437 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b438 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2492,7 +2510,7 @@
 _:b438 <http://www.w3.org/ns/earl#result> _:b439 .
 _:b438 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b438 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0039> .
-_:b439 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.269Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b439 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.952Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b439 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b439 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b44 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2507,7 +2525,7 @@
 _:b440 <http://www.w3.org/ns/earl#result> _:b441 .
 _:b440 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b440 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0040> .
-_:b441 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.271Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b441 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.953Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b441 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b441 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b442 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2516,7 +2534,7 @@
 _:b442 <http://www.w3.org/ns/earl#result> _:b443 .
 _:b442 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b442 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0040> .
-_:b443 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.272Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b443 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.954Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b443 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b443 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b444 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2525,7 +2543,7 @@
 _:b444 <http://www.w3.org/ns/earl#result> _:b445 .
 _:b444 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b444 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0041> .
-_:b445 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.274Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b445 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.956Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b445 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b445 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b446 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2534,7 +2552,7 @@
 _:b446 <http://www.w3.org/ns/earl#result> _:b447 .
 _:b446 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b446 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0041> .
-_:b447 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.280Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b447 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.962Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b447 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b447 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b448 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2543,10 +2561,10 @@
 _:b448 <http://www.w3.org/ns/earl#result> _:b449 .
 _:b448 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b448 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0042> .
-_:b449 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.282Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b449 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.964Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b449 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b449 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b45 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.639Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b45 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.505Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b45 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b45 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b450 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2555,7 +2573,7 @@
 _:b450 <http://www.w3.org/ns/earl#result> _:b451 .
 _:b450 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b450 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0042> .
-_:b451 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.284Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b451 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.965Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b451 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b451 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b452 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2564,7 +2582,7 @@
 _:b452 <http://www.w3.org/ns/earl#result> _:b453 .
 _:b452 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b452 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0043> .
-_:b453 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.286Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b453 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.967Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b453 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b453 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b454 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2573,7 +2591,7 @@
 _:b454 <http://www.w3.org/ns/earl#result> _:b455 .
 _:b454 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b454 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0043> .
-_:b455 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.287Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b455 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.968Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b455 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b455 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b456 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2582,7 +2600,7 @@
 _:b456 <http://www.w3.org/ns/earl#result> _:b457 .
 _:b456 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b456 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0044> .
-_:b457 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.289Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b457 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.970Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b457 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b457 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b458 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2591,7 +2609,7 @@
 _:b458 <http://www.w3.org/ns/earl#result> _:b459 .
 _:b458 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b458 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0044> .
-_:b459 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.291Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b459 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.972Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b459 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b459 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b46 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2606,7 +2624,7 @@
 _:b460 <http://www.w3.org/ns/earl#result> _:b461 .
 _:b460 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b460 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0045> .
-_:b461 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.293Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b461 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.974Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b461 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b461 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b462 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2615,7 +2633,7 @@
 _:b462 <http://www.w3.org/ns/earl#result> _:b463 .
 _:b462 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b462 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0045> .
-_:b463 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.295Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b463 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.975Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b463 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b463 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b464 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2624,7 +2642,7 @@
 _:b464 <http://www.w3.org/ns/earl#result> _:b465 .
 _:b464 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b464 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0046> .
-_:b465 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.297Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b465 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.977Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b465 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b465 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b466 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2633,7 +2651,7 @@
 _:b466 <http://www.w3.org/ns/earl#result> _:b467 .
 _:b466 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b466 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0046> .
-_:b467 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.300Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b467 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.978Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b467 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b467 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b468 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2641,11 +2659,11 @@
 _:b468 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b468 <http://www.w3.org/ns/earl#result> _:b469 .
 _:b468 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b468 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0048> .
-_:b469 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.302Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b468 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0047> .
+_:b469 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.980Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b469 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b469 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b47 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.643Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b47 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.509Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b47 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b47 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b470 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2653,8 +2671,8 @@
 _:b470 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b470 <http://www.w3.org/ns/earl#result> _:b471 .
 _:b470 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b470 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0048> .
-_:b471 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.304Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b470 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0047> .
+_:b471 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.981Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b471 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b471 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b472 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2662,8 +2680,8 @@
 _:b472 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b472 <http://www.w3.org/ns/earl#result> _:b473 .
 _:b472 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b472 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0049> .
-_:b473 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.305Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b472 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0048> .
+_:b473 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.982Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b473 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b473 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b474 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2671,8 +2689,8 @@
 _:b474 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b474 <http://www.w3.org/ns/earl#result> _:b475 .
 _:b474 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b474 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0049> .
-_:b475 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.307Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b474 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0048> .
+_:b475 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.984Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b475 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b475 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b476 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2680,8 +2698,8 @@
 _:b476 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b476 <http://www.w3.org/ns/earl#result> _:b477 .
 _:b476 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b476 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0051> .
-_:b477 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.328Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b476 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0049> .
+_:b477 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.986Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b477 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b477 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b478 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2689,8 +2707,8 @@
 _:b478 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b478 <http://www.w3.org/ns/earl#result> _:b479 .
 _:b478 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b478 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0051> .
-_:b479 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.331Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b478 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0049> .
+_:b479 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.988Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b479 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b479 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b48 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2704,8 +2722,8 @@
 _:b480 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b480 <http://www.w3.org/ns/earl#result> _:b481 .
 _:b480 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b480 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0052> .
-_:b481 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.336Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b480 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0051> .
+_:b481 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.989Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b481 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b481 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b482 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2713,8 +2731,8 @@
 _:b482 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b482 <http://www.w3.org/ns/earl#result> _:b483 .
 _:b482 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b482 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0052> .
-_:b483 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.339Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b482 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0051> .
+_:b483 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.990Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b483 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b483 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b484 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2722,8 +2740,8 @@
 _:b484 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b484 <http://www.w3.org/ns/earl#result> _:b485 .
 _:b484 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b484 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0053> .
-_:b485 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.342Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b484 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0052> .
+_:b485 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.992Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b485 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b485 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b486 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2731,8 +2749,8 @@
 _:b486 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b486 <http://www.w3.org/ns/earl#result> _:b487 .
 _:b486 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b486 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0053> .
-_:b487 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.344Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b486 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0052> .
+_:b487 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.993Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b487 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b487 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b488 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2740,11 +2758,11 @@
 _:b488 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b488 <http://www.w3.org/ns/earl#result> _:b489 .
 _:b488 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b488 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0054> .
-_:b489 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.347Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b488 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0053> .
+_:b489 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.995Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b489 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b489 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b49 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.645Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b49 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.511Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b49 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b49 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b490 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2752,8 +2770,8 @@
 _:b490 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b490 <http://www.w3.org/ns/earl#result> _:b491 .
 _:b490 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b490 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0054> .
-_:b491 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.348Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b490 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0053> .
+_:b491 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.996Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b491 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b491 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b492 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2761,8 +2779,8 @@
 _:b492 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b492 <http://www.w3.org/ns/earl#result> _:b493 .
 _:b492 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b492 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0055> .
-_:b493 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.350Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b492 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0054> .
+_:b493 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.997Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b493 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b493 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b494 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2770,8 +2788,8 @@
 _:b494 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b494 <http://www.w3.org/ns/earl#result> _:b495 .
 _:b494 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b494 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0055> .
-_:b495 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.351Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b494 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0054> .
+_:b495 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.999Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b495 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b495 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b496 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2779,8 +2797,8 @@
 _:b496 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b496 <http://www.w3.org/ns/earl#result> _:b497 .
 _:b496 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b496 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0056> .
-_:b497 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.353Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b496 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0055> .
+_:b497 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.000Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b497 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b497 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b498 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2788,11 +2806,11 @@
 _:b498 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b498 <http://www.w3.org/ns/earl#result> _:b499 .
 _:b498 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b498 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0056> .
-_:b499 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.354Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b498 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0055> .
+_:b499 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.001Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b499 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b499 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b5 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.544Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b5 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.456Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b5 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b50 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2806,8 +2824,8 @@
 _:b500 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b500 <http://www.w3.org/ns/earl#result> _:b501 .
 _:b500 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b500 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0057> .
-_:b501 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.357Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b500 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0056> .
+_:b501 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.003Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b501 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b501 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b502 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2815,8 +2833,8 @@
 _:b502 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b502 <http://www.w3.org/ns/earl#result> _:b503 .
 _:b502 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b502 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0057> .
-_:b503 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.359Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b502 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0056> .
+_:b503 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.004Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b503 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b503 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b504 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2824,8 +2842,8 @@
 _:b504 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b504 <http://www.w3.org/ns/earl#result> _:b505 .
 _:b504 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b504 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0058> .
-_:b505 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.365Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b504 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0057> .
+_:b505 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.006Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b505 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b505 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b506 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2833,8 +2851,8 @@
 _:b506 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b506 <http://www.w3.org/ns/earl#result> _:b507 .
 _:b506 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b506 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0058> .
-_:b507 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.366Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b506 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0057> .
+_:b507 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.008Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b507 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b507 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b508 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2842,11 +2860,11 @@
 _:b508 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b508 <http://www.w3.org/ns/earl#result> _:b509 .
 _:b508 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b508 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0059> .
-_:b509 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.368Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b508 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0058> .
+_:b509 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.009Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b509 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b509 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b51 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.647Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b51 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.513Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b51 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b51 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b510 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2854,8 +2872,8 @@
 _:b510 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b510 <http://www.w3.org/ns/earl#result> _:b511 .
 _:b510 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b510 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0059> .
-_:b511 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.372Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b510 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0058> .
+_:b511 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.013Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b511 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b511 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b512 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2863,8 +2881,8 @@
 _:b512 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b512 <http://www.w3.org/ns/earl#result> _:b513 .
 _:b512 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b512 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0060> .
-_:b513 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.374Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b512 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0059> .
+_:b513 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.014Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b513 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b513 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b514 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2872,8 +2890,8 @@
 _:b514 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b514 <http://www.w3.org/ns/earl#result> _:b515 .
 _:b514 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b514 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0060> .
-_:b515 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.375Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b514 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0059> .
+_:b515 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.016Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b515 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b515 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b516 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2881,8 +2899,8 @@
 _:b516 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b516 <http://www.w3.org/ns/earl#result> _:b517 .
 _:b516 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b516 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0061> .
-_:b517 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.378Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b516 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0060> .
+_:b517 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.017Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b517 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b517 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b518 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2890,8 +2908,8 @@
 _:b518 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b518 <http://www.w3.org/ns/earl#result> _:b519 .
 _:b518 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b518 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0061> .
-_:b519 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.379Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b518 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0060> .
+_:b519 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.018Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b519 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b519 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b52 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2905,8 +2923,8 @@
 _:b520 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b520 <http://www.w3.org/ns/earl#result> _:b521 .
 _:b520 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b520 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0062> .
-_:b521 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.381Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b520 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0061> .
+_:b521 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.020Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b521 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b521 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b522 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2914,8 +2932,8 @@
 _:b522 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b522 <http://www.w3.org/ns/earl#result> _:b523 .
 _:b522 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b522 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0062> .
-_:b523 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.382Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b522 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0061> .
+_:b523 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.021Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b523 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b523 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b524 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2923,8 +2941,8 @@
 _:b524 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b524 <http://www.w3.org/ns/earl#result> _:b525 .
 _:b524 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b524 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0063> .
-_:b525 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.385Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b524 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0062> .
+_:b525 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.023Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b525 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b525 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b526 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2932,8 +2950,8 @@
 _:b526 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b526 <http://www.w3.org/ns/earl#result> _:b527 .
 _:b526 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b526 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0063> .
-_:b527 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.387Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b526 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0062> .
+_:b527 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.025Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b527 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b527 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b528 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2941,11 +2959,11 @@
 _:b528 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b528 <http://www.w3.org/ns/earl#result> _:b529 .
 _:b528 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b528 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0064> .
-_:b529 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.388Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b528 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0063> .
+_:b529 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.027Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b529 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b529 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b53 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.649Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b53 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.515Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b53 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b53 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b530 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2953,8 +2971,8 @@
 _:b530 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b530 <http://www.w3.org/ns/earl#result> _:b531 .
 _:b530 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b530 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0064> .
-_:b531 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.390Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b530 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0063> .
+_:b531 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.028Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b531 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b531 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b532 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2962,8 +2980,8 @@
 _:b532 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b532 <http://www.w3.org/ns/earl#result> _:b533 .
 _:b532 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b532 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0065> .
-_:b533 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.392Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b532 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0064> .
+_:b533 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.030Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b533 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b533 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b534 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2971,8 +2989,8 @@
 _:b534 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b534 <http://www.w3.org/ns/earl#result> _:b535 .
 _:b534 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b534 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0065> .
-_:b535 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.393Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b534 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0064> .
+_:b535 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.031Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b535 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b535 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b536 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2980,8 +2998,8 @@
 _:b536 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b536 <http://www.w3.org/ns/earl#result> _:b537 .
 _:b536 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b536 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0066> .
-_:b537 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.424Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b536 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0065> .
+_:b537 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.033Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b537 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b537 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b538 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2989,8 +3007,8 @@
 _:b538 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b538 <http://www.w3.org/ns/earl#result> _:b539 .
 _:b538 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b538 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0066> .
-_:b539 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.428Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b538 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0065> .
+_:b539 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.034Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b539 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b539 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b54 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3004,8 +3022,8 @@
 _:b540 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b540 <http://www.w3.org/ns/earl#result> _:b541 .
 _:b540 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b540 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0067> .
-_:b541 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.440Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b540 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0066> .
+_:b541 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.037Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b541 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b541 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b542 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3013,8 +3031,8 @@
 _:b542 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b542 <http://www.w3.org/ns/earl#result> _:b543 .
 _:b542 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b542 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0067> .
-_:b543 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.441Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b542 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0066> .
+_:b543 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.039Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b543 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b543 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b544 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3022,8 +3040,8 @@
 _:b544 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b544 <http://www.w3.org/ns/earl#result> _:b545 .
 _:b544 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b544 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0001> .
-_:b545 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.447Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b544 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0067> .
+_:b545 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.041Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b545 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b545 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b546 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3031,8 +3049,8 @@
 _:b546 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b546 <http://www.w3.org/ns/earl#result> _:b547 .
 _:b546 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b546 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0001> .
-_:b547 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.449Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b546 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0067> .
+_:b547 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.043Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b547 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b547 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b548 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3040,11 +3058,11 @@
 _:b548 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b548 <http://www.w3.org/ns/earl#result> _:b549 .
 _:b548 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b548 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0002> .
-_:b549 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.452Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b548 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0001> .
+_:b549 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.046Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b549 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b549 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b55 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.651Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b55 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.517Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b55 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b55 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b550 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3052,8 +3070,8 @@
 _:b550 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b550 <http://www.w3.org/ns/earl#result> _:b551 .
 _:b550 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b550 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0002> .
-_:b551 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.455Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b550 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0001> .
+_:b551 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.047Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b551 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b551 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b552 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3061,8 +3079,8 @@
 _:b552 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b552 <http://www.w3.org/ns/earl#result> _:b553 .
 _:b552 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b552 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0003> .
-_:b553 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.457Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b552 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0002> .
+_:b553 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.049Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b553 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b553 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b554 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3070,8 +3088,8 @@
 _:b554 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b554 <http://www.w3.org/ns/earl#result> _:b555 .
 _:b554 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b554 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0003> .
-_:b555 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.458Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b554 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0002> .
+_:b555 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.051Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b555 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b555 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b556 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3079,8 +3097,8 @@
 _:b556 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b556 <http://www.w3.org/ns/earl#result> _:b557 .
 _:b556 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b556 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0004> .
-_:b557 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.462Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b556 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0003> .
+_:b557 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.052Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b557 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b557 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b558 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3088,8 +3106,8 @@
 _:b558 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b558 <http://www.w3.org/ns/earl#result> _:b559 .
 _:b558 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b558 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0004> .
-_:b559 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.465Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b558 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0003> .
+_:b559 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.053Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b559 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b559 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b56 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3103,8 +3121,8 @@
 _:b560 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b560 <http://www.w3.org/ns/earl#result> _:b561 .
 _:b560 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b560 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0005> .
-_:b561 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.467Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b560 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0004> .
+_:b561 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.055Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b561 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b561 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b562 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3112,8 +3130,8 @@
 _:b562 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b562 <http://www.w3.org/ns/earl#result> _:b563 .
 _:b562 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b562 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0005> .
-_:b563 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.468Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b562 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0004> .
+_:b563 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.056Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b563 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b563 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b564 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3121,8 +3139,8 @@
 _:b564 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b564 <http://www.w3.org/ns/earl#result> _:b565 .
 _:b564 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b564 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0006> .
-_:b565 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.469Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b564 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0005> .
+_:b565 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.058Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b565 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b565 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b566 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3130,8 +3148,8 @@
 _:b566 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b566 <http://www.w3.org/ns/earl#result> _:b567 .
 _:b566 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b566 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0006> .
-_:b567 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.471Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b566 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0005> .
+_:b567 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.060Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b567 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b567 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b568 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3139,11 +3157,11 @@
 _:b568 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b568 <http://www.w3.org/ns/earl#result> _:b569 .
 _:b568 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b568 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0007> .
-_:b569 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.472Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b568 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0006> .
+_:b569 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.061Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b569 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b569 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b57 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.656Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b57 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.522Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b57 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b57 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b570 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3151,8 +3169,8 @@
 _:b570 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b570 <http://www.w3.org/ns/earl#result> _:b571 .
 _:b570 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b570 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0007> .
-_:b571 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.473Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b570 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0006> .
+_:b571 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.062Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b571 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b571 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b572 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3160,8 +3178,8 @@
 _:b572 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b572 <http://www.w3.org/ns/earl#result> _:b573 .
 _:b572 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b572 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0008> .
-_:b573 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.483Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b572 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0007> .
+_:b573 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.064Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b573 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b573 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b574 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3169,8 +3187,8 @@
 _:b574 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b574 <http://www.w3.org/ns/earl#result> _:b575 .
 _:b574 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b574 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0008> .
-_:b575 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.484Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b574 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0007> .
+_:b575 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.065Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b575 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b575 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b576 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3178,8 +3196,8 @@
 _:b576 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b576 <http://www.w3.org/ns/earl#result> _:b577 .
 _:b576 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b576 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0009> .
-_:b577 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.485Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b576 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0008> .
+_:b577 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.066Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b577 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b577 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b578 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3187,8 +3205,8 @@
 _:b578 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b578 <http://www.w3.org/ns/earl#result> _:b579 .
 _:b578 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b578 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0009> .
-_:b579 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.487Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b578 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0008> .
+_:b579 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.068Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b579 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b579 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b58 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3202,8 +3220,8 @@
 _:b580 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b580 <http://www.w3.org/ns/earl#result> _:b581 .
 _:b580 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b580 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0010> .
-_:b581 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.488Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b580 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0009> .
+_:b581 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.069Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b581 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b581 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b582 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3211,8 +3229,8 @@
 _:b582 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b582 <http://www.w3.org/ns/earl#result> _:b583 .
 _:b582 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b582 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0010> .
-_:b583 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.489Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b582 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0009> .
+_:b583 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.071Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b583 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b583 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b584 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3220,8 +3238,8 @@
 _:b584 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b584 <http://www.w3.org/ns/earl#result> _:b585 .
 _:b584 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b584 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0011> .
-_:b585 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.490Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b584 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0010> .
+_:b585 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.072Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b585 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b585 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b586 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3229,8 +3247,8 @@
 _:b586 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b586 <http://www.w3.org/ns/earl#result> _:b587 .
 _:b586 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b586 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0011> .
-_:b587 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.491Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b586 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0010> .
+_:b587 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.073Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b587 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b587 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b588 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3238,11 +3256,11 @@
 _:b588 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b588 <http://www.w3.org/ns/earl#result> _:b589 .
 _:b588 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b588 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0012> .
-_:b589 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.493Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b588 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0011> .
+_:b589 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.075Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b589 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b589 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b59 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.658Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b59 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.523Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b59 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b59 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b590 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3250,8 +3268,8 @@
 _:b590 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b590 <http://www.w3.org/ns/earl#result> _:b591 .
 _:b590 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b590 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0012> .
-_:b591 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.495Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b590 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0011> .
+_:b591 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.076Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b591 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b591 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b592 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3259,8 +3277,8 @@
 _:b592 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b592 <http://www.w3.org/ns/earl#result> _:b593 .
 _:b592 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b592 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0013> .
-_:b593 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.496Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b592 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0012> .
+_:b593 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.077Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b593 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b593 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b594 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3268,8 +3286,8 @@
 _:b594 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b594 <http://www.w3.org/ns/earl#result> _:b595 .
 _:b594 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b594 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0013> .
-_:b595 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.498Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b594 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0012> .
+_:b595 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.080Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b595 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b595 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b596 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3277,8 +3295,8 @@
 _:b596 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b596 <http://www.w3.org/ns/earl#result> _:b597 .
 _:b596 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b596 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0014> .
-_:b597 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.499Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b596 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0013> .
+_:b597 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.081Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b597 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b597 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b598 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3286,8 +3304,8 @@
 _:b598 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b598 <http://www.w3.org/ns/earl#result> _:b599 .
 _:b598 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b598 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0014> .
-_:b599 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.501Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b598 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0013> .
+_:b599 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.083Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b599 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b599 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3307,8 +3325,8 @@
 _:b600 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b600 <http://www.w3.org/ns/earl#result> _:b601 .
 _:b600 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b600 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0015> .
-_:b601 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.504Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b600 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0014> .
+_:b601 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.085Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b601 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b601 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b602 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3316,8 +3334,8 @@
 _:b602 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b602 <http://www.w3.org/ns/earl#result> _:b603 .
 _:b602 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b602 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0015> .
-_:b603 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.505Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b602 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0014> .
+_:b603 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.087Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b603 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b603 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b604 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3325,8 +3343,8 @@
 _:b604 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b604 <http://www.w3.org/ns/earl#result> _:b605 .
 _:b604 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b604 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0016> .
-_:b605 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.508Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b604 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0015> .
+_:b605 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.089Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b605 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b605 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b606 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3334,8 +3352,8 @@
 _:b606 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b606 <http://www.w3.org/ns/earl#result> _:b607 .
 _:b606 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b606 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0016> .
-_:b607 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.510Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b606 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0015> .
+_:b607 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.091Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b607 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b607 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b608 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3343,11 +3361,11 @@
 _:b608 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b608 <http://www.w3.org/ns/earl#result> _:b609 .
 _:b608 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b608 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0017> .
-_:b609 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.513Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b608 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0016> .
+_:b609 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.093Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b609 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b609 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b61 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.661Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b61 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.527Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b61 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b61 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b610 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3355,8 +3373,8 @@
 _:b610 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b610 <http://www.w3.org/ns/earl#result> _:b611 .
 _:b610 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b610 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0017> .
-_:b611 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.515Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b610 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0016> .
+_:b611 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.096Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b611 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b611 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b612 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3364,8 +3382,8 @@
 _:b612 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b612 <http://www.w3.org/ns/earl#result> _:b613 .
 _:b612 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b612 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0018> .
-_:b613 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.517Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b612 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0017> .
+_:b613 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.098Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b613 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b613 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b614 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3373,8 +3391,8 @@
 _:b614 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b614 <http://www.w3.org/ns/earl#result> _:b615 .
 _:b614 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b614 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0018> .
-_:b615 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.522Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b614 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0017> .
+_:b615 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.100Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b615 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b615 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b616 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3382,8 +3400,8 @@
 _:b616 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b616 <http://www.w3.org/ns/earl#result> _:b617 .
 _:b616 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b616 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0019> .
-_:b617 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.523Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b616 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0018> .
+_:b617 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.105Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b617 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b617 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b618 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3391,8 +3409,8 @@
 _:b618 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b618 <http://www.w3.org/ns/earl#result> _:b619 .
 _:b618 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b618 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0019> .
-_:b619 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.524Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b618 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0018> .
+_:b619 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.107Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b619 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b619 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b62 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3406,8 +3424,8 @@
 _:b620 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b620 <http://www.w3.org/ns/earl#result> _:b621 .
 _:b620 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b620 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0020> .
-_:b621 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.526Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b620 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0019> .
+_:b621 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.108Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b621 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b621 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b622 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3415,8 +3433,8 @@
 _:b622 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b622 <http://www.w3.org/ns/earl#result> _:b623 .
 _:b622 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b622 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0020> .
-_:b623 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.528Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b622 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0019> .
+_:b623 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.109Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b623 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b623 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b624 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3424,8 +3442,8 @@
 _:b624 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b624 <http://www.w3.org/ns/earl#result> _:b625 .
 _:b624 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b624 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0021> .
-_:b625 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.530Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b624 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0020> .
+_:b625 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.111Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b625 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b625 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b626 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3433,8 +3451,8 @@
 _:b626 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b626 <http://www.w3.org/ns/earl#result> _:b627 .
 _:b626 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b626 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0021> .
-_:b627 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.533Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b626 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0020> .
+_:b627 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.113Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b627 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b627 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b628 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3442,11 +3460,11 @@
 _:b628 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b628 <http://www.w3.org/ns/earl#result> _:b629 .
 _:b628 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b628 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0022> .
-_:b629 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.535Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b628 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0021> .
+_:b629 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.115Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b629 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b629 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b63 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.664Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b63 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.530Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b63 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b63 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b630 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3454,8 +3472,8 @@
 _:b630 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b630 <http://www.w3.org/ns/earl#result> _:b631 .
 _:b630 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b630 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0022> .
-_:b631 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.536Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b630 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0021> .
+_:b631 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.118Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b631 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b631 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b632 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3463,8 +3481,8 @@
 _:b632 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b632 <http://www.w3.org/ns/earl#result> _:b633 .
 _:b632 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b632 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0023> .
-_:b633 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.538Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b632 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0022> .
+_:b633 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.119Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b633 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b633 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b634 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3472,8 +3490,8 @@
 _:b634 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b634 <http://www.w3.org/ns/earl#result> _:b635 .
 _:b634 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b634 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0023> .
-_:b635 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.540Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b634 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0022> .
+_:b635 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.121Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b635 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b635 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b636 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3481,8 +3499,8 @@
 _:b636 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b636 <http://www.w3.org/ns/earl#result> _:b637 .
 _:b636 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b636 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0024> .
-_:b637 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.541Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b636 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0023> .
+_:b637 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.122Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b637 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b637 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b638 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3490,8 +3508,8 @@
 _:b638 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b638 <http://www.w3.org/ns/earl#result> _:b639 .
 _:b638 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b638 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0024> .
-_:b639 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.542Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b638 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0023> .
+_:b639 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.124Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b639 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b639 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b64 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3505,8 +3523,8 @@
 _:b640 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b640 <http://www.w3.org/ns/earl#result> _:b641 .
 _:b640 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b640 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0025> .
-_:b641 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.544Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b640 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0024> .
+_:b641 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.126Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b641 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b641 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b642 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3514,8 +3532,8 @@
 _:b642 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b642 <http://www.w3.org/ns/earl#result> _:b643 .
 _:b642 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b642 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0025> .
-_:b643 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.545Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b642 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0024> .
+_:b643 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.127Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b643 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b643 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b644 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3523,8 +3541,8 @@
 _:b644 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b644 <http://www.w3.org/ns/earl#result> _:b645 .
 _:b644 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b644 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0026> .
-_:b645 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.546Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b644 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0025> .
+_:b645 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.128Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b645 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b645 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b646 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3532,8 +3550,8 @@
 _:b646 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b646 <http://www.w3.org/ns/earl#result> _:b647 .
 _:b646 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b646 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0026> .
-_:b647 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.548Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b646 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0025> .
+_:b647 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.130Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b647 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b647 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b648 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3541,11 +3559,11 @@
 _:b648 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b648 <http://www.w3.org/ns/earl#result> _:b649 .
 _:b648 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b648 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0027> .
-_:b649 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.549Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b648 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0026> .
+_:b649 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.131Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b649 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b649 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b65 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.671Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b65 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.535Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b65 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b65 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b650 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3553,8 +3571,8 @@
 _:b650 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b650 <http://www.w3.org/ns/earl#result> _:b651 .
 _:b650 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b650 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0027> .
-_:b651 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.551Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b650 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0026> .
+_:b651 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.133Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b651 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b651 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b652 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3562,8 +3580,8 @@
 _:b652 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b652 <http://www.w3.org/ns/earl#result> _:b653 .
 _:b652 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b652 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0028> .
-_:b653 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.552Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b652 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0027> .
+_:b653 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.134Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b653 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b653 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b654 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3571,8 +3589,8 @@
 _:b654 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b654 <http://www.w3.org/ns/earl#result> _:b655 .
 _:b654 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b654 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0028> .
-_:b655 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.554Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b654 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0027> .
+_:b655 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.136Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b655 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b655 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b656 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3580,8 +3598,8 @@
 _:b656 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b656 <http://www.w3.org/ns/earl#result> _:b657 .
 _:b656 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b656 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0029> .
-_:b657 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.558Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b656 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0028> .
+_:b657 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.137Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b657 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b657 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b658 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3589,8 +3607,8 @@
 _:b658 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b658 <http://www.w3.org/ns/earl#result> _:b659 .
 _:b658 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b658 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0029> .
-_:b659 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.561Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b658 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0028> .
+_:b659 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.139Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b659 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b659 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b66 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3604,8 +3622,8 @@
 _:b660 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b660 <http://www.w3.org/ns/earl#result> _:b661 .
 _:b660 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b660 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0030> .
-_:b661 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.564Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b660 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0029> .
+_:b661 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.143Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b661 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b661 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b662 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3613,8 +3631,8 @@
 _:b662 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b662 <http://www.w3.org/ns/earl#result> _:b663 .
 _:b662 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b662 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0030> .
-_:b663 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.565Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b662 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0029> .
+_:b663 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.146Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b663 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b663 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b664 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3622,8 +3640,8 @@
 _:b664 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b664 <http://www.w3.org/ns/earl#result> _:b665 .
 _:b664 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b664 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0031> .
-_:b665 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.566Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b664 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0030> .
+_:b665 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.148Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b665 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b665 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b666 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3631,8 +3649,8 @@
 _:b666 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b666 <http://www.w3.org/ns/earl#result> _:b667 .
 _:b666 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b666 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0031> .
-_:b667 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.567Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b666 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0030> .
+_:b667 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.149Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b667 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b667 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b668 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3640,11 +3658,11 @@
 _:b668 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b668 <http://www.w3.org/ns/earl#result> _:b669 .
 _:b668 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b668 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0032> .
-_:b669 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.569Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b668 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0031> .
+_:b669 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.151Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b669 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b669 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b67 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.672Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b67 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.537Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b67 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b67 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b670 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3652,8 +3670,8 @@
 _:b670 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b670 <http://www.w3.org/ns/earl#result> _:b671 .
 _:b670 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b670 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0032> .
-_:b671 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.570Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b670 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0031> .
+_:b671 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.152Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b671 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b671 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b672 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3661,8 +3679,8 @@
 _:b672 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b672 <http://www.w3.org/ns/earl#result> _:b673 .
 _:b672 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b672 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0033> .
-_:b673 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.571Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b672 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0032> .
+_:b673 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.153Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b673 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b673 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b674 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3670,8 +3688,8 @@
 _:b674 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b674 <http://www.w3.org/ns/earl#result> _:b675 .
 _:b674 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b674 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0033> .
-_:b675 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.572Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b674 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0032> .
+_:b675 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.154Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b675 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b675 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b676 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3679,8 +3697,8 @@
 _:b676 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b676 <http://www.w3.org/ns/earl#result> _:b677 .
 _:b676 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b676 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0034> .
-_:b677 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.574Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b676 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0033> .
+_:b677 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.156Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b677 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b677 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b678 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3688,8 +3706,8 @@
 _:b678 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b678 <http://www.w3.org/ns/earl#result> _:b679 .
 _:b678 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b678 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0034> .
-_:b679 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.575Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b678 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0033> .
+_:b679 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.157Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b679 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b679 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b68 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3703,8 +3721,8 @@
 _:b680 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b680 <http://www.w3.org/ns/earl#result> _:b681 .
 _:b680 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b680 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0035> .
-_:b681 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.577Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b680 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0034> .
+_:b681 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.158Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b681 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b681 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b682 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3712,8 +3730,8 @@
 _:b682 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b682 <http://www.w3.org/ns/earl#result> _:b683 .
 _:b682 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b682 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0035> .
-_:b683 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.578Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b682 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0034> .
+_:b683 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.159Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b683 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b683 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b684 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3721,8 +3739,8 @@
 _:b684 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b684 <http://www.w3.org/ns/earl#result> _:b685 .
 _:b684 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b684 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0036> .
-_:b685 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.581Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b684 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0035> .
+_:b685 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.161Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b685 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b685 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b686 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3730,8 +3748,8 @@
 _:b686 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b686 <http://www.w3.org/ns/earl#result> _:b687 .
 _:b686 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b686 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0036> .
-_:b687 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.584Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b686 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0035> .
+_:b687 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.162Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b687 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b687 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b688 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3739,11 +3757,11 @@
 _:b688 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b688 <http://www.w3.org/ns/earl#result> _:b689 .
 _:b688 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b688 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0037> .
-_:b689 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.586Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b688 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0036> .
+_:b689 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.165Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b689 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b689 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b69 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.674Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b69 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.539Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b69 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b69 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b690 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3751,8 +3769,8 @@
 _:b690 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b690 <http://www.w3.org/ns/earl#result> _:b691 .
 _:b690 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b690 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0037> .
-_:b691 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.587Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b690 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0036> .
+_:b691 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.168Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b691 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b691 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b692 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3760,8 +3778,8 @@
 _:b692 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b692 <http://www.w3.org/ns/earl#result> _:b693 .
 _:b692 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b692 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0038> .
-_:b693 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.600Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b692 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0037> .
+_:b693 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.170Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b693 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b693 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b694 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3769,8 +3787,8 @@
 _:b694 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b694 <http://www.w3.org/ns/earl#result> _:b695 .
 _:b694 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b694 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0038> .
-_:b695 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.606Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b694 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0037> .
+_:b695 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.171Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b695 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b695 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b696 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3778,8 +3796,8 @@
 _:b696 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b696 <http://www.w3.org/ns/earl#result> _:b697 .
 _:b696 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b696 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0039> .
-_:b697 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.609Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b696 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0038> .
+_:b697 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.174Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b697 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b697 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b698 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3787,11 +3805,11 @@
 _:b698 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b698 <http://www.w3.org/ns/earl#result> _:b699 .
 _:b698 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b698 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0039> .
-_:b699 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.610Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b698 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0038> .
+_:b699 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.178Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b699 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b699 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b7 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.548Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b7 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.458Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b7 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b7 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b70 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3805,8 +3823,8 @@
 _:b700 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b700 <http://www.w3.org/ns/earl#result> _:b701 .
 _:b700 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b700 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0040> .
-_:b701 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.612Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b700 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0039> .
+_:b701 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.179Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b701 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b701 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b702 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3814,8 +3832,8 @@
 _:b702 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b702 <http://www.w3.org/ns/earl#result> _:b703 .
 _:b702 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b702 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0040> .
-_:b703 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.613Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b702 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0039> .
+_:b703 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.192Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b703 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b703 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b704 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3823,8 +3841,8 @@
 _:b704 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b704 <http://www.w3.org/ns/earl#result> _:b705 .
 _:b704 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b704 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0041> .
-_:b705 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.632Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b704 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0040> .
+_:b705 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.194Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b705 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b705 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b706 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3832,8 +3850,8 @@
 _:b706 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b706 <http://www.w3.org/ns/earl#result> _:b707 .
 _:b706 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b706 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0041> .
-_:b707 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.634Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b706 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0040> .
+_:b707 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.195Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b707 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b707 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b708 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3841,11 +3859,11 @@
 _:b708 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b708 <http://www.w3.org/ns/earl#result> _:b709 .
 _:b708 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b708 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0042> .
-_:b709 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.651Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b708 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0041> .
+_:b709 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.196Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b709 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b709 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b71 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.675Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b71 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.540Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b71 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b71 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b710 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3853,8 +3871,8 @@
 _:b710 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b710 <http://www.w3.org/ns/earl#result> _:b711 .
 _:b710 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b710 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0042> .
-_:b711 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.652Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b710 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0041> .
+_:b711 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.198Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b711 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b711 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b712 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3862,8 +3880,8 @@
 _:b712 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b712 <http://www.w3.org/ns/earl#result> _:b713 .
 _:b712 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b712 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0001> .
-_:b713 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.662Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b712 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0042> .
+_:b713 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.202Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b713 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b713 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b714 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3871,8 +3889,8 @@
 _:b714 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b714 <http://www.w3.org/ns/earl#result> _:b715 .
 _:b714 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b714 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0001> .
-_:b715 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.665Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b714 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0042> .
+_:b715 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.203Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b715 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b715 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b716 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3880,8 +3898,8 @@
 _:b716 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b716 <http://www.w3.org/ns/earl#result> _:b717 .
 _:b716 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b716 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0002> .
-_:b717 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.668Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b716 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0001> .
+_:b717 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.209Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b717 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b717 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b718 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3889,8 +3907,8 @@
 _:b718 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b718 <http://www.w3.org/ns/earl#result> _:b719 .
 _:b718 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b718 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0002> .
-_:b719 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.671Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b718 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0001> .
+_:b719 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.212Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b719 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b719 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b72 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3904,8 +3922,8 @@
 _:b720 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b720 <http://www.w3.org/ns/earl#result> _:b721 .
 _:b720 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b720 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0003> .
-_:b721 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.673Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b720 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0002> .
+_:b721 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.214Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b721 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b721 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b722 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3913,8 +3931,8 @@
 _:b722 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b722 <http://www.w3.org/ns/earl#result> _:b723 .
 _:b722 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b722 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0003> .
-_:b723 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.675Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b722 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0002> .
+_:b723 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.217Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b723 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b723 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b724 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3922,8 +3940,8 @@
 _:b724 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b724 <http://www.w3.org/ns/earl#result> _:b725 .
 _:b724 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b724 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0004> .
-_:b725 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.678Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b724 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0003> .
+_:b725 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.219Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b725 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b725 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b726 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3931,8 +3949,8 @@
 _:b726 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b726 <http://www.w3.org/ns/earl#result> _:b727 .
 _:b726 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b726 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0004> .
-_:b727 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.681Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b726 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0003> .
+_:b727 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.221Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b727 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b727 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b728 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3940,11 +3958,11 @@
 _:b728 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b728 <http://www.w3.org/ns/earl#result> _:b729 .
 _:b728 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b728 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0005> .
-_:b729 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.684Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b728 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0004> .
+_:b729 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.223Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b729 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b729 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b73 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.677Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b73 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.541Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b73 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b73 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b730 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3952,8 +3970,8 @@
 _:b730 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b730 <http://www.w3.org/ns/earl#result> _:b731 .
 _:b730 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b730 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0005> .
-_:b731 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.686Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b730 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0004> .
+_:b731 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.226Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b731 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b731 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b732 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3961,8 +3979,8 @@
 _:b732 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b732 <http://www.w3.org/ns/earl#result> _:b733 .
 _:b732 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b732 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0006> .
-_:b733 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.689Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b732 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0005> .
+_:b733 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.228Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b733 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b733 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b734 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3970,8 +3988,8 @@
 _:b734 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b734 <http://www.w3.org/ns/earl#result> _:b735 .
 _:b734 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b734 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0006> .
-_:b735 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.693Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b734 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0005> .
+_:b735 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.232Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b735 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b735 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b736 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3979,8 +3997,8 @@
 _:b736 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b736 <http://www.w3.org/ns/earl#result> _:b737 .
 _:b736 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b736 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0007> .
-_:b737 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.696Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b736 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0006> .
+_:b737 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.235Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b737 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b737 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b738 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -3988,8 +4006,8 @@
 _:b738 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b738 <http://www.w3.org/ns/earl#result> _:b739 .
 _:b738 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b738 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0007> .
-_:b739 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.699Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b738 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0006> .
+_:b739 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.237Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b739 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b739 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b74 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4003,8 +4021,8 @@
 _:b740 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b740 <http://www.w3.org/ns/earl#result> _:b741 .
 _:b740 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b740 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0008> .
-_:b741 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.702Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b740 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0007> .
+_:b741 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.240Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b741 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b741 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b742 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4012,8 +4030,8 @@
 _:b742 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b742 <http://www.w3.org/ns/earl#result> _:b743 .
 _:b742 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b742 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0008> .
-_:b743 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.707Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b742 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0007> .
+_:b743 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.242Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b743 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b743 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b744 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4021,8 +4039,8 @@
 _:b744 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b744 <http://www.w3.org/ns/earl#result> _:b745 .
 _:b744 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b744 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0009> .
-_:b745 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.710Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b744 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0008> .
+_:b745 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.245Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b745 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b745 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b746 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4030,8 +4048,8 @@
 _:b746 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b746 <http://www.w3.org/ns/earl#result> _:b747 .
 _:b746 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b746 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0009> .
-_:b747 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.712Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b746 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0008> .
+_:b747 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.250Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b747 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b747 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b748 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4039,11 +4057,11 @@
 _:b748 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b748 <http://www.w3.org/ns/earl#result> _:b749 .
 _:b748 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b748 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0010> .
-_:b749 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.715Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b748 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0009> .
+_:b749 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.255Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b749 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b749 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b75 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.679Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b75 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.543Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b75 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b75 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b750 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4051,8 +4069,8 @@
 _:b750 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b750 <http://www.w3.org/ns/earl#result> _:b751 .
 _:b750 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b750 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0010> .
-_:b751 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.720Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b750 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0009> .
+_:b751 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.258Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b751 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b751 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b752 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4060,8 +4078,8 @@
 _:b752 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b752 <http://www.w3.org/ns/earl#result> _:b753 .
 _:b752 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b752 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0011> .
-_:b753 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.722Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b752 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0010> .
+_:b753 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.260Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b753 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b753 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b754 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4069,8 +4087,8 @@
 _:b754 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b754 <http://www.w3.org/ns/earl#result> _:b755 .
 _:b754 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b754 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0011> .
-_:b755 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.724Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b754 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0010> .
+_:b755 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.262Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b755 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b755 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b756 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4078,8 +4096,8 @@
 _:b756 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b756 <http://www.w3.org/ns/earl#result> _:b757 .
 _:b756 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b756 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0012> .
-_:b757 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.727Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b756 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0011> .
+_:b757 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.264Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b757 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b757 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b758 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4087,8 +4105,8 @@
 _:b758 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b758 <http://www.w3.org/ns/earl#result> _:b759 .
 _:b758 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b758 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0012> .
-_:b759 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.729Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b758 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0011> .
+_:b759 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.266Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b759 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b759 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b76 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4102,8 +4120,8 @@
 _:b760 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b760 <http://www.w3.org/ns/earl#result> _:b761 .
 _:b760 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b760 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0013> .
-_:b761 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.732Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b760 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0012> .
+_:b761 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.268Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b761 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b761 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b762 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4111,8 +4129,8 @@
 _:b762 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b762 <http://www.w3.org/ns/earl#result> _:b763 .
 _:b762 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b762 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0013> .
-_:b763 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.734Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b762 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0012> .
+_:b763 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.270Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b763 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b763 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b764 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4120,8 +4138,8 @@
 _:b764 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b764 <http://www.w3.org/ns/earl#result> _:b765 .
 _:b764 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b764 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0014> .
-_:b765 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.736Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b764 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0013> .
+_:b765 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.272Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b765 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b765 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b766 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4129,8 +4147,8 @@
 _:b766 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b766 <http://www.w3.org/ns/earl#result> _:b767 .
 _:b766 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b766 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0014> .
-_:b767 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.738Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b766 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0013> .
+_:b767 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.274Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b767 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b767 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b768 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4138,11 +4156,11 @@
 _:b768 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b768 <http://www.w3.org/ns/earl#result> _:b769 .
 _:b768 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b768 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0015> .
-_:b769 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.768Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b768 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0014> .
+_:b769 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.276Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b769 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b769 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b77 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.681Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b77 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.545Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b77 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b77 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b770 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4150,8 +4168,8 @@
 _:b770 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b770 <http://www.w3.org/ns/earl#result> _:b771 .
 _:b770 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b770 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0015> .
-_:b771 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.776Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b770 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0014> .
+_:b771 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.278Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b771 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b771 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b772 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4160,7 +4178,7 @@
 _:b772 <http://www.w3.org/ns/earl#result> _:b773 .
 _:b772 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b772 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0015> .
-_:b773 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.780Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b773 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.300Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b773 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b773 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b774 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4169,7 +4187,7 @@
 _:b774 <http://www.w3.org/ns/earl#result> _:b775 .
 _:b774 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
 _:b774 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0015> .
-_:b775 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.782Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b775 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.308Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b775 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b775 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b776 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4177,8 +4195,8 @@
 _:b776 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b776 <http://www.w3.org/ns/earl#result> _:b777 .
 _:b776 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b776 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0016> .
-_:b777 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.785Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b776 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0015> .
+_:b777 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.311Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b777 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b777 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b778 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4186,8 +4204,8 @@
 _:b778 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b778 <http://www.w3.org/ns/earl#result> _:b779 .
 _:b778 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b778 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0016> .
-_:b779 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.787Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b778 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0015> .
+_:b779 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.313Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b779 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b779 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b78 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4201,8 +4219,8 @@
 _:b780 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b780 <http://www.w3.org/ns/earl#result> _:b781 .
 _:b780 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b780 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0017> .
-_:b781 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.790Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b780 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0016> .
+_:b781 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.317Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b781 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b781 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b782 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4210,8 +4228,8 @@
 _:b782 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b782 <http://www.w3.org/ns/earl#result> _:b783 .
 _:b782 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b782 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0017> .
-_:b783 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.793Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b782 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0016> .
+_:b783 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.321Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b783 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b783 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b784 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4219,8 +4237,8 @@
 _:b784 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b784 <http://www.w3.org/ns/earl#result> _:b785 .
 _:b784 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b784 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0018> .
-_:b785 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.797Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b784 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0017> .
+_:b785 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.323Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b785 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b785 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b786 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4228,8 +4246,8 @@
 _:b786 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b786 <http://www.w3.org/ns/earl#result> _:b787 .
 _:b786 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b786 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0018> .
-_:b787 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.799Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b786 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0017> .
+_:b787 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.325Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b787 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b787 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b788 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4237,11 +4255,11 @@
 _:b788 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b788 <http://www.w3.org/ns/earl#result> _:b789 .
 _:b788 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b788 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0019> .
-_:b789 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.805Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b788 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0018> .
+_:b789 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.329Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b789 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b789 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b79 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.683Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b79 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.547Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b79 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b79 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b790 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4249,8 +4267,8 @@
 _:b790 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b790 <http://www.w3.org/ns/earl#result> _:b791 .
 _:b790 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b790 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0019> .
-_:b791 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.810Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b790 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0018> .
+_:b791 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.332Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b791 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b791 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b792 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4258,8 +4276,8 @@
 _:b792 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b792 <http://www.w3.org/ns/earl#result> _:b793 .
 _:b792 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b792 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0020> .
-_:b793 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.816Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b792 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0019> .
+_:b793 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.336Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b793 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b793 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b794 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4267,8 +4285,8 @@
 _:b794 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b794 <http://www.w3.org/ns/earl#result> _:b795 .
 _:b794 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b794 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0020> .
-_:b795 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.820Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b794 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0019> .
+_:b795 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.340Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b795 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b795 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b796 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4276,8 +4294,8 @@
 _:b796 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b796 <http://www.w3.org/ns/earl#result> _:b797 .
 _:b796 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b796 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0001> .
-_:b797 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.826Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b796 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0020> .
+_:b797 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.344Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b797 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b797 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b798 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4285,8 +4303,8 @@
 _:b798 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b798 <http://www.w3.org/ns/earl#result> _:b799 .
 _:b798 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b798 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0001> .
-_:b799 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.827Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b798 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0020> .
+_:b799 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.347Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b799 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b799 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b8 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4306,8 +4324,8 @@
 _:b800 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b800 <http://www.w3.org/ns/earl#result> _:b801 .
 _:b800 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b800 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0002> .
-_:b801 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.829Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b800 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0001> .
+_:b801 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.351Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b801 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b801 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b802 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4315,8 +4333,8 @@
 _:b802 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b802 <http://www.w3.org/ns/earl#result> _:b803 .
 _:b802 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b802 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0002> .
-_:b803 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.830Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b802 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0001> .
+_:b803 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.353Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b803 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b803 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b804 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4324,8 +4342,8 @@
 _:b804 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b804 <http://www.w3.org/ns/earl#result> _:b805 .
 _:b804 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b804 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0003> .
-_:b805 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.831Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b804 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0002> .
+_:b805 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.354Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b805 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b805 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b806 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4333,8 +4351,8 @@
 _:b806 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b806 <http://www.w3.org/ns/earl#result> _:b807 .
 _:b806 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b806 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0003> .
-_:b807 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.832Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b806 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0002> .
+_:b807 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.355Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b807 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b807 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b808 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4342,11 +4360,11 @@
 _:b808 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b808 <http://www.w3.org/ns/earl#result> _:b809 .
 _:b808 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b808 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0004> .
-_:b809 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.834Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b808 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0003> .
+_:b809 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.356Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b809 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b809 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b81 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.686Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b81 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.549Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b81 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b81 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b810 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4354,8 +4372,8 @@
 _:b810 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b810 <http://www.w3.org/ns/earl#result> _:b811 .
 _:b810 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b810 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0004> .
-_:b811 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.835Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b810 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0003> .
+_:b811 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.357Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b811 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b811 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b812 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4363,8 +4381,8 @@
 _:b812 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b812 <http://www.w3.org/ns/earl#result> _:b813 .
 _:b812 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b812 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0005> .
-_:b813 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.836Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b812 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0004> .
+_:b813 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.358Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b813 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b813 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b814 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4372,8 +4390,8 @@
 _:b814 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b814 <http://www.w3.org/ns/earl#result> _:b815 .
 _:b814 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b814 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0005> .
-_:b815 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.837Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b814 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0004> .
+_:b815 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.359Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b815 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b815 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b816 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4381,8 +4399,8 @@
 _:b816 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b816 <http://www.w3.org/ns/earl#result> _:b817 .
 _:b816 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b816 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0006> .
-_:b817 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.839Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b816 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0005> .
+_:b817 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.360Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b817 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b817 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b818 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4390,8 +4408,8 @@
 _:b818 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b818 <http://www.w3.org/ns/earl#result> _:b819 .
 _:b818 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b818 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0006> .
-_:b819 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.840Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b818 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0005> .
+_:b819 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.361Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b819 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b819 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b82 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4405,8 +4423,8 @@
 _:b820 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b820 <http://www.w3.org/ns/earl#result> _:b821 .
 _:b820 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b820 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0007> .
-_:b821 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.846Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b820 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0006> .
+_:b821 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.362Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b821 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b821 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b822 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4414,8 +4432,8 @@
 _:b822 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b822 <http://www.w3.org/ns/earl#result> _:b823 .
 _:b822 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b822 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0007> .
-_:b823 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.847Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b822 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0006> .
+_:b823 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.363Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b823 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b823 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b824 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4423,8 +4441,8 @@
 _:b824 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b824 <http://www.w3.org/ns/earl#result> _:b825 .
 _:b824 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b824 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0001> .
-_:b825 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.851Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b824 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0007> .
+_:b825 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.364Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b825 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b825 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b826 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4432,8 +4450,8 @@
 _:b826 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b826 <http://www.w3.org/ns/earl#result> _:b827 .
 _:b826 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b826 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0001> .
-_:b827 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.852Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b826 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0007> .
+_:b827 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.365Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b827 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b827 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b828 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4441,11 +4459,11 @@
 _:b828 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b828 <http://www.w3.org/ns/earl#result> _:b829 .
 _:b828 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b828 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0002> .
-_:b829 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.854Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b828 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0001> .
+_:b829 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.369Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b829 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b829 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b83 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.687Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b83 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.551Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b83 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b83 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b830 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4453,8 +4471,8 @@
 _:b830 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b830 <http://www.w3.org/ns/earl#result> _:b831 .
 _:b830 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b830 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0002> .
-_:b831 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.855Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b830 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0001> .
+_:b831 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.370Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b831 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b831 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b832 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4462,8 +4480,8 @@
 _:b832 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b832 <http://www.w3.org/ns/earl#result> _:b833 .
 _:b832 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b832 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0003> .
-_:b833 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.857Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b832 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0002> .
+_:b833 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.371Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b833 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b833 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b834 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4471,8 +4489,8 @@
 _:b834 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b834 <http://www.w3.org/ns/earl#result> _:b835 .
 _:b834 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b834 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0003> .
-_:b835 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.858Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b834 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0002> .
+_:b835 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.373Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b835 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b835 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b836 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4480,8 +4498,8 @@
 _:b836 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b836 <http://www.w3.org/ns/earl#result> _:b837 .
 _:b836 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b836 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0004> .
-_:b837 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.859Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b836 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0003> .
+_:b837 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.374Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b837 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b837 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b838 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4489,8 +4507,8 @@
 _:b838 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b838 <http://www.w3.org/ns/earl#result> _:b839 .
 _:b838 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b838 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0004> .
-_:b839 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.860Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b838 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0003> .
+_:b839 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.375Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b839 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b839 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b84 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4504,8 +4522,8 @@
 _:b840 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b840 <http://www.w3.org/ns/earl#result> _:b841 .
 _:b840 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b840 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0005> .
-_:b841 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.862Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b840 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0004> .
+_:b841 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.376Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b841 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b841 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b842 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4513,8 +4531,8 @@
 _:b842 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b842 <http://www.w3.org/ns/earl#result> _:b843 .
 _:b842 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b842 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0005> .
-_:b843 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.863Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b842 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0004> .
+_:b843 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.377Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b843 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b843 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b844 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4522,8 +4540,8 @@
 _:b844 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b844 <http://www.w3.org/ns/earl#result> _:b845 .
 _:b844 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b844 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0006> .
-_:b845 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.864Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b844 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0005> .
+_:b845 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.378Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b845 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b845 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b846 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4531,8 +4549,8 @@
 _:b846 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b846 <http://www.w3.org/ns/earl#result> _:b847 .
 _:b846 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b846 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0006> .
-_:b847 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.865Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b846 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0005> .
+_:b847 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.379Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b847 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b847 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b848 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4540,11 +4558,11 @@
 _:b848 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b848 <http://www.w3.org/ns/earl#result> _:b849 .
 _:b848 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b848 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0007> .
-_:b849 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.866Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b848 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0006> .
+_:b849 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.380Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b849 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b849 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b85 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.689Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b85 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.552Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b85 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b85 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b850 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4552,8 +4570,8 @@
 _:b850 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b850 <http://www.w3.org/ns/earl#result> _:b851 .
 _:b850 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b850 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0007> .
-_:b851 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.867Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b850 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0006> .
+_:b851 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.381Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b851 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b851 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b852 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4561,8 +4579,8 @@
 _:b852 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b852 <http://www.w3.org/ns/earl#result> _:b853 .
 _:b852 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b852 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0008> .
-_:b853 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.869Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b852 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0007> .
+_:b853 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.382Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b853 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b853 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b854 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4570,8 +4588,8 @@
 _:b854 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b854 <http://www.w3.org/ns/earl#result> _:b855 .
 _:b854 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b854 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0008> .
-_:b855 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.874Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b854 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0007> .
+_:b855 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.383Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b855 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b855 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b856 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4579,8 +4597,8 @@
 _:b856 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b856 <http://www.w3.org/ns/earl#result> _:b857 .
 _:b856 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b856 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0009> .
-_:b857 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.875Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b856 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0008> .
+_:b857 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.388Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b857 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b857 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b858 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4588,8 +4606,8 @@
 _:b858 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b858 <http://www.w3.org/ns/earl#result> _:b859 .
 _:b858 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b858 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0009> .
-_:b859 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.877Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b858 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0008> .
+_:b859 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.389Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b859 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b859 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b86 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4603,8 +4621,8 @@
 _:b860 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b860 <http://www.w3.org/ns/earl#result> _:b861 .
 _:b860 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b860 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0010> .
-_:b861 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.882Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b860 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0009> .
+_:b861 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.391Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b861 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b861 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b862 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4612,8 +4630,8 @@
 _:b862 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b862 <http://www.w3.org/ns/earl#result> _:b863 .
 _:b862 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b862 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0010> .
-_:b863 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.883Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b862 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0009> .
+_:b863 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.393Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b863 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b863 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b864 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4621,8 +4639,8 @@
 _:b864 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b864 <http://www.w3.org/ns/earl#result> _:b865 .
 _:b864 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b864 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0011> .
-_:b865 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.895Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b864 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0010> .
+_:b865 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.394Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b865 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b865 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b866 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4630,8 +4648,8 @@
 _:b866 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b866 <http://www.w3.org/ns/earl#result> _:b867 .
 _:b866 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b866 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0011> .
-_:b867 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.897Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b866 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0010> .
+_:b867 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.396Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b867 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b867 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b868 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4639,11 +4657,11 @@
 _:b868 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b868 <http://www.w3.org/ns/earl#result> _:b869 .
 _:b868 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b868 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0012> .
-_:b869 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.904Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b868 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0011> .
+_:b869 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.397Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b869 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b869 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b87 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.691Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b87 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.553Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b87 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b87 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b870 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4651,8 +4669,8 @@
 _:b870 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b870 <http://www.w3.org/ns/earl#result> _:b871 .
 _:b870 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b870 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0012> .
-_:b871 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.906Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b870 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0011> .
+_:b871 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.399Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b871 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b871 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b872 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4660,8 +4678,8 @@
 _:b872 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b872 <http://www.w3.org/ns/earl#result> _:b873 .
 _:b872 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b872 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0013> .
-_:b873 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.909Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b872 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0012> .
+_:b873 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.400Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b873 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b873 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b874 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4669,8 +4687,8 @@
 _:b874 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b874 <http://www.w3.org/ns/earl#result> _:b875 .
 _:b874 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b874 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0013> .
-_:b875 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.912Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b874 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0012> .
+_:b875 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.402Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b875 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b875 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b876 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4678,8 +4696,8 @@
 _:b876 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b876 <http://www.w3.org/ns/earl#result> _:b877 .
 _:b876 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b876 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0014> .
-_:b877 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.916Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b876 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0013> .
+_:b877 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.403Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b877 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b877 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b878 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4687,8 +4705,8 @@
 _:b878 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b878 <http://www.w3.org/ns/earl#result> _:b879 .
 _:b878 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b878 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0014> .
-_:b879 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.918Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b878 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0013> .
+_:b879 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.405Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b879 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b879 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b88 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4702,8 +4720,8 @@
 _:b880 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b880 <http://www.w3.org/ns/earl#result> _:b881 .
 _:b880 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b880 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0015> .
-_:b881 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.921Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b880 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0014> .
+_:b881 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.407Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b881 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b881 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b882 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4711,8 +4729,8 @@
 _:b882 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b882 <http://www.w3.org/ns/earl#result> _:b883 .
 _:b882 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b882 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0015> .
-_:b883 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.923Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b882 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0014> .
+_:b883 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.408Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b883 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b883 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b884 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4720,8 +4738,8 @@
 _:b884 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b884 <http://www.w3.org/ns/earl#result> _:b885 .
 _:b884 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b884 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0016> .
-_:b885 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.924Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b884 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0015> .
+_:b885 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.409Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b885 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b885 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b886 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4729,8 +4747,8 @@
 _:b886 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b886 <http://www.w3.org/ns/earl#result> _:b887 .
 _:b886 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b886 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0016> .
-_:b887 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.926Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b886 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0015> .
+_:b887 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.411Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b887 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b887 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b888 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4738,11 +4756,11 @@
 _:b888 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b888 <http://www.w3.org/ns/earl#result> _:b889 .
 _:b888 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b888 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0017> .
-_:b889 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.928Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b888 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0016> .
+_:b889 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.412Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b889 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b889 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b89 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.693Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b89 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.555Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b89 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b89 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b890 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4750,8 +4768,8 @@
 _:b890 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b890 <http://www.w3.org/ns/earl#result> _:b891 .
 _:b890 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b890 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0017> .
-_:b891 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.929Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b890 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0016> .
+_:b891 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.414Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b891 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b891 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b892 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4759,8 +4777,8 @@
 _:b892 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b892 <http://www.w3.org/ns/earl#result> _:b893 .
 _:b892 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b892 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0018> .
-_:b893 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.931Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b892 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0017> .
+_:b893 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.415Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b893 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b893 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b894 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4768,8 +4786,8 @@
 _:b894 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b894 <http://www.w3.org/ns/earl#result> _:b895 .
 _:b894 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b894 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0018> .
-_:b895 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.932Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b894 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0017> .
+_:b895 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.417Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b895 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b895 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b896 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4777,8 +4795,8 @@
 _:b896 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b896 <http://www.w3.org/ns/earl#result> _:b897 .
 _:b896 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b896 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0019> .
-_:b897 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.934Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b896 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0018> .
+_:b897 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.418Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b897 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b897 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b898 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4786,11 +4804,11 @@
 _:b898 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b898 <http://www.w3.org/ns/earl#result> _:b899 .
 _:b898 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b898 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0019> .
-_:b899 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.935Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b898 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0018> .
+_:b899 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.420Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b899 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b899 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b9 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.557Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b9 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.459Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b9 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b9 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b90 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4804,8 +4822,8 @@
 _:b900 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b900 <http://www.w3.org/ns/earl#result> _:b901 .
 _:b900 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b900 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0020> .
-_:b901 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.937Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b900 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0019> .
+_:b901 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.421Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b901 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b901 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b902 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4813,8 +4831,8 @@
 _:b902 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b902 <http://www.w3.org/ns/earl#result> _:b903 .
 _:b902 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b902 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0020> .
-_:b903 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.938Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b902 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0019> .
+_:b903 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.423Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b903 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b903 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b904 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4822,8 +4840,8 @@
 _:b904 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b904 <http://www.w3.org/ns/earl#result> _:b905 .
 _:b904 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b904 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0021> .
-_:b905 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.941Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b904 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0020> .
+_:b905 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.424Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b905 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b905 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b906 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4831,8 +4849,8 @@
 _:b906 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b906 <http://www.w3.org/ns/earl#result> _:b907 .
 _:b906 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b906 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0021> .
-_:b907 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.942Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b906 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0020> .
+_:b907 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.425Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b907 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b907 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b908 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4840,11 +4858,11 @@
 _:b908 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b908 <http://www.w3.org/ns/earl#result> _:b909 .
 _:b908 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b908 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0022> .
-_:b909 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.944Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b908 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0021> .
+_:b909 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.427Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b909 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b909 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b91 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.696Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b91 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.558Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b91 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b91 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b910 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4852,8 +4870,8 @@
 _:b910 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b910 <http://www.w3.org/ns/earl#result> _:b911 .
 _:b910 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b910 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0022> .
-_:b911 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.945Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b910 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0021> .
+_:b911 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.429Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b911 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b911 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b912 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4861,8 +4879,8 @@
 _:b912 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b912 <http://www.w3.org/ns/earl#result> _:b913 .
 _:b912 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b912 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0023> .
-_:b913 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.951Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b912 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0022> .
+_:b913 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.430Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b913 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b913 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b914 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4870,8 +4888,8 @@
 _:b914 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b914 <http://www.w3.org/ns/earl#result> _:b915 .
 _:b914 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b914 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0023> .
-_:b915 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.953Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b914 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0022> .
+_:b915 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.432Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b915 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b915 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b916 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4879,8 +4897,8 @@
 _:b916 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b916 <http://www.w3.org/ns/earl#result> _:b917 .
 _:b916 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b916 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0024> .
-_:b917 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.955Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b916 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0023> .
+_:b917 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.433Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b917 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b917 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b918 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4888,8 +4906,8 @@
 _:b918 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b918 <http://www.w3.org/ns/earl#result> _:b919 .
 _:b918 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b918 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0024> .
-_:b919 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.956Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b918 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0023> .
+_:b919 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.435Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b919 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b919 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b92 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4903,8 +4921,8 @@
 _:b920 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b920 <http://www.w3.org/ns/earl#result> _:b921 .
 _:b920 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b920 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0025> .
-_:b921 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.958Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b920 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0024> .
+_:b921 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.436Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b921 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b921 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b922 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4912,8 +4930,8 @@
 _:b922 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b922 <http://www.w3.org/ns/earl#result> _:b923 .
 _:b922 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b922 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0025> .
-_:b923 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.960Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b922 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0024> .
+_:b923 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.438Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b923 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b923 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b924 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4921,8 +4939,8 @@
 _:b924 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b924 <http://www.w3.org/ns/earl#result> _:b925 .
 _:b924 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b924 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0026> .
-_:b925 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.974Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b924 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0025> .
+_:b925 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.439Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b925 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b925 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b926 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4930,8 +4948,8 @@
 _:b926 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b926 <http://www.w3.org/ns/earl#result> _:b927 .
 _:b926 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b926 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0026> .
-_:b927 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.977Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b926 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0025> .
+_:b927 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.441Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b927 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b927 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b928 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4939,11 +4957,11 @@
 _:b928 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b928 <http://www.w3.org/ns/earl#result> _:b929 .
 _:b928 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b928 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0027> .
-_:b929 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.990Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b928 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0026> .
+_:b929 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.443Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b929 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b929 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b93 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.698Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b93 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.560Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b93 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b93 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b930 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4951,8 +4969,8 @@
 _:b930 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b930 <http://www.w3.org/ns/earl#result> _:b931 .
 _:b930 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b930 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0027> .
-_:b931 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.994Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b930 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0026> .
+_:b931 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.446Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b931 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b931 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b932 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4960,8 +4978,8 @@
 _:b932 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b932 <http://www.w3.org/ns/earl#result> _:b933 .
 _:b932 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b932 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0028> .
-_:b933 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.997Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b932 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0027> .
+_:b933 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.449Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b933 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b933 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b934 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4969,8 +4987,8 @@
 _:b934 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b934 <http://www.w3.org/ns/earl#result> _:b935 .
 _:b934 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b934 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0028> .
-_:b935 <http://purl.org/dc/terms/date> "2013-05-02T20:19:07.999Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b934 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0027> .
+_:b935 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.451Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b935 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b935 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b936 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4978,8 +4996,8 @@
 _:b936 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b936 <http://www.w3.org/ns/earl#result> _:b937 .
 _:b936 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b936 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0029> .
-_:b937 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.002Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b936 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0028> .
+_:b937 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.453Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b937 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b937 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b938 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -4987,8 +5005,8 @@
 _:b938 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b938 <http://www.w3.org/ns/earl#result> _:b939 .
 _:b938 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b938 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0029> .
-_:b939 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.004Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b938 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0028> .
+_:b939 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.455Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b939 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b939 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b94 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -5002,8 +5020,8 @@
 _:b940 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b940 <http://www.w3.org/ns/earl#result> _:b941 .
 _:b940 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b940 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0030> .
-_:b941 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.006Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b940 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0029> .
+_:b941 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.457Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b941 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b941 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b942 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -5011,8 +5029,8 @@
 _:b942 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b942 <http://www.w3.org/ns/earl#result> _:b943 .
 _:b942 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b942 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0030> .
-_:b943 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.009Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b942 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0029> .
+_:b943 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.460Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b943 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b943 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b944 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -5020,8 +5038,8 @@
 _:b944 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b944 <http://www.w3.org/ns/earl#result> _:b945 .
 _:b944 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b944 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0001> .
-_:b945 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.014Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b944 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0030> .
+_:b945 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.461Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b945 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b945 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b946 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -5029,8 +5047,8 @@
 _:b946 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b946 <http://www.w3.org/ns/earl#result> _:b947 .
 _:b946 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b946 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0001> .
-_:b947 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.015Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b946 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0030> .
+_:b947 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.464Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b947 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b947 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b948 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -5038,11 +5056,11 @@
 _:b948 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b948 <http://www.w3.org/ns/earl#result> _:b949 .
 _:b948 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b948 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0002> .
-_:b949 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.018Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b948 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0001> .
+_:b949 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.469Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b949 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b949 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b95 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.699Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b95 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.561Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b95 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b95 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b950 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -5050,8 +5068,8 @@
 _:b950 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b950 <http://www.w3.org/ns/earl#result> _:b951 .
 _:b950 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b950 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0002> .
-_:b951 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.019Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b950 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0001> .
+_:b951 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.471Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b951 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b951 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b952 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -5059,8 +5077,8 @@
 _:b952 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b952 <http://www.w3.org/ns/earl#result> _:b953 .
 _:b952 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b952 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0003> .
-_:b953 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.023Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b952 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0002> .
+_:b953 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.473Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b953 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b953 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b954 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -5068,8 +5086,8 @@
 _:b954 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b954 <http://www.w3.org/ns/earl#result> _:b955 .
 _:b954 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b954 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0003> .
-_:b955 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.025Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b954 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0002> .
+_:b955 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.474Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b955 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b955 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b956 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -5077,8 +5095,8 @@
 _:b956 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b956 <http://www.w3.org/ns/earl#result> _:b957 .
 _:b956 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b956 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0004> .
-_:b957 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.027Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b956 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0003> .
+_:b957 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.477Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b957 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b957 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b958 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -5086,8 +5104,8 @@
 _:b958 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b958 <http://www.w3.org/ns/earl#result> _:b959 .
 _:b958 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b958 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0004> .
-_:b959 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.029Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b958 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0003> .
+_:b959 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.479Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b959 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b959 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b96 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -5101,8 +5119,8 @@
 _:b960 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b960 <http://www.w3.org/ns/earl#result> _:b961 .
 _:b960 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b960 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0005> .
-_:b961 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.031Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b960 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0004> .
+_:b961 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.481Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b961 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b961 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b962 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -5110,8 +5128,8 @@
 _:b962 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b962 <http://www.w3.org/ns/earl#result> _:b963 .
 _:b962 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b962 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0005> .
-_:b963 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.032Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b962 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0004> .
+_:b963 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.483Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b963 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b963 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b964 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -5119,8 +5137,8 @@
 _:b964 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b964 <http://www.w3.org/ns/earl#result> _:b965 .
 _:b964 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b964 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0006> .
-_:b965 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.034Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b964 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0005> .
+_:b965 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.484Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b965 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b965 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b966 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -5128,8 +5146,8 @@
 _:b966 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b966 <http://www.w3.org/ns/earl#result> _:b967 .
 _:b966 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b966 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0006> .
-_:b967 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.037Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b966 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0005> .
+_:b967 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.486Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b967 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b967 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b968 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -5137,11 +5155,11 @@
 _:b968 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b968 <http://www.w3.org/ns/earl#result> _:b969 .
 _:b968 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b968 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0007> .
-_:b969 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.039Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b968 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0006> .
+_:b969 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.487Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b969 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b969 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b97 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.709Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b97 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.563Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b97 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b97 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b970 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -5149,8 +5167,8 @@
 _:b970 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b970 <http://www.w3.org/ns/earl#result> _:b971 .
 _:b970 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b970 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0007> .
-_:b971 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.040Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b970 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0006> .
+_:b971 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.489Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b971 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b971 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b972 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -5158,8 +5176,8 @@
 _:b972 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b972 <http://www.w3.org/ns/earl#result> _:b973 .
 _:b972 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b972 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0008> .
-_:b973 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.042Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b972 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0007> .
+_:b973 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.490Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b973 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b973 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b974 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -5167,8 +5185,8 @@
 _:b974 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b974 <http://www.w3.org/ns/earl#result> _:b975 .
 _:b974 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b974 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0008> .
-_:b975 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.045Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b974 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0007> .
+_:b975 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.492Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b975 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b975 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b976 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -5176,8 +5194,8 @@
 _:b976 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b976 <http://www.w3.org/ns/earl#result> _:b977 .
 _:b976 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b976 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0009> .
-_:b977 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.050Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b976 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0008> .
+_:b977 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.494Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b977 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b977 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b978 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -5185,8 +5203,8 @@
 _:b978 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b978 <http://www.w3.org/ns/earl#result> _:b979 .
 _:b978 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b978 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0009> .
-_:b979 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.052Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b978 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0008> .
+_:b979 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.496Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b979 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b979 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b98 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -5200,8 +5218,8 @@
 _:b980 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b980 <http://www.w3.org/ns/earl#result> _:b981 .
 _:b980 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b980 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0010> .
-_:b981 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.054Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b980 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0009> .
+_:b981 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.500Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b981 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b981 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b982 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -5209,8 +5227,8 @@
 _:b982 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b982 <http://www.w3.org/ns/earl#result> _:b983 .
 _:b982 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b982 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0010> .
-_:b983 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.056Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b982 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0009> .
+_:b983 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.502Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b983 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b983 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b984 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -5218,8 +5236,8 @@
 _:b984 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b984 <http://www.w3.org/ns/earl#result> _:b985 .
 _:b984 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b984 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0011> .
-_:b985 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.059Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b984 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0010> .
+_:b985 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.504Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b985 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b985 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b986 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -5227,8 +5245,8 @@
 _:b986 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b986 <http://www.w3.org/ns/earl#result> _:b987 .
 _:b986 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b986 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0011> .
-_:b987 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.060Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b986 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0010> .
+_:b987 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.506Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b987 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b987 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b988 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -5236,11 +5254,11 @@
 _:b988 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b988 <http://www.w3.org/ns/earl#result> _:b989 .
 _:b988 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b988 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0012> .
-_:b989 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.062Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b988 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0011> .
+_:b989 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.507Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b989 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b989 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b99 <http://purl.org/dc/terms/date> "2013-05-02T20:19:06.711Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b99 <http://purl.org/dc/terms/date> "2013-05-03T14:39:27.564Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b99 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b99 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b990 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -5248,8 +5266,8 @@
 _:b990 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b990 <http://www.w3.org/ns/earl#result> _:b991 .
 _:b990 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b990 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0012> .
-_:b991 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.064Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b990 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0011> .
+_:b991 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.508Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b991 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b991 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b992 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -5257,8 +5275,8 @@
 _:b992 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b992 <http://www.w3.org/ns/earl#result> _:b993 .
 _:b992 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b992 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0013> .
-_:b993 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.066Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b992 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0012> .
+_:b993 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.510Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b993 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b993 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b994 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -5266,8 +5284,8 @@
 _:b994 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b994 <http://www.w3.org/ns/earl#result> _:b995 .
 _:b994 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b994 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0013> .
-_:b995 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.067Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b994 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0012> .
+_:b995 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.511Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b995 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b995 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b996 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -5275,8 +5293,8 @@
 _:b996 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b996 <http://www.w3.org/ns/earl#result> _:b997 .
 _:b996 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b996 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0014> .
-_:b997 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.082Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b996 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0013> .
+_:b997 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.513Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b997 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b997 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b998 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -5284,7 +5302,7 @@
 _:b998 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b998 <http://www.w3.org/ns/earl#result> _:b999 .
 _:b998 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/jsonld.js> .
-_:b998 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0014> .
-_:b999 <http://purl.org/dc/terms/date> "2013-05-02T20:19:08.084Z"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b998 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0013> .
+_:b999 <http://purl.org/dc/terms/date> "2013-05-03T14:39:28.514Z"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b999 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b999 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
--- a/test-suite/reports/php-json-ld-earl.jsonld	Fri May 03 10:25:17 2013 -0400
+++ b/test-suite/reports/php-json-ld-earl.jsonld	Fri May 03 10:50:00 2013 -0400
@@ -70,7 +70,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0001",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -81,7 +81,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0002",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -92,7 +92,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0003",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -103,7 +103,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0004",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -114,7 +114,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0005",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -125,7 +125,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0006",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -136,7 +136,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0007",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -147,7 +147,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0008",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -158,7 +158,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0009",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -169,7 +169,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0010",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -180,7 +180,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0011",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -191,7 +191,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0012",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -202,7 +202,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0013",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -213,7 +213,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0014",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -224,7 +224,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0015",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -235,7 +235,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0016",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -246,7 +246,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0017",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -257,7 +257,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0018",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -268,7 +268,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0019",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -279,7 +279,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0020",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -290,7 +290,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0021",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -301,7 +301,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0022",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -312,7 +312,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0023",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -323,7 +323,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0024",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -334,7 +334,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0025",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -345,7 +345,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0026",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -356,7 +356,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0027",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -367,7 +367,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0028",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -378,7 +378,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0029",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -389,7 +389,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0030",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -400,7 +400,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0031",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -411,7 +411,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0032",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -422,7 +422,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0033",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -433,7 +433,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0034",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -444,7 +444,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0035",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -455,7 +455,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0036",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -466,7 +466,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0037",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -477,7 +477,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0038",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -488,7 +488,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0039",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -499,7 +499,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0040",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -510,7 +510,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0041",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -521,7 +521,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0042",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -532,7 +532,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0043",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -543,7 +543,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0044",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -554,7 +554,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0045",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -565,7 +565,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0046",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -576,7 +576,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0047",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -587,7 +587,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0048",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -598,7 +598,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0049",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -609,7 +609,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0050",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -620,7 +620,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0051",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -631,7 +631,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0052",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -642,7 +642,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0053",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -653,7 +653,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0054",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -664,7 +664,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0055",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -675,7 +675,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0056",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -686,7 +686,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0057",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -697,7 +697,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0058",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -708,7 +708,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0059",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -719,7 +719,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0060",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -730,7 +730,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0061",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -741,7 +741,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0062",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -752,7 +752,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0063",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -763,7 +763,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0064",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -774,7 +774,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0065",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -785,7 +785,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0066",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -796,7 +796,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0067",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -807,7 +807,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0069",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -818,7 +818,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0070",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -829,7 +829,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0071",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -840,7 +840,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0072",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -851,7 +851,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0001",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -862,7 +862,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0002",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -873,7 +873,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0003",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -884,7 +884,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0004",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -895,7 +895,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0005",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -906,7 +906,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0006",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -917,7 +917,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0007",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -928,7 +928,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0001",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -939,7 +939,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0002",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -950,7 +950,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0003",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -961,7 +961,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0004",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -972,7 +972,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0005",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -983,7 +983,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0006",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -994,7 +994,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0007",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1005,7 +1005,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0008",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1016,7 +1016,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0009",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1027,7 +1027,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0010",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1038,7 +1038,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0011",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1049,7 +1049,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0012",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1060,7 +1060,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0013",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1071,7 +1071,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0014",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1082,7 +1082,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0015",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1093,7 +1093,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0016",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1104,7 +1104,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0017",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1115,7 +1115,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0018",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1126,7 +1126,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0019",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1137,7 +1137,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0020",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1148,7 +1148,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0021",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1159,7 +1159,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0022",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1170,7 +1170,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0023",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1181,7 +1181,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0024",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1192,7 +1192,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0025",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1203,7 +1203,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0026",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1214,7 +1214,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0027",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1225,7 +1225,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0028",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1236,7 +1236,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0029",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1247,7 +1247,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0030",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1258,7 +1258,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0031",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1269,7 +1269,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0032",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1280,7 +1280,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0033",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1291,7 +1291,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0034",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1302,7 +1302,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0035",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1313,7 +1313,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0036",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1324,7 +1324,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0037",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1335,7 +1335,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0038",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1346,7 +1346,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0039",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1357,7 +1357,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0040",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1368,7 +1368,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0041",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1379,7 +1379,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0042",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1390,7 +1390,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0043",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1401,7 +1401,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0044",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1412,7 +1412,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0045",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1423,7 +1423,18 @@
             "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0046",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
+                "earl:outcome": "earl:passed"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "https://github.com/dlongley",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0047",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1434,7 +1445,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0048",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1445,7 +1456,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0049",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1456,7 +1467,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0051",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1467,7 +1478,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0052",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1478,7 +1489,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0053",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1489,7 +1500,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0054",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1500,7 +1511,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0055",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1511,7 +1522,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0056",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1522,7 +1533,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0057",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1533,7 +1544,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0058",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1544,7 +1555,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0059",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1555,7 +1566,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0060",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1566,7 +1577,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0061",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1577,7 +1588,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0062",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1588,7 +1599,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0063",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1599,7 +1610,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0064",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1610,7 +1621,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0065",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1621,7 +1632,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0066",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1632,7 +1643,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0067",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1643,7 +1654,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0001",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1654,7 +1665,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0002",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1665,7 +1676,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0003",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1676,7 +1687,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0004",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1687,7 +1698,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0005",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1698,7 +1709,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0006",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1709,7 +1720,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0007",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1720,7 +1731,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0008",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1731,7 +1742,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0009",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1742,7 +1753,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0010",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1753,7 +1764,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0011",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1764,7 +1775,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0012",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1775,7 +1786,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0013",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1786,7 +1797,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0014",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1797,7 +1808,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0015",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1808,7 +1819,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0016",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1819,7 +1830,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0017",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1830,7 +1841,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0018",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1841,7 +1852,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0019",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1852,7 +1863,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0020",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1863,7 +1874,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0021",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1874,7 +1885,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0022",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1885,7 +1896,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0023",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1896,7 +1907,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0024",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1907,7 +1918,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0025",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1918,7 +1929,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0026",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1929,7 +1940,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0027",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1940,7 +1951,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0028",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1951,7 +1962,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0029",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1962,7 +1973,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0030",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1973,7 +1984,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0031",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1984,7 +1995,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0032",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -1995,7 +2006,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0033",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2006,7 +2017,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0034",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2017,7 +2028,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0035",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2028,7 +2039,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0036",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2039,7 +2050,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0037",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2050,7 +2061,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0038",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2061,7 +2072,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0039",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2072,7 +2083,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0040",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2083,7 +2094,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0041",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2094,7 +2105,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0042",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2105,7 +2116,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0043",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:38+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2116,7 +2127,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0044",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2127,7 +2138,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0045",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2138,7 +2149,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0046",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2149,7 +2160,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0047",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2160,7 +2171,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0048",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2171,7 +2182,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0049",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2182,7 +2193,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0050",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2193,7 +2204,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0051",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2204,7 +2215,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0052",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2215,7 +2226,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0053",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2226,7 +2237,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0054",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2237,7 +2248,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0055",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2248,7 +2259,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0056",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2259,7 +2270,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0057",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2270,7 +2281,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0001",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2281,7 +2292,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0002",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2292,7 +2303,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0003",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2303,7 +2314,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0004",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2314,7 +2325,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0005",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2325,7 +2336,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0006",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2336,7 +2347,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0007",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2347,7 +2358,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0008",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2358,7 +2369,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0009",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2369,7 +2380,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0010",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2380,7 +2391,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0011",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2391,7 +2402,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0012",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2402,7 +2413,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0013",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2413,7 +2424,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0014",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2424,7 +2435,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0015",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2435,7 +2446,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0016",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2446,7 +2457,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0017",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2457,7 +2468,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0018",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2468,7 +2479,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0019",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2479,7 +2490,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0020",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2490,7 +2501,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0021",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2501,7 +2512,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0022",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2512,7 +2523,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0023",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2523,7 +2534,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0024",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2534,7 +2545,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0025",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2545,7 +2556,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0026",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2556,7 +2567,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0027",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2567,7 +2578,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0028",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2578,7 +2589,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0029",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2589,7 +2600,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0030",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2600,7 +2611,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0031",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2611,7 +2622,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0032",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2622,7 +2633,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0033",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2633,7 +2644,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0034",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2644,7 +2655,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0035",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2655,7 +2666,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0036",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2666,7 +2677,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0037",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2677,7 +2688,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0038",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2688,7 +2699,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0039",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2699,7 +2710,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0040",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2710,7 +2721,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0041",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2721,7 +2732,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0042",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2732,7 +2743,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0001",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2743,7 +2754,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0002",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2754,7 +2765,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0003",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2765,7 +2776,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0004",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2776,7 +2787,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0005",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2787,7 +2798,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0006",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2798,7 +2809,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0007",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2809,7 +2820,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0008",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2820,7 +2831,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0009",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2831,7 +2842,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0010",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2842,7 +2853,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0011",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2853,7 +2864,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0012",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2864,7 +2875,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0013",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2875,7 +2886,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0014",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2886,7 +2897,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0015",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2897,7 +2908,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0016",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2908,7 +2919,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0017",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2919,7 +2930,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0018",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2930,7 +2941,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0019",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2941,7 +2952,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0020",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2952,7 +2963,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0021",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2963,7 +2974,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0022",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2974,7 +2985,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0023",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2985,7 +2996,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0024",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -2996,7 +3007,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0025",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -3007,7 +3018,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0026",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -3018,7 +3029,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0027",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -3029,7 +3040,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0028",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -3040,7 +3051,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0029",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -3051,7 +3062,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0030",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -3062,7 +3073,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0001",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:19+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -3073,7 +3084,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0002",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:20+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -3084,7 +3095,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0003",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:20+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -3095,7 +3106,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0004",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:20+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -3106,7 +3117,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0005",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:20+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -3117,7 +3128,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0006",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:20+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -3128,7 +3139,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0007",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:20+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -3139,7 +3150,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0008",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:20+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -3150,7 +3161,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0009",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:20+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -3161,7 +3172,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0010",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:20+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -3172,7 +3183,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0011",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:20+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -3183,7 +3194,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0012",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:20+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -3194,7 +3205,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0013",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:20+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -3205,18 +3216,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0014",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
-                "earl:outcome": "earl:passed"
-            }
-        },
-        {
-            "@type": "earl:Assertion",
-            "earl:assertedBy": "https://github.com/dlongley",
-            "earl:mode": "earl:automatic",
-            "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0015",
-            "earl:result": {
-                "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:20+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -3227,7 +3227,18 @@
             "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0015",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:20+0000",
+                "earl:outcome": "earl:passed"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "https://github.com/dlongley",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0015",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "dc:date": "2013-05-03T14:38:20+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -3238,7 +3249,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0016",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:20+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -3249,7 +3260,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0017",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:20+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -3260,7 +3271,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0018",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:20+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -3271,7 +3282,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0019",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:20+0000",
                 "earl:outcome": "earl:passed"
             }
         },
@@ -3282,7 +3293,7 @@
             "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0020",
             "earl:result": {
                 "@type": "earl:TestResult",
-                "dc:date": "2013-05-03T14:13:39+0000",
+                "dc:date": "2013-05-03T14:38:20+0000",
                 "earl:outcome": "earl:passed"
             }
         }
--- a/test-suite/reports/php-json-ld-earl.ttl	Fri May 03 10:25:17 2013 -0400
+++ b/test-suite/reports/php-json-ld-earl.ttl	Fri May 03 10:50:00 2013 -0400
@@ -20,7 +20,7 @@
 _:b0 <http://www.w3.org/ns/earl#result> _:b1 .
 _:b0 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b0 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0001> .
-_:b1 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b10 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -35,7 +35,7 @@
 _:b100 <http://www.w3.org/ns/earl#result> _:b101 .
 _:b100 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b100 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0051> .
-_:b101 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b101 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b101 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b101 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b102 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -44,7 +44,7 @@
 _:b102 <http://www.w3.org/ns/earl#result> _:b103 .
 _:b102 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b102 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0052> .
-_:b103 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b103 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b103 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b103 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b104 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -53,7 +53,7 @@
 _:b104 <http://www.w3.org/ns/earl#result> _:b105 .
 _:b104 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b104 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0053> .
-_:b105 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b105 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b105 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b105 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b106 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -62,7 +62,7 @@
 _:b106 <http://www.w3.org/ns/earl#result> _:b107 .
 _:b106 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b106 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0054> .
-_:b107 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b107 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b107 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b107 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b108 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -71,10 +71,10 @@
 _:b108 <http://www.w3.org/ns/earl#result> _:b109 .
 _:b108 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b108 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0055> .
-_:b109 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b109 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b109 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b109 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b11 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b11 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b11 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b11 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b110 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -83,7 +83,7 @@
 _:b110 <http://www.w3.org/ns/earl#result> _:b111 .
 _:b110 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b110 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0056> .
-_:b111 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b111 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b111 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b111 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b112 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -92,7 +92,7 @@
 _:b112 <http://www.w3.org/ns/earl#result> _:b113 .
 _:b112 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b112 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0057> .
-_:b113 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b113 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b113 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b113 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b114 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -101,7 +101,7 @@
 _:b114 <http://www.w3.org/ns/earl#result> _:b115 .
 _:b114 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b114 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0058> .
-_:b115 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b115 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b115 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b115 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b116 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -110,7 +110,7 @@
 _:b116 <http://www.w3.org/ns/earl#result> _:b117 .
 _:b116 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b116 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0059> .
-_:b117 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b117 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b117 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b117 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b118 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -119,7 +119,7 @@
 _:b118 <http://www.w3.org/ns/earl#result> _:b119 .
 _:b118 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b118 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0060> .
-_:b119 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b119 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b119 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b119 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b12 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -134,7 +134,7 @@
 _:b120 <http://www.w3.org/ns/earl#result> _:b121 .
 _:b120 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b120 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0061> .
-_:b121 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b121 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b121 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b121 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b122 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -143,7 +143,7 @@
 _:b122 <http://www.w3.org/ns/earl#result> _:b123 .
 _:b122 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b122 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0062> .
-_:b123 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b123 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b123 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b123 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b124 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -152,7 +152,7 @@
 _:b124 <http://www.w3.org/ns/earl#result> _:b125 .
 _:b124 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b124 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0063> .
-_:b125 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b125 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b125 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b125 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b126 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -161,7 +161,7 @@
 _:b126 <http://www.w3.org/ns/earl#result> _:b127 .
 _:b126 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b126 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0064> .
-_:b127 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b127 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b127 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b127 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b128 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -170,10 +170,10 @@
 _:b128 <http://www.w3.org/ns/earl#result> _:b129 .
 _:b128 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b128 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0065> .
-_:b129 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b129 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b129 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b129 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b13 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b13 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b13 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b13 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b130 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -182,7 +182,7 @@
 _:b130 <http://www.w3.org/ns/earl#result> _:b131 .
 _:b130 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b130 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0066> .
-_:b131 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b131 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b131 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b131 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b132 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -191,7 +191,7 @@
 _:b132 <http://www.w3.org/ns/earl#result> _:b133 .
 _:b132 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b132 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0067> .
-_:b133 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b133 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b133 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b133 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b134 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -200,7 +200,7 @@
 _:b134 <http://www.w3.org/ns/earl#result> _:b135 .
 _:b134 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b134 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0069> .
-_:b135 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b135 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b135 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b135 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b136 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -209,7 +209,7 @@
 _:b136 <http://www.w3.org/ns/earl#result> _:b137 .
 _:b136 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b136 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0070> .
-_:b137 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b137 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b137 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b137 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b138 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -218,7 +218,7 @@
 _:b138 <http://www.w3.org/ns/earl#result> _:b139 .
 _:b138 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b138 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0071> .
-_:b139 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b139 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b139 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b139 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b14 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -233,7 +233,7 @@
 _:b140 <http://www.w3.org/ns/earl#result> _:b141 .
 _:b140 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b140 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0072> .
-_:b141 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b141 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b141 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b141 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b142 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -242,7 +242,7 @@
 _:b142 <http://www.w3.org/ns/earl#result> _:b143 .
 _:b142 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b142 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0001> .
-_:b143 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b143 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b143 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b143 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b144 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -251,7 +251,7 @@
 _:b144 <http://www.w3.org/ns/earl#result> _:b145 .
 _:b144 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b144 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0002> .
-_:b145 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b145 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b145 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b145 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b146 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -260,7 +260,7 @@
 _:b146 <http://www.w3.org/ns/earl#result> _:b147 .
 _:b146 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b146 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0003> .
-_:b147 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b147 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b147 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b147 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b148 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -269,10 +269,10 @@
 _:b148 <http://www.w3.org/ns/earl#result> _:b149 .
 _:b148 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b148 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0004> .
-_:b149 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b149 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b149 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b149 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b15 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b15 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b15 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b15 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b150 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -281,7 +281,7 @@
 _:b150 <http://www.w3.org/ns/earl#result> _:b151 .
 _:b150 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b150 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0005> .
-_:b151 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b151 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b151 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b151 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b152 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -290,7 +290,7 @@
 _:b152 <http://www.w3.org/ns/earl#result> _:b153 .
 _:b152 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b152 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0006> .
-_:b153 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b153 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b153 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b153 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b154 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -299,7 +299,7 @@
 _:b154 <http://www.w3.org/ns/earl#result> _:b155 .
 _:b154 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b154 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0007> .
-_:b155 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b155 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b155 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b155 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b156 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -308,7 +308,7 @@
 _:b156 <http://www.w3.org/ns/earl#result> _:b157 .
 _:b156 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b156 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0001> .
-_:b157 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b157 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b157 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b157 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b158 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -317,7 +317,7 @@
 _:b158 <http://www.w3.org/ns/earl#result> _:b159 .
 _:b158 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b158 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0002> .
-_:b159 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b159 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b159 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b159 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b16 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -332,7 +332,7 @@
 _:b160 <http://www.w3.org/ns/earl#result> _:b161 .
 _:b160 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b160 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0003> .
-_:b161 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b161 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b161 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b161 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b162 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -341,7 +341,7 @@
 _:b162 <http://www.w3.org/ns/earl#result> _:b163 .
 _:b162 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b162 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0004> .
-_:b163 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b163 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b163 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b163 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b164 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -350,7 +350,7 @@
 _:b164 <http://www.w3.org/ns/earl#result> _:b165 .
 _:b164 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b164 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0005> .
-_:b165 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b165 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b165 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b165 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b166 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -359,7 +359,7 @@
 _:b166 <http://www.w3.org/ns/earl#result> _:b167 .
 _:b166 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b166 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0006> .
-_:b167 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b167 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b167 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b167 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b168 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -368,10 +368,10 @@
 _:b168 <http://www.w3.org/ns/earl#result> _:b169 .
 _:b168 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b168 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0007> .
-_:b169 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b169 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b169 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b169 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b17 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b17 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b17 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b17 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b170 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -380,7 +380,7 @@
 _:b170 <http://www.w3.org/ns/earl#result> _:b171 .
 _:b170 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b170 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0008> .
-_:b171 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b171 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b171 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b171 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b172 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -389,7 +389,7 @@
 _:b172 <http://www.w3.org/ns/earl#result> _:b173 .
 _:b172 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b172 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0009> .
-_:b173 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b173 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b173 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b173 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b174 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -398,7 +398,7 @@
 _:b174 <http://www.w3.org/ns/earl#result> _:b175 .
 _:b174 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b174 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0010> .
-_:b175 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b175 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b175 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b175 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b176 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -407,7 +407,7 @@
 _:b176 <http://www.w3.org/ns/earl#result> _:b177 .
 _:b176 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b176 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0011> .
-_:b177 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b177 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b177 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b177 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b178 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -416,7 +416,7 @@
 _:b178 <http://www.w3.org/ns/earl#result> _:b179 .
 _:b178 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b178 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0012> .
-_:b179 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b179 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b179 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b179 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b18 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -431,7 +431,7 @@
 _:b180 <http://www.w3.org/ns/earl#result> _:b181 .
 _:b180 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b180 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0013> .
-_:b181 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b181 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b181 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b181 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b182 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -440,7 +440,7 @@
 _:b182 <http://www.w3.org/ns/earl#result> _:b183 .
 _:b182 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b182 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0014> .
-_:b183 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b183 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b183 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b183 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b184 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -449,7 +449,7 @@
 _:b184 <http://www.w3.org/ns/earl#result> _:b185 .
 _:b184 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b184 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0015> .
-_:b185 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b185 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b185 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b185 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b186 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -458,7 +458,7 @@
 _:b186 <http://www.w3.org/ns/earl#result> _:b187 .
 _:b186 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b186 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0016> .
-_:b187 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b187 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b187 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b187 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b188 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -467,10 +467,10 @@
 _:b188 <http://www.w3.org/ns/earl#result> _:b189 .
 _:b188 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b188 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0017> .
-_:b189 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b189 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b189 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b189 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b19 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b19 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b19 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b19 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b190 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -479,7 +479,7 @@
 _:b190 <http://www.w3.org/ns/earl#result> _:b191 .
 _:b190 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b190 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0018> .
-_:b191 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b191 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b191 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b191 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b192 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -488,7 +488,7 @@
 _:b192 <http://www.w3.org/ns/earl#result> _:b193 .
 _:b192 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b192 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0019> .
-_:b193 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b193 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b193 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b193 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b194 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -497,7 +497,7 @@
 _:b194 <http://www.w3.org/ns/earl#result> _:b195 .
 _:b194 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b194 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0020> .
-_:b195 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b195 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b195 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b195 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b196 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -506,7 +506,7 @@
 _:b196 <http://www.w3.org/ns/earl#result> _:b197 .
 _:b196 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b196 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0021> .
-_:b197 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b197 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b197 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b197 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b198 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -515,7 +515,7 @@
 _:b198 <http://www.w3.org/ns/earl#result> _:b199 .
 _:b198 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b198 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0022> .
-_:b199 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b199 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b199 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b199 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -536,7 +536,7 @@
 _:b200 <http://www.w3.org/ns/earl#result> _:b201 .
 _:b200 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b200 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0023> .
-_:b201 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b201 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b201 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b201 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b202 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -545,7 +545,7 @@
 _:b202 <http://www.w3.org/ns/earl#result> _:b203 .
 _:b202 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b202 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0024> .
-_:b203 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b203 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b203 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b203 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b204 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -554,7 +554,7 @@
 _:b204 <http://www.w3.org/ns/earl#result> _:b205 .
 _:b204 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b204 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0025> .
-_:b205 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b205 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b205 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b205 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b206 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -563,7 +563,7 @@
 _:b206 <http://www.w3.org/ns/earl#result> _:b207 .
 _:b206 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b206 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0026> .
-_:b207 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b207 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b207 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b207 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b208 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -572,10 +572,10 @@
 _:b208 <http://www.w3.org/ns/earl#result> _:b209 .
 _:b208 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b208 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0027> .
-_:b209 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b209 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b209 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b209 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b21 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b21 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b21 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b21 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b210 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -584,7 +584,7 @@
 _:b210 <http://www.w3.org/ns/earl#result> _:b211 .
 _:b210 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b210 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0028> .
-_:b211 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b211 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b211 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b211 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b212 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -593,7 +593,7 @@
 _:b212 <http://www.w3.org/ns/earl#result> _:b213 .
 _:b212 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b212 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0029> .
-_:b213 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b213 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b213 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b213 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b214 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -602,7 +602,7 @@
 _:b214 <http://www.w3.org/ns/earl#result> _:b215 .
 _:b214 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b214 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0030> .
-_:b215 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b215 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b215 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b215 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b216 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -611,7 +611,7 @@
 _:b216 <http://www.w3.org/ns/earl#result> _:b217 .
 _:b216 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b216 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0031> .
-_:b217 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b217 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b217 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b217 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b218 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -620,7 +620,7 @@
 _:b218 <http://www.w3.org/ns/earl#result> _:b219 .
 _:b218 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b218 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0032> .
-_:b219 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b219 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b219 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b219 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b22 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -635,7 +635,7 @@
 _:b220 <http://www.w3.org/ns/earl#result> _:b221 .
 _:b220 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b220 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0033> .
-_:b221 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b221 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b221 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b221 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b222 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -644,7 +644,7 @@
 _:b222 <http://www.w3.org/ns/earl#result> _:b223 .
 _:b222 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b222 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0034> .
-_:b223 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b223 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b223 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b223 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b224 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -653,7 +653,7 @@
 _:b224 <http://www.w3.org/ns/earl#result> _:b225 .
 _:b224 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b224 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0035> .
-_:b225 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b225 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b225 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b225 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b226 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -662,7 +662,7 @@
 _:b226 <http://www.w3.org/ns/earl#result> _:b227 .
 _:b226 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b226 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0036> .
-_:b227 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b227 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b227 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b227 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b228 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -671,10 +671,10 @@
 _:b228 <http://www.w3.org/ns/earl#result> _:b229 .
 _:b228 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b228 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0037> .
-_:b229 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b229 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b229 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b229 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b23 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b23 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b23 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b23 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b230 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -683,7 +683,7 @@
 _:b230 <http://www.w3.org/ns/earl#result> _:b231 .
 _:b230 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b230 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0038> .
-_:b231 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b231 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b231 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b231 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b232 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -692,7 +692,7 @@
 _:b232 <http://www.w3.org/ns/earl#result> _:b233 .
 _:b232 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b232 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0039> .
-_:b233 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b233 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b233 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b233 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b234 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -701,7 +701,7 @@
 _:b234 <http://www.w3.org/ns/earl#result> _:b235 .
 _:b234 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b234 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0040> .
-_:b235 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b235 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b235 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b235 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b236 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -710,7 +710,7 @@
 _:b236 <http://www.w3.org/ns/earl#result> _:b237 .
 _:b236 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b236 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0041> .
-_:b237 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b237 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b237 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b237 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b238 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -719,7 +719,7 @@
 _:b238 <http://www.w3.org/ns/earl#result> _:b239 .
 _:b238 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b238 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0042> .
-_:b239 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b239 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b239 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b239 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b24 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -734,7 +734,7 @@
 _:b240 <http://www.w3.org/ns/earl#result> _:b241 .
 _:b240 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b240 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0043> .
-_:b241 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b241 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b241 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b241 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b242 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -743,7 +743,7 @@
 _:b242 <http://www.w3.org/ns/earl#result> _:b243 .
 _:b242 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b242 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0044> .
-_:b243 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b243 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b243 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b243 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b244 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -752,7 +752,7 @@
 _:b244 <http://www.w3.org/ns/earl#result> _:b245 .
 _:b244 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b244 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0045> .
-_:b245 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b245 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b245 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b245 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b246 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -761,7 +761,7 @@
 _:b246 <http://www.w3.org/ns/earl#result> _:b247 .
 _:b246 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b246 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0046> .
-_:b247 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b247 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b247 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b247 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b248 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -769,11 +769,11 @@
 _:b248 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b248 <http://www.w3.org/ns/earl#result> _:b249 .
 _:b248 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b248 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0048> .
-_:b249 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b248 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0047> .
+_:b249 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b249 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b249 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b25 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b25 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b25 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b25 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b250 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -781,8 +781,8 @@
 _:b250 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b250 <http://www.w3.org/ns/earl#result> _:b251 .
 _:b250 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b250 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0049> .
-_:b251 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b250 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0048> .
+_:b251 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b251 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b251 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b252 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -790,8 +790,8 @@
 _:b252 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b252 <http://www.w3.org/ns/earl#result> _:b253 .
 _:b252 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b252 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0051> .
-_:b253 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b252 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0049> .
+_:b253 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b253 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b253 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b254 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -799,8 +799,8 @@
 _:b254 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b254 <http://www.w3.org/ns/earl#result> _:b255 .
 _:b254 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b254 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0052> .
-_:b255 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b254 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0051> .
+_:b255 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b255 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b255 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b256 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -808,8 +808,8 @@
 _:b256 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b256 <http://www.w3.org/ns/earl#result> _:b257 .
 _:b256 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b256 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0053> .
-_:b257 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b256 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0052> .
+_:b257 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b257 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b257 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b258 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -817,8 +817,8 @@
 _:b258 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b258 <http://www.w3.org/ns/earl#result> _:b259 .
 _:b258 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b258 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0054> .
-_:b259 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b258 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0053> .
+_:b259 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b259 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b259 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b26 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -832,8 +832,8 @@
 _:b260 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b260 <http://www.w3.org/ns/earl#result> _:b261 .
 _:b260 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b260 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0055> .
-_:b261 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b260 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0054> .
+_:b261 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b261 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b261 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b262 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -841,8 +841,8 @@
 _:b262 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b262 <http://www.w3.org/ns/earl#result> _:b263 .
 _:b262 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b262 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0056> .
-_:b263 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b262 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0055> .
+_:b263 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b263 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b263 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b264 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -850,8 +850,8 @@
 _:b264 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b264 <http://www.w3.org/ns/earl#result> _:b265 .
 _:b264 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b264 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0057> .
-_:b265 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b264 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0056> .
+_:b265 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b265 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b265 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b266 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -859,8 +859,8 @@
 _:b266 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b266 <http://www.w3.org/ns/earl#result> _:b267 .
 _:b266 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b266 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0058> .
-_:b267 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b266 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0057> .
+_:b267 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b267 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b267 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b268 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -868,11 +868,11 @@
 _:b268 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b268 <http://www.w3.org/ns/earl#result> _:b269 .
 _:b268 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b268 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0059> .
-_:b269 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b268 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0058> .
+_:b269 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b269 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b269 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b27 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b27 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b27 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b27 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b270 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -880,8 +880,8 @@
 _:b270 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b270 <http://www.w3.org/ns/earl#result> _:b271 .
 _:b270 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b270 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0060> .
-_:b271 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b270 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0059> .
+_:b271 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b271 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b271 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b272 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -889,8 +889,8 @@
 _:b272 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b272 <http://www.w3.org/ns/earl#result> _:b273 .
 _:b272 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b272 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0061> .
-_:b273 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b272 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0060> .
+_:b273 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b273 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b273 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b274 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -898,8 +898,8 @@
 _:b274 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b274 <http://www.w3.org/ns/earl#result> _:b275 .
 _:b274 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b274 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0062> .
-_:b275 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b274 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0061> .
+_:b275 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b275 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b275 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b276 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -907,8 +907,8 @@
 _:b276 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b276 <http://www.w3.org/ns/earl#result> _:b277 .
 _:b276 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b276 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0063> .
-_:b277 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b276 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0062> .
+_:b277 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b277 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b277 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b278 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -916,8 +916,8 @@
 _:b278 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b278 <http://www.w3.org/ns/earl#result> _:b279 .
 _:b278 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b278 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0064> .
-_:b279 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b278 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0063> .
+_:b279 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b279 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b279 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b28 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -931,8 +931,8 @@
 _:b280 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b280 <http://www.w3.org/ns/earl#result> _:b281 .
 _:b280 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b280 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0065> .
-_:b281 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b280 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0064> .
+_:b281 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b281 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b281 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b282 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -940,8 +940,8 @@
 _:b282 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b282 <http://www.w3.org/ns/earl#result> _:b283 .
 _:b282 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b282 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0066> .
-_:b283 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b282 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0065> .
+_:b283 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b283 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b283 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b284 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -949,8 +949,8 @@
 _:b284 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b284 <http://www.w3.org/ns/earl#result> _:b285 .
 _:b284 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b284 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0067> .
-_:b285 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b284 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0066> .
+_:b285 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b285 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b285 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b286 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -958,8 +958,8 @@
 _:b286 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b286 <http://www.w3.org/ns/earl#result> _:b287 .
 _:b286 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b286 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0001> .
-_:b287 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b286 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0067> .
+_:b287 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b287 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b287 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b288 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -967,11 +967,11 @@
 _:b288 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b288 <http://www.w3.org/ns/earl#result> _:b289 .
 _:b288 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b288 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0002> .
-_:b289 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b288 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0001> .
+_:b289 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b289 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b289 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b29 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b29 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b29 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b29 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b290 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -979,8 +979,8 @@
 _:b290 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b290 <http://www.w3.org/ns/earl#result> _:b291 .
 _:b290 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b290 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0003> .
-_:b291 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b290 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0002> .
+_:b291 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b291 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b291 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b292 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -988,8 +988,8 @@
 _:b292 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b292 <http://www.w3.org/ns/earl#result> _:b293 .
 _:b292 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b292 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0004> .
-_:b293 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b292 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0003> .
+_:b293 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b293 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b293 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b294 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -997,8 +997,8 @@
 _:b294 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b294 <http://www.w3.org/ns/earl#result> _:b295 .
 _:b294 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b294 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0005> .
-_:b295 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b294 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0004> .
+_:b295 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b295 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b295 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b296 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1006,8 +1006,8 @@
 _:b296 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b296 <http://www.w3.org/ns/earl#result> _:b297 .
 _:b296 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b296 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0006> .
-_:b297 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b296 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0005> .
+_:b297 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b297 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b297 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b298 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1015,11 +1015,11 @@
 _:b298 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b298 <http://www.w3.org/ns/earl#result> _:b299 .
 _:b298 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b298 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0007> .
-_:b299 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b298 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0006> .
+_:b299 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b299 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b299 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b3 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b3 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b3 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b30 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1033,8 +1033,8 @@
 _:b300 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b300 <http://www.w3.org/ns/earl#result> _:b301 .
 _:b300 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b300 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0008> .
-_:b301 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b300 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0007> .
+_:b301 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b301 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b301 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b302 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1042,8 +1042,8 @@
 _:b302 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b302 <http://www.w3.org/ns/earl#result> _:b303 .
 _:b302 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b302 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0009> .
-_:b303 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b302 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0008> .
+_:b303 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b303 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b303 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b304 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1051,8 +1051,8 @@
 _:b304 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b304 <http://www.w3.org/ns/earl#result> _:b305 .
 _:b304 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b304 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0010> .
-_:b305 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b304 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0009> .
+_:b305 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b305 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b305 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b306 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1060,8 +1060,8 @@
 _:b306 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b306 <http://www.w3.org/ns/earl#result> _:b307 .
 _:b306 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b306 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0011> .
-_:b307 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b306 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0010> .
+_:b307 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b307 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b307 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b308 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1069,11 +1069,11 @@
 _:b308 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b308 <http://www.w3.org/ns/earl#result> _:b309 .
 _:b308 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b308 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0012> .
-_:b309 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b308 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0011> .
+_:b309 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b309 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b309 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b31 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b31 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b31 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b31 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b310 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1081,8 +1081,8 @@
 _:b310 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b310 <http://www.w3.org/ns/earl#result> _:b311 .
 _:b310 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b310 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0013> .
-_:b311 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b310 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0012> .
+_:b311 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b311 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b311 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b312 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1090,8 +1090,8 @@
 _:b312 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b312 <http://www.w3.org/ns/earl#result> _:b313 .
 _:b312 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b312 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0014> .
-_:b313 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b312 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0013> .
+_:b313 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b313 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b313 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b314 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1099,8 +1099,8 @@
 _:b314 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b314 <http://www.w3.org/ns/earl#result> _:b315 .
 _:b314 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b314 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0015> .
-_:b315 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b314 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0014> .
+_:b315 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b315 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b315 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b316 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1108,8 +1108,8 @@
 _:b316 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b316 <http://www.w3.org/ns/earl#result> _:b317 .
 _:b316 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b316 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0016> .
-_:b317 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b316 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0015> .
+_:b317 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b317 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b317 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b318 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1117,8 +1117,8 @@
 _:b318 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b318 <http://www.w3.org/ns/earl#result> _:b319 .
 _:b318 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b318 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0017> .
-_:b319 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b318 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0016> .
+_:b319 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b319 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b319 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b32 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1132,8 +1132,8 @@
 _:b320 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b320 <http://www.w3.org/ns/earl#result> _:b321 .
 _:b320 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b320 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0018> .
-_:b321 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b320 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0017> .
+_:b321 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b321 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b321 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b322 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1141,8 +1141,8 @@
 _:b322 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b322 <http://www.w3.org/ns/earl#result> _:b323 .
 _:b322 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b322 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0019> .
-_:b323 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b322 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0018> .
+_:b323 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b323 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b323 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b324 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1150,8 +1150,8 @@
 _:b324 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b324 <http://www.w3.org/ns/earl#result> _:b325 .
 _:b324 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b324 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0020> .
-_:b325 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b324 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0019> .
+_:b325 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b325 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b325 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b326 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1159,8 +1159,8 @@
 _:b326 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b326 <http://www.w3.org/ns/earl#result> _:b327 .
 _:b326 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b326 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0021> .
-_:b327 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b326 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0020> .
+_:b327 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b327 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b327 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b328 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1168,11 +1168,11 @@
 _:b328 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b328 <http://www.w3.org/ns/earl#result> _:b329 .
 _:b328 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b328 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0022> .
-_:b329 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b328 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0021> .
+_:b329 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b329 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b329 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b33 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b33 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b33 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b33 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b330 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1180,8 +1180,8 @@
 _:b330 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b330 <http://www.w3.org/ns/earl#result> _:b331 .
 _:b330 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b330 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0023> .
-_:b331 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b330 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0022> .
+_:b331 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b331 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b331 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b332 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1189,8 +1189,8 @@
 _:b332 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b332 <http://www.w3.org/ns/earl#result> _:b333 .
 _:b332 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b332 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0024> .
-_:b333 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b332 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0023> .
+_:b333 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b333 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b333 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b334 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1198,8 +1198,8 @@
 _:b334 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b334 <http://www.w3.org/ns/earl#result> _:b335 .
 _:b334 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b334 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0025> .
-_:b335 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b334 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0024> .
+_:b335 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b335 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b335 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b336 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1207,8 +1207,8 @@
 _:b336 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b336 <http://www.w3.org/ns/earl#result> _:b337 .
 _:b336 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b336 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0026> .
-_:b337 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b336 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0025> .
+_:b337 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b337 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b337 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b338 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1216,8 +1216,8 @@
 _:b338 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b338 <http://www.w3.org/ns/earl#result> _:b339 .
 _:b338 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b338 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0027> .
-_:b339 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b338 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0026> .
+_:b339 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b339 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b339 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b34 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1231,8 +1231,8 @@
 _:b340 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b340 <http://www.w3.org/ns/earl#result> _:b341 .
 _:b340 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b340 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0028> .
-_:b341 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b340 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0027> .
+_:b341 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b341 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b341 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b342 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1240,8 +1240,8 @@
 _:b342 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b342 <http://www.w3.org/ns/earl#result> _:b343 .
 _:b342 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b342 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0029> .
-_:b343 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b342 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0028> .
+_:b343 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b343 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b343 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b344 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1249,8 +1249,8 @@
 _:b344 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b344 <http://www.w3.org/ns/earl#result> _:b345 .
 _:b344 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b344 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0030> .
-_:b345 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b344 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0029> .
+_:b345 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b345 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b345 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b346 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1258,8 +1258,8 @@
 _:b346 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b346 <http://www.w3.org/ns/earl#result> _:b347 .
 _:b346 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b346 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0031> .
-_:b347 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b346 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0030> .
+_:b347 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b347 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b347 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b348 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1267,11 +1267,11 @@
 _:b348 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b348 <http://www.w3.org/ns/earl#result> _:b349 .
 _:b348 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b348 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0032> .
-_:b349 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b348 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0031> .
+_:b349 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b349 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b349 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b35 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b35 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b35 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b35 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b350 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1279,8 +1279,8 @@
 _:b350 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b350 <http://www.w3.org/ns/earl#result> _:b351 .
 _:b350 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b350 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0033> .
-_:b351 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b350 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0032> .
+_:b351 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b351 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b351 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b352 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1288,8 +1288,8 @@
 _:b352 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b352 <http://www.w3.org/ns/earl#result> _:b353 .
 _:b352 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b352 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0034> .
-_:b353 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b352 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0033> .
+_:b353 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b353 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b353 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b354 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1297,8 +1297,8 @@
 _:b354 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b354 <http://www.w3.org/ns/earl#result> _:b355 .
 _:b354 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b354 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0035> .
-_:b355 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b354 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0034> .
+_:b355 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b355 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b355 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b356 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1306,8 +1306,8 @@
 _:b356 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b356 <http://www.w3.org/ns/earl#result> _:b357 .
 _:b356 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b356 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0036> .
-_:b357 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b356 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0035> .
+_:b357 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b357 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b357 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b358 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1315,8 +1315,8 @@
 _:b358 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b358 <http://www.w3.org/ns/earl#result> _:b359 .
 _:b358 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b358 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0037> .
-_:b359 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b358 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0036> .
+_:b359 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b359 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b359 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b36 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1330,8 +1330,8 @@
 _:b360 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b360 <http://www.w3.org/ns/earl#result> _:b361 .
 _:b360 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b360 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0038> .
-_:b361 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b360 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0037> .
+_:b361 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b361 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b361 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b362 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1339,8 +1339,8 @@
 _:b362 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b362 <http://www.w3.org/ns/earl#result> _:b363 .
 _:b362 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b362 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0039> .
-_:b363 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b362 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0038> .
+_:b363 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b363 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b363 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b364 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1348,8 +1348,8 @@
 _:b364 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b364 <http://www.w3.org/ns/earl#result> _:b365 .
 _:b364 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b364 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0040> .
-_:b365 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b364 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0039> .
+_:b365 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b365 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b365 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b366 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1357,8 +1357,8 @@
 _:b366 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b366 <http://www.w3.org/ns/earl#result> _:b367 .
 _:b366 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b366 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0041> .
-_:b367 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b366 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0040> .
+_:b367 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b367 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b367 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b368 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1366,11 +1366,11 @@
 _:b368 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b368 <http://www.w3.org/ns/earl#result> _:b369 .
 _:b368 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b368 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0042> .
-_:b369 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b368 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0041> .
+_:b369 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b369 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b369 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b37 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b37 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b37 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b37 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b370 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1378,8 +1378,8 @@
 _:b370 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b370 <http://www.w3.org/ns/earl#result> _:b371 .
 _:b370 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b370 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0043> .
-_:b371 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b370 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0042> .
+_:b371 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b371 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b371 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b372 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1387,8 +1387,8 @@
 _:b372 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b372 <http://www.w3.org/ns/earl#result> _:b373 .
 _:b372 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b372 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0044> .
-_:b373 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b372 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0043> .
+_:b373 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b373 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b373 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b374 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1396,8 +1396,8 @@
 _:b374 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b374 <http://www.w3.org/ns/earl#result> _:b375 .
 _:b374 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b374 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0045> .
-_:b375 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b374 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0044> .
+_:b375 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b375 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b375 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b376 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1405,8 +1405,8 @@
 _:b376 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b376 <http://www.w3.org/ns/earl#result> _:b377 .
 _:b376 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b376 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0046> .
-_:b377 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b376 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0045> .
+_:b377 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b377 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b377 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b378 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1414,8 +1414,8 @@
 _:b378 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b378 <http://www.w3.org/ns/earl#result> _:b379 .
 _:b378 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b378 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0047> .
-_:b379 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b378 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0046> .
+_:b379 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b379 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b379 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b38 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1429,8 +1429,8 @@
 _:b380 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b380 <http://www.w3.org/ns/earl#result> _:b381 .
 _:b380 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b380 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0048> .
-_:b381 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b380 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0047> .
+_:b381 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b381 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b381 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b382 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1438,8 +1438,8 @@
 _:b382 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b382 <http://www.w3.org/ns/earl#result> _:b383 .
 _:b382 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b382 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0049> .
-_:b383 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b382 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0048> .
+_:b383 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b383 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b383 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b384 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1447,8 +1447,8 @@
 _:b384 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b384 <http://www.w3.org/ns/earl#result> _:b385 .
 _:b384 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b384 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0050> .
-_:b385 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b384 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0049> .
+_:b385 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b385 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b385 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b386 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1456,8 +1456,8 @@
 _:b386 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b386 <http://www.w3.org/ns/earl#result> _:b387 .
 _:b386 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b386 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0051> .
-_:b387 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b386 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0050> .
+_:b387 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b387 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b387 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b388 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1465,11 +1465,11 @@
 _:b388 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b388 <http://www.w3.org/ns/earl#result> _:b389 .
 _:b388 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b388 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0052> .
-_:b389 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b388 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0051> .
+_:b389 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b389 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b389 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b39 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b39 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b39 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b39 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b390 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1477,8 +1477,8 @@
 _:b390 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b390 <http://www.w3.org/ns/earl#result> _:b391 .
 _:b390 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b390 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0053> .
-_:b391 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b390 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0052> .
+_:b391 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b391 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b391 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b392 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1486,8 +1486,8 @@
 _:b392 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b392 <http://www.w3.org/ns/earl#result> _:b393 .
 _:b392 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b392 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0054> .
-_:b393 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b392 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0053> .
+_:b393 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b393 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b393 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b394 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1495,8 +1495,8 @@
 _:b394 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b394 <http://www.w3.org/ns/earl#result> _:b395 .
 _:b394 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b394 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0055> .
-_:b395 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b394 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0054> .
+_:b395 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b395 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b395 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b396 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1504,8 +1504,8 @@
 _:b396 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b396 <http://www.w3.org/ns/earl#result> _:b397 .
 _:b396 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b396 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0056> .
-_:b397 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b396 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0055> .
+_:b397 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b397 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b397 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b398 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1513,8 +1513,8 @@
 _:b398 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b398 <http://www.w3.org/ns/earl#result> _:b399 .
 _:b398 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b398 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0057> .
-_:b399 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b398 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0056> .
+_:b399 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b399 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b399 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1534,8 +1534,8 @@
 _:b400 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b400 <http://www.w3.org/ns/earl#result> _:b401 .
 _:b400 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b400 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0001> .
-_:b401 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b400 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0057> .
+_:b401 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b401 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b401 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b402 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1543,8 +1543,8 @@
 _:b402 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b402 <http://www.w3.org/ns/earl#result> _:b403 .
 _:b402 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b402 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0002> .
-_:b403 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b402 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0001> .
+_:b403 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b403 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b403 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b404 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1552,8 +1552,8 @@
 _:b404 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b404 <http://www.w3.org/ns/earl#result> _:b405 .
 _:b404 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b404 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0003> .
-_:b405 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b404 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0002> .
+_:b405 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b405 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b405 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b406 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1561,8 +1561,8 @@
 _:b406 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b406 <http://www.w3.org/ns/earl#result> _:b407 .
 _:b406 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b406 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0004> .
-_:b407 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b406 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0003> .
+_:b407 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b407 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b407 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b408 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1570,11 +1570,11 @@
 _:b408 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b408 <http://www.w3.org/ns/earl#result> _:b409 .
 _:b408 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b408 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0005> .
-_:b409 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b408 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0004> .
+_:b409 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b409 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b409 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b41 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b41 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b41 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b41 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b410 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1582,8 +1582,8 @@
 _:b410 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b410 <http://www.w3.org/ns/earl#result> _:b411 .
 _:b410 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b410 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0006> .
-_:b411 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b410 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0005> .
+_:b411 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b411 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b411 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b412 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1591,8 +1591,8 @@
 _:b412 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b412 <http://www.w3.org/ns/earl#result> _:b413 .
 _:b412 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b412 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0007> .
-_:b413 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b412 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0006> .
+_:b413 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b413 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b413 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b414 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1600,8 +1600,8 @@
 _:b414 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b414 <http://www.w3.org/ns/earl#result> _:b415 .
 _:b414 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b414 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0008> .
-_:b415 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b414 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0007> .
+_:b415 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b415 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b415 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b416 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1609,8 +1609,8 @@
 _:b416 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b416 <http://www.w3.org/ns/earl#result> _:b417 .
 _:b416 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b416 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0009> .
-_:b417 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b416 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0008> .
+_:b417 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b417 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b417 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b418 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1618,8 +1618,8 @@
 _:b418 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b418 <http://www.w3.org/ns/earl#result> _:b419 .
 _:b418 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b418 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0010> .
-_:b419 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b418 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0009> .
+_:b419 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b419 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b419 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b42 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1633,8 +1633,8 @@
 _:b420 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b420 <http://www.w3.org/ns/earl#result> _:b421 .
 _:b420 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b420 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0011> .
-_:b421 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b420 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0010> .
+_:b421 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b421 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b421 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b422 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1642,8 +1642,8 @@
 _:b422 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b422 <http://www.w3.org/ns/earl#result> _:b423 .
 _:b422 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b422 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0012> .
-_:b423 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b422 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0011> .
+_:b423 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b423 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b423 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b424 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1651,8 +1651,8 @@
 _:b424 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b424 <http://www.w3.org/ns/earl#result> _:b425 .
 _:b424 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b424 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0013> .
-_:b425 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b424 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0012> .
+_:b425 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b425 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b425 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b426 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1660,8 +1660,8 @@
 _:b426 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b426 <http://www.w3.org/ns/earl#result> _:b427 .
 _:b426 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b426 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0014> .
-_:b427 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b426 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0013> .
+_:b427 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b427 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b427 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b428 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1669,11 +1669,11 @@
 _:b428 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b428 <http://www.w3.org/ns/earl#result> _:b429 .
 _:b428 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b428 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0015> .
-_:b429 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b428 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0014> .
+_:b429 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b429 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b429 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b43 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b43 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b43 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b43 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b430 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1681,8 +1681,8 @@
 _:b430 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b430 <http://www.w3.org/ns/earl#result> _:b431 .
 _:b430 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b430 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0016> .
-_:b431 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b430 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0015> .
+_:b431 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b431 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b431 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b432 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1690,8 +1690,8 @@
 _:b432 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b432 <http://www.w3.org/ns/earl#result> _:b433 .
 _:b432 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b432 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0017> .
-_:b433 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b432 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0016> .
+_:b433 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b433 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b433 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b434 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1699,8 +1699,8 @@
 _:b434 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b434 <http://www.w3.org/ns/earl#result> _:b435 .
 _:b434 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b434 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0018> .
-_:b435 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b434 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0017> .
+_:b435 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b435 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b435 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b436 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1708,8 +1708,8 @@
 _:b436 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b436 <http://www.w3.org/ns/earl#result> _:b437 .
 _:b436 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b436 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0019> .
-_:b437 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b436 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0018> .
+_:b437 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b437 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b437 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b438 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1717,8 +1717,8 @@
 _:b438 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b438 <http://www.w3.org/ns/earl#result> _:b439 .
 _:b438 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b438 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0020> .
-_:b439 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b438 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0019> .
+_:b439 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b439 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b439 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b44 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1732,8 +1732,8 @@
 _:b440 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b440 <http://www.w3.org/ns/earl#result> _:b441 .
 _:b440 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b440 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0021> .
-_:b441 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b440 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0020> .
+_:b441 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b441 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b441 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b442 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1741,8 +1741,8 @@
 _:b442 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b442 <http://www.w3.org/ns/earl#result> _:b443 .
 _:b442 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b442 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0022> .
-_:b443 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b442 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0021> .
+_:b443 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b443 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b443 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b444 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1750,8 +1750,8 @@
 _:b444 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b444 <http://www.w3.org/ns/earl#result> _:b445 .
 _:b444 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b444 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0023> .
-_:b445 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b444 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0022> .
+_:b445 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b445 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b445 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b446 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1759,8 +1759,8 @@
 _:b446 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b446 <http://www.w3.org/ns/earl#result> _:b447 .
 _:b446 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b446 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0024> .
-_:b447 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b446 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0023> .
+_:b447 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b447 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b447 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b448 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1768,11 +1768,11 @@
 _:b448 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b448 <http://www.w3.org/ns/earl#result> _:b449 .
 _:b448 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b448 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0025> .
-_:b449 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b448 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0024> .
+_:b449 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b449 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b449 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b45 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b45 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b45 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b45 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b450 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1780,8 +1780,8 @@
 _:b450 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b450 <http://www.w3.org/ns/earl#result> _:b451 .
 _:b450 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b450 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0026> .
-_:b451 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b450 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0025> .
+_:b451 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b451 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b451 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b452 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1789,8 +1789,8 @@
 _:b452 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b452 <http://www.w3.org/ns/earl#result> _:b453 .
 _:b452 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b452 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0027> .
-_:b453 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b452 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0026> .
+_:b453 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b453 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b453 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b454 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1798,8 +1798,8 @@
 _:b454 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b454 <http://www.w3.org/ns/earl#result> _:b455 .
 _:b454 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b454 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0028> .
-_:b455 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b454 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0027> .
+_:b455 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b455 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b455 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b456 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1807,8 +1807,8 @@
 _:b456 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b456 <http://www.w3.org/ns/earl#result> _:b457 .
 _:b456 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b456 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0029> .
-_:b457 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b456 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0028> .
+_:b457 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b457 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b457 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b458 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1816,8 +1816,8 @@
 _:b458 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b458 <http://www.w3.org/ns/earl#result> _:b459 .
 _:b458 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b458 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0030> .
-_:b459 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b458 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0029> .
+_:b459 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b459 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b459 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b46 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1831,8 +1831,8 @@
 _:b460 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b460 <http://www.w3.org/ns/earl#result> _:b461 .
 _:b460 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b460 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0031> .
-_:b461 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b460 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0030> .
+_:b461 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b461 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b461 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b462 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1840,8 +1840,8 @@
 _:b462 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b462 <http://www.w3.org/ns/earl#result> _:b463 .
 _:b462 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b462 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0032> .
-_:b463 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b462 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0031> .
+_:b463 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b463 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b463 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b464 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1849,8 +1849,8 @@
 _:b464 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b464 <http://www.w3.org/ns/earl#result> _:b465 .
 _:b464 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b464 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0033> .
-_:b465 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b464 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0032> .
+_:b465 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b465 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b465 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b466 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1858,8 +1858,8 @@
 _:b466 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b466 <http://www.w3.org/ns/earl#result> _:b467 .
 _:b466 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b466 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0034> .
-_:b467 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b466 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0033> .
+_:b467 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b467 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b467 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b468 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1867,11 +1867,11 @@
 _:b468 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b468 <http://www.w3.org/ns/earl#result> _:b469 .
 _:b468 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b468 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0035> .
-_:b469 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b468 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0034> .
+_:b469 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b469 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b469 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b47 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b47 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b47 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b47 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b470 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1879,8 +1879,8 @@
 _:b470 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b470 <http://www.w3.org/ns/earl#result> _:b471 .
 _:b470 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b470 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0036> .
-_:b471 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b470 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0035> .
+_:b471 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b471 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b471 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b472 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1888,8 +1888,8 @@
 _:b472 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b472 <http://www.w3.org/ns/earl#result> _:b473 .
 _:b472 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b472 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0037> .
-_:b473 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b472 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0036> .
+_:b473 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b473 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b473 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b474 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1897,8 +1897,8 @@
 _:b474 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b474 <http://www.w3.org/ns/earl#result> _:b475 .
 _:b474 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b474 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0038> .
-_:b475 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b474 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0037> .
+_:b475 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b475 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b475 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b476 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1906,8 +1906,8 @@
 _:b476 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b476 <http://www.w3.org/ns/earl#result> _:b477 .
 _:b476 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b476 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0039> .
-_:b477 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b476 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0038> .
+_:b477 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b477 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b477 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b478 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1915,8 +1915,8 @@
 _:b478 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b478 <http://www.w3.org/ns/earl#result> _:b479 .
 _:b478 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b478 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0040> .
-_:b479 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b478 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0039> .
+_:b479 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b479 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b479 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b48 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1930,8 +1930,8 @@
 _:b480 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b480 <http://www.w3.org/ns/earl#result> _:b481 .
 _:b480 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b480 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0041> .
-_:b481 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b480 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0040> .
+_:b481 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b481 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b481 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b482 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1939,8 +1939,8 @@
 _:b482 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b482 <http://www.w3.org/ns/earl#result> _:b483 .
 _:b482 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b482 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0042> .
-_:b483 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b482 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0041> .
+_:b483 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b483 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b483 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b484 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1948,8 +1948,8 @@
 _:b484 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b484 <http://www.w3.org/ns/earl#result> _:b485 .
 _:b484 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b484 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0001> .
-_:b485 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b484 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0042> .
+_:b485 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b485 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b485 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b486 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1957,8 +1957,8 @@
 _:b486 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b486 <http://www.w3.org/ns/earl#result> _:b487 .
 _:b486 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b486 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0002> .
-_:b487 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b486 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0001> .
+_:b487 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b487 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b487 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b488 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1966,11 +1966,11 @@
 _:b488 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b488 <http://www.w3.org/ns/earl#result> _:b489 .
 _:b488 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b488 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0003> .
-_:b489 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b488 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0002> .
+_:b489 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b489 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b489 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b49 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b49 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b49 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b49 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b490 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1978,8 +1978,8 @@
 _:b490 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b490 <http://www.w3.org/ns/earl#result> _:b491 .
 _:b490 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b490 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0004> .
-_:b491 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b490 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0003> .
+_:b491 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b491 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b491 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b492 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1987,8 +1987,8 @@
 _:b492 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b492 <http://www.w3.org/ns/earl#result> _:b493 .
 _:b492 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b492 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0005> .
-_:b493 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b492 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0004> .
+_:b493 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b493 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b493 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b494 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1996,8 +1996,8 @@
 _:b494 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b494 <http://www.w3.org/ns/earl#result> _:b495 .
 _:b494 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b494 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0006> .
-_:b495 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b494 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0005> .
+_:b495 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b495 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b495 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b496 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2005,8 +2005,8 @@
 _:b496 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b496 <http://www.w3.org/ns/earl#result> _:b497 .
 _:b496 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b496 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0007> .
-_:b497 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b496 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0006> .
+_:b497 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b497 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b497 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b498 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2014,11 +2014,11 @@
 _:b498 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b498 <http://www.w3.org/ns/earl#result> _:b499 .
 _:b498 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b498 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0008> .
-_:b499 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b498 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0007> .
+_:b499 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b499 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b499 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b5 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b5 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b5 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b50 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2032,8 +2032,8 @@
 _:b500 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b500 <http://www.w3.org/ns/earl#result> _:b501 .
 _:b500 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b500 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0009> .
-_:b501 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b500 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0008> .
+_:b501 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b501 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b501 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b502 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2041,8 +2041,8 @@
 _:b502 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b502 <http://www.w3.org/ns/earl#result> _:b503 .
 _:b502 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b502 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0010> .
-_:b503 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b502 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0009> .
+_:b503 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b503 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b503 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b504 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2050,8 +2050,8 @@
 _:b504 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b504 <http://www.w3.org/ns/earl#result> _:b505 .
 _:b504 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b504 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0011> .
-_:b505 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b504 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0010> .
+_:b505 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b505 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b505 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b506 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2059,8 +2059,8 @@
 _:b506 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b506 <http://www.w3.org/ns/earl#result> _:b507 .
 _:b506 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b506 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0012> .
-_:b507 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b506 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0011> .
+_:b507 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b507 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b507 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b508 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2068,11 +2068,11 @@
 _:b508 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b508 <http://www.w3.org/ns/earl#result> _:b509 .
 _:b508 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b508 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0013> .
-_:b509 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b508 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0012> .
+_:b509 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b509 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b509 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b51 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b51 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b51 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b51 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b510 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2080,8 +2080,8 @@
 _:b510 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b510 <http://www.w3.org/ns/earl#result> _:b511 .
 _:b510 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b510 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0014> .
-_:b511 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b510 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0013> .
+_:b511 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b511 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b511 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b512 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2089,8 +2089,8 @@
 _:b512 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b512 <http://www.w3.org/ns/earl#result> _:b513 .
 _:b512 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b512 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0015> .
-_:b513 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b512 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0014> .
+_:b513 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b513 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b513 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b514 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2098,8 +2098,8 @@
 _:b514 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b514 <http://www.w3.org/ns/earl#result> _:b515 .
 _:b514 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b514 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0016> .
-_:b515 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b514 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0015> .
+_:b515 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b515 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b515 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b516 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2107,8 +2107,8 @@
 _:b516 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b516 <http://www.w3.org/ns/earl#result> _:b517 .
 _:b516 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b516 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0017> .
-_:b517 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b516 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0016> .
+_:b517 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b517 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b517 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b518 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2116,8 +2116,8 @@
 _:b518 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b518 <http://www.w3.org/ns/earl#result> _:b519 .
 _:b518 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b518 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0018> .
-_:b519 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b518 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0017> .
+_:b519 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b519 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b519 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b52 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2131,8 +2131,8 @@
 _:b520 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b520 <http://www.w3.org/ns/earl#result> _:b521 .
 _:b520 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b520 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0019> .
-_:b521 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b520 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0018> .
+_:b521 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b521 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b521 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b522 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2140,8 +2140,8 @@
 _:b522 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b522 <http://www.w3.org/ns/earl#result> _:b523 .
 _:b522 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b522 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0020> .
-_:b523 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b522 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0019> .
+_:b523 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b523 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b523 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b524 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2149,8 +2149,8 @@
 _:b524 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b524 <http://www.w3.org/ns/earl#result> _:b525 .
 _:b524 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b524 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0021> .
-_:b525 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b524 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0020> .
+_:b525 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b525 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b525 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b526 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2158,8 +2158,8 @@
 _:b526 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b526 <http://www.w3.org/ns/earl#result> _:b527 .
 _:b526 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b526 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0022> .
-_:b527 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b526 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0021> .
+_:b527 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b527 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b527 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b528 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2167,11 +2167,11 @@
 _:b528 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b528 <http://www.w3.org/ns/earl#result> _:b529 .
 _:b528 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b528 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0023> .
-_:b529 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b528 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0022> .
+_:b529 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b529 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b529 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b53 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b53 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b53 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b53 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b530 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2179,8 +2179,8 @@
 _:b530 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b530 <http://www.w3.org/ns/earl#result> _:b531 .
 _:b530 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b530 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0024> .
-_:b531 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b530 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0023> .
+_:b531 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b531 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b531 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b532 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2188,8 +2188,8 @@
 _:b532 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b532 <http://www.w3.org/ns/earl#result> _:b533 .
 _:b532 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b532 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0025> .
-_:b533 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b532 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0024> .
+_:b533 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b533 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b533 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b534 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2197,8 +2197,8 @@
 _:b534 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b534 <http://www.w3.org/ns/earl#result> _:b535 .
 _:b534 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b534 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0026> .
-_:b535 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b534 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0025> .
+_:b535 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b535 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b535 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b536 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2206,8 +2206,8 @@
 _:b536 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b536 <http://www.w3.org/ns/earl#result> _:b537 .
 _:b536 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b536 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0027> .
-_:b537 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b536 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0026> .
+_:b537 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b537 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b537 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b538 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2215,8 +2215,8 @@
 _:b538 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b538 <http://www.w3.org/ns/earl#result> _:b539 .
 _:b538 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b538 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0028> .
-_:b539 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b538 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0027> .
+_:b539 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b539 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b539 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b54 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2230,8 +2230,8 @@
 _:b540 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b540 <http://www.w3.org/ns/earl#result> _:b541 .
 _:b540 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b540 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0029> .
-_:b541 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b540 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0028> .
+_:b541 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b541 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b541 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b542 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2239,8 +2239,8 @@
 _:b542 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b542 <http://www.w3.org/ns/earl#result> _:b543 .
 _:b542 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b542 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0030> .
-_:b543 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b542 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0029> .
+_:b543 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b543 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b543 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b544 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2248,8 +2248,8 @@
 _:b544 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b544 <http://www.w3.org/ns/earl#result> _:b545 .
 _:b544 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b544 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0001> .
-_:b545 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b544 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0030> .
+_:b545 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b545 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b545 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b546 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2257,8 +2257,8 @@
 _:b546 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b546 <http://www.w3.org/ns/earl#result> _:b547 .
 _:b546 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b546 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0002> .
-_:b547 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b546 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0001> .
+_:b547 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b547 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b547 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b548 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2266,11 +2266,11 @@
 _:b548 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b548 <http://www.w3.org/ns/earl#result> _:b549 .
 _:b548 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b548 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0003> .
-_:b549 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b548 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0002> .
+_:b549 <http://purl.org/dc/terms/date> "2013-05-03T14:38:20+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b549 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b549 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b55 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b55 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b55 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b55 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b550 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2278,8 +2278,8 @@
 _:b550 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b550 <http://www.w3.org/ns/earl#result> _:b551 .
 _:b550 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b550 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0004> .
-_:b551 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b550 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0003> .
+_:b551 <http://purl.org/dc/terms/date> "2013-05-03T14:38:20+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b551 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b551 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b552 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2287,8 +2287,8 @@
 _:b552 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b552 <http://www.w3.org/ns/earl#result> _:b553 .
 _:b552 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b552 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0005> .
-_:b553 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b552 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0004> .
+_:b553 <http://purl.org/dc/terms/date> "2013-05-03T14:38:20+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b553 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b553 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b554 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2296,8 +2296,8 @@
 _:b554 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b554 <http://www.w3.org/ns/earl#result> _:b555 .
 _:b554 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b554 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0006> .
-_:b555 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b554 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0005> .
+_:b555 <http://purl.org/dc/terms/date> "2013-05-03T14:38:20+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b555 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b555 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b556 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2305,8 +2305,8 @@
 _:b556 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b556 <http://www.w3.org/ns/earl#result> _:b557 .
 _:b556 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b556 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0007> .
-_:b557 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b556 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0006> .
+_:b557 <http://purl.org/dc/terms/date> "2013-05-03T14:38:20+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b557 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b557 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b558 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2314,8 +2314,8 @@
 _:b558 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b558 <http://www.w3.org/ns/earl#result> _:b559 .
 _:b558 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b558 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0008> .
-_:b559 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b558 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0007> .
+_:b559 <http://purl.org/dc/terms/date> "2013-05-03T14:38:20+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b559 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b559 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b56 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2329,8 +2329,8 @@
 _:b560 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b560 <http://www.w3.org/ns/earl#result> _:b561 .
 _:b560 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b560 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0009> .
-_:b561 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b560 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0008> .
+_:b561 <http://purl.org/dc/terms/date> "2013-05-03T14:38:20+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b561 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b561 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b562 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2338,8 +2338,8 @@
 _:b562 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b562 <http://www.w3.org/ns/earl#result> _:b563 .
 _:b562 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b562 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0010> .
-_:b563 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b562 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0009> .
+_:b563 <http://purl.org/dc/terms/date> "2013-05-03T14:38:20+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b563 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b563 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b564 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2347,8 +2347,8 @@
 _:b564 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b564 <http://www.w3.org/ns/earl#result> _:b565 .
 _:b564 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b564 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0011> .
-_:b565 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b564 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0010> .
+_:b565 <http://purl.org/dc/terms/date> "2013-05-03T14:38:20+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b565 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b565 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b566 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2356,8 +2356,8 @@
 _:b566 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b566 <http://www.w3.org/ns/earl#result> _:b567 .
 _:b566 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b566 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0012> .
-_:b567 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b566 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0011> .
+_:b567 <http://purl.org/dc/terms/date> "2013-05-03T14:38:20+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b567 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b567 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b568 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2365,11 +2365,11 @@
 _:b568 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b568 <http://www.w3.org/ns/earl#result> _:b569 .
 _:b568 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b568 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0013> .
-_:b569 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b568 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0012> .
+_:b569 <http://purl.org/dc/terms/date> "2013-05-03T14:38:20+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b569 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b569 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b57 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b57 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b57 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b57 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b570 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2377,8 +2377,8 @@
 _:b570 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b570 <http://www.w3.org/ns/earl#result> _:b571 .
 _:b570 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b570 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0014> .
-_:b571 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b570 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0013> .
+_:b571 <http://purl.org/dc/terms/date> "2013-05-03T14:38:20+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b571 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b571 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b572 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2386,8 +2386,8 @@
 _:b572 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b572 <http://www.w3.org/ns/earl#result> _:b573 .
 _:b572 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b572 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0015> .
-_:b573 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b572 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0014> .
+_:b573 <http://purl.org/dc/terms/date> "2013-05-03T14:38:20+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b573 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b573 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b574 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2396,7 +2396,7 @@
 _:b574 <http://www.w3.org/ns/earl#result> _:b575 .
 _:b574 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b574 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0015> .
-_:b575 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b575 <http://purl.org/dc/terms/date> "2013-05-03T14:38:20+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b575 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b575 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b576 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2404,8 +2404,8 @@
 _:b576 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b576 <http://www.w3.org/ns/earl#result> _:b577 .
 _:b576 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b576 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0016> .
-_:b577 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b576 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0015> .
+_:b577 <http://purl.org/dc/terms/date> "2013-05-03T14:38:20+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b577 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b577 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b578 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2413,8 +2413,8 @@
 _:b578 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b578 <http://www.w3.org/ns/earl#result> _:b579 .
 _:b578 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b578 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0017> .
-_:b579 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b578 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0016> .
+_:b579 <http://purl.org/dc/terms/date> "2013-05-03T14:38:20+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b579 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b579 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b58 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2428,8 +2428,8 @@
 _:b580 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b580 <http://www.w3.org/ns/earl#result> _:b581 .
 _:b580 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b580 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0018> .
-_:b581 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b580 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0017> .
+_:b581 <http://purl.org/dc/terms/date> "2013-05-03T14:38:20+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b581 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b581 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b582 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2437,8 +2437,8 @@
 _:b582 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b582 <http://www.w3.org/ns/earl#result> _:b583 .
 _:b582 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b582 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0019> .
-_:b583 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b582 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0018> .
+_:b583 <http://purl.org/dc/terms/date> "2013-05-03T14:38:20+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b583 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b583 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b584 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2446,11 +2446,20 @@
 _:b584 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b584 <http://www.w3.org/ns/earl#result> _:b585 .
 _:b584 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
-_:b584 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0020> .
-_:b585 <http://purl.org/dc/terms/date> "2013-05-03T14:13:39+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b584 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0019> .
+_:b585 <http://purl.org/dc/terms/date> "2013-05-03T14:38:20+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b585 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b585 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b59 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b586 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
+_:b586 <http://www.w3.org/ns/earl#assertedBy> <https://github.com/dlongley> .
+_:b586 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b586 <http://www.w3.org/ns/earl#result> _:b587 .
+_:b586 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
+_:b586 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0020> .
+_:b587 <http://purl.org/dc/terms/date> "2013-05-03T14:38:20+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b587 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
+_:b587 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
+_:b59 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b59 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b59 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2465,7 +2474,7 @@
 _:b60 <http://www.w3.org/ns/earl#result> _:b61 .
 _:b60 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b60 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0031> .
-_:b61 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b61 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b61 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b61 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b62 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2474,7 +2483,7 @@
 _:b62 <http://www.w3.org/ns/earl#result> _:b63 .
 _:b62 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b62 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0032> .
-_:b63 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b63 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b63 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b63 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b64 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2483,7 +2492,7 @@
 _:b64 <http://www.w3.org/ns/earl#result> _:b65 .
 _:b64 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b64 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0033> .
-_:b65 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b65 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b65 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b65 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b66 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2492,7 +2501,7 @@
 _:b66 <http://www.w3.org/ns/earl#result> _:b67 .
 _:b66 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b66 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0034> .
-_:b67 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b67 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b67 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b67 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b68 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2501,10 +2510,10 @@
 _:b68 <http://www.w3.org/ns/earl#result> _:b69 .
 _:b68 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b68 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0035> .
-_:b69 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b69 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b69 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b69 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b7 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b7 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b7 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b7 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b70 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2513,7 +2522,7 @@
 _:b70 <http://www.w3.org/ns/earl#result> _:b71 .
 _:b70 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b70 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0036> .
-_:b71 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b71 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b71 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b71 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b72 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2522,7 +2531,7 @@
 _:b72 <http://www.w3.org/ns/earl#result> _:b73 .
 _:b72 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b72 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0037> .
-_:b73 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b73 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b73 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b73 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b74 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2531,7 +2540,7 @@
 _:b74 <http://www.w3.org/ns/earl#result> _:b75 .
 _:b74 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b74 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0038> .
-_:b75 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b75 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b75 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b75 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b76 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2540,7 +2549,7 @@
 _:b76 <http://www.w3.org/ns/earl#result> _:b77 .
 _:b76 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b76 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0039> .
-_:b77 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b77 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b77 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b77 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b78 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2549,7 +2558,7 @@
 _:b78 <http://www.w3.org/ns/earl#result> _:b79 .
 _:b78 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b78 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0040> .
-_:b79 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b79 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b79 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b79 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b8 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2564,7 +2573,7 @@
 _:b80 <http://www.w3.org/ns/earl#result> _:b81 .
 _:b80 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b80 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0041> .
-_:b81 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b81 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b81 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b81 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b82 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2573,7 +2582,7 @@
 _:b82 <http://www.w3.org/ns/earl#result> _:b83 .
 _:b82 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b82 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0042> .
-_:b83 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b83 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b83 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b83 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b84 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2582,7 +2591,7 @@
 _:b84 <http://www.w3.org/ns/earl#result> _:b85 .
 _:b84 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b84 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0043> .
-_:b85 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b85 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b85 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b85 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b86 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2591,7 +2600,7 @@
 _:b86 <http://www.w3.org/ns/earl#result> _:b87 .
 _:b86 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b86 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0044> .
-_:b87 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b87 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b87 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b87 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b88 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2600,10 +2609,10 @@
 _:b88 <http://www.w3.org/ns/earl#result> _:b89 .
 _:b88 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b88 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0045> .
-_:b89 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b89 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b89 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b89 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b9 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b9 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b9 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b9 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b90 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2612,7 +2621,7 @@
 _:b90 <http://www.w3.org/ns/earl#result> _:b91 .
 _:b90 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b90 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0046> .
-_:b91 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b91 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b91 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b91 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b92 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2621,7 +2630,7 @@
 _:b92 <http://www.w3.org/ns/earl#result> _:b93 .
 _:b92 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b92 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0047> .
-_:b93 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b93 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b93 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b93 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b94 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2630,7 +2639,7 @@
 _:b94 <http://www.w3.org/ns/earl#result> _:b95 .
 _:b94 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b94 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0048> .
-_:b95 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b95 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b95 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b95 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b96 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2639,7 +2648,7 @@
 _:b96 <http://www.w3.org/ns/earl#result> _:b97 .
 _:b96 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b96 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0049> .
-_:b97 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b97 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b97 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b97 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b98 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2648,6 +2657,6 @@
 _:b98 <http://www.w3.org/ns/earl#result> _:b99 .
 _:b98 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/php-json-ld> .
 _:b98 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0050> .
-_:b99 <http://purl.org/dc/terms/date> "2013-05-03T14:13:38+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b99 <http://purl.org/dc/terms/date> "2013-05-03T14:38:19+0000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b99 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b99 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
--- a/test-suite/reports/pyld-earl.jsonld	Fri May 03 10:25:17 2013 -0400
+++ b/test-suite/reports/pyld-earl.jsonld	Fri May 03 10:50:00 2013 -0400
@@ -7,7 +7,7 @@
   "doap:programming-language": "Python", 
   "dc:creator": "https://github.com/dlongley", 
   "dc:date": {
-    "@value": "2013-05-02", 
+    "@value": "2013-05-03", 
     "@type": "xsd:date"
   }, 
   "doap:developer": {
@@ -61,7 +61,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0001", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.206807", 
+        "dc:date": "2013-05-03T14:38:07.472271", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -72,7 +72,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0002", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.208203", 
+        "dc:date": "2013-05-03T14:38:07.473598", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -83,7 +83,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0003", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.208666", 
+        "dc:date": "2013-05-03T14:38:07.474050", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -94,7 +94,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0004", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.210355", 
+        "dc:date": "2013-05-03T14:38:07.475670", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -105,7 +105,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0005", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.211547", 
+        "dc:date": "2013-05-03T14:38:07.476828", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -116,7 +116,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0006", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.212486", 
+        "dc:date": "2013-05-03T14:38:07.477793", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -127,7 +127,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0007", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.213286", 
+        "dc:date": "2013-05-03T14:38:07.478634", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -138,7 +138,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0008", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.214139", 
+        "dc:date": "2013-05-03T14:38:07.479500", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -149,7 +149,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0009", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.215796", 
+        "dc:date": "2013-05-03T14:38:07.481112", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -160,7 +160,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0010", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.216472", 
+        "dc:date": "2013-05-03T14:38:07.481810", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -171,7 +171,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0011", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.217128", 
+        "dc:date": "2013-05-03T14:38:07.482490", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -182,7 +182,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0012", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.218815", 
+        "dc:date": "2013-05-03T14:38:07.484188", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -193,7 +193,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0013", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.220019", 
+        "dc:date": "2013-05-03T14:38:07.485399", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -204,7 +204,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0014", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.221837", 
+        "dc:date": "2013-05-03T14:38:07.487323", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -215,7 +215,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0015", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.223260", 
+        "dc:date": "2013-05-03T14:38:07.488768", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -226,7 +226,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0016", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.225273", 
+        "dc:date": "2013-05-03T14:38:07.490792", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -237,7 +237,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0017", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.227081", 
+        "dc:date": "2013-05-03T14:38:07.492566", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -248,7 +248,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0018", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.228225", 
+        "dc:date": "2013-05-03T14:38:07.493701", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -259,7 +259,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0019", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.228635", 
+        "dc:date": "2013-05-03T14:38:07.494144", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -270,7 +270,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0020", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.230559", 
+        "dc:date": "2013-05-03T14:38:07.496026", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -281,7 +281,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0021", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.232772", 
+        "dc:date": "2013-05-03T14:38:07.498249", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -292,7 +292,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0022", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.233262", 
+        "dc:date": "2013-05-03T14:38:07.498744", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -303,7 +303,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0023", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.235053", 
+        "dc:date": "2013-05-03T14:38:07.500539", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -314,7 +314,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0024", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.235924", 
+        "dc:date": "2013-05-03T14:38:07.501387", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -325,7 +325,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0025", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.236542", 
+        "dc:date": "2013-05-03T14:38:07.502029", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -336,7 +336,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0026", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.237486", 
+        "dc:date": "2013-05-03T14:38:07.503031", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -347,7 +347,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0027", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.238428", 
+        "dc:date": "2013-05-03T14:38:07.503952", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -358,7 +358,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0028", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.239355", 
+        "dc:date": "2013-05-03T14:38:07.504873", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -369,7 +369,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0029", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.241360", 
+        "dc:date": "2013-05-03T14:38:07.506891", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -380,7 +380,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0030", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.241997", 
+        "dc:date": "2013-05-03T14:38:07.507517", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -391,7 +391,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0031", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.242756", 
+        "dc:date": "2013-05-03T14:38:07.508288", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -402,7 +402,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0032", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.243252", 
+        "dc:date": "2013-05-03T14:38:07.508780", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -413,7 +413,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0033", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.243839", 
+        "dc:date": "2013-05-03T14:38:07.509346", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -424,7 +424,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0034", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.244537", 
+        "dc:date": "2013-05-03T14:38:07.510051", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -435,7 +435,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0035", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.245319", 
+        "dc:date": "2013-05-03T14:38:07.510821", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -446,7 +446,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0036", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.248584", 
+        "dc:date": "2013-05-03T14:38:07.514130", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -457,7 +457,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0037", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.249329", 
+        "dc:date": "2013-05-03T14:38:07.514880", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -468,7 +468,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0038", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.251868", 
+        "dc:date": "2013-05-03T14:38:07.517354", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -479,7 +479,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0039", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.252731", 
+        "dc:date": "2013-05-03T14:38:07.518136", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -490,7 +490,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0040", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.253695", 
+        "dc:date": "2013-05-03T14:38:07.518999", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -501,7 +501,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0041", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.254419", 
+        "dc:date": "2013-05-03T14:38:07.519657", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -512,7 +512,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0042", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.255110", 
+        "dc:date": "2013-05-03T14:38:07.520325", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -523,7 +523,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0043", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.256077", 
+        "dc:date": "2013-05-03T14:38:07.521204", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -534,7 +534,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0044", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.256877", 
+        "dc:date": "2013-05-03T14:38:07.521961", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -545,7 +545,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0045", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.257180", 
+        "dc:date": "2013-05-03T14:38:07.522255", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -556,7 +556,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0046", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.258018", 
+        "dc:date": "2013-05-03T14:38:07.523001", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -567,7 +567,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0047", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.258968", 
+        "dc:date": "2013-05-03T14:38:07.523860", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -578,7 +578,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0048", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.259970", 
+        "dc:date": "2013-05-03T14:38:07.524775", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -589,7 +589,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0049", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.260667", 
+        "dc:date": "2013-05-03T14:38:07.525487", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -600,7 +600,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0050", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.261290", 
+        "dc:date": "2013-05-03T14:38:07.526152", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -611,7 +611,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0051", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.261940", 
+        "dc:date": "2013-05-03T14:38:07.526738", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -622,7 +622,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0052", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.262440", 
+        "dc:date": "2013-05-03T14:38:07.527254", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -633,7 +633,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0053", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.262897", 
+        "dc:date": "2013-05-03T14:38:07.527700", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -644,7 +644,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0054", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.263372", 
+        "dc:date": "2013-05-03T14:38:07.528148", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -655,7 +655,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0055", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.263809", 
+        "dc:date": "2013-05-03T14:38:07.528584", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -666,7 +666,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0056", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.264696", 
+        "dc:date": "2013-05-03T14:38:07.529432", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -677,7 +677,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0057", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.265228", 
+        "dc:date": "2013-05-03T14:38:07.529968", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -688,7 +688,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0058", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.265728", 
+        "dc:date": "2013-05-03T14:38:07.530456", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -699,7 +699,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0059", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.266677", 
+        "dc:date": "2013-05-03T14:38:07.531411", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -710,7 +710,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0060", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.268453", 
+        "dc:date": "2013-05-03T14:38:07.533035", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -721,7 +721,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0061", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.270911", 
+        "dc:date": "2013-05-03T14:38:07.535450", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -732,7 +732,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0062", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.271920", 
+        "dc:date": "2013-05-03T14:38:07.536515", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -743,7 +743,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0063", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.272751", 
+        "dc:date": "2013-05-03T14:38:07.537338", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -754,7 +754,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0064", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.273552", 
+        "dc:date": "2013-05-03T14:38:07.538228", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -765,7 +765,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0065", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.274630", 
+        "dc:date": "2013-05-03T14:38:07.539328", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -776,7 +776,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0066", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.275202", 
+        "dc:date": "2013-05-03T14:38:07.539892", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -787,7 +787,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0067", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.275725", 
+        "dc:date": "2013-05-03T14:38:07.540441", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -798,7 +798,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0069", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.276291", 
+        "dc:date": "2013-05-03T14:38:07.541044", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -809,7 +809,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0070", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.276856", 
+        "dc:date": "2013-05-03T14:38:07.541644", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -820,7 +820,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0071", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.277528", 
+        "dc:date": "2013-05-03T14:38:07.542307", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -831,7 +831,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0072", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.278035", 
+        "dc:date": "2013-05-03T14:38:07.542798", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -842,7 +842,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0001", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.284095", 
+        "dc:date": "2013-05-03T14:38:07.548683", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -853,7 +853,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0002", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.284754", 
+        "dc:date": "2013-05-03T14:38:07.549297", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -864,7 +864,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0003", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.285282", 
+        "dc:date": "2013-05-03T14:38:07.549801", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -875,7 +875,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0004", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.285989", 
+        "dc:date": "2013-05-03T14:38:07.550432", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -886,7 +886,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0005", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.286675", 
+        "dc:date": "2013-05-03T14:38:07.551053", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -897,7 +897,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0006", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.287616", 
+        "dc:date": "2013-05-03T14:38:07.551893", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -908,7 +908,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0007", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.288208", 
+        "dc:date": "2013-05-03T14:38:07.552450", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -919,7 +919,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0001", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.289871", 
+        "dc:date": "2013-05-03T14:38:07.554012", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -930,7 +930,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0002", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.291913", 
+        "dc:date": "2013-05-03T14:38:07.556275", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -941,7 +941,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0003", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.292534", 
+        "dc:date": "2013-05-03T14:38:07.556918", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -952,7 +952,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0004", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.294398", 
+        "dc:date": "2013-05-03T14:38:07.558917", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -963,7 +963,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0005", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.295834", 
+        "dc:date": "2013-05-03T14:38:07.560446", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -974,7 +974,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0006", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.297270", 
+        "dc:date": "2013-05-03T14:38:07.562050", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -985,7 +985,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0007", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.299960", 
+        "dc:date": "2013-05-03T14:38:07.564738", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -996,7 +996,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0008", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.301663", 
+        "dc:date": "2013-05-03T14:38:07.566385", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1007,7 +1007,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0009", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.302872", 
+        "dc:date": "2013-05-03T14:38:07.567510", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1018,7 +1018,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0010", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.304316", 
+        "dc:date": "2013-05-03T14:38:07.568848", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1029,7 +1029,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0011", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.305927", 
+        "dc:date": "2013-05-03T14:38:07.570349", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1040,7 +1040,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0012", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.306895", 
+        "dc:date": "2013-05-03T14:38:07.571240", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1051,7 +1051,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0013", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.307827", 
+        "dc:date": "2013-05-03T14:38:07.572119", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1062,7 +1062,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0014", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.309262", 
+        "dc:date": "2013-05-03T14:38:07.573455", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1073,7 +1073,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0015", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.311798", 
+        "dc:date": "2013-05-03T14:38:07.575757", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1084,7 +1084,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0016", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.313734", 
+        "dc:date": "2013-05-03T14:38:07.577557", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1095,7 +1095,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0017", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.315103", 
+        "dc:date": "2013-05-03T14:38:07.578763", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1106,7 +1106,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0018", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.322254", 
+        "dc:date": "2013-05-03T14:38:07.585264", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1117,7 +1117,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0019", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.324417", 
+        "dc:date": "2013-05-03T14:38:07.587405", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1128,7 +1128,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0020", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.325537", 
+        "dc:date": "2013-05-03T14:38:07.588496", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1139,7 +1139,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0021", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.327264", 
+        "dc:date": "2013-05-03T14:38:07.590237", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1150,7 +1150,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0022", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.329608", 
+        "dc:date": "2013-05-03T14:38:07.592701", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1161,7 +1161,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0023", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.331236", 
+        "dc:date": "2013-05-03T14:38:07.594360", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1172,7 +1172,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0024", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.335589", 
+        "dc:date": "2013-05-03T14:38:07.598703", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1183,7 +1183,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0025", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.337210", 
+        "dc:date": "2013-05-03T14:38:07.600289", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1194,7 +1194,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0026", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.339258", 
+        "dc:date": "2013-05-03T14:38:07.602293", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1205,7 +1205,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0027", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.341594", 
+        "dc:date": "2013-05-03T14:38:07.604612", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1216,7 +1216,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0028", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.342756", 
+        "dc:date": "2013-05-03T14:38:07.605826", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1227,7 +1227,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0029", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.343966", 
+        "dc:date": "2013-05-03T14:38:07.607098", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1238,7 +1238,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0030", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.350254", 
+        "dc:date": "2013-05-03T14:38:07.613578", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1249,7 +1249,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0031", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.351651", 
+        "dc:date": "2013-05-03T14:38:07.615029", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1260,7 +1260,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0032", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.353012", 
+        "dc:date": "2013-05-03T14:38:07.616478", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1271,7 +1271,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0033", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.354368", 
+        "dc:date": "2013-05-03T14:38:07.617924", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1282,7 +1282,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0034", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.355998", 
+        "dc:date": "2013-05-03T14:38:07.619697", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1293,7 +1293,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0035", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.357511", 
+        "dc:date": "2013-05-03T14:38:07.621172", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1304,7 +1304,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0036", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.359404", 
+        "dc:date": "2013-05-03T14:38:07.622952", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1315,7 +1315,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0037", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.361377", 
+        "dc:date": "2013-05-03T14:38:07.624755", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1326,7 +1326,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0038", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.366435", 
+        "dc:date": "2013-05-03T14:38:07.629359", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1337,7 +1337,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0039", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.367681", 
+        "dc:date": "2013-05-03T14:38:07.630501", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1348,7 +1348,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0040", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.368675", 
+        "dc:date": "2013-05-03T14:38:07.631377", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1359,7 +1359,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0041", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.369930", 
+        "dc:date": "2013-05-03T14:38:07.632425", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1370,7 +1370,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0042", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.371104", 
+        "dc:date": "2013-05-03T14:38:07.633476", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1381,7 +1381,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0043", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.372031", 
+        "dc:date": "2013-05-03T14:38:07.634409", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1392,7 +1392,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0044", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.373707", 
+        "dc:date": "2013-05-03T14:38:07.635944", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1403,7 +1403,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0045", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.375617", 
+        "dc:date": "2013-05-03T14:38:07.637716", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1414,7 +1414,18 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0046", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.376833", 
+        "dc:date": "2013-05-03T14:38:07.638860", 
+        "@type": "earl:TestResult", 
+        "earl:outcome": "earl:passed"
+      }, 
+      "@type": "earl:Assertion", 
+      "earl:assertedBy": "https://github.com/dlongley"
+    }, 
+    {
+      "earl:mode": "earl:automatic", 
+      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0047", 
+      "earl:result": {
+        "dc:date": "2013-05-03T14:38:07.639833", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1425,7 +1436,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0048", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.377836", 
+        "dc:date": "2013-05-03T14:38:07.640822", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1436,7 +1447,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0049", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.379009", 
+        "dc:date": "2013-05-03T14:38:07.642020", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1447,7 +1458,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0051", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.379747", 
+        "dc:date": "2013-05-03T14:38:07.642733", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1458,7 +1469,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0052", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.380995", 
+        "dc:date": "2013-05-03T14:38:07.643986", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1469,7 +1480,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0053", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.381886", 
+        "dc:date": "2013-05-03T14:38:07.644777", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1480,7 +1491,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0054", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.382810", 
+        "dc:date": "2013-05-03T14:38:07.645659", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1491,7 +1502,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0055", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.383799", 
+        "dc:date": "2013-05-03T14:38:07.646594", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1502,7 +1513,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0056", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.384801", 
+        "dc:date": "2013-05-03T14:38:07.647530", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1513,7 +1524,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0057", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.386957", 
+        "dc:date": "2013-05-03T14:38:07.649560", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1524,7 +1535,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0058", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.388040", 
+        "dc:date": "2013-05-03T14:38:07.650594", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1535,7 +1546,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0059", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.389078", 
+        "dc:date": "2013-05-03T14:38:07.652074", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1546,7 +1557,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0060", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.390432", 
+        "dc:date": "2013-05-03T14:38:07.653242", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1557,7 +1568,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0061", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.391651", 
+        "dc:date": "2013-05-03T14:38:07.654420", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1568,7 +1579,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0062", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.392578", 
+        "dc:date": "2013-05-03T14:38:07.655328", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1579,7 +1590,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0063", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.393571", 
+        "dc:date": "2013-05-03T14:38:07.656243", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1590,7 +1601,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0064", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.394916", 
+        "dc:date": "2013-05-03T14:38:07.657562", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1601,7 +1612,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0065", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.396194", 
+        "dc:date": "2013-05-03T14:38:07.658875", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1612,7 +1623,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0066", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.399870", 
+        "dc:date": "2013-05-03T14:38:07.662721", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1623,7 +1634,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0067", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.401420", 
+        "dc:date": "2013-05-03T14:38:07.664359", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1634,7 +1645,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0001", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.402651", 
+        "dc:date": "2013-05-03T14:38:07.665623", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1645,7 +1656,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0002", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.403395", 
+        "dc:date": "2013-05-03T14:38:07.666404", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1656,7 +1667,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0003", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.403921", 
+        "dc:date": "2013-05-03T14:38:07.666977", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1667,7 +1678,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0004", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.404610", 
+        "dc:date": "2013-05-03T14:38:07.667708", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1678,7 +1689,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0005", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.405412", 
+        "dc:date": "2013-05-03T14:38:07.668574", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1689,7 +1700,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0006", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.406080", 
+        "dc:date": "2013-05-03T14:38:07.669240", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1700,7 +1711,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0007", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.406761", 
+        "dc:date": "2013-05-03T14:38:07.670009", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1711,7 +1722,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0008", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.408190", 
+        "dc:date": "2013-05-03T14:38:07.671538", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1722,7 +1733,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0009", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.410294", 
+        "dc:date": "2013-05-03T14:38:07.673776", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1733,7 +1744,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0010", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.411016", 
+        "dc:date": "2013-05-03T14:38:07.674517", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1744,7 +1755,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0011", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.411698", 
+        "dc:date": "2013-05-03T14:38:07.675234", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1755,7 +1766,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0012", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.412455", 
+        "dc:date": "2013-05-03T14:38:07.676031", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1766,7 +1777,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0013", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.413482", 
+        "dc:date": "2013-05-03T14:38:07.677067", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1777,7 +1788,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0014", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.414933", 
+        "dc:date": "2013-05-03T14:38:07.678517", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1788,7 +1799,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0015", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.415579", 
+        "dc:date": "2013-05-03T14:38:07.679170", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1799,7 +1810,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0016", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.416642", 
+        "dc:date": "2013-05-03T14:38:07.680161", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1810,7 +1821,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0017", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.417702", 
+        "dc:date": "2013-05-03T14:38:07.681091", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1821,7 +1832,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0018", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.418397", 
+        "dc:date": "2013-05-03T14:38:07.681774", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1832,7 +1843,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0019", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.419432", 
+        "dc:date": "2013-05-03T14:38:07.682823", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1843,7 +1854,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0020", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.420880", 
+        "dc:date": "2013-05-03T14:38:07.684291", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1854,7 +1865,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0021", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.422733", 
+        "dc:date": "2013-05-03T14:38:07.686071", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1865,7 +1876,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0022", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.425493", 
+        "dc:date": "2013-05-03T14:38:07.688770", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1876,7 +1887,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0023", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.428665", 
+        "dc:date": "2013-05-03T14:38:07.691738", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1887,7 +1898,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0024", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.433892", 
+        "dc:date": "2013-05-03T14:38:07.696908", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1898,7 +1909,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0025", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.439020", 
+        "dc:date": "2013-05-03T14:38:07.702146", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1909,7 +1920,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0026", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.444260", 
+        "dc:date": "2013-05-03T14:38:07.707367", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1920,7 +1931,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0027", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.449431", 
+        "dc:date": "2013-05-03T14:38:07.712540", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1931,7 +1942,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0028", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.454277", 
+        "dc:date": "2013-05-03T14:38:07.717790", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1942,7 +1953,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0029", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.459112", 
+        "dc:date": "2013-05-03T14:38:07.722931", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1953,7 +1964,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0030", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.460861", 
+        "dc:date": "2013-05-03T14:38:07.724846", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1964,7 +1975,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0031", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.461486", 
+        "dc:date": "2013-05-03T14:38:07.725514", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1975,7 +1986,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0032", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.462090", 
+        "dc:date": "2013-05-03T14:38:07.726159", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1986,7 +1997,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0033", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.463733", 
+        "dc:date": "2013-05-03T14:38:07.727794", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -1997,7 +2008,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0034", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.465397", 
+        "dc:date": "2013-05-03T14:38:07.729493", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2008,7 +2019,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0035", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.467589", 
+        "dc:date": "2013-05-03T14:38:07.731685", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2019,7 +2030,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0036", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.469761", 
+        "dc:date": "2013-05-03T14:38:07.733683", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2030,7 +2041,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0037", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.471934", 
+        "dc:date": "2013-05-03T14:38:07.735701", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2041,7 +2052,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0038", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.473558", 
+        "dc:date": "2013-05-03T14:38:07.737260", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2052,7 +2063,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0039", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.475020", 
+        "dc:date": "2013-05-03T14:38:07.738658", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2063,7 +2074,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0040", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.477817", 
+        "dc:date": "2013-05-03T14:38:07.741167", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2074,7 +2085,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0041", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.480578", 
+        "dc:date": "2013-05-03T14:38:07.743744", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2085,7 +2096,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0042", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.483161", 
+        "dc:date": "2013-05-03T14:38:07.746278", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2096,7 +2107,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0043", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.483955", 
+        "dc:date": "2013-05-03T14:38:07.747094", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2107,7 +2118,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0044", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:01.793469", 
+        "dc:date": "2013-05-03T14:38:08.054680", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2118,7 +2129,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0045", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.100188", 
+        "dc:date": "2013-05-03T14:38:08.362439", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2129,7 +2140,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0046", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.403095", 
+        "dc:date": "2013-05-03T14:38:08.671376", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2140,7 +2151,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0047", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.406151", 
+        "dc:date": "2013-05-03T14:38:08.674446", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2151,7 +2162,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0048", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.409055", 
+        "dc:date": "2013-05-03T14:38:08.677600", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2162,7 +2173,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0049", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.409662", 
+        "dc:date": "2013-05-03T14:38:08.678207", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2173,7 +2184,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0050", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.410676", 
+        "dc:date": "2013-05-03T14:38:08.679263", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2184,7 +2195,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0051", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.411637", 
+        "dc:date": "2013-05-03T14:38:08.680274", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2195,7 +2206,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0052", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.412717", 
+        "dc:date": "2013-05-03T14:38:08.681424", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2206,7 +2217,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0053", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.414167", 
+        "dc:date": "2013-05-03T14:38:08.682966", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2217,7 +2228,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0054", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.420765", 
+        "dc:date": "2013-05-03T14:38:08.690117", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2228,7 +2239,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0055", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.421955", 
+        "dc:date": "2013-05-03T14:38:08.691296", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2239,7 +2250,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0056", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.423037", 
+        "dc:date": "2013-05-03T14:38:08.692440", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2250,7 +2261,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0057", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.424009", 
+        "dc:date": "2013-05-03T14:38:08.693467", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2261,7 +2272,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0001", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.425077", 
+        "dc:date": "2013-05-03T14:38:08.694512", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2272,7 +2283,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0002", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.426528", 
+        "dc:date": "2013-05-03T14:38:08.696051", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2283,7 +2294,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0003", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.427017", 
+        "dc:date": "2013-05-03T14:38:08.696558", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2294,7 +2305,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0004", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.428775", 
+        "dc:date": "2013-05-03T14:38:08.698551", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2305,7 +2316,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0005", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.430122", 
+        "dc:date": "2013-05-03T14:38:08.700005", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2316,7 +2327,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0006", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.431173", 
+        "dc:date": "2013-05-03T14:38:08.701099", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2327,7 +2338,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0007", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.432066", 
+        "dc:date": "2013-05-03T14:38:08.702080", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2338,7 +2349,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0008", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.432942", 
+        "dc:date": "2013-05-03T14:38:08.703044", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2349,7 +2360,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0009", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.434782", 
+        "dc:date": "2013-05-03T14:38:08.705023", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2360,7 +2371,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0010", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.435521", 
+        "dc:date": "2013-05-03T14:38:08.705816", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2371,7 +2382,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0011", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.436232", 
+        "dc:date": "2013-05-03T14:38:08.706599", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2382,7 +2393,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0012", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.438085", 
+        "dc:date": "2013-05-03T14:38:08.708598", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2393,7 +2404,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0013", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.439429", 
+        "dc:date": "2013-05-03T14:38:08.710049", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2404,7 +2415,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0014", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.441331", 
+        "dc:date": "2013-05-03T14:38:08.712023", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2415,7 +2426,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0015", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.442883", 
+        "dc:date": "2013-05-03T14:38:08.713665", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2426,7 +2437,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0016", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.444986", 
+        "dc:date": "2013-05-03T14:38:08.716000", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2437,7 +2448,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0017", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.447005", 
+        "dc:date": "2013-05-03T14:38:08.718157", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2448,7 +2459,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0018", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.448296", 
+        "dc:date": "2013-05-03T14:38:08.719522", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2459,7 +2470,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0019", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.448736", 
+        "dc:date": "2013-05-03T14:38:08.719968", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2470,7 +2481,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0020", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.450901", 
+        "dc:date": "2013-05-03T14:38:08.722325", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2481,7 +2492,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0021", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.453465", 
+        "dc:date": "2013-05-03T14:38:08.725117", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2492,7 +2503,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0022", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.454098", 
+        "dc:date": "2013-05-03T14:38:08.725711", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2503,7 +2514,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0023", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.456051", 
+        "dc:date": "2013-05-03T14:38:08.727897", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2514,7 +2525,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0024", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.457013", 
+        "dc:date": "2013-05-03T14:38:08.728958", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2525,7 +2536,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0025", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.457744", 
+        "dc:date": "2013-05-03T14:38:08.729782", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2536,7 +2547,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0026", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.458832", 
+        "dc:date": "2013-05-03T14:38:08.730924", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2547,7 +2558,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0027", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.459827", 
+        "dc:date": "2013-05-03T14:38:08.731992", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2558,7 +2569,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0028", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.460944", 
+        "dc:date": "2013-05-03T14:38:08.733233", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2569,7 +2580,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0029", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.463710", 
+        "dc:date": "2013-05-03T14:38:08.736154", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2580,7 +2591,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0030", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.464488", 
+        "dc:date": "2013-05-03T14:38:08.736959", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2591,7 +2602,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0031", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.465401", 
+        "dc:date": "2013-05-03T14:38:08.737993", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2602,7 +2613,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0032", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.466060", 
+        "dc:date": "2013-05-03T14:38:08.738657", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2613,7 +2624,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0033", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.466829", 
+        "dc:date": "2013-05-03T14:38:08.739411", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2624,7 +2635,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0034", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.467743", 
+        "dc:date": "2013-05-03T14:38:08.740313", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2635,7 +2646,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0035", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.468714", 
+        "dc:date": "2013-05-03T14:38:08.741357", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2646,7 +2657,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0036", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.473073", 
+        "dc:date": "2013-05-03T14:38:08.745898", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2657,7 +2668,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0037", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.474123", 
+        "dc:date": "2013-05-03T14:38:08.746972", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2668,7 +2679,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0038", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.477283", 
+        "dc:date": "2013-05-03T14:38:08.750445", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2679,7 +2690,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0039", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.478365", 
+        "dc:date": "2013-05-03T14:38:08.751616", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2690,7 +2701,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0040", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.479391", 
+        "dc:date": "2013-05-03T14:38:08.752687", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2701,7 +2712,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0041", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.480209", 
+        "dc:date": "2013-05-03T14:38:08.753477", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2712,7 +2723,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0042", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.481011", 
+        "dc:date": "2013-05-03T14:38:08.754318", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2723,7 +2734,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0001", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.482251", 
+        "dc:date": "2013-05-03T14:38:08.755536", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2734,7 +2745,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0002", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.482787", 
+        "dc:date": "2013-05-03T14:38:08.756120", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2745,7 +2756,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0003", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.483225", 
+        "dc:date": "2013-05-03T14:38:08.756575", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2756,7 +2767,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0004", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.483726", 
+        "dc:date": "2013-05-03T14:38:08.757133", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2767,7 +2778,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0005", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.484381", 
+        "dc:date": "2013-05-03T14:38:08.757883", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2778,7 +2789,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0006", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.484951", 
+        "dc:date": "2013-05-03T14:38:08.758516", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2789,7 +2800,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0007", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.485425", 
+        "dc:date": "2013-05-03T14:38:08.758986", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2800,7 +2811,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0008", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.485935", 
+        "dc:date": "2013-05-03T14:38:08.759487", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2811,7 +2822,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0009", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.486403", 
+        "dc:date": "2013-05-03T14:38:08.759993", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2822,7 +2833,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0010", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.487068", 
+        "dc:date": "2013-05-03T14:38:08.760726", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2833,7 +2844,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0011", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.487703", 
+        "dc:date": "2013-05-03T14:38:08.761428", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2844,7 +2855,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0012", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.488333", 
+        "dc:date": "2013-05-03T14:38:08.762227", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2855,7 +2866,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0013", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.488865", 
+        "dc:date": "2013-05-03T14:38:08.762787", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2866,7 +2877,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0014", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.489476", 
+        "dc:date": "2013-05-03T14:38:08.763433", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2877,7 +2888,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0015", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.490197", 
+        "dc:date": "2013-05-03T14:38:08.764170", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2888,7 +2899,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0016", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.490741", 
+        "dc:date": "2013-05-03T14:38:08.764725", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2899,7 +2910,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0017", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.491244", 
+        "dc:date": "2013-05-03T14:38:08.765257", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2910,7 +2921,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0018", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.491724", 
+        "dc:date": "2013-05-03T14:38:08.765788", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2921,7 +2932,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0019", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.492269", 
+        "dc:date": "2013-05-03T14:38:08.766400", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2932,7 +2943,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0020", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.492838", 
+        "dc:date": "2013-05-03T14:38:08.767040", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2943,7 +2954,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0021", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.493389", 
+        "dc:date": "2013-05-03T14:38:08.767615", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2954,7 +2965,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0022", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.493913", 
+        "dc:date": "2013-05-03T14:38:08.768138", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2965,7 +2976,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0023", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.494368", 
+        "dc:date": "2013-05-03T14:38:08.768620", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2976,7 +2987,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0024", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.494951", 
+        "dc:date": "2013-05-03T14:38:08.769235", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2987,7 +2998,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0025", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.495489", 
+        "dc:date": "2013-05-03T14:38:08.769834", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -2998,7 +3009,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0026", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.497230", 
+        "dc:date": "2013-05-03T14:38:08.771680", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -3009,7 +3020,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0027", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.498712", 
+        "dc:date": "2013-05-03T14:38:08.773233", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -3020,7 +3031,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0028", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.499894", 
+        "dc:date": "2013-05-03T14:38:08.774565", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -3031,7 +3042,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0029", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.501590", 
+        "dc:date": "2013-05-03T14:38:08.776430", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -3042,7 +3053,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0030", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.502520", 
+        "dc:date": "2013-05-03T14:38:08.777424", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -3053,7 +3064,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0001", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.506196", 
+        "dc:date": "2013-05-03T14:38:08.781423", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -3064,7 +3075,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0002", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.509601", 
+        "dc:date": "2013-05-03T14:38:08.784968", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -3075,7 +3086,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0003", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.511752", 
+        "dc:date": "2013-05-03T14:38:08.787292", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -3086,7 +3097,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0004", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.514742", 
+        "dc:date": "2013-05-03T14:38:08.790550", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -3097,7 +3108,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0005", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.518324", 
+        "dc:date": "2013-05-03T14:38:08.794292", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -3108,7 +3119,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0006", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.521737", 
+        "dc:date": "2013-05-03T14:38:08.797593", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -3119,7 +3130,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0007", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.525067", 
+        "dc:date": "2013-05-03T14:38:08.801166", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -3130,7 +3141,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0008", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.529243", 
+        "dc:date": "2013-05-03T14:38:08.805456", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -3141,7 +3152,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0009", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.532511", 
+        "dc:date": "2013-05-03T14:38:08.808688", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -3152,7 +3163,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0010", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.534745", 
+        "dc:date": "2013-05-03T14:38:08.810986", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -3163,7 +3174,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0011", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.536913", 
+        "dc:date": "2013-05-03T14:38:08.813316", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -3174,7 +3185,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0012", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.539683", 
+        "dc:date": "2013-05-03T14:38:08.816270", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -3185,7 +3196,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0013", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.541385", 
+        "dc:date": "2013-05-03T14:38:08.818062", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -3196,18 +3207,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0014", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.543610", 
-        "@type": "earl:TestResult", 
-        "earl:outcome": "earl:passed"
-      }, 
-      "@type": "earl:Assertion", 
-      "earl:assertedBy": "https://github.com/dlongley"
-    }, 
-    {
-      "earl:mode": "earl:automatic", 
-      "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0015", 
-      "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.558773", 
+        "dc:date": "2013-05-03T14:38:08.820449", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -3218,7 +3218,18 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0015", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.561140", 
+        "dc:date": "2013-05-03T14:38:08.836523", 
+        "@type": "earl:TestResult", 
+        "earl:outcome": "earl:passed"
+      }, 
+      "@type": "earl:Assertion", 
+      "earl:assertedBy": "https://github.com/dlongley"
+    }, 
+    {
+      "earl:mode": "earl:automatic", 
+      "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0015", 
+      "earl:result": {
+        "dc:date": "2013-05-03T14:38:08.838996", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -3229,7 +3240,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0016", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.564335", 
+        "dc:date": "2013-05-03T14:38:08.842387", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -3240,7 +3251,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0017", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.566159", 
+        "dc:date": "2013-05-03T14:38:08.844309", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -3251,7 +3262,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0018", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.568772", 
+        "dc:date": "2013-05-03T14:38:08.847065", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -3262,7 +3273,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0019", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.579026", 
+        "dc:date": "2013-05-03T14:38:08.857648", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
@@ -3273,7 +3284,7 @@
       "earl:mode": "earl:automatic", 
       "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0020", 
       "earl:result": {
-        "dc:date": "2013-05-02T20:49:02.584591", 
+        "dc:date": "2013-05-03T14:38:08.863491", 
         "@type": "earl:TestResult", 
         "earl:outcome": "earl:passed"
       }, 
--- a/test-suite/reports/pyld-earl.ttl	Fri May 03 10:25:17 2013 -0400
+++ b/test-suite/reports/pyld-earl.ttl	Fri May 03 10:50:00 2013 -0400
@@ -1,5 +1,5 @@
 <https://github.com/digitalbazaar/pyld> <http://purl.org/dc/terms/creator> <https://github.com/dlongley> .
-<https://github.com/digitalbazaar/pyld> <http://purl.org/dc/terms/date> "2013-05-02"^^<http://www.w3.org/2001/XMLSchema#date> .
+<https://github.com/digitalbazaar/pyld> <http://purl.org/dc/terms/date> "2013-05-03"^^<http://www.w3.org/2001/XMLSchema#date> .
 <https://github.com/digitalbazaar/pyld> <http://purl.org/dc/terms/title> "PyLD" .
 <https://github.com/digitalbazaar/pyld> <http://usefulinc.com/ns/doap#description> "A JSON-LD processor for Python" .
 <https://github.com/digitalbazaar/pyld> <http://usefulinc.com/ns/doap#developer> <https://github.com/dlongley> .
@@ -20,7 +20,7 @@
 _:b0 <http://www.w3.org/ns/earl#result> _:b1 .
 _:b0 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b0 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0001> .
-_:b1 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.206807"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b1 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.472271"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b1 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b10 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -35,7 +35,7 @@
 _:b100 <http://www.w3.org/ns/earl#result> _:b101 .
 _:b100 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b100 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0051> .
-_:b101 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.261940"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b101 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.526738"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b101 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b101 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b102 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -44,7 +44,7 @@
 _:b102 <http://www.w3.org/ns/earl#result> _:b103 .
 _:b102 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b102 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0052> .
-_:b103 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.262440"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b103 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.527254"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b103 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b103 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b104 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -53,7 +53,7 @@
 _:b104 <http://www.w3.org/ns/earl#result> _:b105 .
 _:b104 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b104 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0053> .
-_:b105 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.262897"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b105 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.527700"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b105 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b105 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b106 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -62,7 +62,7 @@
 _:b106 <http://www.w3.org/ns/earl#result> _:b107 .
 _:b106 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b106 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0054> .
-_:b107 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.263372"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b107 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.528148"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b107 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b107 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b108 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -71,10 +71,10 @@
 _:b108 <http://www.w3.org/ns/earl#result> _:b109 .
 _:b108 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b108 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0055> .
-_:b109 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.263809"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b109 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.528584"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b109 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b109 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b11 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.212486"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b11 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.477793"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b11 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b11 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b110 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -83,7 +83,7 @@
 _:b110 <http://www.w3.org/ns/earl#result> _:b111 .
 _:b110 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b110 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0056> .
-_:b111 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.264696"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b111 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.529432"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b111 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b111 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b112 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -92,7 +92,7 @@
 _:b112 <http://www.w3.org/ns/earl#result> _:b113 .
 _:b112 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b112 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0057> .
-_:b113 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.265228"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b113 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.529968"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b113 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b113 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b114 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -101,7 +101,7 @@
 _:b114 <http://www.w3.org/ns/earl#result> _:b115 .
 _:b114 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b114 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0058> .
-_:b115 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.265728"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b115 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.530456"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b115 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b115 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b116 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -110,7 +110,7 @@
 _:b116 <http://www.w3.org/ns/earl#result> _:b117 .
 _:b116 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b116 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0059> .
-_:b117 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.266677"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b117 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.531411"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b117 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b117 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b118 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -119,7 +119,7 @@
 _:b118 <http://www.w3.org/ns/earl#result> _:b119 .
 _:b118 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b118 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0060> .
-_:b119 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.268453"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b119 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.533035"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b119 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b119 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b12 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -134,7 +134,7 @@
 _:b120 <http://www.w3.org/ns/earl#result> _:b121 .
 _:b120 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b120 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0061> .
-_:b121 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.270911"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b121 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.535450"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b121 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b121 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b122 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -143,7 +143,7 @@
 _:b122 <http://www.w3.org/ns/earl#result> _:b123 .
 _:b122 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b122 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0062> .
-_:b123 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.271920"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b123 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.536515"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b123 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b123 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b124 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -152,7 +152,7 @@
 _:b124 <http://www.w3.org/ns/earl#result> _:b125 .
 _:b124 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b124 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0063> .
-_:b125 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.272751"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b125 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.537338"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b125 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b125 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b126 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -161,7 +161,7 @@
 _:b126 <http://www.w3.org/ns/earl#result> _:b127 .
 _:b126 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b126 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0064> .
-_:b127 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.273552"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b127 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.538228"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b127 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b127 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b128 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -170,10 +170,10 @@
 _:b128 <http://www.w3.org/ns/earl#result> _:b129 .
 _:b128 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b128 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0065> .
-_:b129 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.274630"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b129 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.539328"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b129 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b129 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b13 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.213286"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b13 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.478634"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b13 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b13 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b130 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -182,7 +182,7 @@
 _:b130 <http://www.w3.org/ns/earl#result> _:b131 .
 _:b130 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b130 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0066> .
-_:b131 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.275202"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b131 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.539892"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b131 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b131 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b132 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -191,7 +191,7 @@
 _:b132 <http://www.w3.org/ns/earl#result> _:b133 .
 _:b132 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b132 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0067> .
-_:b133 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.275725"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b133 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.540441"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b133 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b133 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b134 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -200,7 +200,7 @@
 _:b134 <http://www.w3.org/ns/earl#result> _:b135 .
 _:b134 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b134 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0069> .
-_:b135 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.276291"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b135 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.541044"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b135 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b135 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b136 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -209,7 +209,7 @@
 _:b136 <http://www.w3.org/ns/earl#result> _:b137 .
 _:b136 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b136 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0070> .
-_:b137 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.276856"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b137 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.541644"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b137 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b137 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b138 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -218,7 +218,7 @@
 _:b138 <http://www.w3.org/ns/earl#result> _:b139 .
 _:b138 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b138 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0071> .
-_:b139 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.277528"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b139 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.542307"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b139 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b139 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b14 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -233,7 +233,7 @@
 _:b140 <http://www.w3.org/ns/earl#result> _:b141 .
 _:b140 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b140 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0072> .
-_:b141 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.278035"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b141 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.542798"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b141 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b141 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b142 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -242,7 +242,7 @@
 _:b142 <http://www.w3.org/ns/earl#result> _:b143 .
 _:b142 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b142 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0001> .
-_:b143 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.284095"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b143 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.548683"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b143 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b143 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b144 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -251,7 +251,7 @@
 _:b144 <http://www.w3.org/ns/earl#result> _:b145 .
 _:b144 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b144 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0002> .
-_:b145 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.284754"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b145 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.549297"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b145 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b145 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b146 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -260,7 +260,7 @@
 _:b146 <http://www.w3.org/ns/earl#result> _:b147 .
 _:b146 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b146 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0003> .
-_:b147 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.285282"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b147 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.549801"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b147 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b147 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b148 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -269,10 +269,10 @@
 _:b148 <http://www.w3.org/ns/earl#result> _:b149 .
 _:b148 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b148 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0004> .
-_:b149 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.285989"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b149 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.550432"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b149 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b149 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b15 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.214139"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b15 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.479500"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b15 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b15 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b150 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -281,7 +281,7 @@
 _:b150 <http://www.w3.org/ns/earl#result> _:b151 .
 _:b150 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b150 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0005> .
-_:b151 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.286675"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b151 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.551053"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b151 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b151 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b152 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -290,7 +290,7 @@
 _:b152 <http://www.w3.org/ns/earl#result> _:b153 .
 _:b152 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b152 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0006> .
-_:b153 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.287616"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b153 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.551893"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b153 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b153 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b154 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -299,7 +299,7 @@
 _:b154 <http://www.w3.org/ns/earl#result> _:b155 .
 _:b154 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b154 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0007> .
-_:b155 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.288208"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b155 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.552450"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b155 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b155 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b156 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -308,7 +308,7 @@
 _:b156 <http://www.w3.org/ns/earl#result> _:b157 .
 _:b156 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b156 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0001> .
-_:b157 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.289871"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b157 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.554012"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b157 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b157 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b158 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -317,7 +317,7 @@
 _:b158 <http://www.w3.org/ns/earl#result> _:b159 .
 _:b158 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b158 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0002> .
-_:b159 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.291913"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b159 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.556275"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b159 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b159 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b16 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -332,7 +332,7 @@
 _:b160 <http://www.w3.org/ns/earl#result> _:b161 .
 _:b160 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b160 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0003> .
-_:b161 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.292534"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b161 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.556918"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b161 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b161 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b162 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -341,7 +341,7 @@
 _:b162 <http://www.w3.org/ns/earl#result> _:b163 .
 _:b162 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b162 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0004> .
-_:b163 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.294398"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b163 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.558917"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b163 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b163 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b164 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -350,7 +350,7 @@
 _:b164 <http://www.w3.org/ns/earl#result> _:b165 .
 _:b164 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b164 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0005> .
-_:b165 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.295834"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b165 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.560446"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b165 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b165 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b166 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -359,7 +359,7 @@
 _:b166 <http://www.w3.org/ns/earl#result> _:b167 .
 _:b166 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b166 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0006> .
-_:b167 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.297270"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b167 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.562050"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b167 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b167 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b168 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -368,10 +368,10 @@
 _:b168 <http://www.w3.org/ns/earl#result> _:b169 .
 _:b168 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b168 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0007> .
-_:b169 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.299960"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b169 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.564738"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b169 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b169 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b17 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.215796"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b17 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.481112"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b17 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b17 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b170 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -380,7 +380,7 @@
 _:b170 <http://www.w3.org/ns/earl#result> _:b171 .
 _:b170 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b170 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0008> .
-_:b171 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.301663"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b171 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.566385"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b171 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b171 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b172 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -389,7 +389,7 @@
 _:b172 <http://www.w3.org/ns/earl#result> _:b173 .
 _:b172 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b172 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0009> .
-_:b173 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.302872"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b173 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.567510"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b173 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b173 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b174 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -398,7 +398,7 @@
 _:b174 <http://www.w3.org/ns/earl#result> _:b175 .
 _:b174 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b174 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0010> .
-_:b175 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.304316"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b175 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.568848"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b175 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b175 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b176 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -407,7 +407,7 @@
 _:b176 <http://www.w3.org/ns/earl#result> _:b177 .
 _:b176 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b176 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0011> .
-_:b177 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.305927"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b177 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.570349"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b177 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b177 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b178 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -416,7 +416,7 @@
 _:b178 <http://www.w3.org/ns/earl#result> _:b179 .
 _:b178 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b178 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0012> .
-_:b179 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.306895"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b179 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.571240"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b179 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b179 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b18 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -431,7 +431,7 @@
 _:b180 <http://www.w3.org/ns/earl#result> _:b181 .
 _:b180 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b180 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0013> .
-_:b181 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.307827"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b181 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.572119"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b181 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b181 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b182 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -440,7 +440,7 @@
 _:b182 <http://www.w3.org/ns/earl#result> _:b183 .
 _:b182 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b182 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0014> .
-_:b183 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.309262"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b183 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.573455"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b183 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b183 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b184 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -449,7 +449,7 @@
 _:b184 <http://www.w3.org/ns/earl#result> _:b185 .
 _:b184 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b184 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0015> .
-_:b185 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.311798"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b185 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.575757"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b185 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b185 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b186 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -458,7 +458,7 @@
 _:b186 <http://www.w3.org/ns/earl#result> _:b187 .
 _:b186 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b186 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0016> .
-_:b187 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.313734"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b187 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.577557"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b187 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b187 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b188 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -467,10 +467,10 @@
 _:b188 <http://www.w3.org/ns/earl#result> _:b189 .
 _:b188 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b188 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0017> .
-_:b189 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.315103"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b189 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.578763"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b189 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b189 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b19 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.216472"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b19 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.481810"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b19 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b19 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b190 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -479,7 +479,7 @@
 _:b190 <http://www.w3.org/ns/earl#result> _:b191 .
 _:b190 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b190 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0018> .
-_:b191 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.322254"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b191 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.585264"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b191 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b191 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b192 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -488,7 +488,7 @@
 _:b192 <http://www.w3.org/ns/earl#result> _:b193 .
 _:b192 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b192 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0019> .
-_:b193 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.324417"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b193 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.587405"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b193 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b193 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b194 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -497,7 +497,7 @@
 _:b194 <http://www.w3.org/ns/earl#result> _:b195 .
 _:b194 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b194 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0020> .
-_:b195 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.325537"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b195 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.588496"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b195 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b195 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b196 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -506,7 +506,7 @@
 _:b196 <http://www.w3.org/ns/earl#result> _:b197 .
 _:b196 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b196 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0021> .
-_:b197 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.327264"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b197 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.590237"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b197 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b197 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b198 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -515,7 +515,7 @@
 _:b198 <http://www.w3.org/ns/earl#result> _:b199 .
 _:b198 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b198 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0022> .
-_:b199 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.329608"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b199 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.592701"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b199 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b199 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -536,7 +536,7 @@
 _:b200 <http://www.w3.org/ns/earl#result> _:b201 .
 _:b200 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b200 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0023> .
-_:b201 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.331236"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b201 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.594360"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b201 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b201 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b202 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -545,7 +545,7 @@
 _:b202 <http://www.w3.org/ns/earl#result> _:b203 .
 _:b202 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b202 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0024> .
-_:b203 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.335589"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b203 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.598703"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b203 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b203 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b204 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -554,7 +554,7 @@
 _:b204 <http://www.w3.org/ns/earl#result> _:b205 .
 _:b204 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b204 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0025> .
-_:b205 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.337210"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b205 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.600289"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b205 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b205 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b206 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -563,7 +563,7 @@
 _:b206 <http://www.w3.org/ns/earl#result> _:b207 .
 _:b206 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b206 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0026> .
-_:b207 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.339258"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b207 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.602293"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b207 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b207 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b208 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -572,10 +572,10 @@
 _:b208 <http://www.w3.org/ns/earl#result> _:b209 .
 _:b208 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b208 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0027> .
-_:b209 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.341594"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b209 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.604612"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b209 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b209 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b21 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.217128"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b21 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.482490"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b21 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b21 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b210 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -584,7 +584,7 @@
 _:b210 <http://www.w3.org/ns/earl#result> _:b211 .
 _:b210 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b210 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0028> .
-_:b211 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.342756"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b211 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.605826"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b211 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b211 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b212 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -593,7 +593,7 @@
 _:b212 <http://www.w3.org/ns/earl#result> _:b213 .
 _:b212 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b212 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0029> .
-_:b213 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.343966"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b213 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.607098"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b213 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b213 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b214 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -602,7 +602,7 @@
 _:b214 <http://www.w3.org/ns/earl#result> _:b215 .
 _:b214 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b214 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0030> .
-_:b215 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.350254"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b215 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.613578"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b215 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b215 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b216 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -611,7 +611,7 @@
 _:b216 <http://www.w3.org/ns/earl#result> _:b217 .
 _:b216 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b216 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0031> .
-_:b217 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.351651"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b217 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.615029"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b217 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b217 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b218 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -620,7 +620,7 @@
 _:b218 <http://www.w3.org/ns/earl#result> _:b219 .
 _:b218 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b218 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0032> .
-_:b219 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.353012"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b219 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.616478"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b219 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b219 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b22 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -635,7 +635,7 @@
 _:b220 <http://www.w3.org/ns/earl#result> _:b221 .
 _:b220 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b220 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0033> .
-_:b221 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.354368"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b221 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.617924"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b221 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b221 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b222 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -644,7 +644,7 @@
 _:b222 <http://www.w3.org/ns/earl#result> _:b223 .
 _:b222 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b222 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0034> .
-_:b223 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.355998"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b223 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.619697"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b223 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b223 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b224 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -653,7 +653,7 @@
 _:b224 <http://www.w3.org/ns/earl#result> _:b225 .
 _:b224 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b224 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0035> .
-_:b225 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.357511"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b225 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.621172"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b225 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b225 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b226 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -662,7 +662,7 @@
 _:b226 <http://www.w3.org/ns/earl#result> _:b227 .
 _:b226 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b226 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0036> .
-_:b227 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.359404"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b227 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.622952"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b227 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b227 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b228 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -671,10 +671,10 @@
 _:b228 <http://www.w3.org/ns/earl#result> _:b229 .
 _:b228 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b228 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0037> .
-_:b229 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.361377"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b229 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.624755"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b229 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b229 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b23 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.218815"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b23 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.484188"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b23 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b23 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b230 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -683,7 +683,7 @@
 _:b230 <http://www.w3.org/ns/earl#result> _:b231 .
 _:b230 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b230 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0038> .
-_:b231 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.366435"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b231 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.629359"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b231 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b231 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b232 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -692,7 +692,7 @@
 _:b232 <http://www.w3.org/ns/earl#result> _:b233 .
 _:b232 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b232 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0039> .
-_:b233 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.367681"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b233 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.630501"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b233 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b233 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b234 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -701,7 +701,7 @@
 _:b234 <http://www.w3.org/ns/earl#result> _:b235 .
 _:b234 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b234 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0040> .
-_:b235 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.368675"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b235 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.631377"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b235 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b235 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b236 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -710,7 +710,7 @@
 _:b236 <http://www.w3.org/ns/earl#result> _:b237 .
 _:b236 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b236 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0041> .
-_:b237 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.369930"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b237 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.632425"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b237 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b237 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b238 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -719,7 +719,7 @@
 _:b238 <http://www.w3.org/ns/earl#result> _:b239 .
 _:b238 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b238 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0042> .
-_:b239 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.371104"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b239 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.633476"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b239 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b239 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b24 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -734,7 +734,7 @@
 _:b240 <http://www.w3.org/ns/earl#result> _:b241 .
 _:b240 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b240 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0043> .
-_:b241 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.372031"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b241 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.634409"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b241 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b241 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b242 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -743,7 +743,7 @@
 _:b242 <http://www.w3.org/ns/earl#result> _:b243 .
 _:b242 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b242 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0044> .
-_:b243 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.373707"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b243 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.635944"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b243 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b243 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b244 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -752,7 +752,7 @@
 _:b244 <http://www.w3.org/ns/earl#result> _:b245 .
 _:b244 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b244 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0045> .
-_:b245 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.375617"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b245 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.637716"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b245 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b245 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b246 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -761,7 +761,7 @@
 _:b246 <http://www.w3.org/ns/earl#result> _:b247 .
 _:b246 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b246 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0046> .
-_:b247 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.376833"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b247 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.638860"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b247 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b247 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b248 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -769,11 +769,11 @@
 _:b248 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b248 <http://www.w3.org/ns/earl#result> _:b249 .
 _:b248 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b248 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0048> .
-_:b249 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.377836"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b248 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0047> .
+_:b249 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.639833"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b249 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b249 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b25 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.220019"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b25 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.485399"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b25 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b25 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b250 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -781,8 +781,8 @@
 _:b250 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b250 <http://www.w3.org/ns/earl#result> _:b251 .
 _:b250 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b250 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0049> .
-_:b251 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.379009"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b250 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0048> .
+_:b251 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.640822"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b251 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b251 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b252 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -790,8 +790,8 @@
 _:b252 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b252 <http://www.w3.org/ns/earl#result> _:b253 .
 _:b252 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b252 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0051> .
-_:b253 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.379747"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b252 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0049> .
+_:b253 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.642020"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b253 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b253 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b254 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -799,8 +799,8 @@
 _:b254 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b254 <http://www.w3.org/ns/earl#result> _:b255 .
 _:b254 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b254 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0052> .
-_:b255 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.380995"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b254 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0051> .
+_:b255 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.642733"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b255 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b255 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b256 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -808,8 +808,8 @@
 _:b256 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b256 <http://www.w3.org/ns/earl#result> _:b257 .
 _:b256 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b256 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0053> .
-_:b257 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.381886"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b256 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0052> .
+_:b257 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.643986"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b257 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b257 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b258 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -817,8 +817,8 @@
 _:b258 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b258 <http://www.w3.org/ns/earl#result> _:b259 .
 _:b258 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b258 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0054> .
-_:b259 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.382810"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b258 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0053> .
+_:b259 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.644777"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b259 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b259 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b26 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -832,8 +832,8 @@
 _:b260 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b260 <http://www.w3.org/ns/earl#result> _:b261 .
 _:b260 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b260 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0055> .
-_:b261 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.383799"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b260 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0054> .
+_:b261 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.645659"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b261 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b261 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b262 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -841,8 +841,8 @@
 _:b262 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b262 <http://www.w3.org/ns/earl#result> _:b263 .
 _:b262 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b262 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0056> .
-_:b263 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.384801"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b262 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0055> .
+_:b263 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.646594"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b263 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b263 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b264 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -850,8 +850,8 @@
 _:b264 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b264 <http://www.w3.org/ns/earl#result> _:b265 .
 _:b264 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b264 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0057> .
-_:b265 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.386957"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b264 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0056> .
+_:b265 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.647530"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b265 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b265 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b266 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -859,8 +859,8 @@
 _:b266 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b266 <http://www.w3.org/ns/earl#result> _:b267 .
 _:b266 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b266 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0058> .
-_:b267 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.388040"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b266 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0057> .
+_:b267 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.649560"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b267 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b267 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b268 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -868,11 +868,11 @@
 _:b268 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b268 <http://www.w3.org/ns/earl#result> _:b269 .
 _:b268 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b268 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0059> .
-_:b269 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.389078"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b268 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0058> .
+_:b269 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.650594"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b269 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b269 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b27 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.221837"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b27 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.487323"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b27 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b27 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b270 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -880,8 +880,8 @@
 _:b270 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b270 <http://www.w3.org/ns/earl#result> _:b271 .
 _:b270 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b270 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0060> .
-_:b271 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.390432"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b270 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0059> .
+_:b271 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.652074"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b271 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b271 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b272 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -889,8 +889,8 @@
 _:b272 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b272 <http://www.w3.org/ns/earl#result> _:b273 .
 _:b272 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b272 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0061> .
-_:b273 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.391651"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b272 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0060> .
+_:b273 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.653242"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b273 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b273 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b274 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -898,8 +898,8 @@
 _:b274 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b274 <http://www.w3.org/ns/earl#result> _:b275 .
 _:b274 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b274 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0062> .
-_:b275 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.392578"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b274 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0061> .
+_:b275 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.654420"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b275 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b275 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b276 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -907,8 +907,8 @@
 _:b276 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b276 <http://www.w3.org/ns/earl#result> _:b277 .
 _:b276 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b276 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0063> .
-_:b277 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.393571"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b276 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0062> .
+_:b277 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.655328"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b277 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b277 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b278 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -916,8 +916,8 @@
 _:b278 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b278 <http://www.w3.org/ns/earl#result> _:b279 .
 _:b278 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b278 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0064> .
-_:b279 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.394916"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b278 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0063> .
+_:b279 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.656243"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b279 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b279 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b28 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -931,8 +931,8 @@
 _:b280 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b280 <http://www.w3.org/ns/earl#result> _:b281 .
 _:b280 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b280 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0065> .
-_:b281 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.396194"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b280 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0064> .
+_:b281 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.657562"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b281 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b281 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b282 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -940,8 +940,8 @@
 _:b282 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b282 <http://www.w3.org/ns/earl#result> _:b283 .
 _:b282 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b282 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0066> .
-_:b283 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.399870"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b282 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0065> .
+_:b283 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.658875"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b283 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b283 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b284 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -949,8 +949,8 @@
 _:b284 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b284 <http://www.w3.org/ns/earl#result> _:b285 .
 _:b284 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b284 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0067> .
-_:b285 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.401420"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b284 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0066> .
+_:b285 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.662721"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b285 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b285 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b286 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -958,8 +958,8 @@
 _:b286 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b286 <http://www.w3.org/ns/earl#result> _:b287 .
 _:b286 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b286 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0001> .
-_:b287 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.402651"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b286 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0067> .
+_:b287 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.664359"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b287 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b287 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b288 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -967,11 +967,11 @@
 _:b288 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b288 <http://www.w3.org/ns/earl#result> _:b289 .
 _:b288 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b288 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0002> .
-_:b289 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.403395"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b288 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0001> .
+_:b289 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.665623"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b289 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b289 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b29 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.223260"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b29 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.488768"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b29 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b29 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b290 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -979,8 +979,8 @@
 _:b290 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b290 <http://www.w3.org/ns/earl#result> _:b291 .
 _:b290 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b290 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0003> .
-_:b291 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.403921"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b290 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0002> .
+_:b291 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.666404"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b291 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b291 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b292 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -988,8 +988,8 @@
 _:b292 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b292 <http://www.w3.org/ns/earl#result> _:b293 .
 _:b292 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b292 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0004> .
-_:b293 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.404610"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b292 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0003> .
+_:b293 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.666977"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b293 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b293 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b294 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -997,8 +997,8 @@
 _:b294 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b294 <http://www.w3.org/ns/earl#result> _:b295 .
 _:b294 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b294 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0005> .
-_:b295 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.405412"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b294 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0004> .
+_:b295 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.667708"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b295 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b295 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b296 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1006,8 +1006,8 @@
 _:b296 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b296 <http://www.w3.org/ns/earl#result> _:b297 .
 _:b296 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b296 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0006> .
-_:b297 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.406080"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b296 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0005> .
+_:b297 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.668574"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b297 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b297 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b298 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1015,11 +1015,11 @@
 _:b298 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b298 <http://www.w3.org/ns/earl#result> _:b299 .
 _:b298 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b298 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0007> .
-_:b299 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.406761"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b298 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0006> .
+_:b299 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.669240"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b299 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b299 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b3 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.208203"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b3 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.473598"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b3 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b30 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1033,8 +1033,8 @@
 _:b300 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b300 <http://www.w3.org/ns/earl#result> _:b301 .
 _:b300 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b300 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0008> .
-_:b301 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.408190"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b300 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0007> .
+_:b301 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.670009"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b301 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b301 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b302 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1042,8 +1042,8 @@
 _:b302 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b302 <http://www.w3.org/ns/earl#result> _:b303 .
 _:b302 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b302 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0009> .
-_:b303 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.410294"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b302 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0008> .
+_:b303 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.671538"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b303 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b303 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b304 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1051,8 +1051,8 @@
 _:b304 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b304 <http://www.w3.org/ns/earl#result> _:b305 .
 _:b304 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b304 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0010> .
-_:b305 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.411016"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b304 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0009> .
+_:b305 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.673776"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b305 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b305 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b306 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1060,8 +1060,8 @@
 _:b306 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b306 <http://www.w3.org/ns/earl#result> _:b307 .
 _:b306 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b306 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0011> .
-_:b307 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.411698"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b306 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0010> .
+_:b307 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.674517"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b307 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b307 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b308 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1069,11 +1069,11 @@
 _:b308 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b308 <http://www.w3.org/ns/earl#result> _:b309 .
 _:b308 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b308 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0012> .
-_:b309 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.412455"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b308 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0011> .
+_:b309 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.675234"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b309 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b309 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b31 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.225273"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b31 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.490792"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b31 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b31 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b310 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1081,8 +1081,8 @@
 _:b310 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b310 <http://www.w3.org/ns/earl#result> _:b311 .
 _:b310 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b310 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0013> .
-_:b311 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.413482"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b310 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0012> .
+_:b311 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.676031"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b311 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b311 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b312 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1090,8 +1090,8 @@
 _:b312 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b312 <http://www.w3.org/ns/earl#result> _:b313 .
 _:b312 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b312 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0014> .
-_:b313 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.414933"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b312 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0013> .
+_:b313 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.677067"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b313 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b313 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b314 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1099,8 +1099,8 @@
 _:b314 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b314 <http://www.w3.org/ns/earl#result> _:b315 .
 _:b314 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b314 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0015> .
-_:b315 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.415579"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b314 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0014> .
+_:b315 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.678517"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b315 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b315 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b316 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1108,8 +1108,8 @@
 _:b316 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b316 <http://www.w3.org/ns/earl#result> _:b317 .
 _:b316 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b316 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0016> .
-_:b317 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.416642"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b316 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0015> .
+_:b317 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.679170"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b317 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b317 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b318 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1117,8 +1117,8 @@
 _:b318 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b318 <http://www.w3.org/ns/earl#result> _:b319 .
 _:b318 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b318 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0017> .
-_:b319 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.417702"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b318 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0016> .
+_:b319 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.680161"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b319 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b319 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b32 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1132,8 +1132,8 @@
 _:b320 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b320 <http://www.w3.org/ns/earl#result> _:b321 .
 _:b320 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b320 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0018> .
-_:b321 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.418397"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b320 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0017> .
+_:b321 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.681091"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b321 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b321 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b322 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1141,8 +1141,8 @@
 _:b322 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b322 <http://www.w3.org/ns/earl#result> _:b323 .
 _:b322 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b322 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0019> .
-_:b323 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.419432"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b322 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0018> .
+_:b323 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.681774"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b323 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b323 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b324 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1150,8 +1150,8 @@
 _:b324 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b324 <http://www.w3.org/ns/earl#result> _:b325 .
 _:b324 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b324 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0020> .
-_:b325 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.420880"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b324 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0019> .
+_:b325 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.682823"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b325 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b325 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b326 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1159,8 +1159,8 @@
 _:b326 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b326 <http://www.w3.org/ns/earl#result> _:b327 .
 _:b326 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b326 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0021> .
-_:b327 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.422733"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b326 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0020> .
+_:b327 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.684291"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b327 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b327 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b328 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1168,11 +1168,11 @@
 _:b328 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b328 <http://www.w3.org/ns/earl#result> _:b329 .
 _:b328 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b328 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0022> .
-_:b329 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.425493"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b328 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0021> .
+_:b329 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.686071"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b329 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b329 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b33 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.227081"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b33 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.492566"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b33 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b33 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b330 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1180,8 +1180,8 @@
 _:b330 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b330 <http://www.w3.org/ns/earl#result> _:b331 .
 _:b330 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b330 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0023> .
-_:b331 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.428665"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b330 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0022> .
+_:b331 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.688770"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b331 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b331 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b332 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1189,8 +1189,8 @@
 _:b332 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b332 <http://www.w3.org/ns/earl#result> _:b333 .
 _:b332 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b332 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0024> .
-_:b333 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.433892"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b332 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0023> .
+_:b333 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.691738"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b333 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b333 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b334 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1198,8 +1198,8 @@
 _:b334 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b334 <http://www.w3.org/ns/earl#result> _:b335 .
 _:b334 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b334 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0025> .
-_:b335 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.439020"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b334 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0024> .
+_:b335 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.696908"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b335 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b335 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b336 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1207,8 +1207,8 @@
 _:b336 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b336 <http://www.w3.org/ns/earl#result> _:b337 .
 _:b336 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b336 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0026> .
-_:b337 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.444260"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b336 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0025> .
+_:b337 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.702146"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b337 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b337 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b338 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1216,8 +1216,8 @@
 _:b338 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b338 <http://www.w3.org/ns/earl#result> _:b339 .
 _:b338 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b338 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0027> .
-_:b339 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.449431"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b338 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0026> .
+_:b339 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.707367"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b339 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b339 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b34 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1231,8 +1231,8 @@
 _:b340 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b340 <http://www.w3.org/ns/earl#result> _:b341 .
 _:b340 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b340 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0028> .
-_:b341 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.454277"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b340 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0027> .
+_:b341 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.712540"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b341 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b341 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b342 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1240,8 +1240,8 @@
 _:b342 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b342 <http://www.w3.org/ns/earl#result> _:b343 .
 _:b342 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b342 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0029> .
-_:b343 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.459112"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b342 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0028> .
+_:b343 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.717790"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b343 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b343 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b344 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1249,8 +1249,8 @@
 _:b344 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b344 <http://www.w3.org/ns/earl#result> _:b345 .
 _:b344 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b344 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0030> .
-_:b345 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.460861"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b344 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0029> .
+_:b345 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.722931"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b345 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b345 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b346 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1258,8 +1258,8 @@
 _:b346 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b346 <http://www.w3.org/ns/earl#result> _:b347 .
 _:b346 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b346 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0031> .
-_:b347 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.461486"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b346 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0030> .
+_:b347 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.724846"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b347 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b347 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b348 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1267,11 +1267,11 @@
 _:b348 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b348 <http://www.w3.org/ns/earl#result> _:b349 .
 _:b348 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b348 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0032> .
-_:b349 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.462090"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b348 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0031> .
+_:b349 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.725514"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b349 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b349 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b35 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.228225"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b35 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.493701"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b35 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b35 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b350 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1279,8 +1279,8 @@
 _:b350 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b350 <http://www.w3.org/ns/earl#result> _:b351 .
 _:b350 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b350 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0033> .
-_:b351 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.463733"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b350 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0032> .
+_:b351 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.726159"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b351 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b351 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b352 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1288,8 +1288,8 @@
 _:b352 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b352 <http://www.w3.org/ns/earl#result> _:b353 .
 _:b352 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b352 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0034> .
-_:b353 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.465397"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b352 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0033> .
+_:b353 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.727794"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b353 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b353 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b354 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1297,8 +1297,8 @@
 _:b354 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b354 <http://www.w3.org/ns/earl#result> _:b355 .
 _:b354 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b354 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0035> .
-_:b355 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.467589"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b354 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0034> .
+_:b355 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.729493"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b355 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b355 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b356 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1306,8 +1306,8 @@
 _:b356 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b356 <http://www.w3.org/ns/earl#result> _:b357 .
 _:b356 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b356 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0036> .
-_:b357 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.469761"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b356 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0035> .
+_:b357 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.731685"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b357 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b357 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b358 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1315,8 +1315,8 @@
 _:b358 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b358 <http://www.w3.org/ns/earl#result> _:b359 .
 _:b358 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b358 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0037> .
-_:b359 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.471934"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b358 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0036> .
+_:b359 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.733683"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b359 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b359 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b36 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1330,8 +1330,8 @@
 _:b360 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b360 <http://www.w3.org/ns/earl#result> _:b361 .
 _:b360 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b360 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0038> .
-_:b361 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.473558"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b360 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0037> .
+_:b361 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.735701"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b361 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b361 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b362 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1339,8 +1339,8 @@
 _:b362 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b362 <http://www.w3.org/ns/earl#result> _:b363 .
 _:b362 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b362 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0039> .
-_:b363 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.475020"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b362 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0038> .
+_:b363 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.737260"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b363 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b363 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b364 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1348,8 +1348,8 @@
 _:b364 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b364 <http://www.w3.org/ns/earl#result> _:b365 .
 _:b364 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b364 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0040> .
-_:b365 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.477817"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b364 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0039> .
+_:b365 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.738658"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b365 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b365 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b366 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1357,8 +1357,8 @@
 _:b366 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b366 <http://www.w3.org/ns/earl#result> _:b367 .
 _:b366 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b366 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0041> .
-_:b367 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.480578"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b366 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0040> .
+_:b367 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.741167"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b367 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b367 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b368 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1366,11 +1366,11 @@
 _:b368 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b368 <http://www.w3.org/ns/earl#result> _:b369 .
 _:b368 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b368 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0042> .
-_:b369 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.483161"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b368 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0041> .
+_:b369 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.743744"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b369 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b369 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b37 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.228635"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b37 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.494144"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b37 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b37 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b370 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1378,8 +1378,8 @@
 _:b370 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b370 <http://www.w3.org/ns/earl#result> _:b371 .
 _:b370 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b370 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0043> .
-_:b371 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.483955"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b370 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0042> .
+_:b371 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.746278"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b371 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b371 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b372 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1387,8 +1387,8 @@
 _:b372 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b372 <http://www.w3.org/ns/earl#result> _:b373 .
 _:b372 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b372 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0044> .
-_:b373 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.793469"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b372 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0043> .
+_:b373 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.747094"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b373 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b373 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b374 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1396,8 +1396,8 @@
 _:b374 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b374 <http://www.w3.org/ns/earl#result> _:b375 .
 _:b374 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b374 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0045> .
-_:b375 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.100188"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b374 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0044> .
+_:b375 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.054680"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b375 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b375 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b376 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1405,8 +1405,8 @@
 _:b376 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b376 <http://www.w3.org/ns/earl#result> _:b377 .
 _:b376 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b376 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0046> .
-_:b377 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.403095"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b376 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0045> .
+_:b377 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.362439"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b377 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b377 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b378 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1414,8 +1414,8 @@
 _:b378 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b378 <http://www.w3.org/ns/earl#result> _:b379 .
 _:b378 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b378 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0047> .
-_:b379 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.406151"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b378 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0046> .
+_:b379 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.671376"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b379 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b379 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b38 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1429,8 +1429,8 @@
 _:b380 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b380 <http://www.w3.org/ns/earl#result> _:b381 .
 _:b380 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b380 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0048> .
-_:b381 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.409055"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b380 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0047> .
+_:b381 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.674446"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b381 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b381 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b382 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1438,8 +1438,8 @@
 _:b382 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b382 <http://www.w3.org/ns/earl#result> _:b383 .
 _:b382 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b382 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0049> .
-_:b383 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.409662"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b382 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0048> .
+_:b383 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.677600"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b383 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b383 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b384 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1447,8 +1447,8 @@
 _:b384 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b384 <http://www.w3.org/ns/earl#result> _:b385 .
 _:b384 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b384 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0050> .
-_:b385 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.410676"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b384 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0049> .
+_:b385 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.678207"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b385 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b385 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b386 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1456,8 +1456,8 @@
 _:b386 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b386 <http://www.w3.org/ns/earl#result> _:b387 .
 _:b386 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b386 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0051> .
-_:b387 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.411637"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b386 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0050> .
+_:b387 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.679263"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b387 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b387 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b388 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1465,11 +1465,11 @@
 _:b388 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b388 <http://www.w3.org/ns/earl#result> _:b389 .
 _:b388 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b388 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0052> .
-_:b389 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.412717"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b388 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0051> .
+_:b389 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.680274"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b389 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b389 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b39 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.230559"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b39 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.496026"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b39 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b39 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b390 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1477,8 +1477,8 @@
 _:b390 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b390 <http://www.w3.org/ns/earl#result> _:b391 .
 _:b390 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b390 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0053> .
-_:b391 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.414167"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b390 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0052> .
+_:b391 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.681424"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b391 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b391 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b392 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1486,8 +1486,8 @@
 _:b392 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b392 <http://www.w3.org/ns/earl#result> _:b393 .
 _:b392 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b392 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0054> .
-_:b393 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.420765"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b392 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0053> .
+_:b393 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.682966"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b393 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b393 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b394 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1495,8 +1495,8 @@
 _:b394 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b394 <http://www.w3.org/ns/earl#result> _:b395 .
 _:b394 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b394 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0055> .
-_:b395 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.421955"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b394 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0054> .
+_:b395 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.690117"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b395 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b395 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b396 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1504,8 +1504,8 @@
 _:b396 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b396 <http://www.w3.org/ns/earl#result> _:b397 .
 _:b396 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b396 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0056> .
-_:b397 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.423037"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b396 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0055> .
+_:b397 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.691296"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b397 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b397 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b398 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1513,8 +1513,8 @@
 _:b398 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b398 <http://www.w3.org/ns/earl#result> _:b399 .
 _:b398 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b398 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0057> .
-_:b399 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.424009"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b398 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0056> .
+_:b399 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.692440"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b399 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b399 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1534,8 +1534,8 @@
 _:b400 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b400 <http://www.w3.org/ns/earl#result> _:b401 .
 _:b400 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b400 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0001> .
-_:b401 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.425077"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b400 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0057> .
+_:b401 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.693467"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b401 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b401 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b402 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1543,8 +1543,8 @@
 _:b402 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b402 <http://www.w3.org/ns/earl#result> _:b403 .
 _:b402 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b402 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0002> .
-_:b403 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.426528"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b402 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0001> .
+_:b403 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.694512"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b403 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b403 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b404 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1552,8 +1552,8 @@
 _:b404 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b404 <http://www.w3.org/ns/earl#result> _:b405 .
 _:b404 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b404 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0003> .
-_:b405 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.427017"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b404 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0002> .
+_:b405 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.696051"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b405 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b405 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b406 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1561,8 +1561,8 @@
 _:b406 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b406 <http://www.w3.org/ns/earl#result> _:b407 .
 _:b406 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b406 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0004> .
-_:b407 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.428775"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b406 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0003> .
+_:b407 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.696558"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b407 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b407 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b408 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1570,11 +1570,11 @@
 _:b408 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b408 <http://www.w3.org/ns/earl#result> _:b409 .
 _:b408 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b408 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0005> .
-_:b409 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.430122"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b408 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0004> .
+_:b409 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.698551"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b409 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b409 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b41 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.232772"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b41 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.498249"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b41 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b41 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b410 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1582,8 +1582,8 @@
 _:b410 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b410 <http://www.w3.org/ns/earl#result> _:b411 .
 _:b410 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b410 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0006> .
-_:b411 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.431173"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b410 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0005> .
+_:b411 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.700005"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b411 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b411 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b412 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1591,8 +1591,8 @@
 _:b412 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b412 <http://www.w3.org/ns/earl#result> _:b413 .
 _:b412 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b412 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0007> .
-_:b413 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.432066"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b412 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0006> .
+_:b413 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.701099"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b413 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b413 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b414 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1600,8 +1600,8 @@
 _:b414 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b414 <http://www.w3.org/ns/earl#result> _:b415 .
 _:b414 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b414 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0008> .
-_:b415 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.432942"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b414 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0007> .
+_:b415 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.702080"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b415 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b415 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b416 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1609,8 +1609,8 @@
 _:b416 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b416 <http://www.w3.org/ns/earl#result> _:b417 .
 _:b416 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b416 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0009> .
-_:b417 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.434782"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b416 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0008> .
+_:b417 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.703044"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b417 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b417 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b418 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1618,8 +1618,8 @@
 _:b418 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b418 <http://www.w3.org/ns/earl#result> _:b419 .
 _:b418 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b418 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0010> .
-_:b419 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.435521"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b418 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0009> .
+_:b419 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.705023"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b419 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b419 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b42 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1633,8 +1633,8 @@
 _:b420 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b420 <http://www.w3.org/ns/earl#result> _:b421 .
 _:b420 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b420 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0011> .
-_:b421 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.436232"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b420 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0010> .
+_:b421 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.705816"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b421 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b421 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b422 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1642,8 +1642,8 @@
 _:b422 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b422 <http://www.w3.org/ns/earl#result> _:b423 .
 _:b422 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b422 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0012> .
-_:b423 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.438085"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b422 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0011> .
+_:b423 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.706599"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b423 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b423 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b424 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1651,8 +1651,8 @@
 _:b424 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b424 <http://www.w3.org/ns/earl#result> _:b425 .
 _:b424 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b424 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0013> .
-_:b425 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.439429"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b424 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0012> .
+_:b425 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.708598"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b425 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b425 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b426 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1660,8 +1660,8 @@
 _:b426 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b426 <http://www.w3.org/ns/earl#result> _:b427 .
 _:b426 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b426 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0014> .
-_:b427 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.441331"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b426 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0013> .
+_:b427 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.710049"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b427 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b427 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b428 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1669,11 +1669,11 @@
 _:b428 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b428 <http://www.w3.org/ns/earl#result> _:b429 .
 _:b428 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b428 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0015> .
-_:b429 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.442883"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b428 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0014> .
+_:b429 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.712023"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b429 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b429 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b43 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.233262"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b43 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.498744"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b43 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b43 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b430 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1681,8 +1681,8 @@
 _:b430 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b430 <http://www.w3.org/ns/earl#result> _:b431 .
 _:b430 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b430 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0016> .
-_:b431 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.444986"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b430 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0015> .
+_:b431 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.713665"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b431 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b431 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b432 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1690,8 +1690,8 @@
 _:b432 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b432 <http://www.w3.org/ns/earl#result> _:b433 .
 _:b432 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b432 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0017> .
-_:b433 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.447005"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b432 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0016> .
+_:b433 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.716000"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b433 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b433 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b434 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1699,8 +1699,8 @@
 _:b434 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b434 <http://www.w3.org/ns/earl#result> _:b435 .
 _:b434 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b434 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0018> .
-_:b435 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.448296"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b434 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0017> .
+_:b435 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.718157"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b435 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b435 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b436 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1708,8 +1708,8 @@
 _:b436 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b436 <http://www.w3.org/ns/earl#result> _:b437 .
 _:b436 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b436 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0019> .
-_:b437 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.448736"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b436 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0018> .
+_:b437 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.719522"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b437 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b437 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b438 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1717,8 +1717,8 @@
 _:b438 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b438 <http://www.w3.org/ns/earl#result> _:b439 .
 _:b438 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b438 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0020> .
-_:b439 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.450901"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b438 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0019> .
+_:b439 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.719968"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b439 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b439 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b44 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1732,8 +1732,8 @@
 _:b440 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b440 <http://www.w3.org/ns/earl#result> _:b441 .
 _:b440 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b440 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0021> .
-_:b441 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.453465"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b440 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0020> .
+_:b441 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.722325"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b441 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b441 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b442 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1741,8 +1741,8 @@
 _:b442 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b442 <http://www.w3.org/ns/earl#result> _:b443 .
 _:b442 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b442 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0022> .
-_:b443 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.454098"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b442 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0021> .
+_:b443 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.725117"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b443 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b443 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b444 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1750,8 +1750,8 @@
 _:b444 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b444 <http://www.w3.org/ns/earl#result> _:b445 .
 _:b444 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b444 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0023> .
-_:b445 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.456051"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b444 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0022> .
+_:b445 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.725711"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b445 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b445 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b446 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1759,8 +1759,8 @@
 _:b446 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b446 <http://www.w3.org/ns/earl#result> _:b447 .
 _:b446 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b446 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0024> .
-_:b447 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.457013"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b446 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0023> .
+_:b447 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.727897"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b447 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b447 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b448 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1768,11 +1768,11 @@
 _:b448 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b448 <http://www.w3.org/ns/earl#result> _:b449 .
 _:b448 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b448 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0025> .
-_:b449 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.457744"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b448 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0024> .
+_:b449 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.728958"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b449 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b449 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b45 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.235053"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b45 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.500539"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b45 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b45 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b450 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1780,8 +1780,8 @@
 _:b450 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b450 <http://www.w3.org/ns/earl#result> _:b451 .
 _:b450 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b450 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0026> .
-_:b451 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.458832"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b450 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0025> .
+_:b451 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.729782"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b451 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b451 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b452 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1789,8 +1789,8 @@
 _:b452 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b452 <http://www.w3.org/ns/earl#result> _:b453 .
 _:b452 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b452 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0027> .
-_:b453 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.459827"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b452 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0026> .
+_:b453 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.730924"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b453 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b453 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b454 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1798,8 +1798,8 @@
 _:b454 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b454 <http://www.w3.org/ns/earl#result> _:b455 .
 _:b454 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b454 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0028> .
-_:b455 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.460944"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b454 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0027> .
+_:b455 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.731992"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b455 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b455 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b456 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1807,8 +1807,8 @@
 _:b456 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b456 <http://www.w3.org/ns/earl#result> _:b457 .
 _:b456 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b456 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0029> .
-_:b457 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.463710"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b456 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0028> .
+_:b457 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.733233"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b457 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b457 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b458 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1816,8 +1816,8 @@
 _:b458 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b458 <http://www.w3.org/ns/earl#result> _:b459 .
 _:b458 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b458 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0030> .
-_:b459 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.464488"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b458 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0029> .
+_:b459 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.736154"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b459 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b459 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b46 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1831,8 +1831,8 @@
 _:b460 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b460 <http://www.w3.org/ns/earl#result> _:b461 .
 _:b460 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b460 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0031> .
-_:b461 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.465401"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b460 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0030> .
+_:b461 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.736959"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b461 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b461 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b462 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1840,8 +1840,8 @@
 _:b462 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b462 <http://www.w3.org/ns/earl#result> _:b463 .
 _:b462 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b462 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0032> .
-_:b463 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.466060"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b462 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0031> .
+_:b463 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.737993"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b463 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b463 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b464 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1849,8 +1849,8 @@
 _:b464 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b464 <http://www.w3.org/ns/earl#result> _:b465 .
 _:b464 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b464 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0033> .
-_:b465 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.466829"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b464 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0032> .
+_:b465 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.738657"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b465 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b465 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b466 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1858,8 +1858,8 @@
 _:b466 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b466 <http://www.w3.org/ns/earl#result> _:b467 .
 _:b466 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b466 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0034> .
-_:b467 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.467743"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b466 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0033> .
+_:b467 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.739411"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b467 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b467 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b468 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1867,11 +1867,11 @@
 _:b468 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b468 <http://www.w3.org/ns/earl#result> _:b469 .
 _:b468 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b468 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0035> .
-_:b469 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.468714"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b468 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0034> .
+_:b469 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.740313"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b469 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b469 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b47 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.235924"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b47 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.501387"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b47 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b47 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b470 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1879,8 +1879,8 @@
 _:b470 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b470 <http://www.w3.org/ns/earl#result> _:b471 .
 _:b470 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b470 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0036> .
-_:b471 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.473073"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b470 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0035> .
+_:b471 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.741357"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b471 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b471 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b472 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1888,8 +1888,8 @@
 _:b472 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b472 <http://www.w3.org/ns/earl#result> _:b473 .
 _:b472 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b472 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0037> .
-_:b473 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.474123"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b472 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0036> .
+_:b473 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.745898"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b473 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b473 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b474 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1897,8 +1897,8 @@
 _:b474 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b474 <http://www.w3.org/ns/earl#result> _:b475 .
 _:b474 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b474 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0038> .
-_:b475 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.477283"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b474 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0037> .
+_:b475 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.746972"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b475 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b475 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b476 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1906,8 +1906,8 @@
 _:b476 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b476 <http://www.w3.org/ns/earl#result> _:b477 .
 _:b476 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b476 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0039> .
-_:b477 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.478365"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b476 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0038> .
+_:b477 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.750445"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b477 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b477 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b478 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1915,8 +1915,8 @@
 _:b478 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b478 <http://www.w3.org/ns/earl#result> _:b479 .
 _:b478 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b478 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0040> .
-_:b479 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.479391"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b478 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0039> .
+_:b479 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.751616"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b479 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b479 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b48 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1930,8 +1930,8 @@
 _:b480 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b480 <http://www.w3.org/ns/earl#result> _:b481 .
 _:b480 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b480 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0041> .
-_:b481 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.480209"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b480 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0040> .
+_:b481 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.752687"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b481 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b481 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b482 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1939,8 +1939,8 @@
 _:b482 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b482 <http://www.w3.org/ns/earl#result> _:b483 .
 _:b482 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b482 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0042> .
-_:b483 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.481011"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b482 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0041> .
+_:b483 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.753477"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b483 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b483 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b484 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1948,8 +1948,8 @@
 _:b484 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b484 <http://www.w3.org/ns/earl#result> _:b485 .
 _:b484 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b484 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0001> .
-_:b485 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.482251"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b484 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0042> .
+_:b485 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.754318"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b485 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b485 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b486 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1957,8 +1957,8 @@
 _:b486 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b486 <http://www.w3.org/ns/earl#result> _:b487 .
 _:b486 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b486 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0002> .
-_:b487 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.482787"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b486 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0001> .
+_:b487 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.755536"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b487 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b487 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b488 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1966,11 +1966,11 @@
 _:b488 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b488 <http://www.w3.org/ns/earl#result> _:b489 .
 _:b488 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b488 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0003> .
-_:b489 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.483225"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b488 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0002> .
+_:b489 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.756120"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b489 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b489 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b49 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.236542"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b49 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.502029"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b49 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b49 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b490 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1978,8 +1978,8 @@
 _:b490 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b490 <http://www.w3.org/ns/earl#result> _:b491 .
 _:b490 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b490 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0004> .
-_:b491 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.483726"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b490 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0003> .
+_:b491 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.756575"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b491 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b491 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b492 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1987,8 +1987,8 @@
 _:b492 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b492 <http://www.w3.org/ns/earl#result> _:b493 .
 _:b492 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b492 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0005> .
-_:b493 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.484381"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b492 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0004> .
+_:b493 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.757133"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b493 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b493 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b494 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -1996,8 +1996,8 @@
 _:b494 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b494 <http://www.w3.org/ns/earl#result> _:b495 .
 _:b494 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b494 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0006> .
-_:b495 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.484951"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b494 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0005> .
+_:b495 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.757883"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b495 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b495 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b496 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2005,8 +2005,8 @@
 _:b496 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b496 <http://www.w3.org/ns/earl#result> _:b497 .
 _:b496 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b496 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0007> .
-_:b497 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.485425"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b496 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0006> .
+_:b497 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.758516"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b497 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b497 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b498 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2014,11 +2014,11 @@
 _:b498 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b498 <http://www.w3.org/ns/earl#result> _:b499 .
 _:b498 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b498 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0008> .
-_:b499 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.485935"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b498 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0007> .
+_:b499 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.758986"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b499 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b499 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b5 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.208666"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b5 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.474050"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b5 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b50 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2032,8 +2032,8 @@
 _:b500 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b500 <http://www.w3.org/ns/earl#result> _:b501 .
 _:b500 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b500 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0009> .
-_:b501 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.486403"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b500 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0008> .
+_:b501 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.759487"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b501 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b501 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b502 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2041,8 +2041,8 @@
 _:b502 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b502 <http://www.w3.org/ns/earl#result> _:b503 .
 _:b502 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b502 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0010> .
-_:b503 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.487068"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b502 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0009> .
+_:b503 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.759993"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b503 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b503 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b504 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2050,8 +2050,8 @@
 _:b504 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b504 <http://www.w3.org/ns/earl#result> _:b505 .
 _:b504 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b504 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0011> .
-_:b505 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.487703"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b504 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0010> .
+_:b505 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.760726"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b505 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b505 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b506 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2059,8 +2059,8 @@
 _:b506 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b506 <http://www.w3.org/ns/earl#result> _:b507 .
 _:b506 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b506 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0012> .
-_:b507 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.488333"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b506 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0011> .
+_:b507 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.761428"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b507 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b507 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b508 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2068,11 +2068,11 @@
 _:b508 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b508 <http://www.w3.org/ns/earl#result> _:b509 .
 _:b508 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b508 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0013> .
-_:b509 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.488865"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b508 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0012> .
+_:b509 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.762227"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b509 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b509 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b51 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.237486"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b51 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.503031"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b51 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b51 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b510 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2080,8 +2080,8 @@
 _:b510 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b510 <http://www.w3.org/ns/earl#result> _:b511 .
 _:b510 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b510 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0014> .
-_:b511 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.489476"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b510 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0013> .
+_:b511 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.762787"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b511 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b511 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b512 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2089,8 +2089,8 @@
 _:b512 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b512 <http://www.w3.org/ns/earl#result> _:b513 .
 _:b512 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b512 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0015> .
-_:b513 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.490197"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b512 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0014> .
+_:b513 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.763433"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b513 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b513 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b514 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2098,8 +2098,8 @@
 _:b514 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b514 <http://www.w3.org/ns/earl#result> _:b515 .
 _:b514 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b514 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0016> .
-_:b515 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.490741"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b514 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0015> .
+_:b515 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.764170"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b515 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b515 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b516 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2107,8 +2107,8 @@
 _:b516 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b516 <http://www.w3.org/ns/earl#result> _:b517 .
 _:b516 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b516 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0017> .
-_:b517 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.491244"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b516 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0016> .
+_:b517 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.764725"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b517 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b517 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b518 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2116,8 +2116,8 @@
 _:b518 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b518 <http://www.w3.org/ns/earl#result> _:b519 .
 _:b518 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b518 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0018> .
-_:b519 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.491724"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b518 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0017> .
+_:b519 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.765257"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b519 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b519 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b52 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2131,8 +2131,8 @@
 _:b520 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b520 <http://www.w3.org/ns/earl#result> _:b521 .
 _:b520 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b520 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0019> .
-_:b521 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.492269"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b520 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0018> .
+_:b521 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.765788"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b521 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b521 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b522 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2140,8 +2140,8 @@
 _:b522 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b522 <http://www.w3.org/ns/earl#result> _:b523 .
 _:b522 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b522 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0020> .
-_:b523 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.492838"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b522 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0019> .
+_:b523 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.766400"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b523 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b523 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b524 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2149,8 +2149,8 @@
 _:b524 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b524 <http://www.w3.org/ns/earl#result> _:b525 .
 _:b524 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b524 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0021> .
-_:b525 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.493389"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b524 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0020> .
+_:b525 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.767040"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b525 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b525 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b526 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2158,8 +2158,8 @@
 _:b526 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b526 <http://www.w3.org/ns/earl#result> _:b527 .
 _:b526 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b526 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0022> .
-_:b527 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.493913"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b526 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0021> .
+_:b527 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.767615"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b527 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b527 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b528 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2167,11 +2167,11 @@
 _:b528 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b528 <http://www.w3.org/ns/earl#result> _:b529 .
 _:b528 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b528 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0023> .
-_:b529 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.494368"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b528 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0022> .
+_:b529 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.768138"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b529 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b529 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b53 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.238428"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b53 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.503952"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b53 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b53 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b530 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2179,8 +2179,8 @@
 _:b530 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b530 <http://www.w3.org/ns/earl#result> _:b531 .
 _:b530 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b530 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0024> .
-_:b531 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.494951"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b530 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0023> .
+_:b531 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.768620"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b531 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b531 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b532 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2188,8 +2188,8 @@
 _:b532 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b532 <http://www.w3.org/ns/earl#result> _:b533 .
 _:b532 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b532 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0025> .
-_:b533 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.495489"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b532 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0024> .
+_:b533 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.769235"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b533 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b533 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b534 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2197,8 +2197,8 @@
 _:b534 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b534 <http://www.w3.org/ns/earl#result> _:b535 .
 _:b534 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b534 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0026> .
-_:b535 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.497230"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b534 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0025> .
+_:b535 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.769834"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b535 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b535 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b536 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2206,8 +2206,8 @@
 _:b536 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b536 <http://www.w3.org/ns/earl#result> _:b537 .
 _:b536 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b536 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0027> .
-_:b537 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.498712"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b536 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0026> .
+_:b537 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.771680"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b537 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b537 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b538 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2215,8 +2215,8 @@
 _:b538 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b538 <http://www.w3.org/ns/earl#result> _:b539 .
 _:b538 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b538 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0028> .
-_:b539 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.499894"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b538 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0027> .
+_:b539 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.773233"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b539 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b539 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b54 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2230,8 +2230,8 @@
 _:b540 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b540 <http://www.w3.org/ns/earl#result> _:b541 .
 _:b540 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b540 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0029> .
-_:b541 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.501590"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b540 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0028> .
+_:b541 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.774565"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b541 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b541 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b542 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2239,8 +2239,8 @@
 _:b542 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b542 <http://www.w3.org/ns/earl#result> _:b543 .
 _:b542 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b542 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0030> .
-_:b543 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.502520"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b542 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0029> .
+_:b543 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.776430"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b543 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b543 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b544 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2248,8 +2248,8 @@
 _:b544 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b544 <http://www.w3.org/ns/earl#result> _:b545 .
 _:b544 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b544 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0001> .
-_:b545 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.506196"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b544 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0030> .
+_:b545 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.777424"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b545 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b545 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b546 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2257,8 +2257,8 @@
 _:b546 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b546 <http://www.w3.org/ns/earl#result> _:b547 .
 _:b546 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b546 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0002> .
-_:b547 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.509601"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b546 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0001> .
+_:b547 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.781423"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b547 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b547 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b548 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2266,11 +2266,11 @@
 _:b548 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b548 <http://www.w3.org/ns/earl#result> _:b549 .
 _:b548 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b548 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0003> .
-_:b549 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.511752"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b548 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0002> .
+_:b549 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.784968"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b549 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b549 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b55 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.239355"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b55 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.504873"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b55 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b55 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b550 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2278,8 +2278,8 @@
 _:b550 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b550 <http://www.w3.org/ns/earl#result> _:b551 .
 _:b550 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b550 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0004> .
-_:b551 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.514742"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b550 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0003> .
+_:b551 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.787292"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b551 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b551 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b552 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2287,8 +2287,8 @@
 _:b552 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b552 <http://www.w3.org/ns/earl#result> _:b553 .
 _:b552 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b552 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0005> .
-_:b553 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.518324"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b552 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0004> .
+_:b553 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.790550"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b553 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b553 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b554 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2296,8 +2296,8 @@
 _:b554 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b554 <http://www.w3.org/ns/earl#result> _:b555 .
 _:b554 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b554 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0006> .
-_:b555 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.521737"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b554 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0005> .
+_:b555 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.794292"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b555 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b555 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b556 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2305,8 +2305,8 @@
 _:b556 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b556 <http://www.w3.org/ns/earl#result> _:b557 .
 _:b556 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b556 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0007> .
-_:b557 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.525067"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b556 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0006> .
+_:b557 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.797593"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b557 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b557 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b558 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2314,8 +2314,8 @@
 _:b558 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b558 <http://www.w3.org/ns/earl#result> _:b559 .
 _:b558 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b558 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0008> .
-_:b559 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.529243"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b558 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0007> .
+_:b559 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.801166"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b559 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b559 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b56 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2329,8 +2329,8 @@
 _:b560 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b560 <http://www.w3.org/ns/earl#result> _:b561 .
 _:b560 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b560 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0009> .
-_:b561 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.532511"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b560 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0008> .
+_:b561 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.805456"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b561 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b561 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b562 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2338,8 +2338,8 @@
 _:b562 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b562 <http://www.w3.org/ns/earl#result> _:b563 .
 _:b562 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b562 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0010> .
-_:b563 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.534745"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b562 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0009> .
+_:b563 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.808688"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b563 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b563 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b564 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2347,8 +2347,8 @@
 _:b564 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b564 <http://www.w3.org/ns/earl#result> _:b565 .
 _:b564 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b564 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0011> .
-_:b565 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.536913"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b564 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0010> .
+_:b565 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.810986"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b565 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b565 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b566 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2356,8 +2356,8 @@
 _:b566 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b566 <http://www.w3.org/ns/earl#result> _:b567 .
 _:b566 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b566 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0012> .
-_:b567 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.539683"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b566 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0011> .
+_:b567 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.813316"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b567 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b567 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b568 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2365,11 +2365,11 @@
 _:b568 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b568 <http://www.w3.org/ns/earl#result> _:b569 .
 _:b568 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b568 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0013> .
-_:b569 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.541385"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b568 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0012> .
+_:b569 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.816270"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b569 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b569 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b57 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.241360"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b57 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.506891"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b57 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b57 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b570 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2377,8 +2377,8 @@
 _:b570 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b570 <http://www.w3.org/ns/earl#result> _:b571 .
 _:b570 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b570 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0014> .
-_:b571 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.543610"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b570 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0013> .
+_:b571 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.818062"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b571 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b571 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b572 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2386,8 +2386,8 @@
 _:b572 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b572 <http://www.w3.org/ns/earl#result> _:b573 .
 _:b572 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b572 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0015> .
-_:b573 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.558773"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b572 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0014> .
+_:b573 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.820449"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b573 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b573 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b574 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2396,7 +2396,7 @@
 _:b574 <http://www.w3.org/ns/earl#result> _:b575 .
 _:b574 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b574 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0015> .
-_:b575 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.561140"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b575 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.836523"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b575 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b575 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b576 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2404,8 +2404,8 @@
 _:b576 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b576 <http://www.w3.org/ns/earl#result> _:b577 .
 _:b576 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b576 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0016> .
-_:b577 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.564335"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b576 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0015> .
+_:b577 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.838996"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b577 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b577 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b578 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2413,8 +2413,8 @@
 _:b578 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b578 <http://www.w3.org/ns/earl#result> _:b579 .
 _:b578 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b578 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0017> .
-_:b579 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.566159"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b578 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0016> .
+_:b579 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.842387"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b579 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b579 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b58 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2428,8 +2428,8 @@
 _:b580 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b580 <http://www.w3.org/ns/earl#result> _:b581 .
 _:b580 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b580 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0018> .
-_:b581 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.568772"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b580 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0017> .
+_:b581 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.844309"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b581 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b581 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b582 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2437,8 +2437,8 @@
 _:b582 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b582 <http://www.w3.org/ns/earl#result> _:b583 .
 _:b582 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b582 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0019> .
-_:b583 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.579026"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b582 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0018> .
+_:b583 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.847065"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b583 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b583 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b584 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2446,11 +2446,20 @@
 _:b584 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
 _:b584 <http://www.w3.org/ns/earl#result> _:b585 .
 _:b584 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
-_:b584 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0020> .
-_:b585 <http://purl.org/dc/terms/date> "2013-05-02T20:49:02.584591"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b584 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0019> .
+_:b585 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.857648"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b585 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b585 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b59 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.241997"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b586 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
+_:b586 <http://www.w3.org/ns/earl#assertedBy> <https://github.com/dlongley> .
+_:b586 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b586 <http://www.w3.org/ns/earl#result> _:b587 .
+_:b586 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
+_:b586 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0020> .
+_:b587 <http://purl.org/dc/terms/date> "2013-05-03T14:38:08.863491"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b587 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
+_:b587 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
+_:b59 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.507517"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b59 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b59 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2465,7 +2474,7 @@
 _:b60 <http://www.w3.org/ns/earl#result> _:b61 .
 _:b60 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b60 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0031> .
-_:b61 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.242756"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b61 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.508288"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b61 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b61 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b62 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2474,7 +2483,7 @@
 _:b62 <http://www.w3.org/ns/earl#result> _:b63 .
 _:b62 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b62 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0032> .
-_:b63 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.243252"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b63 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.508780"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b63 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b63 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b64 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2483,7 +2492,7 @@
 _:b64 <http://www.w3.org/ns/earl#result> _:b65 .
 _:b64 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b64 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0033> .
-_:b65 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.243839"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b65 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.509346"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b65 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b65 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b66 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2492,7 +2501,7 @@
 _:b66 <http://www.w3.org/ns/earl#result> _:b67 .
 _:b66 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b66 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0034> .
-_:b67 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.244537"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b67 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.510051"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b67 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b67 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b68 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2501,10 +2510,10 @@
 _:b68 <http://www.w3.org/ns/earl#result> _:b69 .
 _:b68 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b68 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0035> .
-_:b69 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.245319"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b69 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.510821"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b69 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b69 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b7 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.210355"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b7 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.475670"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b7 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b7 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b70 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2513,7 +2522,7 @@
 _:b70 <http://www.w3.org/ns/earl#result> _:b71 .
 _:b70 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b70 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0036> .
-_:b71 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.248584"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b71 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.514130"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b71 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b71 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b72 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2522,7 +2531,7 @@
 _:b72 <http://www.w3.org/ns/earl#result> _:b73 .
 _:b72 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b72 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0037> .
-_:b73 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.249329"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b73 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.514880"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b73 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b73 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b74 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2531,7 +2540,7 @@
 _:b74 <http://www.w3.org/ns/earl#result> _:b75 .
 _:b74 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b74 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0038> .
-_:b75 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.251868"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b75 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.517354"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b75 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b75 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b76 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2540,7 +2549,7 @@
 _:b76 <http://www.w3.org/ns/earl#result> _:b77 .
 _:b76 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b76 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0039> .
-_:b77 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.252731"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b77 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.518136"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b77 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b77 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b78 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2549,7 +2558,7 @@
 _:b78 <http://www.w3.org/ns/earl#result> _:b79 .
 _:b78 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b78 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0040> .
-_:b79 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.253695"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b79 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.518999"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b79 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b79 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b8 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2564,7 +2573,7 @@
 _:b80 <http://www.w3.org/ns/earl#result> _:b81 .
 _:b80 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b80 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0041> .
-_:b81 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.254419"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b81 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.519657"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b81 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b81 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b82 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2573,7 +2582,7 @@
 _:b82 <http://www.w3.org/ns/earl#result> _:b83 .
 _:b82 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b82 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0042> .
-_:b83 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.255110"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b83 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.520325"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b83 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b83 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b84 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2582,7 +2591,7 @@
 _:b84 <http://www.w3.org/ns/earl#result> _:b85 .
 _:b84 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b84 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0043> .
-_:b85 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.256077"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b85 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.521204"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b85 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b85 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b86 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2591,7 +2600,7 @@
 _:b86 <http://www.w3.org/ns/earl#result> _:b87 .
 _:b86 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b86 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0044> .
-_:b87 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.256877"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b87 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.521961"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b87 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b87 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b88 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2600,10 +2609,10 @@
 _:b88 <http://www.w3.org/ns/earl#result> _:b89 .
 _:b88 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b88 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0045> .
-_:b89 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.257180"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b89 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.522255"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b89 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b89 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
-_:b9 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.211547"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b9 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.476828"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b9 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b9 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b90 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2612,7 +2621,7 @@
 _:b90 <http://www.w3.org/ns/earl#result> _:b91 .
 _:b90 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b90 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0046> .
-_:b91 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.258018"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b91 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.523001"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b91 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b91 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b92 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2621,7 +2630,7 @@
 _:b92 <http://www.w3.org/ns/earl#result> _:b93 .
 _:b92 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b92 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0047> .
-_:b93 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.258968"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b93 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.523860"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b93 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b93 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b94 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2630,7 +2639,7 @@
 _:b94 <http://www.w3.org/ns/earl#result> _:b95 .
 _:b94 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b94 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0048> .
-_:b95 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.259970"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b95 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.524775"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b95 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b95 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b96 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2639,7 +2648,7 @@
 _:b96 <http://www.w3.org/ns/earl#result> _:b97 .
 _:b96 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b96 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0049> .
-_:b97 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.260667"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b97 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.525487"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b97 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b97 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .
 _:b98 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
@@ -2648,6 +2657,6 @@
 _:b98 <http://www.w3.org/ns/earl#result> _:b99 .
 _:b98 <http://www.w3.org/ns/earl#subject> <https://github.com/digitalbazaar/pyld> .
 _:b98 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0050> .
-_:b99 <http://purl.org/dc/terms/date> "2013-05-02T20:49:01.261290"^^<http://www.w3.org/2001/XMLSchema#date> .
+_:b99 <http://purl.org/dc/terms/date> "2013-05-03T14:38:07.526152"^^<http://www.w3.org/2001/XMLSchema#date> .
 _:b99 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestResult> .
 _:b99 <http://www.w3.org/ns/earl#outcome> <http://www.w3.org/ns/earl#passed> .