Update EARL report with Markus' results.
authorGregg Kellogg <gregg@kellogg-assoc.com>
Thu, 02 May 2013 11:38:18 -0700
changeset 1609 90e532fbc51d
parent 1608 1731714830a2
child 1610 db5e4ce98b86
Update EARL report with Markus' results.
earl.jsonld
test-suite/reports/README
test-suite/reports/earl.jsonld
test-suite/reports/earl.ttl
test-suite/reports/empty-earl.ttl
test-suite/reports/index.html
test-suite/reports/markus-earl.jsonld
test-suite/reports/markus-earl.ttl
--- a/test-suite/reports/README	Wed May 01 19:40:27 2013 +0200
+++ b/test-suite/reports/README	Thu May 02 11:38:18 2013 -0700
@@ -6,6 +6,6 @@
 
 gem install earl-report
 
-earl-report --format json -o earl.jsonld *.ttl
+earl-report --format json -o earl.jsonld *.ttl *.jsonld
 earl-report --json --format ttl -o earl.ttl earl.jsonld
 earl-report --json --format html --template template.md -o index.html earl.jsonld
--- a/test-suite/reports/earl.jsonld	Wed May 01 19:40:27 2013 +0200
+++ b/test-suite/reports/earl.jsonld	Thu May 02 11:38:18 2013 -0700
@@ -122,7 +122,7 @@
       "@id": "https://github.com/gkellogg/earl-report/tree/0.2.3",
       "@type": "doap:Version",
       "name": "earl-report-0.2.3",
-      "created": "2013-03-20",
+      "created": "2013-05-02",
       "revision": "0.2.3"
     },
     "developer": {
@@ -134,10 +134,28 @@
   },
   "assertions": [
     "earl.ttl",
-    "empty-earl.ttl"
+    "markus-earl.ttl"
   ],
   "testSubjects": [
-
+    {
+      "@id": "https://github.com/lanthaler/JsonLD",
+      "@type": [
+        "earl:TestSubject",
+        "doap:Project"
+      ],
+      "name": "JsonLD",
+      "developer": [
+        {
+          "@type": "foaf:Person",
+          "@id": "http://me.markus-lanthaler.com/",
+          "foaf:name": "Markus Lanthaler",
+          "foaf:homepage": "http://www.markus-lanthaler.com/"
+        }
+      ],
+      "doapDesc": "JSON-LD processor for PHP",
+      "homepage": "https://github.com/lanthaler/JsonLD",
+      "language": "PHP"
+    }
   ],
   "entries": [
     {
@@ -158,7 +176,17 @@
           "title": "id",
           "testAction": "http://json-ld.org/test-suite/tests/flatten-0001-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0001",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/flatten-0001-out.jsonld"
         },
@@ -172,7 +200,17 @@
           "title": "basic",
           "testAction": "http://json-ld.org/test-suite/tests/flatten-0002-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0002",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/flatten-0002-out.jsonld"
         },
@@ -186,7 +224,17 @@
           "title": "drop null and unmapped properties",
           "testAction": "http://json-ld.org/test-suite/tests/flatten-0003-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0003",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/flatten-0003-out.jsonld"
         },
@@ -200,7 +248,17 @@
           "title": "optimize @set, keep empty arrays",
           "testAction": "http://json-ld.org/test-suite/tests/flatten-0004-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0004",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/flatten-0004-out.jsonld"
         },
@@ -214,7 +272,17 @@
           "title": "do not expand aliased @id/@type",
           "testAction": "http://json-ld.org/test-suite/tests/flatten-0005-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0005",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/flatten-0005-out.jsonld"
         },
@@ -228,7 +296,17 @@
           "title": "alias keywords",
           "testAction": "http://json-ld.org/test-suite/tests/flatten-0006-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0006",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/flatten-0006-out.jsonld"
         },
@@ -242,7 +320,17 @@
           "title": "date type-coercion",
           "testAction": "http://json-ld.org/test-suite/tests/flatten-0007-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0007",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/flatten-0007-out.jsonld"
         },
@@ -256,7 +344,17 @@
           "title": "@value with @language",
           "testAction": "http://json-ld.org/test-suite/tests/flatten-0008-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0008",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/flatten-0008-out.jsonld"
         },
@@ -270,7 +368,17 @@
           "title": "@graph with terms",
           "testAction": "http://json-ld.org/test-suite/tests/flatten-0009-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0009",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/flatten-0009-out.jsonld"
         },
@@ -284,7 +392,17 @@
           "title": "native types",
           "testAction": "http://json-ld.org/test-suite/tests/flatten-0010-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0010",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/flatten-0010-out.jsonld"
         },
@@ -298,7 +416,17 @@
           "title": "coerced @id",
           "testAction": "http://json-ld.org/test-suite/tests/flatten-0011-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0011",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/flatten-0011-out.jsonld"
         },
@@ -312,7 +440,17 @@
           "title": "@graph with embed",
           "testAction": "http://json-ld.org/test-suite/tests/flatten-0012-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0012",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/flatten-0012-out.jsonld"
         },
@@ -326,7 +464,17 @@
           "title": "flatten already expanded",
           "testAction": "http://json-ld.org/test-suite/tests/flatten-0013-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0013",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/flatten-0013-out.jsonld"
         },
@@ -340,7 +488,17 @@
           "title": "@set of @value objects with keyword aliases",
           "testAction": "http://json-ld.org/test-suite/tests/flatten-0014-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0014",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/flatten-0014-out.jsonld"
         },
@@ -354,7 +512,17 @@
           "title": "collapse set of sets, keep empty lists",
           "testAction": "http://json-ld.org/test-suite/tests/flatten-0015-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0015",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/flatten-0015-out.jsonld"
         },
@@ -368,7 +536,17 @@
           "title": "context reset",
           "testAction": "http://json-ld.org/test-suite/tests/flatten-0016-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0016",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/flatten-0016-out.jsonld"
         },
@@ -382,7 +560,17 @@
           "title": "@graph and @id aliased",
           "testAction": "http://json-ld.org/test-suite/tests/flatten-0017-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0017",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/flatten-0017-out.jsonld"
         },
@@ -396,7 +584,17 @@
           "title": "override default @language in terms; only language-tag strings",
           "testAction": "http://json-ld.org/test-suite/tests/flatten-0018-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0018",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/flatten-0018-out.jsonld"
         },
@@ -410,7 +608,17 @@
           "title": "remove @value = null",
           "testAction": "http://json-ld.org/test-suite/tests/flatten-0019-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0019",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/flatten-0019-out.jsonld"
         },
@@ -424,7 +632,17 @@
           "title": "do not remove @graph if not at top-level",
           "testAction": "http://json-ld.org/test-suite/tests/flatten-0020-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0020",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/flatten-0020-out.jsonld"
         },
@@ -438,7 +656,17 @@
           "title": "do not remove @graph at top-level if not only property",
           "testAction": "http://json-ld.org/test-suite/tests/flatten-0021-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0021",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/flatten-0021-out.jsonld"
         },
@@ -452,7 +680,17 @@
           "title": "flatten value with default language",
           "testAction": "http://json-ld.org/test-suite/tests/flatten-0022-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0022",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/flatten-0022-out.jsonld"
         },
@@ -466,7 +704,17 @@
           "title": "Flattening lists and sets with properties having coercion coerces list/set values",
           "testAction": "http://json-ld.org/test-suite/tests/flatten-0023-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0023",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/flatten-0023-out.jsonld"
         },
@@ -480,7 +728,17 @@
           "title": "Multiple contexts",
           "testAction": "http://json-ld.org/test-suite/tests/flatten-0024-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0024",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/flatten-0024-out.jsonld"
         },
@@ -494,7 +752,17 @@
           "title": "Problematic IRI flattening tests",
           "testAction": "http://json-ld.org/test-suite/tests/flatten-0025-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0025",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/flatten-0025-out.jsonld"
         },
@@ -508,7 +776,17 @@
           "title": "Flattening term mapping to @type uses @type syntax",
           "testAction": "http://json-ld.org/test-suite/tests/flatten-0026-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0026",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/flatten-0026-out.jsonld"
         },
@@ -522,7 +800,17 @@
           "title": "Keep duplicate values in @list but remove them in @set",
           "testAction": "http://json-ld.org/test-suite/tests/flatten-0027-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0027",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/flatten-0027-out.jsonld"
         },
@@ -536,7 +824,17 @@
           "title": "Use @vocab in properties and @type but not in @id",
           "testAction": "http://json-ld.org/test-suite/tests/flatten-0028-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0028",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/flatten-0028-out.jsonld"
         },
@@ -550,7 +848,17 @@
           "title": "Relative IRIs",
           "testAction": "http://json-ld.org/test-suite/tests/flatten-0029-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0029",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/flatten-0029-out.jsonld"
         },
@@ -564,7 +872,17 @@
           "title": "Language maps",
           "testAction": "http://json-ld.org/test-suite/tests/flatten-0030-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0030",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/flatten-0030-out.jsonld"
         },
@@ -578,7 +896,17 @@
           "title": "type-coercion of native types",
           "testAction": "http://json-ld.org/test-suite/tests/flatten-0031-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0031",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/flatten-0031-out.jsonld"
         },
@@ -592,7 +920,17 @@
           "title": "Mapping a term to null decouples it from @vocab",
           "testAction": "http://json-ld.org/test-suite/tests/flatten-0032-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0032",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/flatten-0032-out.jsonld"
         },
@@ -606,7 +944,17 @@
           "title": "Using @vocab with with type-coercion",
           "testAction": "http://json-ld.org/test-suite/tests/flatten-0033-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0033",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/flatten-0033-out.jsonld"
         },
@@ -620,7 +968,17 @@
           "title": "Multiple properties expanding to the same IRI",
           "testAction": "http://json-ld.org/test-suite/tests/flatten-0034-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0034",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/flatten-0034-out.jsonld"
         },
@@ -634,7 +992,17 @@
           "title": "Using language maps with @vocab, a default language, and a colliding property",
           "testAction": "http://json-ld.org/test-suite/tests/flatten-0035-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0035",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/flatten-0035-out.jsonld"
         },
@@ -648,7 +1016,17 @@
           "title": "Flattening @index",
           "testAction": "http://json-ld.org/test-suite/tests/flatten-0036-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0036",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/flatten-0036-out.jsonld"
         },
@@ -662,7 +1040,17 @@
           "title": "Flattening reverse properties",
           "testAction": "http://json-ld.org/test-suite/tests/flatten-0037-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0037",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/flatten-0037-out.jsonld"
         },
@@ -676,7 +1064,17 @@
           "title": "Ensure all blank nodes are relabeled when flattening.",
           "testAction": "http://json-ld.org/test-suite/tests/flatten-0038-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0038",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/flatten-0038-out.jsonld"
         },
@@ -690,7 +1088,17 @@
           "title": "Flattening reverse properties using blank nodes",
           "testAction": "http://json-ld.org/test-suite/tests/flatten-0039-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0039",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/flatten-0039-out.jsonld"
         },
@@ -704,7 +1112,17 @@
           "title": "Only invoke language and index map expansion if the value is a JSON object",
           "testAction": "http://json-ld.org/test-suite/tests/flatten-0040-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0040",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/flatten-0040-out.jsonld"
         },
@@ -718,7 +1136,17 @@
           "title": "Free-floating sets and lists",
           "testAction": "http://json-ld.org/test-suite/tests/flatten-0041-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0041",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/flatten-0041-out.jsonld"
         },
@@ -732,7 +1160,17 @@
           "title": "Lists objects are implicit unlabeled blank nodes and thus never equivalent",
           "testAction": "http://json-ld.org/test-suite/tests/flatten-0042-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0042",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/flatten-0042-out.jsonld"
         }
@@ -756,7 +1194,17 @@
           "title": "drop free-floating nodes",
           "testAction": "http://json-ld.org/test-suite/tests/compact-0001-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0001",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/compact-0001-out.jsonld"
         },
@@ -770,7 +1218,17 @@
           "title": "basic",
           "testAction": "http://json-ld.org/test-suite/tests/compact-0002-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0002",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/compact-0002-out.jsonld"
         },
@@ -784,7 +1242,17 @@
           "title": "drop null and unmapped properties",
           "testAction": "http://json-ld.org/test-suite/tests/compact-0003-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0003",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/compact-0003-out.jsonld"
         },
@@ -798,7 +1266,17 @@
           "title": "optimize @set, keep empty arrays",
           "testAction": "http://json-ld.org/test-suite/tests/compact-0004-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0004",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/compact-0004-out.jsonld"
         },
@@ -812,7 +1290,17 @@
           "title": "@type and prefix compaction",
           "testAction": "http://json-ld.org/test-suite/tests/compact-0005-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0005",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/compact-0005-out.jsonld"
         },
@@ -826,7 +1314,17 @@
           "title": "keep expanded object format if @type doesn't match",
           "testAction": "http://json-ld.org/test-suite/tests/compact-0006-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0006",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/compact-0006-out.jsonld"
         },
@@ -840,7 +1338,17 @@
           "title": "add context",
           "testAction": "http://json-ld.org/test-suite/tests/compact-0007-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0007",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/compact-0007-out.jsonld"
         },
@@ -854,7 +1362,17 @@
           "title": "alias keywords",
           "testAction": "http://json-ld.org/test-suite/tests/compact-0008-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0008",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/compact-0008-out.jsonld"
         },
@@ -868,7 +1386,17 @@
           "title": "compact @id",
           "testAction": "http://json-ld.org/test-suite/tests/compact-0009-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0009",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/compact-0009-out.jsonld"
         },
@@ -882,7 +1410,17 @@
           "title": "array to @graph",
           "testAction": "http://json-ld.org/test-suite/tests/compact-0010-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0010",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/compact-0010-out.jsonld"
         },
@@ -896,7 +1434,17 @@
           "title": "compact date",
           "testAction": "http://json-ld.org/test-suite/tests/compact-0011-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0011",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/compact-0011-out.jsonld"
         },
@@ -910,7 +1458,17 @@
           "title": "native types",
           "testAction": "http://json-ld.org/test-suite/tests/compact-0012-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0012",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/compact-0012-out.jsonld"
         },
@@ -924,7 +1482,17 @@
           "title": "@value with @language",
           "testAction": "http://json-ld.org/test-suite/tests/compact-0013-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0013",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/compact-0013-out.jsonld"
         },
@@ -938,7 +1506,17 @@
           "title": "array to aliased @graph",
           "testAction": "http://json-ld.org/test-suite/tests/compact-0014-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0014",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/compact-0014-out.jsonld"
         },
@@ -952,7 +1530,17 @@
           "title": "best match compaction",
           "testAction": "http://json-ld.org/test-suite/tests/compact-0015-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0015",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/compact-0015-out.jsonld"
         },
@@ -966,7 +1554,17 @@
           "title": "recursive named graphs",
           "testAction": "http://json-ld.org/test-suite/tests/compact-0016-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0016",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/compact-0016-out.jsonld"
         },
@@ -980,7 +1578,17 @@
           "title": "A term mapping to null removes the mapping",
           "testAction": "http://json-ld.org/test-suite/tests/compact-0017-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0017",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/compact-0017-out.jsonld"
         },
@@ -994,7 +1602,17 @@
           "title": "best matching term for lists",
           "testAction": "http://json-ld.org/test-suite/tests/compact-0018-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0018",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/compact-0018-out.jsonld"
         },
@@ -1008,7 +1626,17 @@
           "title": "Keep duplicate values in @list and @set",
           "testAction": "http://json-ld.org/test-suite/tests/compact-0019-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0019",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/compact-0019-out.jsonld"
         },
@@ -1022,7 +1650,17 @@
           "title": "Compact @id that is a property IRI when @container is @list",
           "testAction": "http://json-ld.org/test-suite/tests/compact-0020-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0020",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/compact-0020-out.jsonld"
         },
@@ -1036,7 +1674,17 @@
           "title": "Compact properties and types using @vocab",
           "testAction": "http://json-ld.org/test-suite/tests/compact-0021-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0021",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/compact-0021-out.jsonld"
         },
@@ -1050,7 +1698,17 @@
           "title": "Compact nested properties using @list containers",
           "testAction": "http://json-ld.org/test-suite/tests/compact-0022-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0022",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/compact-0022-out.jsonld"
         },
@@ -1064,7 +1722,17 @@
           "title": "@vocab takes precedence over prefixes - even if the result is longer",
           "testAction": "http://json-ld.org/test-suite/tests/compact-0023-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0023",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/compact-0023-out.jsonld"
         },
@@ -1078,7 +1746,17 @@
           "title": "The most specific term that matches all of the elements in the list, taking into account the default language, must be selected.",
           "testAction": "http://json-ld.org/test-suite/tests/compact-0024-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0024",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/compact-0024-out.jsonld"
         },
@@ -1092,7 +1770,17 @@
           "title": "Language maps",
           "testAction": "http://json-ld.org/test-suite/tests/compact-0025-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0025",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/compact-0025-out.jsonld"
         },
@@ -1106,7 +1794,17 @@
           "title": "Using language maps with @vocab, a default language, and a competing term",
           "testAction": "http://json-ld.org/test-suite/tests/compact-0026-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0026",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/compact-0026-out.jsonld"
         },
@@ -1120,7 +1818,17 @@
           "title": "Fall back to term with @set container if term with language map is defined",
           "testAction": "http://json-ld.org/test-suite/tests/compact-0027-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0027",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/compact-0027-out.jsonld"
         },
@@ -1134,7 +1842,17 @@
           "title": "Alias keywords and use @vocab",
           "testAction": "http://json-ld.org/test-suite/tests/compact-0028-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0028",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/compact-0028-out.jsonld"
         },
@@ -1148,7 +1866,17 @@
           "title": "Simple @index map",
           "testAction": "http://json-ld.org/test-suite/tests/compact-0029-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0029",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/compact-0029-out.jsonld"
         },
@@ -1162,7 +1890,17 @@
           "title": "Preserve @index tags if not compacted to an index map",
           "testAction": "http://json-ld.org/test-suite/tests/compact-0030-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0030",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/compact-0030-out.jsonld"
         },
@@ -1176,7 +1914,17 @@
           "title": "Compact @reverse",
           "testAction": "http://json-ld.org/test-suite/tests/compact-0031-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0031",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/compact-0031-out.jsonld"
         },
@@ -1190,7 +1938,17 @@
           "title": "Compact keys in reverse-maps",
           "testAction": "http://json-ld.org/test-suite/tests/compact-0032-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0032",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/compact-0032-out.jsonld"
         },
@@ -1204,7 +1962,17 @@
           "title": "Compact reverse-map to reverse property",
           "testAction": "http://json-ld.org/test-suite/tests/compact-0033-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0033",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/compact-0033-out.jsonld"
         },
@@ -1218,7 +1986,17 @@
           "title": "Do not use reverse property if no other property matches as normal property",
           "testAction": "http://json-ld.org/test-suite/tests/compact-0034-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0034",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/compact-0034-out.jsonld"
         },
@@ -1232,7 +2010,17 @@
           "title": "Compact pure node references to strings for reverse properties",
           "testAction": "http://json-ld.org/test-suite/tests/compact-0035-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0035",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/compact-0035-out.jsonld"
         },
@@ -1246,7 +2034,17 @@
           "title": "Compact reverse properties using index containers",
           "testAction": "http://json-ld.org/test-suite/tests/compact-0036-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0036",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/compact-0036-out.jsonld"
         },
@@ -1260,7 +2058,17 @@
           "title": "Compact keys in @reverse using @vocab",
           "testAction": "http://json-ld.org/test-suite/tests/compact-0037-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0037",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/compact-0037-out.jsonld"
         },
@@ -1274,7 +2082,17 @@
           "title": "Index map round-tripping (Drupal content deployment)",
           "testAction": "http://json-ld.org/test-suite/tests/compact-0038-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0038",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/compact-0038-out.jsonld"
         },
@@ -1288,7 +2106,17 @@
           "title": "Value of @graph is always an array",
           "testAction": "http://json-ld.org/test-suite/tests/compact-0039-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0039",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/compact-0039-out.jsonld"
         },
@@ -1302,7 +2130,17 @@
           "title": "Ensure that value of @list is always an array",
           "testAction": "http://json-ld.org/test-suite/tests/compact-0040-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0040",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/compact-0040-out.jsonld"
         },
@@ -1316,7 +2154,17 @@
           "title": "If an index is present, a term having an @list container is not selected",
           "testAction": "http://json-ld.org/test-suite/tests/compact-0041-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0041",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/compact-0041-out.jsonld"
         },
@@ -1330,7 +2178,17 @@
           "title": "Make sure keyword aliasing works if a list can't be compacted",
           "testAction": "http://json-ld.org/test-suite/tests/compact-0042-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0042",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/compact-0042-out.jsonld"
         },
@@ -1344,7 +2202,17 @@
           "title": "Ensure that @vocab compaction isn't used if the result collides with a term",
           "testAction": "http://json-ld.org/test-suite/tests/compact-0043-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0043",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/compact-0043-out.jsonld"
         },
@@ -1358,7 +2226,17 @@
           "title": "Prefer properties with @type: @vocab in reverse-maps if the value can be compacted to a term",
           "testAction": "http://json-ld.org/test-suite/tests/compact-0044-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0044",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/compact-0044-out.jsonld"
         },
@@ -1372,7 +2250,17 @@
           "title": "Values of @id are transformed to relative IRIs, terms are ignored",
           "testAction": "http://json-ld.org/test-suite/tests/compact-0045-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0045",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/compact-0045-out.jsonld"
         },
@@ -1386,7 +2274,17 @@
           "title": "Wrap top-level array into @graph even if no context is passed",
           "testAction": "http://json-ld.org/test-suite/tests/compact-0046-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0046",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/compact-0046-out.jsonld"
         },
@@ -1400,7 +2298,17 @@
           "title": "Prefer terms with a language mapping set to null over terms without language-mapping for non-strings",
           "testAction": "http://json-ld.org/test-suite/tests/compact-0048-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0048",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/compact-0048-out.jsonld"
         },
@@ -1414,7 +2322,17 @@
           "title": "Round tripping of lists that contain just IRIs",
           "testAction": "http://json-ld.org/test-suite/tests/compact-0049-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0049",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/compact-0049-out.jsonld"
         },
@@ -1428,7 +2346,17 @@
           "title": "Round tripping @list with scalar",
           "testAction": "http://json-ld.org/test-suite/tests/compact-0051-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0051",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/compact-0051-out.jsonld"
         },
@@ -1442,7 +2370,17 @@
           "title": "Round tripping @list with scalar and @graph alias",
           "testAction": "http://json-ld.org/test-suite/tests/compact-0052-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0052",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/compact-0052-out.jsonld"
         },
@@ -1456,7 +2394,17 @@
           "title": "Compact to @type: @vocab when no @type: @id term available",
           "testAction": "http://json-ld.org/test-suite/tests/compact-0053-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0053",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/compact-0053-out.jsonld"
         },
@@ -1470,7 +2418,17 @@
           "title": "Compact to @type: @vocab and compact @id to term",
           "testAction": "http://json-ld.org/test-suite/tests/compact-0054-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0054",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/compact-0054-out.jsonld"
         },
@@ -1484,7 +2442,17 @@
           "title": "Round tripping @type: @vocab",
           "testAction": "http://json-ld.org/test-suite/tests/compact-0055-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0055",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/compact-0055-out.jsonld"
         },
@@ -1498,7 +2466,17 @@
           "title": "Prefer @type: @vocab over @type: @id for terms",
           "testAction": "http://json-ld.org/test-suite/tests/compact-0056-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0056",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/compact-0056-out.jsonld"
         },
@@ -1512,7 +2490,17 @@
           "title": "Complex round tripping @type: @vocab and @type: @id",
           "testAction": "http://json-ld.org/test-suite/tests/compact-0057-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0057",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/compact-0057-out.jsonld"
         },
@@ -1526,7 +2514,17 @@
           "title": "Prefer @type: @id over @type: @vocab for non-terms",
           "testAction": "http://json-ld.org/test-suite/tests/compact-0058-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0058",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/compact-0058-out.jsonld"
         },
@@ -1540,7 +2538,17 @@
           "title": "If there's no term with @type: @id, use terms with @type: @vocab for IRIs not mapped to terms",
           "testAction": "http://json-ld.org/test-suite/tests/compact-0059-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0059",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/compact-0059-out.jsonld"
         },
@@ -1554,7 +2562,17 @@
           "title": "If there's no term with @type: @vocab, use terms with @type: @id for IRIs mapped to terms",
           "testAction": "http://json-ld.org/test-suite/tests/compact-0060-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0060",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/compact-0060-out.jsonld"
         },
@@ -1568,7 +2586,17 @@
           "title": "Separate IRIs for the same property to use term with more specific @type (@id vs. @vocab)",
           "testAction": "http://json-ld.org/test-suite/tests/compact-0061-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0061",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/compact-0061-out.jsonld"
         },
@@ -1582,7 +2610,17 @@
           "title": "Relative IRIs don't round-trip with @type: @vocab",
           "testAction": "http://json-ld.org/test-suite/tests/compact-0062-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0062",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/compact-0062-out.jsonld"
         },
@@ -1596,7 +2634,17 @@
           "title": "Compact IRI round-tripping with @type: @vocab",
           "testAction": "http://json-ld.org/test-suite/tests/compact-0063-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0063",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/compact-0063-out.jsonld"
         },
@@ -1610,7 +2658,17 @@
           "title": "Compact language-tagged and indexed strings to index-map",
           "testAction": "http://json-ld.org/test-suite/tests/compact-0064-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0064",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/compact-0064-out.jsonld"
         },
@@ -1624,7 +2682,17 @@
           "title": "Language-tagged and indexed strings don't compact to language-map",
           "testAction": "http://json-ld.org/test-suite/tests/compact-0065-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0065",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/compact-0065-out.jsonld"
         },
@@ -1638,7 +2706,17 @@
           "title": "Relative IRIs",
           "testAction": "http://json-ld.org/test-suite/tests/compact-0066-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0066",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/compact-0066-out.jsonld"
         },
@@ -1652,7 +2730,17 @@
           "title": "Compact reverse property whose values are unlabeled blank nodes",
           "testAction": "http://json-ld.org/test-suite/tests/compact-0067-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0067",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/compact-0067-out.jsonld"
         }
@@ -1676,7 +2764,17 @@
           "title": "drop free-floating nodes",
           "testAction": "http://json-ld.org/test-suite/tests/expand-0001-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0001",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/expand-0001-out.jsonld"
         },
@@ -1690,7 +2788,17 @@
           "title": "basic",
           "testAction": "http://json-ld.org/test-suite/tests/expand-0002-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0002",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/expand-0002-out.jsonld"
         },
@@ -1704,7 +2812,17 @@
           "title": "drop null and unmapped properties",
           "testAction": "http://json-ld.org/test-suite/tests/expand-0003-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0003",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/expand-0003-out.jsonld"
         },
@@ -1718,7 +2836,17 @@
           "title": "optimize @set, keep empty arrays",
           "testAction": "http://json-ld.org/test-suite/tests/expand-0004-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0004",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/expand-0004-out.jsonld"
         },
@@ -1732,7 +2860,17 @@
           "title": "do not expand aliased @id/@type",
           "testAction": "http://json-ld.org/test-suite/tests/expand-0005-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0005",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/expand-0005-out.jsonld"
         },
@@ -1746,7 +2884,17 @@
           "title": "alias keywords",
           "testAction": "http://json-ld.org/test-suite/tests/expand-0006-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0006",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/expand-0006-out.jsonld"
         },
@@ -1760,7 +2908,17 @@
           "title": "date type-coercion",
           "testAction": "http://json-ld.org/test-suite/tests/expand-0007-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0007",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/expand-0007-out.jsonld"
         },
@@ -1774,7 +2932,17 @@
           "title": "@value with @language",
           "testAction": "http://json-ld.org/test-suite/tests/expand-0008-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0008",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/expand-0008-out.jsonld"
         },
@@ -1788,7 +2956,17 @@
           "title": "@graph with terms",
           "testAction": "http://json-ld.org/test-suite/tests/expand-0009-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0009",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/expand-0009-out.jsonld"
         },
@@ -1802,7 +2980,17 @@
           "title": "native types",
           "testAction": "http://json-ld.org/test-suite/tests/expand-0010-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0010",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/expand-0010-out.jsonld"
         },
@@ -1816,7 +3004,17 @@
           "title": "coerced @id",
           "testAction": "http://json-ld.org/test-suite/tests/expand-0011-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0011",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/expand-0011-out.jsonld"
         },
@@ -1830,7 +3028,17 @@
           "title": "@graph with embed",
           "testAction": "http://json-ld.org/test-suite/tests/expand-0012-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0012",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/expand-0012-out.jsonld"
         },
@@ -1844,7 +3052,17 @@
           "title": "expand already expanded",
           "testAction": "http://json-ld.org/test-suite/tests/expand-0013-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0013",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/expand-0013-out.jsonld"
         },
@@ -1858,7 +3076,17 @@
           "title": "@set of @value objects with keyword aliases",
           "testAction": "http://json-ld.org/test-suite/tests/expand-0014-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0014",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/expand-0014-out.jsonld"
         },
@@ -1872,7 +3100,17 @@
           "title": "collapse set of sets, keep empty lists",
           "testAction": "http://json-ld.org/test-suite/tests/expand-0015-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0015",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/expand-0015-out.jsonld"
         },
@@ -1886,7 +3124,17 @@
           "title": "context reset",
           "testAction": "http://json-ld.org/test-suite/tests/expand-0016-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0016",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/expand-0016-out.jsonld"
         },
@@ -1900,7 +3148,17 @@
           "title": "@graph and @id aliased",
           "testAction": "http://json-ld.org/test-suite/tests/expand-0017-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0017",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/expand-0017-out.jsonld"
         },
@@ -1914,7 +3172,17 @@
           "title": "override default @language in terms; only language-tag strings",
           "testAction": "http://json-ld.org/test-suite/tests/expand-0018-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0018",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/expand-0018-out.jsonld"
         },
@@ -1928,7 +3196,17 @@
           "title": "remove @value = null",
           "testAction": "http://json-ld.org/test-suite/tests/expand-0019-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0019",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/expand-0019-out.jsonld"
         },
@@ -1942,7 +3220,17 @@
           "title": "do not remove @graph if not at top-level",
           "testAction": "http://json-ld.org/test-suite/tests/expand-0020-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0020",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/expand-0020-out.jsonld"
         },
@@ -1956,7 +3244,17 @@
           "title": "do not remove @graph at top-level if not only property",
           "testAction": "http://json-ld.org/test-suite/tests/expand-0021-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0021",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/expand-0021-out.jsonld"
         },
@@ -1970,7 +3268,17 @@
           "title": "expand value with default language",
           "testAction": "http://json-ld.org/test-suite/tests/expand-0022-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0022",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/expand-0022-out.jsonld"
         },
@@ -1984,7 +3292,17 @@
           "title": "Expanding lists and sets with properties having coercion coerces list/set values",
           "testAction": "http://json-ld.org/test-suite/tests/expand-0023-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0023",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/expand-0023-out.jsonld"
         },
@@ -1998,7 +3316,17 @@
           "title": "Multiple contexts",
           "testAction": "http://json-ld.org/test-suite/tests/expand-0024-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0024",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/expand-0024-out.jsonld"
         },
@@ -2012,7 +3340,17 @@
           "title": "Problematic IRI expansion tests",
           "testAction": "http://json-ld.org/test-suite/tests/expand-0025-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0025",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/expand-0025-out.jsonld"
         },
@@ -2026,7 +3364,17 @@
           "title": "Expanding term mapping to @type uses @type syntax",
           "testAction": "http://json-ld.org/test-suite/tests/expand-0026-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0026",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/expand-0026-out.jsonld"
         },
@@ -2040,7 +3388,17 @@
           "title": "Keep duplicate values in @list and @set",
           "testAction": "http://json-ld.org/test-suite/tests/expand-0027-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0027",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/expand-0027-out.jsonld"
         },
@@ -2054,7 +3412,17 @@
           "title": "Use @vocab in properties and @type but not in @id",
           "testAction": "http://json-ld.org/test-suite/tests/expand-0028-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0028",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/expand-0028-out.jsonld"
         },
@@ -2068,7 +3436,17 @@
           "title": "Relative IRIs",
           "testAction": "http://json-ld.org/test-suite/tests/expand-0029-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0029",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/expand-0029-out.jsonld"
         },
@@ -2082,7 +3460,17 @@
           "title": "Language maps",
           "testAction": "http://json-ld.org/test-suite/tests/expand-0030-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0030",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/expand-0030-out.jsonld"
         },
@@ -2096,7 +3484,17 @@
           "title": "type-coercion of native types",
           "testAction": "http://json-ld.org/test-suite/tests/expand-0031-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0031",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/expand-0031-out.jsonld"
         },
@@ -2110,7 +3508,17 @@
           "title": "Mapping a term to null decouples it from @vocab",
           "testAction": "http://json-ld.org/test-suite/tests/expand-0032-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0032",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/expand-0032-out.jsonld"
         },
@@ -2124,7 +3532,17 @@
           "title": "Using @vocab with with type-coercion",
           "testAction": "http://json-ld.org/test-suite/tests/expand-0033-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0033",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/expand-0033-out.jsonld"
         },
@@ -2138,7 +3556,17 @@
           "title": "Multiple properties expanding to the same IRI",
           "testAction": "http://json-ld.org/test-suite/tests/expand-0034-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0034",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/expand-0034-out.jsonld"
         },
@@ -2152,7 +3580,17 @@
           "title": "Using language maps with @vocab, a default language, and a colliding property",
           "testAction": "http://json-ld.org/test-suite/tests/expand-0035-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0035",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/expand-0035-out.jsonld"
         },
@@ -2166,7 +3604,17 @@
           "title": "Expanding @index",
           "testAction": "http://json-ld.org/test-suite/tests/expand-0036-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0036",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/expand-0036-out.jsonld"
         },
@@ -2180,7 +3628,17 @@
           "title": "Expanding @reverse",
           "testAction": "http://json-ld.org/test-suite/tests/expand-0037-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0037",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/expand-0037-out.jsonld"
         },
@@ -2194,7 +3652,17 @@
           "title": "Blank nodes are not relabeled during expansion.",
           "testAction": "http://json-ld.org/test-suite/tests/expand-0038-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0038",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/expand-0038-out.jsonld"
         },
@@ -2208,7 +3676,17 @@
           "title": "Using terms in a reverse-maps",
           "testAction": "http://json-ld.org/test-suite/tests/expand-0039-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0039",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/expand-0039-out.jsonld"
         },
@@ -2222,7 +3700,17 @@
           "title": "Only invoke language and index map expansion if the value is a JSON object",
           "testAction": "http://json-ld.org/test-suite/tests/expand-0040-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0040",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/expand-0040-out.jsonld"
         },
@@ -2236,7 +3724,17 @@
           "title": "Reset the default language",
           "testAction": "http://json-ld.org/test-suite/tests/expand-0041-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0041",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/expand-0041-out.jsonld"
         },
@@ -2250,7 +3748,17 @@
           "title": "Expanding reverse properties",
           "testAction": "http://json-ld.org/test-suite/tests/expand-0042-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0042",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/expand-0042-out.jsonld"
         },
@@ -2264,7 +3772,17 @@
           "title": "Using reverse properties inside a @reverse-container",
           "testAction": "http://json-ld.org/test-suite/tests/expand-0043-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0043",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/expand-0043-out.jsonld"
         },
@@ -2278,7 +3796,17 @@
           "title": "Ensure index maps use language mapping",
           "testAction": "http://json-ld.org/test-suite/tests/expand-0044-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0044",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/expand-0044-out.jsonld"
         },
@@ -2292,7 +3820,17 @@
           "title": "Top-level value objects are removed",
           "testAction": "http://json-ld.org/test-suite/tests/expand-0045-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0045",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/expand-0045-out.jsonld"
         },
@@ -2306,7 +3844,17 @@
           "title": "Free-floating nodes are removed",
           "testAction": "http://json-ld.org/test-suite/tests/expand-0046-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0046",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/expand-0046-out.jsonld"
         },
@@ -2320,7 +3868,17 @@
           "title": "Free-floating values in sets are removed, free-floating lists are removed completely",
           "testAction": "http://json-ld.org/test-suite/tests/expand-0047-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0047",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/expand-0047-out.jsonld"
         },
@@ -2334,7 +3892,17 @@
           "title": "Terms are ignored in @id",
           "testAction": "http://json-ld.org/test-suite/tests/expand-0048-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0048",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/expand-0048-out.jsonld"
         },
@@ -2348,7 +3916,17 @@
           "title": "Using strings as value of a reverse property",
           "testAction": "http://json-ld.org/test-suite/tests/expand-0049-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0049",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/expand-0049-out.jsonld"
         },
@@ -2362,7 +3940,17 @@
           "title": "Context definitions using compact IRIs don't inherit the definitions of the prefix",
           "testAction": "http://json-ld.org/test-suite/tests/expand-0050-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0050",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/expand-0050-out.jsonld"
         },
@@ -2376,7 +3964,17 @@
           "title": "Expansion of keyword aliases in term definitions",
           "testAction": "http://json-ld.org/test-suite/tests/expand-0051-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0051",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/expand-0051-out.jsonld"
         },
@@ -2390,7 +3988,17 @@
           "title": "@vocab-relative IRIs in term definitions",
           "testAction": "http://json-ld.org/test-suite/tests/expand-0052-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0052",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/expand-0052-out.jsonld"
         },
@@ -2404,7 +4012,17 @@
           "title": "Expand absolute IRI with @type: @vocab",
           "testAction": "http://json-ld.org/test-suite/tests/expand-0053-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0053",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/expand-0053-out.jsonld"
         },
@@ -2418,7 +4036,17 @@
           "title": "Expand term with @type: @vocab",
           "testAction": "http://json-ld.org/test-suite/tests/expand-0054-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0054",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/expand-0054-out.jsonld"
         },
@@ -2432,7 +4060,17 @@
           "title": "Expand @vocab-relative term with @type: @vocab",
           "testAction": "http://json-ld.org/test-suite/tests/expand-0055-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0055",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/expand-0055-out.jsonld"
         },
@@ -2446,7 +4084,17 @@
           "title": "Use terms with @type: @vocab but not with @type: @id",
           "testAction": "http://json-ld.org/test-suite/tests/expand-0056-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0056",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/expand-0056-out.jsonld"
         },
@@ -2460,7 +4108,17 @@
           "title": "Expand relative IRI with @type: @vocab",
           "testAction": "http://json-ld.org/test-suite/tests/expand-0057-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0057",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/expand-0057-out.jsonld"
         },
@@ -2474,7 +4132,17 @@
           "title": "Expand compact IRI with @type: @vocab",
           "testAction": "http://json-ld.org/test-suite/tests/expand-0058-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0058",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/expand-0058-out.jsonld"
         },
@@ -2488,7 +4156,17 @@
           "title": "Reset @vocab by setting it to null",
           "testAction": "http://json-ld.org/test-suite/tests/expand-0059-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0059",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/expand-0059-out.jsonld"
         },
@@ -2502,7 +4180,17 @@
           "title": "Overwrite document base with @base and reset it again",
           "testAction": "http://json-ld.org/test-suite/tests/expand-0060-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0060",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/expand-0060-out.jsonld"
         },
@@ -2516,7 +4204,17 @@
           "title": "Various relative IRIs with with @base",
           "testAction": "http://json-ld.org/test-suite/tests/expand-0062-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0061",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/expand-0062-out.jsonld"
         },
@@ -2530,7 +4228,17 @@
           "title": "Expand a reverse property with an index-container",
           "testAction": "http://json-ld.org/test-suite/tests/expand-0063-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0062",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/expand-0063-out.jsonld"
         },
@@ -2544,7 +4252,17 @@
           "title": "Expand reverse property whose values are unlabeled blank nodes",
           "testAction": "http://json-ld.org/test-suite/tests/expand-0064-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0063",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/expand-0064-out.jsonld"
         },
@@ -2558,7 +4276,17 @@
           "title": "Keys that are not mapped to an IRI in a reverse-map are dropped",
           "testAction": "http://json-ld.org/test-suite/tests/expand-0065-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0064",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/expand-0065-out.jsonld"
         },
@@ -2572,7 +4300,17 @@
           "title": "Use @vocab to expand keys in reverse-maps",
           "testAction": "http://json-ld.org/test-suite/tests/expand-0066-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0065",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/expand-0066-out.jsonld"
         },
@@ -2586,7 +4324,17 @@
           "title": "prefix:suffix values are not interpreted as compact IRIs if suffix begins with two slashes",
           "testAction": "http://json-ld.org/test-suite/tests/expand-0067-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0066",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/expand-0067-out.jsonld"
         },
@@ -2600,9 +4348,115 @@
           "title": "prefix:suffix values are not interpreted as compact IRIs if prefix is an underscore",
           "testAction": "http://json-ld.org/test-suite/tests/expand-0068-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0067",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/expand-0068-out.jsonld"
+        },
+        {
+          "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0069",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://json-ld.org/test-suite/vocab#ExpandTest"
+          ],
+          "title": "Redefine compact IRI to define type mapping using the compact IRI itself as value of @id",
+          "testAction": "http://json-ld.org/test-suite/tests/expand-0069-in.jsonld",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0069",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
+          ],
+          "testResult": "http://json-ld.org/test-suite/tests/expand-0069-out.jsonld"
+        },
+        {
+          "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0070",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://json-ld.org/test-suite/vocab#ExpandTest"
+          ],
+          "title": "Redefine compact IRI to define type mapping using the compact IRI itself as string value",
+          "testAction": "http://json-ld.org/test-suite/tests/expand-0070-in.jsonld",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0070",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
+          ],
+          "testResult": "http://json-ld.org/test-suite/tests/expand-0070-out.jsonld"
+        },
+        {
+          "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0071",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://json-ld.org/test-suite/vocab#ExpandTest"
+          ],
+          "title": "Redefine terms looking like compact IRIs",
+          "testAction": "http://json-ld.org/test-suite/tests/expand-0071-in.jsonld",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0071",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
+          ],
+          "testResult": "http://json-ld.org/test-suite/tests/expand-0071-out.jsonld"
+        },
+        {
+          "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0072",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://json-ld.org/test-suite/vocab#ExpandTest"
+          ],
+          "title": "Redefine term using @vocab, not itself",
+          "testAction": "http://json-ld.org/test-suite/tests/expand-0072-in.jsonld",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0072",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
+          ],
+          "testResult": "http://json-ld.org/test-suite/tests/expand-0072-out.jsonld"
         }
       ]
     },
@@ -2624,7 +4478,16 @@
           "title": "Keywords cannot be aliased to other keywords",
           "testAction": "http://json-ld.org/test-suite/tests/error-expand-0001-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/error-expand-manifest.jsonld#t0001",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            }
           ],
           "testResult": "http://json-ld.org/test-suite/tests/keyword redefinition"
         }
@@ -2648,7 +4511,17 @@
           "title": "Plain literal with URIs",
           "testAction": "http://json-ld.org/test-suite/tests/toRdf-0001-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0001",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "description": "Tests generation of a triple using full URIs and a plain literal.",
           "testResult": "http://json-ld.org/test-suite/tests/toRdf-0001-out.nq"
@@ -2663,7 +4536,17 @@
           "title": "Plain literal with CURIE from default context",
           "testAction": "http://json-ld.org/test-suite/tests/toRdf-0002-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0002",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "description": "Tests generation of a triple using a CURIE defined in the default context.",
           "testResult": "http://json-ld.org/test-suite/tests/toRdf-0002-out.nq"
@@ -2678,7 +4561,17 @@
           "title": "Default subject is BNode",
           "testAction": "http://json-ld.org/test-suite/tests/toRdf-0003-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0003",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "description": "Tests that a BNode is created if no explicit subject is set.",
           "testResult": "http://json-ld.org/test-suite/tests/toRdf-0003-out.nq"
@@ -2693,7 +4586,17 @@
           "title": "Literal with language tag",
           "testAction": "http://json-ld.org/test-suite/tests/toRdf-0004-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0004",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "description": "Tests that a plain literal is created with a language tag.",
           "testResult": "http://json-ld.org/test-suite/tests/toRdf-0004-out.nq"
@@ -2708,7 +4611,17 @@
           "title": "Extended character set literal",
           "testAction": "http://json-ld.org/test-suite/tests/toRdf-0005-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0005",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "description": "Tests that a literal may be created using extended characters.",
           "testResult": "http://json-ld.org/test-suite/tests/toRdf-0005-out.nq"
@@ -2723,7 +4636,17 @@
           "title": "Typed literal",
           "testAction": "http://json-ld.org/test-suite/tests/toRdf-0006-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0006",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "description": "Tests creation of a literal with a datatype.",
           "testResult": "http://json-ld.org/test-suite/tests/toRdf-0006-out.nq"
@@ -2738,7 +4661,17 @@
           "title": "Tests 'a' generates rdf:type and object is implicit IRI",
           "testAction": "http://json-ld.org/test-suite/tests/toRdf-0007-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0007",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "description": "Verify that 'a' is an alias for rdf:type, and the object is created as an IRI.",
           "testResult": "http://json-ld.org/test-suite/tests/toRdf-0007-out.nq"
@@ -2753,7 +4686,17 @@
           "title": "Test prefix defined in @context",
           "testAction": "http://json-ld.org/test-suite/tests/toRdf-0008-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0008",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "description": "Generate an IRI using a prefix defined within an @context.",
           "testResult": "http://json-ld.org/test-suite/tests/toRdf-0008-out.nq"
@@ -2768,7 +4711,17 @@
           "title": "Test using an empty suffix",
           "testAction": "http://json-ld.org/test-suite/tests/toRdf-0009-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0009",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "description": "An empty suffix may be used.",
           "testResult": "http://json-ld.org/test-suite/tests/toRdf-0009-out.nq"
@@ -2783,7 +4736,17 @@
           "title": "Test object processing defines object",
           "testAction": "http://json-ld.org/test-suite/tests/toRdf-0010-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0010",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "description": "A property referencing an associative array gets object from subject of array.",
           "testResult": "http://json-ld.org/test-suite/tests/toRdf-0010-out.nq"
@@ -2798,7 +4761,17 @@
           "title": "Test object processing defines object with implicit BNode",
           "testAction": "http://json-ld.org/test-suite/tests/toRdf-0011-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0011",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "description": "If no @ is specified, a BNode is created, and will be used as the object of an enclosing property.",
           "testResult": "http://json-ld.org/test-suite/tests/toRdf-0011-out.nq"
@@ -2813,7 +4786,17 @@
           "title": "Multiple Objects for a Single Property",
           "testAction": "http://json-ld.org/test-suite/tests/toRdf-0012-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0012",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "description": "Tests that Multiple Objects are for a Single Property using array syntax.",
           "testResult": "http://json-ld.org/test-suite/tests/toRdf-0012-out.nq"
@@ -2828,7 +4811,17 @@
           "title": "Creation of an empty list",
           "testAction": "http://json-ld.org/test-suite/tests/toRdf-0013-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0013",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "description": "Tests that [[]] generates an empty list.",
           "testResult": "http://json-ld.org/test-suite/tests/toRdf-0013-out.nq"
@@ -2843,7 +4836,17 @@
           "title": "Creation of a list with single element",
           "testAction": "http://json-ld.org/test-suite/tests/toRdf-0014-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0014",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "description": "Tests that [[a]] generates list.",
           "testResult": "http://json-ld.org/test-suite/tests/toRdf-0014-out.nq"
@@ -2858,7 +4861,17 @@
           "title": "Creation of a list with multiple elements",
           "testAction": "http://json-ld.org/test-suite/tests/toRdf-0015-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0015",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "description": "Tests that list with multiple elements.",
           "testResult": "http://json-ld.org/test-suite/tests/toRdf-0015-out.nq"
@@ -2873,7 +4886,17 @@
           "title": "Empty IRI expands to resource location",
           "testAction": "http://json-ld.org/test-suite/tests/toRdf-0016-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0016",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "description": "Expanding an empty IRI uses the test file location.",
           "testResult": "http://json-ld.org/test-suite/tests/toRdf-0016-out.nq"
@@ -2888,7 +4911,17 @@
           "title": "Relative IRI expands relative resource location",
           "testAction": "http://json-ld.org/test-suite/tests/toRdf-0017-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0017",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "description": "Expanding a relative IRI uses the test file location.",
           "testResult": "http://json-ld.org/test-suite/tests/toRdf-0017-out.nq"
@@ -2903,7 +4936,17 @@
           "title": "Frag ID expands relative resource location",
           "testAction": "http://json-ld.org/test-suite/tests/toRdf-0018-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0018",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "description": "Expanding a fragment uses the test file location.",
           "testResult": "http://json-ld.org/test-suite/tests/toRdf-0018-out.nq"
@@ -2918,7 +4961,17 @@
           "title": "Test type coercion to anyURI",
           "testAction": "http://json-ld.org/test-suite/tests/toRdf-0019-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0019",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "description": "Tests coercion of object to anyURI when specified.",
           "testResult": "http://json-ld.org/test-suite/tests/toRdf-0019-out.nq"
@@ -2933,7 +4986,17 @@
           "title": "Test type coercion to typed literal",
           "testAction": "http://json-ld.org/test-suite/tests/toRdf-0020-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0020",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "description": "Tests coercion of object to a typed literal when specified.",
           "testResult": "http://json-ld.org/test-suite/tests/toRdf-0020-out.nq"
@@ -2948,7 +5011,17 @@
           "title": "Test coercion of double value",
           "testAction": "http://json-ld.org/test-suite/tests/toRdf-0022-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0021",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "description": "Tests that a decimal value generates a xsd:double typed literal;.",
           "testResult": "http://json-ld.org/test-suite/tests/toRdf-0022-out.nq"
@@ -2963,7 +5036,17 @@
           "title": "Test coercion of integer value",
           "testAction": "http://json-ld.org/test-suite/tests/toRdf-0023-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0022",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "description": "Tests that a decimal value generates a xsd:integer typed literal.",
           "testResult": "http://json-ld.org/test-suite/tests/toRdf-0023-out.nq"
@@ -2978,7 +5061,17 @@
           "title": "Test coercion of boolean value",
           "testAction": "http://json-ld.org/test-suite/tests/toRdf-0024-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0023",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "description": "Tests that a decimal value generates a xsd:boolean typed literal.",
           "testResult": "http://json-ld.org/test-suite/tests/toRdf-0024-out.nq"
@@ -2993,7 +5086,17 @@
           "title": "Test list coercion with single element",
           "testAction": "http://json-ld.org/test-suite/tests/toRdf-0025-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0024",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "description": "Tests that an array with a single element on a property with @list coercion creates an RDF Collection.",
           "testResult": "http://json-ld.org/test-suite/tests/toRdf-0025-out.nq"
@@ -3008,7 +5111,17 @@
           "title": "Test creation of multiple types",
           "testAction": "http://json-ld.org/test-suite/tests/toRdf-0026-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0025",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "description": "Tests that @type with an array of types creates multiple types.",
           "testResult": "http://json-ld.org/test-suite/tests/toRdf-0026-out.nq"
@@ -3023,7 +5136,17 @@
           "title": "Simple named graph (Wikidata)",
           "testAction": "http://json-ld.org/test-suite/tests/toRdf-0027-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0026",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "description": "Using @graph with other keys places triples in a named graph.",
           "testResult": "http://json-ld.org/test-suite/tests/toRdf-0027-out.nq"
@@ -3038,7 +5161,17 @@
           "title": "Simple named graph",
           "testAction": "http://json-ld.org/test-suite/tests/toRdf-0028-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0027",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "description": "Signing a graph.",
           "testResult": "http://json-ld.org/test-suite/tests/toRdf-0028-out.nq"
@@ -3053,7 +5186,17 @@
           "title": "named graph with embedded named graph",
           "testAction": "http://json-ld.org/test-suite/tests/toRdf-0029-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0028",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "description": "Tests that named graphs containing named graphs flatten to single level of graph naming.",
           "testResult": "http://json-ld.org/test-suite/tests/toRdf-0029-out.nq"
@@ -3068,7 +5211,17 @@
           "title": "top-level graph with string subject reference",
           "testAction": "http://json-ld.org/test-suite/tests/toRdf-0030-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0029",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "description": "Tests graphs containing subject references as strings.",
           "testResult": "http://json-ld.org/test-suite/tests/toRdf-0030-out.nq"
@@ -3083,7 +5236,17 @@
           "title": "Reverse property",
           "testAction": "http://json-ld.org/test-suite/tests/toRdf-0031-in.jsonld",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0030",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "description": "Tests conversion of reverse properties.",
           "testResult": "http://json-ld.org/test-suite/tests/toRdf-0031-out.nq"
@@ -3108,7 +5271,17 @@
           "title": "Object Lists",
           "testAction": "http://json-ld.org/test-suite/tests/fromRdf-0001-in.nq",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0001",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "description": "Tests generation using different types of objects.",
           "testResult": "http://json-ld.org/test-suite/tests/fromRdf-0001-out.jsonld"
@@ -3123,7 +5296,17 @@
           "title": "Native Types",
           "testAction": "http://json-ld.org/test-suite/tests/fromRdf-0002-in.nq",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0002",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "description": "Use native datatypes, where possible.",
           "testResult": "http://json-ld.org/test-suite/tests/fromRdf-0002-out.jsonld"
@@ -3138,7 +5321,17 @@
           "title": "BNodes and references",
           "testAction": "http://json-ld.org/test-suite/tests/fromRdf-0003-in.nq",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0003",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "description": "BNode name generation and references between resources.",
           "testResult": "http://json-ld.org/test-suite/tests/fromRdf-0003-out.jsonld"
@@ -3153,7 +5346,17 @@
           "title": "Lists",
           "testAction": "http://json-ld.org/test-suite/tests/fromRdf-0004-in.nq",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0004",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "description": "Multiple lists with different types of element.",
           "testResult": "http://json-ld.org/test-suite/tests/fromRdf-0004-out.jsonld"
@@ -3168,7 +5371,17 @@
           "title": "Document with list",
           "testAction": "http://json-ld.org/test-suite/tests/fromRdf-0005-in.nq",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0005",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "description": "Uses a named graph containing a list.",
           "testResult": "http://json-ld.org/test-suite/tests/fromRdf-0005-out.jsonld"
@@ -3183,7 +5396,17 @@
           "title": "Two graphs having same subject but different values",
           "testAction": "http://json-ld.org/test-suite/tests/fromRdf-0006-in.nq",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0006",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "description": "Ensure that properties and list elements aren't confused between graphs.",
           "testResult": "http://json-ld.org/test-suite/tests/fromRdf-0006-out.jsonld"
@@ -3198,7 +5421,17 @@
           "title": "Graph with multiple named graphs",
           "testAction": "http://json-ld.org/test-suite/tests/fromRdf-0007-in.nq",
           "assertions": [
-
+            {
+              "@type": "earl:Assertion",
+              "test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0007",
+              "subject": "https://github.com/lanthaler/JsonLD",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://me.markus-lanthaler.com/"
+            }
           ],
           "description": "Testing @graph recursion.",
           "testResult": "http://json-ld.org/test-suite/tests/fromRdf-0007-out.jsonld"
--- a/test-suite/reports/earl.ttl	Wed May 01 19:40:27 2013 +0200
+++ b/test-suite/reports/earl.ttl	Thu May 02 11:38:18 2013 -0700
@@ -16,9 +16,9 @@
   earl:generatedBy <http://rubygems.org/gems/earl-report>;
   earl:assertions
     <earl.ttl>,
-    <empty-earl.ttl>;
+    <markus-earl.ttl>;
   earl:testSubjects (
-    );
+    <https://github.com/lanthaler/JsonLD>);
   mf:entries (
     <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld>
     <http://json-ld.org/test-suite/tests/compact-manifest.jsonld>
@@ -228,7 +228,11 @@
     <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0064>
     <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0065>
     <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0066>
-    <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0067>) .
+    <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0067>
+    <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0069>
+    <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0070>
+    <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0071>
+    <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0072>) .
 
 <http://json-ld.org/test-suite/tests/error-expand-manifest.jsonld> a earl:Report, mf:Manifest;
   dc:title "JSON-LD to Expansion tests use object compare";
@@ -286,6 +290,19 @@
 #
 # Subject Definitions
 #
+<https://github.com/lanthaler/JsonLD> a earl:TestSubject, doap:Project;
+  doap:name "JsonLD";
+  doap:description """JSON-LD processor for PHP"""@en;
+  doap:programming-language "PHP";
+ .
+
+<https://github.com/lanthaler/JsonLD> doap:developer <http://me.markus-lanthaler.com/> .
+
+<http://me.markus-lanthaler.com/> a foaf:Person;
+  foaf:homepage <http://www.markus-lanthaler.com/>;
+  foaf:name "Markus Lanthaler" .
+
+
 #
 # Test Case Definitions
 #
@@ -294,6 +311,12 @@
   mf:result <http://json-ld.org/test-suite/tests/flatten-0001-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/flatten-0001-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0001>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0002> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FlattenTest;
@@ -301,6 +324,12 @@
   mf:result <http://json-ld.org/test-suite/tests/flatten-0002-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/flatten-0002-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0002>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0003> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FlattenTest;
@@ -308,6 +337,12 @@
   mf:result <http://json-ld.org/test-suite/tests/flatten-0003-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/flatten-0003-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0003>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0004> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FlattenTest;
@@ -315,6 +350,12 @@
   mf:result <http://json-ld.org/test-suite/tests/flatten-0004-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/flatten-0004-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0004>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0005> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FlattenTest;
@@ -322,6 +363,12 @@
   mf:result <http://json-ld.org/test-suite/tests/flatten-0005-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/flatten-0005-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0005>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0006> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FlattenTest;
@@ -329,6 +376,12 @@
   mf:result <http://json-ld.org/test-suite/tests/flatten-0006-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/flatten-0006-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0006>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0007> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FlattenTest;
@@ -336,6 +389,12 @@
   mf:result <http://json-ld.org/test-suite/tests/flatten-0007-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/flatten-0007-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0007>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0008> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FlattenTest;
@@ -343,6 +402,12 @@
   mf:result <http://json-ld.org/test-suite/tests/flatten-0008-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/flatten-0008-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0008>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0009> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FlattenTest;
@@ -350,6 +415,12 @@
   mf:result <http://json-ld.org/test-suite/tests/flatten-0009-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/flatten-0009-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0009>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0010> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FlattenTest;
@@ -357,6 +428,12 @@
   mf:result <http://json-ld.org/test-suite/tests/flatten-0010-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/flatten-0010-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0010>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0011> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FlattenTest;
@@ -364,6 +441,12 @@
   mf:result <http://json-ld.org/test-suite/tests/flatten-0011-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/flatten-0011-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0011>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0012> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FlattenTest;
@@ -371,6 +454,12 @@
   mf:result <http://json-ld.org/test-suite/tests/flatten-0012-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/flatten-0012-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0012>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0013> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FlattenTest;
@@ -378,6 +467,12 @@
   mf:result <http://json-ld.org/test-suite/tests/flatten-0013-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/flatten-0013-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0013>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0014> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FlattenTest;
@@ -385,6 +480,12 @@
   mf:result <http://json-ld.org/test-suite/tests/flatten-0014-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/flatten-0014-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0014>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0015> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FlattenTest;
@@ -392,6 +493,12 @@
   mf:result <http://json-ld.org/test-suite/tests/flatten-0015-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/flatten-0015-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0015>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0016> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FlattenTest;
@@ -399,6 +506,12 @@
   mf:result <http://json-ld.org/test-suite/tests/flatten-0016-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/flatten-0016-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0016>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0017> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FlattenTest;
@@ -406,6 +519,12 @@
   mf:result <http://json-ld.org/test-suite/tests/flatten-0017-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/flatten-0017-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0017>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0018> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FlattenTest;
@@ -413,6 +532,12 @@
   mf:result <http://json-ld.org/test-suite/tests/flatten-0018-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/flatten-0018-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0018>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0019> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FlattenTest;
@@ -420,6 +545,12 @@
   mf:result <http://json-ld.org/test-suite/tests/flatten-0019-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/flatten-0019-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0019>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0020> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FlattenTest;
@@ -427,6 +558,12 @@
   mf:result <http://json-ld.org/test-suite/tests/flatten-0020-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/flatten-0020-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0020>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0021> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FlattenTest;
@@ -434,6 +571,12 @@
   mf:result <http://json-ld.org/test-suite/tests/flatten-0021-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/flatten-0021-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0021>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0022> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FlattenTest;
@@ -441,6 +584,12 @@
   mf:result <http://json-ld.org/test-suite/tests/flatten-0022-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/flatten-0022-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0022>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0023> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FlattenTest;
@@ -448,6 +597,12 @@
   mf:result <http://json-ld.org/test-suite/tests/flatten-0023-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/flatten-0023-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0023>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0024> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FlattenTest;
@@ -455,6 +610,12 @@
   mf:result <http://json-ld.org/test-suite/tests/flatten-0024-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/flatten-0024-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0024>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0025> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FlattenTest;
@@ -462,6 +623,12 @@
   mf:result <http://json-ld.org/test-suite/tests/flatten-0025-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/flatten-0025-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0025>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0026> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FlattenTest;
@@ -469,6 +636,12 @@
   mf:result <http://json-ld.org/test-suite/tests/flatten-0026-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/flatten-0026-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0026>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0027> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FlattenTest;
@@ -476,6 +649,12 @@
   mf:result <http://json-ld.org/test-suite/tests/flatten-0027-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/flatten-0027-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0027>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0028> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FlattenTest;
@@ -483,6 +662,12 @@
   mf:result <http://json-ld.org/test-suite/tests/flatten-0028-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/flatten-0028-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0028>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0029> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FlattenTest;
@@ -490,6 +675,12 @@
   mf:result <http://json-ld.org/test-suite/tests/flatten-0029-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/flatten-0029-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0029>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0030> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FlattenTest;
@@ -497,6 +688,12 @@
   mf:result <http://json-ld.org/test-suite/tests/flatten-0030-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/flatten-0030-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0030>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0031> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FlattenTest;
@@ -504,6 +701,12 @@
   mf:result <http://json-ld.org/test-suite/tests/flatten-0031-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/flatten-0031-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0031>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0032> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FlattenTest;
@@ -511,6 +714,12 @@
   mf:result <http://json-ld.org/test-suite/tests/flatten-0032-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/flatten-0032-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0032>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0033> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FlattenTest;
@@ -518,6 +727,12 @@
   mf:result <http://json-ld.org/test-suite/tests/flatten-0033-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/flatten-0033-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0033>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0034> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FlattenTest;
@@ -525,6 +740,12 @@
   mf:result <http://json-ld.org/test-suite/tests/flatten-0034-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/flatten-0034-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0034>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0035> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FlattenTest;
@@ -532,6 +753,12 @@
   mf:result <http://json-ld.org/test-suite/tests/flatten-0035-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/flatten-0035-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0035>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0036> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FlattenTest;
@@ -539,6 +766,12 @@
   mf:result <http://json-ld.org/test-suite/tests/flatten-0036-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/flatten-0036-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0036>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0037> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FlattenTest;
@@ -546,6 +779,12 @@
   mf:result <http://json-ld.org/test-suite/tests/flatten-0037-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/flatten-0037-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0037>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0038> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FlattenTest;
@@ -553,6 +792,12 @@
   mf:result <http://json-ld.org/test-suite/tests/flatten-0038-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/flatten-0038-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0038>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0039> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FlattenTest;
@@ -560,6 +805,12 @@
   mf:result <http://json-ld.org/test-suite/tests/flatten-0039-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/flatten-0039-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0039>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0040> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FlattenTest;
@@ -567,6 +818,12 @@
   mf:result <http://json-ld.org/test-suite/tests/flatten-0040-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/flatten-0040-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0040>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0041> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest;
@@ -574,6 +831,12 @@
   mf:result <http://json-ld.org/test-suite/tests/flatten-0041-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/flatten-0041-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0041>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0042> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest;
@@ -581,6 +844,12 @@
   mf:result <http://json-ld.org/test-suite/tests/flatten-0042-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/flatten-0042-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0042>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0001> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest;
@@ -588,6 +857,12 @@
   mf:result <http://json-ld.org/test-suite/tests/compact-0001-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/compact-0001-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0001>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0002> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest;
@@ -595,6 +870,12 @@
   mf:result <http://json-ld.org/test-suite/tests/compact-0002-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/compact-0002-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0002>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0003> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest;
@@ -602,6 +883,12 @@
   mf:result <http://json-ld.org/test-suite/tests/compact-0003-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/compact-0003-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0003>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0004> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest;
@@ -609,6 +896,12 @@
   mf:result <http://json-ld.org/test-suite/tests/compact-0004-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/compact-0004-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0004>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0005> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest;
@@ -616,6 +909,12 @@
   mf:result <http://json-ld.org/test-suite/tests/compact-0005-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/compact-0005-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0005>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0006> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest;
@@ -623,6 +922,12 @@
   mf:result <http://json-ld.org/test-suite/tests/compact-0006-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/compact-0006-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0006>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0007> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest;
@@ -630,6 +935,12 @@
   mf:result <http://json-ld.org/test-suite/tests/compact-0007-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/compact-0007-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0007>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0008> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest;
@@ -637,6 +948,12 @@
   mf:result <http://json-ld.org/test-suite/tests/compact-0008-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/compact-0008-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0008>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0009> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest;
@@ -644,6 +961,12 @@
   mf:result <http://json-ld.org/test-suite/tests/compact-0009-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/compact-0009-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0009>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0010> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest;
@@ -651,6 +974,12 @@
   mf:result <http://json-ld.org/test-suite/tests/compact-0010-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/compact-0010-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0010>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0011> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest;
@@ -658,6 +987,12 @@
   mf:result <http://json-ld.org/test-suite/tests/compact-0011-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/compact-0011-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0011>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0012> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest;
@@ -665,6 +1000,12 @@
   mf:result <http://json-ld.org/test-suite/tests/compact-0012-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/compact-0012-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0012>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0013> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest;
@@ -672,6 +1013,12 @@
   mf:result <http://json-ld.org/test-suite/tests/compact-0013-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/compact-0013-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0013>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0014> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest;
@@ -679,6 +1026,12 @@
   mf:result <http://json-ld.org/test-suite/tests/compact-0014-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/compact-0014-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0014>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0015> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest;
@@ -686,6 +1039,12 @@
   mf:result <http://json-ld.org/test-suite/tests/compact-0015-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/compact-0015-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0015>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0016> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest;
@@ -693,6 +1052,12 @@
   mf:result <http://json-ld.org/test-suite/tests/compact-0016-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/compact-0016-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0016>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0017> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest;
@@ -700,6 +1065,12 @@
   mf:result <http://json-ld.org/test-suite/tests/compact-0017-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/compact-0017-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0017>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0018> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest;
@@ -707,6 +1078,12 @@
   mf:result <http://json-ld.org/test-suite/tests/compact-0018-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/compact-0018-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0018>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0019> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest;
@@ -714,6 +1091,12 @@
   mf:result <http://json-ld.org/test-suite/tests/compact-0019-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/compact-0019-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0019>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0020> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest;
@@ -721,6 +1104,12 @@
   mf:result <http://json-ld.org/test-suite/tests/compact-0020-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/compact-0020-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0020>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0021> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest;
@@ -728,6 +1117,12 @@
   mf:result <http://json-ld.org/test-suite/tests/compact-0021-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/compact-0021-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0021>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0022> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest;
@@ -735,6 +1130,12 @@
   mf:result <http://json-ld.org/test-suite/tests/compact-0022-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/compact-0022-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0022>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0023> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest;
@@ -742,6 +1143,12 @@
   mf:result <http://json-ld.org/test-suite/tests/compact-0023-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/compact-0023-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0023>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0024> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest;
@@ -749,6 +1156,12 @@
   mf:result <http://json-ld.org/test-suite/tests/compact-0024-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/compact-0024-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0024>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0025> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest;
@@ -756,6 +1169,12 @@
   mf:result <http://json-ld.org/test-suite/tests/compact-0025-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/compact-0025-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0025>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0026> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest;
@@ -763,6 +1182,12 @@
   mf:result <http://json-ld.org/test-suite/tests/compact-0026-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/compact-0026-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0026>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0027> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest;
@@ -770,6 +1195,12 @@
   mf:result <http://json-ld.org/test-suite/tests/compact-0027-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/compact-0027-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0027>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0028> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest;
@@ -777,6 +1208,12 @@
   mf:result <http://json-ld.org/test-suite/tests/compact-0028-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/compact-0028-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0028>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0029> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest;
@@ -784,6 +1221,12 @@
   mf:result <http://json-ld.org/test-suite/tests/compact-0029-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/compact-0029-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0029>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0030> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest;
@@ -791,6 +1234,12 @@
   mf:result <http://json-ld.org/test-suite/tests/compact-0030-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/compact-0030-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0030>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0031> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest;
@@ -798,6 +1247,12 @@
   mf:result <http://json-ld.org/test-suite/tests/compact-0031-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/compact-0031-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0031>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0032> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest;
@@ -805,6 +1260,12 @@
   mf:result <http://json-ld.org/test-suite/tests/compact-0032-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/compact-0032-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0032>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0033> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest;
@@ -812,6 +1273,12 @@
   mf:result <http://json-ld.org/test-suite/tests/compact-0033-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/compact-0033-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0033>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0034> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest;
@@ -819,6 +1286,12 @@
   mf:result <http://json-ld.org/test-suite/tests/compact-0034-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/compact-0034-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0034>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0035> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest;
@@ -826,6 +1299,12 @@
   mf:result <http://json-ld.org/test-suite/tests/compact-0035-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/compact-0035-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0035>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0036> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest;
@@ -833,6 +1312,12 @@
   mf:result <http://json-ld.org/test-suite/tests/compact-0036-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/compact-0036-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0036>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0037> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest;
@@ -840,6 +1325,12 @@
   mf:result <http://json-ld.org/test-suite/tests/compact-0037-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/compact-0037-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0037>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0038> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest;
@@ -847,6 +1338,12 @@
   mf:result <http://json-ld.org/test-suite/tests/compact-0038-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/compact-0038-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0038>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0039> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest;
@@ -854,6 +1351,12 @@
   mf:result <http://json-ld.org/test-suite/tests/compact-0039-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/compact-0039-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0039>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0040> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest;
@@ -861,6 +1364,12 @@
   mf:result <http://json-ld.org/test-suite/tests/compact-0040-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/compact-0040-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0040>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0041> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest;
@@ -868,6 +1377,12 @@
   mf:result <http://json-ld.org/test-suite/tests/compact-0041-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/compact-0041-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0041>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0042> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest;
@@ -875,6 +1390,12 @@
   mf:result <http://json-ld.org/test-suite/tests/compact-0042-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/compact-0042-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0042>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0043> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest;
@@ -882,6 +1403,12 @@
   mf:result <http://json-ld.org/test-suite/tests/compact-0043-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/compact-0043-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0043>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0044> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest;
@@ -889,6 +1416,12 @@
   mf:result <http://json-ld.org/test-suite/tests/compact-0044-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/compact-0044-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0044>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0045> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest;
@@ -896,6 +1429,12 @@
   mf:result <http://json-ld.org/test-suite/tests/compact-0045-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/compact-0045-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0045>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0046> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest;
@@ -903,6 +1442,12 @@
   mf:result <http://json-ld.org/test-suite/tests/compact-0046-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/compact-0046-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0046>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0048> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest;
@@ -910,6 +1455,12 @@
   mf:result <http://json-ld.org/test-suite/tests/compact-0048-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/compact-0048-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0048>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0049> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest;
@@ -917,6 +1468,12 @@
   mf:result <http://json-ld.org/test-suite/tests/compact-0049-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/compact-0049-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0049>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0051> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest;
@@ -924,6 +1481,12 @@
   mf:result <http://json-ld.org/test-suite/tests/compact-0051-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/compact-0051-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0051>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0052> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest;
@@ -931,6 +1494,12 @@
   mf:result <http://json-ld.org/test-suite/tests/compact-0052-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/compact-0052-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0052>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0053> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest;
@@ -938,6 +1507,12 @@
   mf:result <http://json-ld.org/test-suite/tests/compact-0053-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/compact-0053-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0053>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0054> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest;
@@ -945,6 +1520,12 @@
   mf:result <http://json-ld.org/test-suite/tests/compact-0054-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/compact-0054-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0054>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0055> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest;
@@ -952,6 +1533,12 @@
   mf:result <http://json-ld.org/test-suite/tests/compact-0055-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/compact-0055-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0055>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0056> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest;
@@ -959,6 +1546,12 @@
   mf:result <http://json-ld.org/test-suite/tests/compact-0056-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/compact-0056-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0056>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0057> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest;
@@ -966,6 +1559,12 @@
   mf:result <http://json-ld.org/test-suite/tests/compact-0057-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/compact-0057-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0057>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0058> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest;
@@ -973,6 +1572,12 @@
   mf:result <http://json-ld.org/test-suite/tests/compact-0058-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/compact-0058-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0058>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0059> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest;
@@ -980,6 +1585,12 @@
   mf:result <http://json-ld.org/test-suite/tests/compact-0059-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/compact-0059-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0059>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0060> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest;
@@ -987,6 +1598,12 @@
   mf:result <http://json-ld.org/test-suite/tests/compact-0060-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/compact-0060-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0060>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0061> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest;
@@ -994,6 +1611,12 @@
   mf:result <http://json-ld.org/test-suite/tests/compact-0061-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/compact-0061-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0061>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0062> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest;
@@ -1001,6 +1624,12 @@
   mf:result <http://json-ld.org/test-suite/tests/compact-0062-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/compact-0062-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0062>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0063> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest;
@@ -1008,6 +1637,12 @@
   mf:result <http://json-ld.org/test-suite/tests/compact-0063-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/compact-0063-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0063>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0064> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest;
@@ -1015,6 +1650,12 @@
   mf:result <http://json-ld.org/test-suite/tests/compact-0064-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/compact-0064-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0064>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0065> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest;
@@ -1022,6 +1663,12 @@
   mf:result <http://json-ld.org/test-suite/tests/compact-0065-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/compact-0065-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0065>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0066> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest;
@@ -1029,6 +1676,12 @@
   mf:result <http://json-ld.org/test-suite/tests/compact-0066-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/compact-0066-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0066>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0067> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest;
@@ -1036,6 +1689,12 @@
   mf:result <http://json-ld.org/test-suite/tests/compact-0067-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/compact-0067-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0067>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0001> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest;
@@ -1043,6 +1702,12 @@
   mf:result <http://json-ld.org/test-suite/tests/expand-0001-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/expand-0001-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0001>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0002> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest;
@@ -1050,6 +1715,12 @@
   mf:result <http://json-ld.org/test-suite/tests/expand-0002-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/expand-0002-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0002>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0003> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest;
@@ -1057,6 +1728,12 @@
   mf:result <http://json-ld.org/test-suite/tests/expand-0003-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/expand-0003-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0003>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0004> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest;
@@ -1064,6 +1741,12 @@
   mf:result <http://json-ld.org/test-suite/tests/expand-0004-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/expand-0004-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0004>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0005> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest;
@@ -1071,6 +1754,12 @@
   mf:result <http://json-ld.org/test-suite/tests/expand-0005-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/expand-0005-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0005>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0006> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest;
@@ -1078,6 +1767,12 @@
   mf:result <http://json-ld.org/test-suite/tests/expand-0006-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/expand-0006-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0006>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0007> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest;
@@ -1085,6 +1780,12 @@
   mf:result <http://json-ld.org/test-suite/tests/expand-0007-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/expand-0007-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0007>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0008> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest;
@@ -1092,6 +1793,12 @@
   mf:result <http://json-ld.org/test-suite/tests/expand-0008-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/expand-0008-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0008>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0009> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest;
@@ -1099,6 +1806,12 @@
   mf:result <http://json-ld.org/test-suite/tests/expand-0009-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/expand-0009-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0009>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0010> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest;
@@ -1106,6 +1819,12 @@
   mf:result <http://json-ld.org/test-suite/tests/expand-0010-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/expand-0010-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0010>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0011> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest;
@@ -1113,6 +1832,12 @@
   mf:result <http://json-ld.org/test-suite/tests/expand-0011-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/expand-0011-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0011>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0012> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest;
@@ -1120,6 +1845,12 @@
   mf:result <http://json-ld.org/test-suite/tests/expand-0012-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/expand-0012-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0012>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0013> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest;
@@ -1127,6 +1858,12 @@
   mf:result <http://json-ld.org/test-suite/tests/expand-0013-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/expand-0013-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0013>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0014> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest;
@@ -1134,6 +1871,12 @@
   mf:result <http://json-ld.org/test-suite/tests/expand-0014-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/expand-0014-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0014>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0015> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest;
@@ -1141,6 +1884,12 @@
   mf:result <http://json-ld.org/test-suite/tests/expand-0015-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/expand-0015-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0015>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0016> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest;
@@ -1148,6 +1897,12 @@
   mf:result <http://json-ld.org/test-suite/tests/expand-0016-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/expand-0016-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0016>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0017> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest;
@@ -1155,6 +1910,12 @@
   mf:result <http://json-ld.org/test-suite/tests/expand-0017-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/expand-0017-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0017>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0018> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest;
@@ -1162,6 +1923,12 @@
   mf:result <http://json-ld.org/test-suite/tests/expand-0018-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/expand-0018-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0018>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0019> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest;
@@ -1169,6 +1936,12 @@
   mf:result <http://json-ld.org/test-suite/tests/expand-0019-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/expand-0019-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0019>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0020> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest;
@@ -1176,6 +1949,12 @@
   mf:result <http://json-ld.org/test-suite/tests/expand-0020-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/expand-0020-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0020>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0021> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest;
@@ -1183,6 +1962,12 @@
   mf:result <http://json-ld.org/test-suite/tests/expand-0021-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/expand-0021-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0021>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0022> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest;
@@ -1190,6 +1975,12 @@
   mf:result <http://json-ld.org/test-suite/tests/expand-0022-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/expand-0022-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0022>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0023> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest;
@@ -1197,6 +1988,12 @@
   mf:result <http://json-ld.org/test-suite/tests/expand-0023-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/expand-0023-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0023>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0024> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest;
@@ -1204,6 +2001,12 @@
   mf:result <http://json-ld.org/test-suite/tests/expand-0024-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/expand-0024-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0024>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0025> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest;
@@ -1211,6 +2014,12 @@
   mf:result <http://json-ld.org/test-suite/tests/expand-0025-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/expand-0025-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0025>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0026> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest;
@@ -1218,6 +2027,12 @@
   mf:result <http://json-ld.org/test-suite/tests/expand-0026-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/expand-0026-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0026>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0027> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest;
@@ -1225,6 +2040,12 @@
   mf:result <http://json-ld.org/test-suite/tests/expand-0027-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/expand-0027-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0027>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0028> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest;
@@ -1232,6 +2053,12 @@
   mf:result <http://json-ld.org/test-suite/tests/expand-0028-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/expand-0028-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0028>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0029> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest;
@@ -1239,6 +2066,12 @@
   mf:result <http://json-ld.org/test-suite/tests/expand-0029-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/expand-0029-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0029>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0030> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest;
@@ -1246,6 +2079,12 @@
   mf:result <http://json-ld.org/test-suite/tests/expand-0030-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/expand-0030-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0030>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0031> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest;
@@ -1253,6 +2092,12 @@
   mf:result <http://json-ld.org/test-suite/tests/expand-0031-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/expand-0031-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0031>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0032> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest;
@@ -1260,6 +2105,12 @@
   mf:result <http://json-ld.org/test-suite/tests/expand-0032-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/expand-0032-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0032>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0033> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest;
@@ -1267,6 +2118,12 @@
   mf:result <http://json-ld.org/test-suite/tests/expand-0033-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/expand-0033-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0033>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0034> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest;
@@ -1274,6 +2131,12 @@
   mf:result <http://json-ld.org/test-suite/tests/expand-0034-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/expand-0034-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0034>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0035> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest;
@@ -1281,6 +2144,12 @@
   mf:result <http://json-ld.org/test-suite/tests/expand-0035-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/expand-0035-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0035>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0036> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest;
@@ -1288,6 +2157,12 @@
   mf:result <http://json-ld.org/test-suite/tests/expand-0036-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/expand-0036-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0036>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0037> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest;
@@ -1295,6 +2170,12 @@
   mf:result <http://json-ld.org/test-suite/tests/expand-0037-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/expand-0037-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0037>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0038> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest;
@@ -1302,6 +2183,12 @@
   mf:result <http://json-ld.org/test-suite/tests/expand-0038-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/expand-0038-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0038>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0039> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest;
@@ -1309,6 +2196,12 @@
   mf:result <http://json-ld.org/test-suite/tests/expand-0039-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/expand-0039-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0039>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0040> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest;
@@ -1316,6 +2209,12 @@
   mf:result <http://json-ld.org/test-suite/tests/expand-0040-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/expand-0040-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0040>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0041> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest;
@@ -1323,6 +2222,12 @@
   mf:result <http://json-ld.org/test-suite/tests/expand-0041-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/expand-0041-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0041>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0042> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest;
@@ -1330,6 +2235,12 @@
   mf:result <http://json-ld.org/test-suite/tests/expand-0042-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/expand-0042-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0042>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0043> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest;
@@ -1337,6 +2248,12 @@
   mf:result <http://json-ld.org/test-suite/tests/expand-0043-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/expand-0043-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0043>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0044> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest;
@@ -1344,6 +2261,12 @@
   mf:result <http://json-ld.org/test-suite/tests/expand-0044-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/expand-0044-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0044>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0045> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest;
@@ -1351,6 +2274,12 @@
   mf:result <http://json-ld.org/test-suite/tests/expand-0045-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/expand-0045-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0045>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0046> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest;
@@ -1358,6 +2287,12 @@
   mf:result <http://json-ld.org/test-suite/tests/expand-0046-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/expand-0046-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0046>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0047> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest;
@@ -1365,6 +2300,12 @@
   mf:result <http://json-ld.org/test-suite/tests/expand-0047-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/expand-0047-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0047>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0048> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest;
@@ -1372,6 +2313,12 @@
   mf:result <http://json-ld.org/test-suite/tests/expand-0048-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/expand-0048-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0048>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0049> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest;
@@ -1379,6 +2326,12 @@
   mf:result <http://json-ld.org/test-suite/tests/expand-0049-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/expand-0049-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0049>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0050> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest;
@@ -1386,6 +2339,12 @@
   mf:result <http://json-ld.org/test-suite/tests/expand-0050-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/expand-0050-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0050>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0051> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest;
@@ -1393,6 +2352,12 @@
   mf:result <http://json-ld.org/test-suite/tests/expand-0051-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/expand-0051-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0051>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0052> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest;
@@ -1400,6 +2365,12 @@
   mf:result <http://json-ld.org/test-suite/tests/expand-0052-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/expand-0052-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0052>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0053> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest;
@@ -1407,6 +2378,12 @@
   mf:result <http://json-ld.org/test-suite/tests/expand-0053-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/expand-0053-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0053>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0054> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest;
@@ -1414,6 +2391,12 @@
   mf:result <http://json-ld.org/test-suite/tests/expand-0054-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/expand-0054-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0054>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0055> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest;
@@ -1421,6 +2404,12 @@
   mf:result <http://json-ld.org/test-suite/tests/expand-0055-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/expand-0055-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0055>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0056> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest;
@@ -1428,6 +2417,12 @@
   mf:result <http://json-ld.org/test-suite/tests/expand-0056-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/expand-0056-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0056>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0057> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest;
@@ -1435,6 +2430,12 @@
   mf:result <http://json-ld.org/test-suite/tests/expand-0057-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/expand-0057-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0057>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0058> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest;
@@ -1442,6 +2443,12 @@
   mf:result <http://json-ld.org/test-suite/tests/expand-0058-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/expand-0058-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0058>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0059> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest;
@@ -1449,6 +2456,12 @@
   mf:result <http://json-ld.org/test-suite/tests/expand-0059-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/expand-0059-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0059>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0060> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest;
@@ -1456,6 +2469,12 @@
   mf:result <http://json-ld.org/test-suite/tests/expand-0060-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/expand-0060-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0060>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0061> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest;
@@ -1463,6 +2482,12 @@
   mf:result <http://json-ld.org/test-suite/tests/expand-0062-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/expand-0062-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0061>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0062> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest;
@@ -1470,6 +2495,12 @@
   mf:result <http://json-ld.org/test-suite/tests/expand-0063-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/expand-0063-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0062>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0063> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest;
@@ -1477,6 +2508,12 @@
   mf:result <http://json-ld.org/test-suite/tests/expand-0064-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/expand-0064-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0063>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0064> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest;
@@ -1484,6 +2521,12 @@
   mf:result <http://json-ld.org/test-suite/tests/expand-0065-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/expand-0065-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0064>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0065> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest;
@@ -1491,6 +2534,12 @@
   mf:result <http://json-ld.org/test-suite/tests/expand-0066-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/expand-0066-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0065>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0066> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest;
@@ -1498,6 +2547,12 @@
   mf:result <http://json-ld.org/test-suite/tests/expand-0067-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/expand-0067-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0066>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0067> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest;
@@ -1505,6 +2560,64 @@
   mf:result <http://json-ld.org/test-suite/tests/expand-0068-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/expand-0068-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0067>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0069> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest;
+  dc:title "Redefine compact IRI to define type mapping using the compact IRI itself as value of @id";
+  mf:result <http://json-ld.org/test-suite/tests/expand-0069-out.jsonld>;
+  mf:action <http://json-ld.org/test-suite/tests/expand-0069-in.jsonld>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0069>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0070> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest;
+  dc:title "Redefine compact IRI to define type mapping using the compact IRI itself as string value";
+  mf:result <http://json-ld.org/test-suite/tests/expand-0070-out.jsonld>;
+  mf:action <http://json-ld.org/test-suite/tests/expand-0070-in.jsonld>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0070>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0071> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest;
+  dc:title "Redefine terms looking like compact IRIs";
+  mf:result <http://json-ld.org/test-suite/tests/expand-0071-out.jsonld>;
+  mf:action <http://json-ld.org/test-suite/tests/expand-0071-in.jsonld>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0071>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0072> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest;
+  dc:title "Redefine term using @vocab, not itself";
+  mf:result <http://json-ld.org/test-suite/tests/expand-0072-out.jsonld>;
+  mf:action <http://json-ld.org/test-suite/tests/expand-0072-in.jsonld>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0072>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/error-expand-manifest.jsonld#t0001> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ApiErrorTest;
@@ -1512,6 +2625,11 @@
   mf:result <http://json-ld.org/test-suite/tests/keyword redefinition>;
   mf:action <http://json-ld.org/test-suite/tests/error-expand-0001-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:test <http://json-ld.org/test-suite/tests/error-expand-manifest.jsonld#t0001>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0001> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest;
@@ -1520,6 +2638,12 @@
   mf:result <http://json-ld.org/test-suite/tests/toRdf-0001-out.nq>;
   mf:action <http://json-ld.org/test-suite/tests/toRdf-0001-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0001>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0002> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest;
@@ -1528,6 +2652,12 @@
   mf:result <http://json-ld.org/test-suite/tests/toRdf-0002-out.nq>;
   mf:action <http://json-ld.org/test-suite/tests/toRdf-0002-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0002>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0003> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest;
@@ -1536,6 +2666,12 @@
   mf:result <http://json-ld.org/test-suite/tests/toRdf-0003-out.nq>;
   mf:action <http://json-ld.org/test-suite/tests/toRdf-0003-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0003>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0004> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest;
@@ -1544,6 +2680,12 @@
   mf:result <http://json-ld.org/test-suite/tests/toRdf-0004-out.nq>;
   mf:action <http://json-ld.org/test-suite/tests/toRdf-0004-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0004>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0005> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest;
@@ -1552,6 +2694,12 @@
   mf:result <http://json-ld.org/test-suite/tests/toRdf-0005-out.nq>;
   mf:action <http://json-ld.org/test-suite/tests/toRdf-0005-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0005>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0006> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest;
@@ -1560,6 +2708,12 @@
   mf:result <http://json-ld.org/test-suite/tests/toRdf-0006-out.nq>;
   mf:action <http://json-ld.org/test-suite/tests/toRdf-0006-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0006>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0007> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest;
@@ -1568,6 +2722,12 @@
   mf:result <http://json-ld.org/test-suite/tests/toRdf-0007-out.nq>;
   mf:action <http://json-ld.org/test-suite/tests/toRdf-0007-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0007>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0008> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest;
@@ -1576,6 +2736,12 @@
   mf:result <http://json-ld.org/test-suite/tests/toRdf-0008-out.nq>;
   mf:action <http://json-ld.org/test-suite/tests/toRdf-0008-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0008>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0009> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest;
@@ -1584,6 +2750,12 @@
   mf:result <http://json-ld.org/test-suite/tests/toRdf-0009-out.nq>;
   mf:action <http://json-ld.org/test-suite/tests/toRdf-0009-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0009>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0010> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest;
@@ -1592,6 +2764,12 @@
   mf:result <http://json-ld.org/test-suite/tests/toRdf-0010-out.nq>;
   mf:action <http://json-ld.org/test-suite/tests/toRdf-0010-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0010>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0011> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest;
@@ -1600,6 +2778,12 @@
   mf:result <http://json-ld.org/test-suite/tests/toRdf-0011-out.nq>;
   mf:action <http://json-ld.org/test-suite/tests/toRdf-0011-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0011>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0012> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest;
@@ -1608,6 +2792,12 @@
   mf:result <http://json-ld.org/test-suite/tests/toRdf-0012-out.nq>;
   mf:action <http://json-ld.org/test-suite/tests/toRdf-0012-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0012>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0013> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest;
@@ -1616,6 +2806,12 @@
   mf:result <http://json-ld.org/test-suite/tests/toRdf-0013-out.nq>;
   mf:action <http://json-ld.org/test-suite/tests/toRdf-0013-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0013>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0014> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest;
@@ -1624,6 +2820,12 @@
   mf:result <http://json-ld.org/test-suite/tests/toRdf-0014-out.nq>;
   mf:action <http://json-ld.org/test-suite/tests/toRdf-0014-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0014>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0015> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest;
@@ -1632,6 +2834,12 @@
   mf:result <http://json-ld.org/test-suite/tests/toRdf-0015-out.nq>;
   mf:action <http://json-ld.org/test-suite/tests/toRdf-0015-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0015>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0016> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest;
@@ -1640,6 +2848,12 @@
   mf:result <http://json-ld.org/test-suite/tests/toRdf-0016-out.nq>;
   mf:action <http://json-ld.org/test-suite/tests/toRdf-0016-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0016>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0017> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest;
@@ -1648,6 +2862,12 @@
   mf:result <http://json-ld.org/test-suite/tests/toRdf-0017-out.nq>;
   mf:action <http://json-ld.org/test-suite/tests/toRdf-0017-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0017>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0018> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest;
@@ -1656,6 +2876,12 @@
   mf:result <http://json-ld.org/test-suite/tests/toRdf-0018-out.nq>;
   mf:action <http://json-ld.org/test-suite/tests/toRdf-0018-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0018>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0019> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest;
@@ -1664,6 +2890,12 @@
   mf:result <http://json-ld.org/test-suite/tests/toRdf-0019-out.nq>;
   mf:action <http://json-ld.org/test-suite/tests/toRdf-0019-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0019>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0020> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest;
@@ -1672,6 +2904,12 @@
   mf:result <http://json-ld.org/test-suite/tests/toRdf-0020-out.nq>;
   mf:action <http://json-ld.org/test-suite/tests/toRdf-0020-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0020>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0021> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest;
@@ -1680,6 +2918,12 @@
   mf:result <http://json-ld.org/test-suite/tests/toRdf-0022-out.nq>;
   mf:action <http://json-ld.org/test-suite/tests/toRdf-0022-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0021>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0022> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest;
@@ -1688,6 +2932,12 @@
   mf:result <http://json-ld.org/test-suite/tests/toRdf-0023-out.nq>;
   mf:action <http://json-ld.org/test-suite/tests/toRdf-0023-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0022>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0023> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest;
@@ -1696,6 +2946,12 @@
   mf:result <http://json-ld.org/test-suite/tests/toRdf-0024-out.nq>;
   mf:action <http://json-ld.org/test-suite/tests/toRdf-0024-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0023>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0024> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest;
@@ -1704,6 +2960,12 @@
   mf:result <http://json-ld.org/test-suite/tests/toRdf-0025-out.nq>;
   mf:action <http://json-ld.org/test-suite/tests/toRdf-0025-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0024>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0025> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest;
@@ -1712,6 +2974,12 @@
   mf:result <http://json-ld.org/test-suite/tests/toRdf-0026-out.nq>;
   mf:action <http://json-ld.org/test-suite/tests/toRdf-0026-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0025>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0026> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest;
@@ -1720,6 +2988,12 @@
   mf:result <http://json-ld.org/test-suite/tests/toRdf-0027-out.nq>;
   mf:action <http://json-ld.org/test-suite/tests/toRdf-0027-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0026>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0027> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest;
@@ -1728,6 +3002,12 @@
   mf:result <http://json-ld.org/test-suite/tests/toRdf-0028-out.nq>;
   mf:action <http://json-ld.org/test-suite/tests/toRdf-0028-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0027>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0028> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest;
@@ -1736,6 +3016,12 @@
   mf:result <http://json-ld.org/test-suite/tests/toRdf-0029-out.nq>;
   mf:action <http://json-ld.org/test-suite/tests/toRdf-0029-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0028>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0029> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest;
@@ -1744,6 +3030,12 @@
   mf:result <http://json-ld.org/test-suite/tests/toRdf-0030-out.nq>;
   mf:action <http://json-ld.org/test-suite/tests/toRdf-0030-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0029>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0030> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest;
@@ -1752,6 +3044,12 @@
   mf:result <http://json-ld.org/test-suite/tests/toRdf-0031-out.nq>;
   mf:action <http://json-ld.org/test-suite/tests/toRdf-0031-in.jsonld>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0030>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0001> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FromRDFTest;
@@ -1760,6 +3058,12 @@
   mf:result <http://json-ld.org/test-suite/tests/fromRdf-0001-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/fromRdf-0001-in.nq>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0001>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0002> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FromRDFTest;
@@ -1768,6 +3072,12 @@
   mf:result <http://json-ld.org/test-suite/tests/fromRdf-0002-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/fromRdf-0002-in.nq>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0002>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0003> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FromRDFTest;
@@ -1776,6 +3086,12 @@
   mf:result <http://json-ld.org/test-suite/tests/fromRdf-0003-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/fromRdf-0003-in.nq>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0003>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0004> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FromRDFTest;
@@ -1784,6 +3100,12 @@
   mf:result <http://json-ld.org/test-suite/tests/fromRdf-0004-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/fromRdf-0004-in.nq>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0004>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0005> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FromRDFTest;
@@ -1792,6 +3114,12 @@
   mf:result <http://json-ld.org/test-suite/tests/fromRdf-0005-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/fromRdf-0005-in.nq>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0005>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0006> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FromRDFTest;
@@ -1800,6 +3128,12 @@
   mf:result <http://json-ld.org/test-suite/tests/fromRdf-0006-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/fromRdf-0006-in.nq>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0006>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0007> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FromRDFTest;
@@ -1808,5 +3142,11 @@
   mf:result <http://json-ld.org/test-suite/tests/fromRdf-0007-out.jsonld>;
   mf:action <http://json-ld.org/test-suite/tests/fromRdf-0007-in.nq>;
   earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://me.markus-lanthaler.com/>;
+      earl:test <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0007>;
+      earl:subject <https://github.com/lanthaler/JsonLD>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
--- a/test-suite/reports/index.html	Wed May 01 19:40:27 2013 +0200
+++ b/test-suite/reports/index.html	Thu May 02 11:38:18 2013 -0700
@@ -27,7 +27,7 @@
             shortName:            "json-ld-earl",
             //subtitle:             "JSON-LD Implementation Conformance Report",
             // if you wish the publication date to be other than today, set this
-            publishDate:  "2013/04/07",
+            publishDate:  "2013/05/02",
         
             // if there is a previously published draft, uncomment this and set its YYYY-MM-DD date
             // and its maturity status
@@ -192,221 +192,689 @@
             <th>
               Test
             </th>
+            <th>
+              <a href='#subj_0'>JsonLD</a>
+            </th>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0001' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#FlattenTest'>
             <td>
               <a href='#test_t0001'>id</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0001' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0002' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#FlattenTest'>
             <td>
               <a href='#test_t0002'>basic</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0002' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0003' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#FlattenTest'>
             <td>
               <a href='#test_t0003'>drop null and unmapped properties</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0003' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0004' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#FlattenTest'>
             <td>
               <a href='#test_t0004'>optimize @set, keep empty arrays</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0004' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0005' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#FlattenTest'>
             <td>
               <a href='#test_t0005'>do not expand aliased @id/@type</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0005' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0006' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#FlattenTest'>
             <td>
               <a href='#test_t0006'>alias keywords</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0006' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0007' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#FlattenTest'>
             <td>
               <a href='#test_t0007'>date type-coercion</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0007' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0008' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#FlattenTest'>
             <td>
               <a href='#test_t0008'>@value with @language</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0008' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0009' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#FlattenTest'>
             <td>
               <a href='#test_t0009'>@graph with terms</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0009' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0010' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#FlattenTest'>
             <td>
               <a href='#test_t0010'>native types</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0010' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0011' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#FlattenTest'>
             <td>
               <a href='#test_t0011'>coerced @id</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0011' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0012' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#FlattenTest'>
             <td>
               <a href='#test_t0012'>@graph with embed</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0012' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0013' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#FlattenTest'>
             <td>
               <a href='#test_t0013'>flatten already expanded</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0013' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0014' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#FlattenTest'>
             <td>
               <a href='#test_t0014'>@set of @value objects with keyword aliases</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0014' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0015' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#FlattenTest'>
             <td>
               <a href='#test_t0015'>collapse set of sets, keep empty lists</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0015' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0016' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#FlattenTest'>
             <td>
               <a href='#test_t0016'>context reset</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0016' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0017' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#FlattenTest'>
             <td>
               <a href='#test_t0017'>@graph and @id aliased</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0017' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0018' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#FlattenTest'>
             <td>
               <a href='#test_t0018'>override default @language in terms; only language-tag strings</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0018' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0019' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#FlattenTest'>
             <td>
               <a href='#test_t0019'>remove @value = null</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0019' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0020' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#FlattenTest'>
             <td>
               <a href='#test_t0020'>do not remove @graph if not at top-level</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0020' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0021' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#FlattenTest'>
             <td>
               <a href='#test_t0021'>do not remove @graph at top-level if not only property</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0021' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0022' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#FlattenTest'>
             <td>
               <a href='#test_t0022'>flatten value with default language</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0022' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0023' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#FlattenTest'>
             <td>
               <a href='#test_t0023'>Flattening lists and sets with properties having coercion coerces list/set values</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0023' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0024' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#FlattenTest'>
             <td>
               <a href='#test_t0024'>Multiple contexts</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0024' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0025' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#FlattenTest'>
             <td>
               <a href='#test_t0025'>Problematic IRI flattening tests</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0025' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0026' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#FlattenTest'>
             <td>
               <a href='#test_t0026'>Flattening term mapping to @type uses @type syntax</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0026' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0027' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#FlattenTest'>
             <td>
               <a href='#test_t0027'>Keep duplicate values in @list but remove them in @set</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0027' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0028' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#FlattenTest'>
             <td>
               <a href='#test_t0028'>Use @vocab in properties and @type but not in @id</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0028' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0029' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#FlattenTest'>
             <td>
               <a href='#test_t0029'>Relative IRIs</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0029' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0030' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#FlattenTest'>
             <td>
               <a href='#test_t0030'>Language maps</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0030' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0031' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#FlattenTest'>
             <td>
               <a href='#test_t0031'>type-coercion of native types</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0031' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0032' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#FlattenTest'>
             <td>
               <a href='#test_t0032'>Mapping a term to null decouples it from @vocab</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0032' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0033' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#FlattenTest'>
             <td>
               <a href='#test_t0033'>Using @vocab with with type-coercion</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0033' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0034' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#FlattenTest'>
             <td>
               <a href='#test_t0034'>Multiple properties expanding to the same IRI</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0034' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0035' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#FlattenTest'>
             <td>
               <a href='#test_t0035'>Using language maps with @vocab, a default language, and a colliding property</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0035' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0036' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#FlattenTest'>
             <td>
               <a href='#test_t0036'>Flattening @index</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0036' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0037' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#FlattenTest'>
             <td>
               <a href='#test_t0037'>Flattening reverse properties</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0037' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0038' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#FlattenTest'>
             <td>
               <a href='#test_t0038'>Ensure all blank nodes are relabeled when flattening.</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0038' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0039' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#FlattenTest'>
             <td>
               <a href='#test_t0039'>Flattening reverse properties using blank nodes</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0039' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0040' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#FlattenTest'>
             <td>
               <a href='#test_t0040'>Only invoke language and index map expansion if the value is a JSON object</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0040' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0041' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'>
             <td>
               <a href='#test_t0041'>Free-floating sets and lists</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0041' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0042' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'>
             <td>
               <a href='#test_t0042'>Lists objects are implicit unlabeled blank nodes and thus never equivalent</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0042' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr class='summary'>
             <td>
               Percentage passed out of 42 Tests
             </td>
+            <td class='passed-all'>
+              100.0%
+            </td>
           </tr>
         </table>
       </section>
@@ -417,336 +885,1057 @@
             <th>
               Test
             </th>
+            <th>
+              <a href='#subj_0'>JsonLD</a>
+            </th>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0001' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'>
             <td>
               <a href='#test_t0001'>drop free-floating nodes</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0001' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0002' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'>
             <td>
               <a href='#test_t0002'>basic</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0002' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0003' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'>
             <td>
               <a href='#test_t0003'>drop null and unmapped properties</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0003' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0004' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'>
             <td>
               <a href='#test_t0004'>optimize @set, keep empty arrays</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0004' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0005' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'>
             <td>
               <a href='#test_t0005'>@type and prefix compaction</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0005' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0006' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'>
             <td>
               <a href='#test_t0006'>keep expanded object format if @type doesn't match</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0006' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0007' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'>
             <td>
               <a href='#test_t0007'>add context</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0007' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0008' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'>
             <td>
               <a href='#test_t0008'>alias keywords</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0008' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0009' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'>
             <td>
               <a href='#test_t0009'>compact @id</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0009' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0010' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'>
             <td>
               <a href='#test_t0010'>array to @graph</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0010' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0011' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'>
             <td>
               <a href='#test_t0011'>compact date</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0011' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0012' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'>
             <td>
               <a href='#test_t0012'>native types</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0012' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0013' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'>
             <td>
               <a href='#test_t0013'>@value with @language</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0013' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0014' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'>
             <td>
               <a href='#test_t0014'>array to aliased @graph</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0014' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0015' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'>
             <td>
               <a href='#test_t0015'>best match compaction</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0015' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0016' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'>
             <td>
               <a href='#test_t0016'>recursive named graphs</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0016' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0017' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'>
             <td>
               <a href='#test_t0017'>A term mapping to null removes the mapping</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0017' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0018' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'>
             <td>
               <a href='#test_t0018'>best matching term for lists</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0018' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0019' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'>
             <td>
               <a href='#test_t0019'>Keep duplicate values in @list and @set</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0019' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0020' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'>
             <td>
               <a href='#test_t0020'>Compact @id that is a property IRI when @container is @list</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0020' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0021' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'>
             <td>
               <a href='#test_t0021'>Compact properties and types using @vocab</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0021' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0022' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'>
             <td>
               <a href='#test_t0022'>Compact nested properties using @list containers</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0022' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0023' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'>
             <td>
               <a href='#test_t0023'>@vocab takes precedence over prefixes - even if the result is longer</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0023' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0024' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'>
             <td>
               <a href='#test_t0024'>The most specific term that matches all of the elements in the list, taking into account the default language, must be selected.</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0024' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0025' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'>
             <td>
               <a href='#test_t0025'>Language maps</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0025' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0026' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'>
             <td>
               <a href='#test_t0026'>Using language maps with @vocab, a default language, and a competing term</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0026' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0027' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'>
             <td>
               <a href='#test_t0027'>Fall back to term with @set container if term with language map is defined</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0027' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0028' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'>
             <td>
               <a href='#test_t0028'>Alias keywords and use @vocab</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0028' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0029' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'>
             <td>
               <a href='#test_t0029'>Simple @index map</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0029' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0030' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'>
             <td>
               <a href='#test_t0030'>Preserve @index tags if not compacted to an index map</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0030' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0031' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'>
             <td>
               <a href='#test_t0031'>Compact @reverse</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0031' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0032' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'>
             <td>
               <a href='#test_t0032'>Compact keys in reverse-maps</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0032' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0033' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'>
             <td>
               <a href='#test_t0033'>Compact reverse-map to reverse property</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0033' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0034' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'>
             <td>
               <a href='#test_t0034'>Do not use reverse property if no other property matches as normal property</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0034' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0035' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'>
             <td>
               <a href='#test_t0035'>Compact pure node references to strings for reverse properties</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0035' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0036' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'>
             <td>
               <a href='#test_t0036'>Compact reverse properties using index containers</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0036' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0037' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'>
             <td>
               <a href='#test_t0037'>Compact keys in @reverse using @vocab</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0037' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0038' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'>
             <td>
               <a href='#test_t0038'>Index map round-tripping (Drupal content deployment)</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0038' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0039' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'>
             <td>
               <a href='#test_t0039'>Value of @graph is always an array</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0039' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0040' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'>
             <td>
               <a href='#test_t0040'>Ensure that value of @list is always an array</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0040' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0041' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'>
             <td>
               <a href='#test_t0041'>If an index is present, a term having an @list container is not selected</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0041' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0042' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'>
             <td>
               <a href='#test_t0042'>Make sure keyword aliasing works if a list can't be compacted</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0042' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0043' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'>
             <td>
               <a href='#test_t0043'>Ensure that @vocab compaction isn't used if the result collides with a term</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0043' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0044' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'>
             <td>
               <a href='#test_t0044'>Prefer properties with @type: @vocab in reverse-maps if the value can be compacted to a term</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0044' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0045' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'>
             <td>
               <a href='#test_t0045'>Values of @id are transformed to relative IRIs, terms are ignored</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0045' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0046' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'>
             <td>
               <a href='#test_t0046'>Wrap top-level array into @graph even if no context is passed</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0046' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0048' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'>
             <td>
               <a href='#test_t0048'>Prefer terms with a language mapping set to null over terms without language-mapping for non-strings</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0048' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0049' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'>
             <td>
               <a href='#test_t0049'>Round tripping of lists that contain just IRIs</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0049' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0051' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'>
             <td>
               <a href='#test_t0051'>Round tripping @list with scalar</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0051' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0052' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'>
             <td>
               <a href='#test_t0052'>Round tripping @list with scalar and @graph alias</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0052' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0053' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'>
             <td>
               <a href='#test_t0053'>Compact to @type: @vocab when no @type: @id term available</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0053' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0054' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'>
             <td>
               <a href='#test_t0054'>Compact to @type: @vocab and compact @id to term</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0054' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0055' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'>
             <td>
               <a href='#test_t0055'>Round tripping @type: @vocab</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0055' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0056' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'>
             <td>
               <a href='#test_t0056'>Prefer @type: @vocab over @type: @id for terms</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0056' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0057' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'>
             <td>
               <a href='#test_t0057'>Complex round tripping @type: @vocab and @type: @id</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0057' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0058' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'>
             <td>
               <a href='#test_t0058'>Prefer @type: @id over @type: @vocab for non-terms</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0058' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0059' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'>
             <td>
               <a href='#test_t0059'>If there's no term with @type: @id, use terms with @type: @vocab for IRIs not mapped to terms</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0059' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0060' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'>
             <td>
               <a href='#test_t0060'>If there's no term with @type: @vocab, use terms with @type: @id for IRIs mapped to terms</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0060' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0061' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'>
             <td>
               <a href='#test_t0061'>Separate IRIs for the same property to use term with more specific @type (@id vs. @vocab)</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0061' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0062' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'>
             <td>
               <a href='#test_t0062'>Relative IRIs don't round-trip with @type: @vocab</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0062' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0063' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'>
             <td>
               <a href='#test_t0063'>Compact IRI round-tripping with @type: @vocab</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0063' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0064' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'>
             <td>
               <a href='#test_t0064'>Compact language-tagged and indexed strings to index-map</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0064' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0065' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'>
             <td>
               <a href='#test_t0065'>Language-tagged and indexed strings don't compact to language-map</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0065' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0066' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'>
             <td>
               <a href='#test_t0066'>Relative IRIs</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0066' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0067' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'>
             <td>
               <a href='#test_t0067'>Compact reverse property whose values are unlabeled blank nodes</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0067' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr class='summary'>
             <td>
               Percentage passed out of 65 Tests
             </td>
+            <td class='passed-all'>
+              100.0%
+            </td>
           </tr>
         </table>
       </section>
@@ -757,345 +1946,1152 @@
             <th>
               Test
             </th>
+            <th>
+              <a href='#subj_0'>JsonLD</a>
+            </th>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0001' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'>
             <td>
               <a href='#test_t0001'>drop free-floating nodes</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0001' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0002' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'>
             <td>
               <a href='#test_t0002'>basic</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0002' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0003' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'>
             <td>
               <a href='#test_t0003'>drop null and unmapped properties</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0003' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0004' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'>
             <td>
               <a href='#test_t0004'>optimize @set, keep empty arrays</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0004' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0005' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'>
             <td>
               <a href='#test_t0005'>do not expand aliased @id/@type</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0005' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0006' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'>
             <td>
               <a href='#test_t0006'>alias keywords</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0006' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0007' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'>
             <td>
               <a href='#test_t0007'>date type-coercion</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0007' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0008' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'>
             <td>
               <a href='#test_t0008'>@value with @language</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0008' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0009' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'>
             <td>
               <a href='#test_t0009'>@graph with terms</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0009' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0010' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'>
             <td>
               <a href='#test_t0010'>native types</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0010' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0011' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'>
             <td>
               <a href='#test_t0011'>coerced @id</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0011' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0012' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'>
             <td>
               <a href='#test_t0012'>@graph with embed</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0012' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0013' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'>
             <td>
               <a href='#test_t0013'>expand already expanded</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0013' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0014' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'>
             <td>
               <a href='#test_t0014'>@set of @value objects with keyword aliases</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0014' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0015' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'>
             <td>
               <a href='#test_t0015'>collapse set of sets, keep empty lists</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0015' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0016' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'>
             <td>
               <a href='#test_t0016'>context reset</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0016' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0017' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'>
             <td>
               <a href='#test_t0017'>@graph and @id aliased</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0017' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0018' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'>
             <td>
               <a href='#test_t0018'>override default @language in terms; only language-tag strings</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0018' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0019' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'>
             <td>
               <a href='#test_t0019'>remove @value = null</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0019' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0020' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'>
             <td>
               <a href='#test_t0020'>do not remove @graph if not at top-level</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0020' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0021' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'>
             <td>
               <a href='#test_t0021'>do not remove @graph at top-level if not only property</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0021' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0022' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'>
             <td>
               <a href='#test_t0022'>expand value with default language</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0022' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0023' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'>
             <td>
               <a href='#test_t0023'>Expanding lists and sets with properties having coercion coerces list/set values</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0023' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0024' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'>
             <td>
               <a href='#test_t0024'>Multiple contexts</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0024' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0025' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'>
             <td>
               <a href='#test_t0025'>Problematic IRI expansion tests</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0025' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0026' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'>
             <td>
               <a href='#test_t0026'>Expanding term mapping to @type uses @type syntax</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0026' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0027' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'>
             <td>
               <a href='#test_t0027'>Keep duplicate values in @list and @set</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0027' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0028' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'>
             <td>
               <a href='#test_t0028'>Use @vocab in properties and @type but not in @id</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0028' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0029' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'>
             <td>
               <a href='#test_t0029'>Relative IRIs</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0029' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0030' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'>
             <td>
               <a href='#test_t0030'>Language maps</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0030' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0031' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'>
             <td>
               <a href='#test_t0031'>type-coercion of native types</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0031' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0032' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'>
             <td>
               <a href='#test_t0032'>Mapping a term to null decouples it from @vocab</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0032' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0033' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'>
             <td>
               <a href='#test_t0033'>Using @vocab with with type-coercion</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0033' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0034' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'>
             <td>
               <a href='#test_t0034'>Multiple properties expanding to the same IRI</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0034' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0035' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'>
             <td>
               <a href='#test_t0035'>Using language maps with @vocab, a default language, and a colliding property</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0035' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0036' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'>
             <td>
               <a href='#test_t0036'>Expanding @index</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0036' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0037' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'>
             <td>
               <a href='#test_t0037'>Expanding @reverse</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0037' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0038' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'>
             <td>
               <a href='#test_t0038'>Blank nodes are not relabeled during expansion.</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0038' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0039' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'>
             <td>
               <a href='#test_t0039'>Using terms in a reverse-maps</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0039' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0040' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'>
             <td>
               <a href='#test_t0040'>Only invoke language and index map expansion if the value is a JSON object</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0040' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0041' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'>
             <td>
               <a href='#test_t0041'>Reset the default language</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0041' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0042' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'>
             <td>
               <a href='#test_t0042'>Expanding reverse properties</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0042' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0043' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'>
             <td>
               <a href='#test_t0043'>Using reverse properties inside a @reverse-container</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0043' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0044' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'>
             <td>
               <a href='#test_t0044'>Ensure index maps use language mapping</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0044' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0045' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'>
             <td>
               <a href='#test_t0045'>Top-level value objects are removed</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0045' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0046' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'>
             <td>
               <a href='#test_t0046'>Free-floating nodes are removed</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0046' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0047' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'>
             <td>
               <a href='#test_t0047'>Free-floating values in sets are removed, free-floating lists are removed completely</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0047' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0048' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'>
             <td>
               <a href='#test_t0048'>Terms are ignored in @id</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0048' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0049' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'>
             <td>
               <a href='#test_t0049'>Using strings as value of a reverse property</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0049' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0050' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'>
             <td>
               <a href='#test_t0050'>Context definitions using compact IRIs don't inherit the definitions of the prefix</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0050' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0051' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'>
             <td>
               <a href='#test_t0051'>Expansion of keyword aliases in term definitions</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0051' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0052' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'>
             <td>
               <a href='#test_t0052'>@vocab-relative IRIs in term definitions</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0052' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0053' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'>
             <td>
               <a href='#test_t0053'>Expand absolute IRI with @type: @vocab</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0053' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0054' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'>
             <td>
               <a href='#test_t0054'>Expand term with @type: @vocab</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0054' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0055' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'>
             <td>
               <a href='#test_t0055'>Expand @vocab-relative term with @type: @vocab</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0055' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0056' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'>
             <td>
               <a href='#test_t0056'>Use terms with @type: @vocab but not with @type: @id</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0056' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0057' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'>
             <td>
               <a href='#test_t0057'>Expand relative IRI with @type: @vocab</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0057' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0058' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'>
             <td>
               <a href='#test_t0058'>Expand compact IRI with @type: @vocab</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0058' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0059' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'>
             <td>
               <a href='#test_t0059'>Reset @vocab by setting it to null</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0059' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0060' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'>
             <td>
               <a href='#test_t0060'>Overwrite document base with @base and reset it again</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0060' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0061' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'>
             <td>
               <a href='#test_t0061'>Various relative IRIs with with @base</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0061' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0062' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'>
             <td>
               <a href='#test_t0062'>Expand a reverse property with an index-container</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0062' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0063' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'>
             <td>
               <a href='#test_t0063'>Expand reverse property whose values are unlabeled blank nodes</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0063' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0064' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'>
             <td>
               <a href='#test_t0064'>Keys that are not mapped to an IRI in a reverse-map are dropped</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0064' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0065' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'>
             <td>
               <a href='#test_t0065'>Use @vocab to expand keys in reverse-maps</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0065' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0066' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'>
             <td>
               <a href='#test_t0066'>prefix:suffix values are not interpreted as compact IRIs if suffix begins with two slashes</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0066' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0067' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'>
             <td>
               <a href='#test_t0067'>prefix:suffix values are not interpreted as compact IRIs if prefix is an underscore</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0067' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0069' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'>
+            <td>
+              <a href='#test_t0069'>Redefine compact IRI to define type mapping using the compact IRI itself as value of @id</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0069' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0070' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'>
+            <td>
+              <a href='#test_t0070'>Redefine compact IRI to define type mapping using the compact IRI itself as string value</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0070' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0071' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'>
+            <td>
+              <a href='#test_t0071'>Redefine terms looking like compact IRIs</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0071' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0072' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'>
+            <td>
+              <a href='#test_t0072'>Redefine term using @vocab, not itself</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0072' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr class='summary'>
             <td>
-              Percentage passed out of 67 Tests
+              Percentage passed out of 71 Tests
+            </td>
+            <td class='passed-all'>
+              100.0%
             </td>
           </tr>
         </table>
@@ -1127,161 +3123,497 @@
             <th>
               Test
             </th>
+            <th>
+              <a href='#subj_0'>JsonLD</a>
+            </th>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0001' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ToRDFTest'>
             <td>
               <a href='#test_t0001'>Plain literal with URIs</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0001' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0002' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ToRDFTest'>
             <td>
               <a href='#test_t0002'>Plain literal with CURIE from default context</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0002' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0003' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ToRDFTest'>
             <td>
               <a href='#test_t0003'>Default subject is BNode</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0003' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0004' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ToRDFTest'>
             <td>
               <a href='#test_t0004'>Literal with language tag</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0004' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0005' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ToRDFTest'>
             <td>
               <a href='#test_t0005'>Extended character set literal</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0005' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0006' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ToRDFTest'>
             <td>
               <a href='#test_t0006'>Typed literal</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0006' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0007' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ToRDFTest'>
             <td>
               <a href='#test_t0007'>Tests 'a' generates rdf:type and object is implicit IRI</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0007' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0008' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ToRDFTest'>
             <td>
               <a href='#test_t0008'>Test prefix defined in @context</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0008' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0009' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ToRDFTest'>
             <td>
               <a href='#test_t0009'>Test using an empty suffix</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0009' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0010' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ToRDFTest'>
             <td>
               <a href='#test_t0010'>Test object processing defines object</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0010' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0011' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ToRDFTest'>
             <td>
               <a href='#test_t0011'>Test object processing defines object with implicit BNode</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0011' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0012' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ToRDFTest'>
             <td>
               <a href='#test_t0012'>Multiple Objects for a Single Property</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0012' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0013' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ToRDFTest'>
             <td>
               <a href='#test_t0013'>Creation of an empty list</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0013' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0014' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ToRDFTest'>
             <td>
               <a href='#test_t0014'>Creation of a list with single element</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0014' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0015' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ToRDFTest'>
             <td>
               <a href='#test_t0015'>Creation of a list with multiple elements</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0015' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0016' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ToRDFTest'>
             <td>
               <a href='#test_t0016'>Empty IRI expands to resource location</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0016' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0017' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ToRDFTest'>
             <td>
               <a href='#test_t0017'>Relative IRI expands relative resource location</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0017' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0018' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ToRDFTest'>
             <td>
               <a href='#test_t0018'>Frag ID expands relative resource location</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0018' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0019' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ToRDFTest'>
             <td>
               <a href='#test_t0019'>Test type coercion to anyURI</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0019' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0020' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ToRDFTest'>
             <td>
               <a href='#test_t0020'>Test type coercion to typed literal</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0020' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0021' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ToRDFTest'>
             <td>
               <a href='#test_t0021'>Test coercion of double value</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0021' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0022' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ToRDFTest'>
             <td>
               <a href='#test_t0022'>Test coercion of integer value</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0022' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0023' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ToRDFTest'>
             <td>
               <a href='#test_t0023'>Test coercion of boolean value</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0023' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0024' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ToRDFTest'>
             <td>
               <a href='#test_t0024'>Test list coercion with single element</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0024' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0025' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ToRDFTest'>
             <td>
               <a href='#test_t0025'>Test creation of multiple types</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0025' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0026' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ToRDFTest'>
             <td>
               <a href='#test_t0026'>Simple named graph (Wikidata)</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0026' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0027' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ToRDFTest'>
             <td>
               <a href='#test_t0027'>Simple named graph</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0027' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0028' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ToRDFTest'>
             <td>
               <a href='#test_t0028'>named graph with embedded named graph</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0028' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0029' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ToRDFTest'>
             <td>
               <a href='#test_t0029'>top-level graph with string subject reference</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0029' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0030' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ToRDFTest'>
             <td>
               <a href='#test_t0030'>Reverse property</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0030' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr class='summary'>
             <td>
               Percentage passed out of 30 Tests
             </td>
+            <td class='passed-all'>
+              100.0%
+            </td>
           </tr>
         </table>
       </section>
@@ -1292,46 +3624,129 @@
             <th>
               Test
             </th>
+            <th>
+              <a href='#subj_0'>JsonLD</a>
+            </th>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0001' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#FromRDFTest'>
             <td>
               <a href='#test_t0001'>Object Lists</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0001' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0002' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#FromRDFTest'>
             <td>
               <a href='#test_t0002'>Native Types</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0002' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0003' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#FromRDFTest'>
             <td>
               <a href='#test_t0003'>BNodes and references</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0003' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0004' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#FromRDFTest'>
             <td>
               <a href='#test_t0004'>Lists</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0004' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0005' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#FromRDFTest'>
             <td>
               <a href='#test_t0005'>Document with list</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0005' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0006' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#FromRDFTest'>
             <td>
               <a href='#test_t0006'>Two graphs having same subject but different values</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0006' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0007' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#FromRDFTest'>
             <td>
               <a href='#test_t0007'>Graph with multiple named graphs</a>
             </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' />
+              <link href='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0007' property='earl:test' />
+              <link href='https://github.com/lanthaler/JsonLD' 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>
           </tr>
           <tr class='summary'>
             <td>
               Percentage passed out of 7 Tests
             </td>
+            <td class='passed-all'>
+              100.0%
+            </td>
           </tr>
         </table>
       </section>
@@ -1344,6 +3759,90 @@
         This report was tested using the following test subjects:
       </p>
       <dl>
+        <dt id='subj_0'>
+          <a href='https://github.com/lanthaler/JsonLD'>
+            <span about='https://github.com/lanthaler/JsonLD' property='doap:name'>JsonLD</span>
+          </a>
+        </dt>
+        <dd inlist='inlist' property='earl:testSubjects' resource='https://github.com/lanthaler/JsonLD' typeof='earl:TestSubject doap:Project'>
+          <dl>
+            <dt>Description</dt>
+            <dd lang='en' property='doap:description'>JSON-LD processor for PHP</dd>
+            <dt>Programming Language</dt>
+            <dd property='doap:programming-language'>PHP</dd>
+            <dt>Home Page</dt>
+            <dd property='doap:homepage'>
+              <a href='https://github.com/lanthaler/JsonLD'>
+                https://github.com/lanthaler/JsonLD
+              </a>
+            </dd>
+            <dt>Developer</dt>
+            <dd rel='doap:developer'>
+              <div resource='http://me.markus-lanthaler.com/' typeof='foaf:Person'>
+                <a href='http://me.markus-lanthaler.com/'>
+                  <span property='foaf:name'>Markus Lanthaler</span>
+                </a>
+                <dt>
+                  Home Page
+                </dt>
+                <dd>
+                  <a href='http://www.markus-lanthaler.com/' property='foaf:homepage'>
+                    http://www.markus-lanthaler.com/
+                  </a>
+                </dd>
+              </div>
+            </dd>
+            <dt>
+              Test Suite Compliance
+            </dt>
+            <dd>
+              <table class='report'>
+                <tbody>
+                  <tr>
+                    <td>
+                      JSON-LD flatten tests use object compare
+                    </td>
+                    <td class='passed-all'>
+                      42/42 (100.0%)
+                    </td>
+                  </tr>
+                  <tr>
+                    <td>
+                      JSON-LD to Compaction tests use object compare
+                    </td>
+                    <td class='passed-all'>
+                      65/65 (100.0%)
+                    </td>
+                  </tr>
+                  <tr>
+                    <td>
+                      JSON-LD to Expansion tests use object compare
+                    </td>
+                    <td class='passed-all'>
+                      71/71 (100.0%)
+                    </td>
+                  </tr>
+                  <tr>
+                    <td>
+                      JSON-LD to RDF tests generate N-Quads Output
+                    </td>
+                    <td class='passed-all'>
+                      30/30 (100.0%)
+                    </td>
+                  </tr>
+                  <tr>
+                    <td>
+                      RDF to JSON-LD tests take N-Quads Input
+                    </td>
+                    <td class='passed-all'>
+                      7/7 (100.0%)
+                    </td>
+                  </tr>
+                </tbody>
+              </table>
+            </dd>
+          </dl>
+        </dd>
       </dl>
     </section>
     <section class='appendix' rel='earl:assertions'>
@@ -1358,7 +3857,7 @@
           <a class='source' href='earl.ttl'>earl.ttl</a>
         </li>
         <li>
-          <a class='source' href='empty-earl.ttl'>empty-earl.ttl</a>
+          <a class='source' href='markus-earl.ttl'>markus-earl.ttl</a>
         </li>
       </ul>
     </section>
@@ -2764,6 +5263,38 @@
             <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0068-in.jsonld' title='prefix:suffix values are not interpreted as compact IRIs if prefix is an underscore Input'>{<br/>  &quot;@context&quot;: {<br/>    &quot;_&quot;: &quot;http://example.com/this-prefix-would-overwrite-all-blank-node-identifiers&quot;<br/>  },<br/>  &quot;@id&quot;: &quot;_:node1&quot;,<br/>  &quot;@type&quot;: &quot;_:type&quot;,<br/>  &quot;_:property&quot;: &quot;all these IRIs remain unchanged because they are interpreted as blank node identifiers&quot;<br/>}<br/></pre>
             <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0068-out.jsonld' title='prefix:suffix values are not interpreted as compact IRIs if prefix is an underscore Result'>[<br/>  {<br/>    &quot;@id&quot;: &quot;_:node1&quot;,<br/>    &quot;@type&quot;: [ &quot;_:type&quot; ],<br/>    &quot;_:property&quot;: [<br/>      { &quot;@value&quot;: &quot;all these IRIs remain unchanged because they are interpreted as blank node identifiers&quot; }<br/>    ]<br/>  }<br/>]<br/></pre>
           </dd>
+          <dt id='test_t0069' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0069'>
+            Test
+            <span property='dc:title mf:name'>Redefine compact IRI to define type mapping using the compact IRI itself as value of @id</span>
+          </dt>
+          <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0069'>
+            <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0069-in.jsonld' title='Redefine compact IRI to define type mapping using the compact IRI itself as value of @id Input'>{<br/>  &quot;@context&quot;: {<br/>    &quot;rdfs&quot;: &quot;http://www.w3.org/2000/01/rdf-schema#&quot;,<br/>    &quot;rdfs:subClassOf&quot;: { &quot;@id&quot;: &quot;rdfs:subClassOf&quot;, &quot;@type&quot;: &quot;@id&quot; }<br/>  },<br/>  &quot;@id&quot;: &quot;http://example.com/vocab#class&quot;,<br/>  &quot;@type&quot;: &quot;rdfs:Class&quot;,<br/>  &quot;rdfs:subClassOf&quot;: &quot;http://example.com/vocab#someOtherClass&quot;<br/>}<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0069-out.jsonld' title='Redefine compact IRI to define type mapping using the compact IRI itself as value of @id Result'>[<br/>  {<br/>    &quot;@id&quot;: &quot;http://example.com/vocab#class&quot;,<br/>    &quot;@type&quot;: [ &quot;http://www.w3.org/2000/01/rdf-schema#Class&quot; ],<br/>    &quot;http://www.w3.org/2000/01/rdf-schema#subClassOf&quot;: [<br/>      { &quot;@id&quot;: &quot;http://example.com/vocab#someOtherClass&quot;}<br/>    ]<br/>  }<br/>]<br/></pre>
+          </dd>
+          <dt id='test_t0070' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0070'>
+            Test
+            <span property='dc:title mf:name'>Redefine compact IRI to define type mapping using the compact IRI itself as string value</span>
+          </dt>
+          <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0070'>
+            <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0070-in.jsonld' title='Redefine compact IRI to define type mapping using the compact IRI itself as string value Input'>{<br/>  &quot;@context&quot;: {<br/>    &quot;prefix&quot;: &quot;http://www.example.org/vocab#&quot;,<br/>    &quot;prefix:foo&quot;: &quot;prefix:foo&quot;<br/>  },<br/>  &quot;@id&quot;: &quot;http://example.com/vocab#id&quot;,<br/>  &quot;@type&quot;: &quot;prefix:Class&quot;,<br/>  &quot;prefix:foo&quot;: &quot;bar&quot;<br/>}<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0070-out.jsonld' title='Redefine compact IRI to define type mapping using the compact IRI itself as string value Result'>[<br/>  {<br/>    &quot;@id&quot;: &quot;http://example.com/vocab#id&quot;,<br/>    &quot;@type&quot;: [ &quot;http://www.example.org/vocab#Class&quot; ],<br/>    &quot;http://www.example.org/vocab#foo&quot;: [<br/>      { &quot;@value&quot;: &quot;bar&quot;}<br/>    ]<br/>  }<br/>]<br/></pre>
+          </dd>
+          <dt id='test_t0071' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0071'>
+            Test
+            <span property='dc:title mf:name'>Redefine terms looking like compact IRIs</span>
+          </dt>
+          <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0071'>
+            <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0071-in.jsonld' title='Redefine terms looking like compact IRIs Input'>{<br/>  &quot;@context&quot;: [<br/>    {<br/>      &quot;v&quot;: &quot;http://example.com/vocab#&quot;,<br/>      &quot;v:term&quot;: &quot;v:somethingElse&quot;,<br/>      &quot;v:termId&quot;: { &quot;@id&quot;: &quot;v:somethingElseId&quot; }<br/>    },<br/>    {<br/>      &quot;v:term&quot;: &quot;v:term&quot;,<br/>      &quot;v:termId&quot;: { &quot;@id&quot;: &quot;v:termId&quot; }<br/>    }<br/>  ],<br/>  &quot;v:term&quot;: &quot;value of v:term&quot;,<br/>  &quot;v:termId&quot;: &quot;value of v:termId&quot;<br/>}<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0071-out.jsonld' title='Redefine terms looking like compact IRIs Result'>[<br/>  {<br/>    &quot;http://example.com/vocab#term&quot;: [<br/>      { &quot;@value&quot;: &quot;value of v:term&quot; }<br/>    ],<br/>    &quot;http://example.com/vocab#termId&quot;: [<br/>      { &quot;@value&quot;: &quot;value of v:termId&quot; }<br/>    ]<br/>  }<br/>]<br/></pre>
+          </dd>
+          <dt id='test_t0072' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0072'>
+            Test
+            <span property='dc:title mf:name'>Redefine term using @vocab, not itself</span>
+          </dt>
+          <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0072'>
+            <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0072-in.jsonld' title='Redefine term using @vocab, not itself Input'>{<br/>  &quot;@context&quot;: [<br/>    {<br/>      &quot;v&quot;: &quot;http://example.com/vocab#&quot;,<br/>      &quot;term&quot;: &quot;v:somethingElse&quot;<br/>    },<br/>    {<br/>      &quot;@vocab&quot;: &quot;http://example.com/anotherVocab#&quot;,<br/>      &quot;term&quot;: &quot;term&quot;<br/>    }<br/>  ],<br/>  &quot;term&quot;: &quot;value of term&quot;<br/>}<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0072-out.jsonld' title='Redefine term using @vocab, not itself Result'>[<br/>  {<br/>    &quot;http://example.com/anotherVocab#term&quot;: [<br/>      { &quot;@value&quot;: &quot;value of term&quot; }<br/>    ]<br/>  }<br/>]<br/></pre>
+          </dd>
         </div>
         <div inlist='inlist' property='mf:entries' resource='http://json-ld.org/test-suite/tests/error-expand-manifest.jsonld'>
           <dt id='test_t0001' resource='http://json-ld.org/test-suite/tests/error-expand-manifest.jsonld#t0001'>
@@ -3127,7 +5658,7 @@
         <span property='doap:release' resource='https://github.com/gkellogg/earl-report/tree/0.2.3' typeof='doap:Version'>
           <span property='doap:revision'>0.2.3</span>
           <meta content='earl-report-0.2.3' property='doap:name' />
-          <meta content='2013-03-20' datatype='xsd:date' property='doap:created' />
+          <meta content='2013-05-02' datatype='xsd:date' property='doap:created' />
         </span>
         an
         <a href='http://unlicense.org' property='doap:license'>Unlicensed</a>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test-suite/reports/markus-earl.jsonld	Thu May 02 11:38:18 2013 -0700
@@ -0,0 +1,2663 @@
+{
+    "@context": {
+        "doap": "http://usefulinc.com/ns/doap#",
+        "foaf": "http://xmlns.com/foaf/0.1/",
+        "dc": "http://purl.org/dc/terms/",
+        "earl": "http://www.w3.org/ns/earl#",
+        "xsd": "http://www.w3.org/2001/XMLSchema#",
+        "doap:homepage": {
+            "@type": "@id"
+        },
+        "doap:license": {
+            "@type": "@id"
+        },
+        "dc:creator": {
+            "@type": "@id"
+        },
+        "foaf:homepage": {
+            "@type": "@id"
+        },
+        "subjectOf": {
+            "@reverse": "earl:subject"
+        },
+        "earl:assertedBy": {
+            "@type": "@id"
+        },
+        "earl:mode": {
+            "@type": "@id"
+        },
+        "earl:test": {
+            "@type": "@id"
+        },
+        "earl:outcome": {
+            "@type": "@id"
+        },
+        "dc:date": {
+            "@type": "xsd:date"
+        }
+    },
+    "@id": "https://github.com/lanthaler/JsonLD",
+    "@type": [
+        "doap:Project",
+        "earl:TestSubject",
+        "earl:Software"
+    ],
+    "doap:name": "JsonLD",
+    "dc:title": "JsonLD",
+    "doap:homepage": "https://github.com/lanthaler/JsonLD",
+    "doap:license": "https://raw.github.com/lanthaler/JsonLD/master/LICENSE",
+    "doap:description": "JSON-LD processor for PHP",
+    "doap:programming-language": "PHP",
+    "dc:creator": "http://me.markus-lanthaler.com/",
+    "doap:developer": {
+        "@id": "http://me.markus-lanthaler.com/",
+        "@type": [
+            "foaf:Person",
+            "earl:Assertor"
+        ],
+        "foaf:name": "Markus Lanthaler",
+        "foaf:homepage": "http://www.markus-lanthaler.com/"
+    },
+    "dc:date": {
+        "@value": "2013-05-01",
+        "@type": "xsd:date"
+    },
+    "subjectOf": [
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0001",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:25+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0002",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:25+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0003",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:25+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0004",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:25+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0005",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:25+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0006",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:25+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0007",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:25+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0008",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:25+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0009",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:25+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0010",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:25+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0011",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:25+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0012",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:25+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0013",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:25+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0014",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:25+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0015",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:25+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0016",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:25+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0017",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:25+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0018",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:25+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0019",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:25+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0020",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:25+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0021",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:26+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0022",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:26+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0023",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:26+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0024",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:26+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0025",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:26+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0026",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:26+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0027",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:26+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0028",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:26+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0029",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:26+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0030",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:26+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0031",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:26+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0032",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:26+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0033",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:26+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0034",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:26+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0035",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:26+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0036",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:26+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0037",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:26+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0038",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:26+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0039",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:26+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0040",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:26+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0041",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:27+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0042",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:27+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0043",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:27+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0044",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:27+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0045",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:27+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0046",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:27+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0047",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:27+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0048",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:27+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0049",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:27+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0050",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:27+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0051",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:27+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0052",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:27+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0053",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:27+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0054",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:27+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0055",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:27+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0056",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:27+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0057",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:27+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0058",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:27+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0059",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:27+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0060",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:27+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0061",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:27+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0062",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:27+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0063",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:27+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0064",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:27+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0065",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:27+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0066",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:28+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0067",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:28+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0069",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:28+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0070",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:28+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0071",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:28+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0072",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:28+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0001",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:28+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0002",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:28+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0003",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:28+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0004",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:28+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0005",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:28+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0006",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:28+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0007",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:28+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0008",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:28+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0009",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:28+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0010",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:28+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0011",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:28+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0012",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:28+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0013",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:28+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0014",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:28+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0015",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:28+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0016",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:28+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0017",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:28+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0018",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:29+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0019",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:29+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0020",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:29+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0021",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:29+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0022",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:29+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0023",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:29+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0024",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:29+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0025",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:29+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0026",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:29+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0027",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:29+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0028",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:29+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0029",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:29+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0030",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:29+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0031",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:29+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0032",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:29+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0033",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:29+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0034",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:29+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0035",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:29+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0036",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:30+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0037",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:30+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0038",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:30+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0039",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:30+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0040",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:30+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0041",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:30+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0042",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:30+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0043",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:30+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0044",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:30+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0045",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:30+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0046",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:30+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0048",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:30+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0049",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:30+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0051",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:30+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0052",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:30+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0053",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:30+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0054",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:30+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0055",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:30+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0056",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:30+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0057",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:30+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0058",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:30+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0059",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:30+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0060",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:30+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0061",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:31+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0062",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:31+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0063",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:31+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0064",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:31+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0065",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:31+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0066",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:31+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0067",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:31+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0001",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:31+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0002",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:31+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0003",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:31+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0004",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:31+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0005",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:31+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0006",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:31+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0007",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:31+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0008",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:31+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0009",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:31+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0010",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:31+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0011",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:31+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0012",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:31+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0013",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:31+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0014",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:31+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0015",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:32+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0016",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:32+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0017",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:32+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0018",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:32+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0019",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:32+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0020",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:32+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0021",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:32+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0022",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:32+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0023",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:32+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0024",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:32+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0025",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:32+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0026",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:32+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0027",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:32+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0028",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:32+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0029",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:32+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0030",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:32+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0031",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:32+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0032",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:32+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0033",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:32+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0034",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:33+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0035",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:33+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0036",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:33+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0037",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:33+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0038",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:33+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0039",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:33+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0040",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:33+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0041",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:33+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0042",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:33+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0001",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:33+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0002",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:33+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0003",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:33+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0004",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:33+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0005",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:untested",
+                "dc:date": "2013-05-01T20:39:33+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0006",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:33+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0007",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:33+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0008",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:33+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0009",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:untested",
+                "dc:date": "2013-05-01T20:39:33+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0010",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:untested",
+                "dc:date": "2013-05-01T20:39:33+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0011",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:33+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0012",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:untested",
+                "dc:date": "2013-05-01T20:39:33+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0013",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:untested",
+                "dc:date": "2013-05-01T20:39:33+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0014",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:34+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0015",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:34+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0015",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:34+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0016",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:34+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0017",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:34+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0018",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:34+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0019",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:34+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0020",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:34+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0001",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:34+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0002",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:34+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0003",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:34+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0004",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:34+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0005",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:34+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0006",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:34+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0007",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:34+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0008",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:34+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0009",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:34+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0010",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:35+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0011",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:35+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0012",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:35+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0013",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:35+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0014",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:35+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0015",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:35+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0016",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:35+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0017",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:35+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0018",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:35+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0019",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:35+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0020",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:35+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0021",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:35+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0022",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:35+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0023",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:35+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0024",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:35+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0025",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:35+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0026",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:35+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0027",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:35+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0028",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:35+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0029",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:35+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0030",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:35+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0001",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:35+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0002",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:35+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0003",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:35+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0004",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:35+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0005",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:36+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0006",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:36+00:00"
+            }
+        },
+        {
+            "@type": "earl:Assertion",
+            "earl:assertedBy": "http://me.markus-lanthaler.com/",
+            "earl:mode": "earl:automatic",
+            "earl:test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0007",
+            "earl:result": {
+                "@type": "earl:TestResult",
+                "earl:outcome": "earl:passed",
+                "dc:date": "2013-05-01T20:39:36+00:00"
+            }
+        }
+    ]
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test-suite/reports/markus-earl.ttl	Thu May 02 11:38:18 2013 -0700
@@ -0,0 +1,2140 @@
+<http://me.markus-lanthaler.com/> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertor> .
+<http://me.markus-lanthaler.com/> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .
+<http://me.markus-lanthaler.com/> <http://xmlns.com/foaf/0.1/homepage> <http://www.markus-lanthaler.com/> .
+<http://me.markus-lanthaler.com/> <http://xmlns.com/foaf/0.1/name> "Markus Lanthaler" .
+<https://github.com/lanthaler/JsonLD> <http://purl.org/dc/terms/creator> <http://me.markus-lanthaler.com/> .
+<https://github.com/lanthaler/JsonLD> <http://purl.org/dc/terms/date> "2013-05-01"^^<http://www.w3.org/2001/XMLSchema#date> .
+<https://github.com/lanthaler/JsonLD> <http://purl.org/dc/terms/title> "JsonLD" .
+<https://github.com/lanthaler/JsonLD> <http://usefulinc.com/ns/doap#description> "JSON-LD processor for PHP" .
+<https://github.com/lanthaler/JsonLD> <http://usefulinc.com/ns/doap#developer> <http://me.markus-lanthaler.com/> .
+<https://github.com/lanthaler/JsonLD> <http://usefulinc.com/ns/doap#homepage> <https://github.com/lanthaler/JsonLD> .
+<https://github.com/lanthaler/JsonLD> <http://usefulinc.com/ns/doap#license> <https://raw.github.com/lanthaler/JsonLD/master/LICENSE> .
+<https://github.com/lanthaler/JsonLD> <http://usefulinc.com/ns/doap#name> "JsonLD" .
+<https://github.com/lanthaler/JsonLD> <http://usefulinc.com/ns/doap#programming-language> "PHP" .
+<https://github.com/lanthaler/JsonLD> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://usefulinc.com/ns/doap#Project> .
+<https://github.com/lanthaler/JsonLD> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Software> .
+<https://github.com/lanthaler/JsonLD> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestSubject> .
+_:b0 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
+_:b0 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b0 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b0 <http://www.w3.org/ns/earl#result> _:b1 .
+_:b0 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_: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-01T20:39:25+00:00"^^<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> .
+_:b10 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b10 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b10 <http://www.w3.org/ns/earl#result> _:b11 .
+_:b10 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_:b10 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0006> .
+_:b100 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
+_:b100 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b100 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b100 <http://www.w3.org/ns/earl#result> _:b101 .
+_:b100 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_: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-01T20:39:27+00:00"^^<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> .
+_:b102 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b102 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b102 <http://www.w3.org/ns/earl#result> _:b103 .
+_:b102 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_: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-01T20:39:27+00:00"^^<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> .
+_:b104 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b104 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b104 <http://www.w3.org/ns/earl#result> _:b105 .
+_:b104 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_: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-01T20:39:27+00:00"^^<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> .
+_:b106 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b106 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b106 <http://www.w3.org/ns/earl#result> _:b107 .
+_:b106 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_: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-01T20:39:27+00:00"^^<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> .
+_:b108 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b108 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b108 <http://www.w3.org/ns/earl#result> _:b109 .
+_:b108 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_: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-01T20:39:27+00:00"^^<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-01T20:39:25+00:00"^^<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> .
+_:b110 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b110 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b110 <http://www.w3.org/ns/earl#result> _:b111 .
+_:b110 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_: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-01T20:39:27+00:00"^^<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> .
+_:b112 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b112 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b112 <http://www.w3.org/ns/earl#result> _:b113 .
+_:b112 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_: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-01T20:39:27+00:00"^^<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> .
+_:b114 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b114 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b114 <http://www.w3.org/ns/earl#result> _:b115 .
+_:b114 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_: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-01T20:39:27+00:00"^^<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> .
+_:b116 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b116 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b116 <http://www.w3.org/ns/earl#result> _:b117 .
+_:b116 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_: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-01T20:39:27+00:00"^^<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> .
+_:b118 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_: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-01T20:39:27+00:00"^^<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> .
+_:b12 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b12 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b12 <http://www.w3.org/ns/earl#result> _:b13 .
+_:b12 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_:b12 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0007> .
+_:b120 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
+_:b120 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b120 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b120 <http://www.w3.org/ns/earl#result> _:b121 .
+_:b120 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_: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-01T20:39:27+00:00"^^<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> .
+_:b122 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b122 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b122 <http://www.w3.org/ns/earl#result> _:b123 .
+_:b122 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_: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-01T20:39:27+00:00"^^<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> .
+_:b124 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b124 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b124 <http://www.w3.org/ns/earl#result> _:b125 .
+_:b124 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_: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-01T20:39:27+00:00"^^<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> .
+_:b126 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b126 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b126 <http://www.w3.org/ns/earl#result> _:b127 .
+_:b126 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_: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-01T20:39:27+00:00"^^<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> .
+_:b128 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b128 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b128 <http://www.w3.org/ns/earl#result> _:b129 .
+_:b128 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_: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-01T20:39:27+00:00"^^<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-01T20:39:25+00:00"^^<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> .
+_:b130 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b130 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b130 <http://www.w3.org/ns/earl#result> _:b131 .
+_:b130 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_: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-01T20:39:28+00:00"^^<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> .
+_:b132 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b132 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b132 <http://www.w3.org/ns/earl#result> _:b133 .
+_:b132 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_: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-01T20:39:28+00:00"^^<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> .
+_:b134 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b134 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b134 <http://www.w3.org/ns/earl#result> _:b135 .
+_:b134 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_: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-01T20:39:28+00:00"^^<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> .
+_:b136 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b136 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b136 <http://www.w3.org/ns/earl#result> _:b137 .
+_:b136 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_: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-01T20:39:28+00:00"^^<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> .
+_:b138 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b138 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b138 <http://www.w3.org/ns/earl#result> _:b139 .
+_:b138 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_: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-01T20:39:28+00:00"^^<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> .
+_:b14 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b14 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b14 <http://www.w3.org/ns/earl#result> _:b15 .
+_:b14 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_:b14 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0008> .
+_:b140 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
+_:b140 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b140 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b140 <http://www.w3.org/ns/earl#result> _:b141 .
+_:b140 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_: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-01T20:39:28+00:00"^^<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> .
+_:b142 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b142 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b142 <http://www.w3.org/ns/earl#result> _:b143 .
+_:b142 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_:b142 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0001> .
+_:b143 <http://purl.org/dc/terms/date> "2013-05-01T20:39:28+00:00"^^<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> .
+_:b144 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b144 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b144 <http://www.w3.org/ns/earl#result> _:b145 .
+_:b144 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_:b144 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0002> .
+_:b145 <http://purl.org/dc/terms/date> "2013-05-01T20:39:28+00:00"^^<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> .
+_:b146 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b146 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b146 <http://www.w3.org/ns/earl#result> _:b147 .
+_:b146 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_:b146 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0003> .
+_:b147 <http://purl.org/dc/terms/date> "2013-05-01T20:39:28+00:00"^^<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> .
+_:b148 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b148 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b148 <http://www.w3.org/ns/earl#result> _:b149 .
+_:b148 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_:b148 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0004> .
+_:b149 <http://purl.org/dc/terms/date> "2013-05-01T20:39:28+00:00"^^<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-01T20:39:25+00:00"^^<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> .
+_:b150 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b150 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b150 <http://www.w3.org/ns/earl#result> _:b151 .
+_:b150 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_:b150 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0005> .
+_:b151 <http://purl.org/dc/terms/date> "2013-05-01T20:39:28+00:00"^^<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> .
+_:b152 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b152 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b152 <http://www.w3.org/ns/earl#result> _:b153 .
+_:b152 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_:b152 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0006> .
+_:b153 <http://purl.org/dc/terms/date> "2013-05-01T20:39:28+00:00"^^<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> .
+_:b154 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b154 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b154 <http://www.w3.org/ns/earl#result> _:b155 .
+_:b154 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_:b154 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0007> .
+_:b155 <http://purl.org/dc/terms/date> "2013-05-01T20:39:28+00:00"^^<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> .
+_:b156 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b156 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b156 <http://www.w3.org/ns/earl#result> _:b157 .
+_:b156 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_:b156 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0008> .
+_:b157 <http://purl.org/dc/terms/date> "2013-05-01T20:39:28+00:00"^^<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> .
+_:b158 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b158 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b158 <http://www.w3.org/ns/earl#result> _:b159 .
+_:b158 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_:b158 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0009> .
+_:b159 <http://purl.org/dc/terms/date> "2013-05-01T20:39:28+00:00"^^<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> .
+_:b16 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b16 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b16 <http://www.w3.org/ns/earl#result> _:b17 .
+_:b16 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_:b16 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0009> .
+_:b160 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
+_:b160 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b160 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b160 <http://www.w3.org/ns/earl#result> _:b161 .
+_:b160 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_:b160 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0010> .
+_:b161 <http://purl.org/dc/terms/date> "2013-05-01T20:39:28+00:00"^^<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> .
+_:b162 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b162 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b162 <http://www.w3.org/ns/earl#result> _:b163 .
+_:b162 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_:b162 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0011> .
+_:b163 <http://purl.org/dc/terms/date> "2013-05-01T20:39:28+00:00"^^<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> .
+_:b164 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b164 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b164 <http://www.w3.org/ns/earl#result> _:b165 .
+_:b164 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_:b164 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0012> .
+_:b165 <http://purl.org/dc/terms/date> "2013-05-01T20:39:28+00:00"^^<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> .
+_:b166 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b166 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b166 <http://www.w3.org/ns/earl#result> _:b167 .
+_:b166 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_:b166 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0013> .
+_:b167 <http://purl.org/dc/terms/date> "2013-05-01T20:39:28+00:00"^^<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> .
+_:b168 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b168 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b168 <http://www.w3.org/ns/earl#result> _:b169 .
+_:b168 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_:b168 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0014> .
+_:b169 <http://purl.org/dc/terms/date> "2013-05-01T20:39:28+00:00"^^<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-01T20:39:25+00:00"^^<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> .
+_:b170 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b170 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b170 <http://www.w3.org/ns/earl#result> _:b171 .
+_:b170 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_:b170 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0015> .
+_:b171 <http://purl.org/dc/terms/date> "2013-05-01T20:39:28+00:00"^^<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> .
+_:b172 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b172 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b172 <http://www.w3.org/ns/earl#result> _:b173 .
+_:b172 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_:b172 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0016> .
+_:b173 <http://purl.org/dc/terms/date> "2013-05-01T20:39:28+00:00"^^<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> .
+_:b174 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b174 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b174 <http://www.w3.org/ns/earl#result> _:b175 .
+_:b174 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_:b174 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0017> .
+_:b175 <http://purl.org/dc/terms/date> "2013-05-01T20:39:28+00:00"^^<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> .
+_:b176 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b176 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b176 <http://www.w3.org/ns/earl#result> _:b177 .
+_:b176 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_:b176 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0018> .
+_:b177 <http://purl.org/dc/terms/date> "2013-05-01T20:39:29+00:00"^^<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> .
+_:b178 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b178 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b178 <http://www.w3.org/ns/earl#result> _:b179 .
+_:b178 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_:b178 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0019> .
+_:b179 <http://purl.org/dc/terms/date> "2013-05-01T20:39:29+00:00"^^<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> .
+_:b18 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b18 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b18 <http://www.w3.org/ns/earl#result> _:b19 .
+_:b18 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_:b18 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0010> .
+_:b180 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
+_:b180 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b180 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b180 <http://www.w3.org/ns/earl#result> _:b181 .
+_:b180 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_:b180 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0020> .
+_:b181 <http://purl.org/dc/terms/date> "2013-05-01T20:39:29+00:00"^^<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> .
+_:b182 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b182 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b182 <http://www.w3.org/ns/earl#result> _:b183 .
+_:b182 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_:b182 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0021> .
+_:b183 <http://purl.org/dc/terms/date> "2013-05-01T20:39:29+00:00"^^<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> .
+_:b184 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b184 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b184 <http://www.w3.org/ns/earl#result> _:b185 .
+_:b184 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_:b184 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0022> .
+_:b185 <http://purl.org/dc/terms/date> "2013-05-01T20:39:29+00:00"^^<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> .
+_:b186 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b186 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b186 <http://www.w3.org/ns/earl#result> _:b187 .
+_:b186 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_:b186 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0023> .
+_:b187 <http://purl.org/dc/terms/date> "2013-05-01T20:39:29+00:00"^^<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> .
+_:b188 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b188 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b188 <http://www.w3.org/ns/earl#result> _:b189 .
+_:b188 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_:b188 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0024> .
+_:b189 <http://purl.org/dc/terms/date> "2013-05-01T20:39:29+00:00"^^<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-01T20:39:25+00:00"^^<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> .
+_:b190 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b190 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b190 <http://www.w3.org/ns/earl#result> _:b191 .
+_:b190 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_:b190 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0025> .
+_:b191 <http://purl.org/dc/terms/date> "2013-05-01T20:39:29+00:00"^^<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> .
+_:b192 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b192 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b192 <http://www.w3.org/ns/earl#result> _:b193 .
+_:b192 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_:b192 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0026> .
+_:b193 <http://purl.org/dc/terms/date> "2013-05-01T20:39:29+00:00"^^<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> .
+_:b194 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b194 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b194 <http://www.w3.org/ns/earl#result> _:b195 .
+_:b194 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_:b194 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0027> .
+_:b195 <http://purl.org/dc/terms/date> "2013-05-01T20:39:29+00:00"^^<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> .
+_:b196 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b196 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b196 <http://www.w3.org/ns/earl#result> _:b197 .
+_:b196 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_:b196 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0028> .
+_:b197 <http://purl.org/dc/terms/date> "2013-05-01T20:39:29+00:00"^^<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> .
+_:b198 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b198 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b198 <http://www.w3.org/ns/earl#result> _:b199 .
+_:b198 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_:b198 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0029> .
+_:b199 <http://purl.org/dc/terms/date> "2013-05-01T20:39:29+00:00"^^<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> .
+_:b2 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b2 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b2 <http://www.w3.org/ns/earl#result> _:b3 .
+_:b2 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_:b2 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0002> .
+_:b20 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
+_:b20 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b20 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b20 <http://www.w3.org/ns/earl#result> _:b21 .
+_:b20 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_:b20 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0011> .
+_:b200 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
+_:b200 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b200 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b200 <http://www.w3.org/ns/earl#result> _:b201 .
+_:b200 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_:b200 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0030> .
+_:b201 <http://purl.org/dc/terms/date> "2013-05-01T20:39:29+00:00"^^<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> .
+_:b202 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b202 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b202 <http://www.w3.org/ns/earl#result> _:b203 .
+_:b202 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_:b202 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0031> .
+_:b203 <http://purl.org/dc/terms/date> "2013-05-01T20:39:29+00:00"^^<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> .
+_:b204 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b204 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b204 <http://www.w3.org/ns/earl#result> _:b205 .
+_:b204 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_:b204 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0032> .
+_:b205 <http://purl.org/dc/terms/date> "2013-05-01T20:39:29+00:00"^^<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> .
+_:b206 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b206 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b206 <http://www.w3.org/ns/earl#result> _:b207 .
+_:b206 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_:b206 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0033> .
+_:b207 <http://purl.org/dc/terms/date> "2013-05-01T20:39:29+00:00"^^<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> .
+_:b208 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b208 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b208 <http://www.w3.org/ns/earl#result> _:b209 .
+_:b208 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_:b208 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0034> .
+_:b209 <http://purl.org/dc/terms/date> "2013-05-01T20:39:29+00:00"^^<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-01T20:39:25+00:00"^^<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> .
+_:b210 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b210 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b210 <http://www.w3.org/ns/earl#result> _:b211 .
+_:b210 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_:b210 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0035> .
+_:b211 <http://purl.org/dc/terms/date> "2013-05-01T20:39:29+00:00"^^<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> .
+_:b212 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b212 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b212 <http://www.w3.org/ns/earl#result> _:b213 .
+_:b212 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_:b212 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0036> .
+_:b213 <http://purl.org/dc/terms/date> "2013-05-01T20:39:30+00:00"^^<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> .
+_:b214 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b214 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b214 <http://www.w3.org/ns/earl#result> _:b215 .
+_:b214 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_:b214 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0037> .
+_:b215 <http://purl.org/dc/terms/date> "2013-05-01T20:39:30+00:00"^^<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> .
+_:b216 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b216 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b216 <http://www.w3.org/ns/earl#result> _:b217 .
+_:b216 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_:b216 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0038> .
+_:b217 <http://purl.org/dc/terms/date> "2013-05-01T20:39:30+00:00"^^<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> .
+_:b218 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b218 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b218 <http://www.w3.org/ns/earl#result> _:b219 .
+_:b218 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_:b218 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0039> .
+_:b219 <http://purl.org/dc/terms/date> "2013-05-01T20:39:30+00:00"^^<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> .
+_:b22 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b22 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b22 <http://www.w3.org/ns/earl#result> _:b23 .
+_:b22 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_:b22 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0012> .
+_:b220 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
+_:b220 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b220 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b220 <http://www.w3.org/ns/earl#result> _:b221 .
+_:b220 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_:b220 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0040> .
+_:b221 <http://purl.org/dc/terms/date> "2013-05-01T20:39:30+00:00"^^<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> .
+_:b222 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b222 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b222 <http://www.w3.org/ns/earl#result> _:b223 .
+_:b222 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_:b222 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0041> .
+_:b223 <http://purl.org/dc/terms/date> "2013-05-01T20:39:30+00:00"^^<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> .
+_:b224 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b224 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b224 <http://www.w3.org/ns/earl#result> _:b225 .
+_:b224 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_:b224 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0042> .
+_:b225 <http://purl.org/dc/terms/date> "2013-05-01T20:39:30+00:00"^^<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> .
+_:b226 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b226 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b226 <http://www.w3.org/ns/earl#result> _:b227 .
+_:b226 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_:b226 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0043> .
+_:b227 <http://purl.org/dc/terms/date> "2013-05-01T20:39:30+00:00"^^<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> .
+_:b228 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b228 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b228 <http://www.w3.org/ns/earl#result> _:b229 .
+_:b228 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_:b228 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0044> .
+_:b229 <http://purl.org/dc/terms/date> "2013-05-01T20:39:30+00:00"^^<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-01T20:39:25+00:00"^^<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> .
+_:b230 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b230 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b230 <http://www.w3.org/ns/earl#result> _:b231 .
+_:b230 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_:b230 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0045> .
+_:b231 <http://purl.org/dc/terms/date> "2013-05-01T20:39:30+00:00"^^<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> .
+_:b232 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b232 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b232 <http://www.w3.org/ns/earl#result> _:b233 .
+_:b232 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_:b232 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0046> .
+_:b233 <http://purl.org/dc/terms/date> "2013-05-01T20:39:30+00:00"^^<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> .
+_:b234 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b234 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b234 <http://www.w3.org/ns/earl#result> _:b235 .
+_:b234 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_:b234 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0048> .
+_:b235 <http://purl.org/dc/terms/date> "2013-05-01T20:39:30+00:00"^^<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> .
+_:b236 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b236 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b236 <http://www.w3.org/ns/earl#result> _:b237 .
+_:b236 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_:b236 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0049> .
+_:b237 <http://purl.org/dc/terms/date> "2013-05-01T20:39:30+00:00"^^<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> .
+_:b238 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b238 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b238 <http://www.w3.org/ns/earl#result> _:b239 .
+_:b238 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_:b238 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0051> .
+_:b239 <http://purl.org/dc/terms/date> "2013-05-01T20:39:30+00:00"^^<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> .
+_:b24 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b24 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b24 <http://www.w3.org/ns/earl#result> _:b25 .
+_:b24 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_:b24 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0013> .
+_:b240 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
+_:b240 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b240 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b240 <http://www.w3.org/ns/earl#result> _:b241 .
+_:b240 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_:b240 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0052> .
+_:b241 <http://purl.org/dc/terms/date> "2013-05-01T20:39:30+00:00"^^<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> .
+_:b242 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b242 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b242 <http://www.w3.org/ns/earl#result> _:b243 .
+_:b242 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_:b242 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0053> .
+_:b243 <http://purl.org/dc/terms/date> "2013-05-01T20:39:30+00:00"^^<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> .
+_:b244 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b244 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b244 <http://www.w3.org/ns/earl#result> _:b245 .
+_:b244 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_:b244 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0054> .
+_:b245 <http://purl.org/dc/terms/date> "2013-05-01T20:39:30+00:00"^^<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> .
+_:b246 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b246 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b246 <http://www.w3.org/ns/earl#result> _:b247 .
+_:b246 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_:b246 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0055> .
+_:b247 <http://purl.org/dc/terms/date> "2013-05-01T20:39:30+00:00"^^<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> .
+_:b248 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b248 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0056> .
+_:b249 <http://purl.org/dc/terms/date> "2013-05-01T20:39:30+00:00"^^<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-01T20:39:25+00:00"^^<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> .
+_:b250 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b250 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0057> .
+_:b251 <http://purl.org/dc/terms/date> "2013-05-01T20:39:30+00:00"^^<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> .
+_:b252 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b252 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0058> .
+_:b253 <http://purl.org/dc/terms/date> "2013-05-01T20:39:30+00:00"^^<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> .
+_:b254 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b254 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0059> .
+_:b255 <http://purl.org/dc/terms/date> "2013-05-01T20:39:30+00:00"^^<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> .
+_:b256 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b256 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0060> .
+_:b257 <http://purl.org/dc/terms/date> "2013-05-01T20:39:30+00:00"^^<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> .
+_:b258 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b258 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0061> .
+_:b259 <http://purl.org/dc/terms/date> "2013-05-01T20:39:31+00:00"^^<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> .
+_:b26 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b26 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b26 <http://www.w3.org/ns/earl#result> _:b27 .
+_:b26 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_:b26 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0014> .
+_:b260 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
+_:b260 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b260 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0062> .
+_:b261 <http://purl.org/dc/terms/date> "2013-05-01T20:39:31+00:00"^^<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> .
+_:b262 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b262 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0063> .
+_:b263 <http://purl.org/dc/terms/date> "2013-05-01T20:39:31+00:00"^^<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> .
+_:b264 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b264 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0064> .
+_:b265 <http://purl.org/dc/terms/date> "2013-05-01T20:39:31+00:00"^^<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> .
+_:b266 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b266 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0065> .
+_:b267 <http://purl.org/dc/terms/date> "2013-05-01T20:39:31+00:00"^^<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> .
+_:b268 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b268 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0066> .
+_:b269 <http://purl.org/dc/terms/date> "2013-05-01T20:39:31+00:00"^^<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-01T20:39:25+00:00"^^<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> .
+_:b270 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b270 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0067> .
+_:b271 <http://purl.org/dc/terms/date> "2013-05-01T20:39:31+00:00"^^<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> .
+_:b272 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b272 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0001> .
+_:b273 <http://purl.org/dc/terms/date> "2013-05-01T20:39:31+00:00"^^<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> .
+_:b274 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b274 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0002> .
+_:b275 <http://purl.org/dc/terms/date> "2013-05-01T20:39:31+00:00"^^<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> .
+_:b276 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b276 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0003> .
+_:b277 <http://purl.org/dc/terms/date> "2013-05-01T20:39:31+00:00"^^<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> .
+_:b278 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b278 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0004> .
+_:b279 <http://purl.org/dc/terms/date> "2013-05-01T20:39:31+00:00"^^<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> .
+_:b28 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b28 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b28 <http://www.w3.org/ns/earl#result> _:b29 .
+_:b28 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_:b28 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0015> .
+_:b280 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
+_:b280 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b280 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0005> .
+_:b281 <http://purl.org/dc/terms/date> "2013-05-01T20:39:31+00:00"^^<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> .
+_:b282 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b282 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0006> .
+_:b283 <http://purl.org/dc/terms/date> "2013-05-01T20:39:31+00:00"^^<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> .
+_:b284 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b284 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0007> .
+_:b285 <http://purl.org/dc/terms/date> "2013-05-01T20:39:31+00:00"^^<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> .
+_:b286 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b286 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0008> .
+_:b287 <http://purl.org/dc/terms/date> "2013-05-01T20:39:31+00:00"^^<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> .
+_:b288 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b288 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0009> .
+_:b289 <http://purl.org/dc/terms/date> "2013-05-01T20:39:31+00:00"^^<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-01T20:39:25+00:00"^^<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> .
+_:b290 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b290 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0010> .
+_:b291 <http://purl.org/dc/terms/date> "2013-05-01T20:39:31+00:00"^^<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> .
+_:b292 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b292 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0011> .
+_:b293 <http://purl.org/dc/terms/date> "2013-05-01T20:39:31+00:00"^^<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> .
+_:b294 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b294 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0012> .
+_:b295 <http://purl.org/dc/terms/date> "2013-05-01T20:39:31+00:00"^^<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> .
+_:b296 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b296 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0013> .
+_:b297 <http://purl.org/dc/terms/date> "2013-05-01T20:39:31+00:00"^^<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> .
+_:b298 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b298 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0014> .
+_:b299 <http://purl.org/dc/terms/date> "2013-05-01T20:39:31+00:00"^^<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-01T20:39:25+00:00"^^<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> .
+_:b30 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b30 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b30 <http://www.w3.org/ns/earl#result> _:b31 .
+_:b30 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_:b30 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0016> .
+_:b300 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
+_:b300 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b300 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0015> .
+_:b301 <http://purl.org/dc/terms/date> "2013-05-01T20:39:32+00:00"^^<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> .
+_:b302 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b302 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0016> .
+_:b303 <http://purl.org/dc/terms/date> "2013-05-01T20:39:32+00:00"^^<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> .
+_:b304 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b304 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0017> .
+_:b305 <http://purl.org/dc/terms/date> "2013-05-01T20:39:32+00:00"^^<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> .
+_:b306 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b306 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0018> .
+_:b307 <http://purl.org/dc/terms/date> "2013-05-01T20:39:32+00:00"^^<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> .
+_:b308 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b308 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0019> .
+_:b309 <http://purl.org/dc/terms/date> "2013-05-01T20:39:32+00:00"^^<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-01T20:39:25+00:00"^^<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> .
+_:b310 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b310 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0020> .
+_:b311 <http://purl.org/dc/terms/date> "2013-05-01T20:39:32+00:00"^^<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> .
+_:b312 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b312 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0021> .
+_:b313 <http://purl.org/dc/terms/date> "2013-05-01T20:39:32+00:00"^^<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> .
+_:b314 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b314 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0022> .
+_:b315 <http://purl.org/dc/terms/date> "2013-05-01T20:39:32+00:00"^^<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> .
+_:b316 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b316 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0023> .
+_:b317 <http://purl.org/dc/terms/date> "2013-05-01T20:39:32+00:00"^^<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> .
+_:b318 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b318 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0024> .
+_:b319 <http://purl.org/dc/terms/date> "2013-05-01T20:39:32+00:00"^^<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> .
+_:b32 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b32 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b32 <http://www.w3.org/ns/earl#result> _:b33 .
+_:b32 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_:b32 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0017> .
+_:b320 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
+_:b320 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b320 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0025> .
+_:b321 <http://purl.org/dc/terms/date> "2013-05-01T20:39:32+00:00"^^<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> .
+_:b322 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b322 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0026> .
+_:b323 <http://purl.org/dc/terms/date> "2013-05-01T20:39:32+00:00"^^<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> .
+_:b324 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b324 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0027> .
+_:b325 <http://purl.org/dc/terms/date> "2013-05-01T20:39:32+00:00"^^<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> .
+_:b326 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b326 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0028> .
+_:b327 <http://purl.org/dc/terms/date> "2013-05-01T20:39:32+00:00"^^<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> .
+_:b328 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b328 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0029> .
+_:b329 <http://purl.org/dc/terms/date> "2013-05-01T20:39:32+00:00"^^<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-01T20:39:25+00:00"^^<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> .
+_:b330 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b330 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0030> .
+_:b331 <http://purl.org/dc/terms/date> "2013-05-01T20:39:32+00:00"^^<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> .
+_:b332 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b332 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0031> .
+_:b333 <http://purl.org/dc/terms/date> "2013-05-01T20:39:32+00:00"^^<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> .
+_:b334 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b334 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0032> .
+_:b335 <http://purl.org/dc/terms/date> "2013-05-01T20:39:32+00:00"^^<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> .
+_:b336 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b336 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0033> .
+_:b337 <http://purl.org/dc/terms/date> "2013-05-01T20:39:32+00:00"^^<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> .
+_:b338 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b338 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0034> .
+_:b339 <http://purl.org/dc/terms/date> "2013-05-01T20:39:33+00:00"^^<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> .
+_:b34 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b34 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b34 <http://www.w3.org/ns/earl#result> _:b35 .
+_:b34 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_:b34 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0018> .
+_:b340 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
+_:b340 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b340 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0035> .
+_:b341 <http://purl.org/dc/terms/date> "2013-05-01T20:39:33+00:00"^^<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> .
+_:b342 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b342 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0036> .
+_:b343 <http://purl.org/dc/terms/date> "2013-05-01T20:39:33+00:00"^^<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> .
+_:b344 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b344 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0037> .
+_:b345 <http://purl.org/dc/terms/date> "2013-05-01T20:39:33+00:00"^^<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> .
+_:b346 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b346 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0038> .
+_:b347 <http://purl.org/dc/terms/date> "2013-05-01T20:39:33+00:00"^^<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> .
+_:b348 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b348 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0039> .
+_:b349 <http://purl.org/dc/terms/date> "2013-05-01T20:39:33+00:00"^^<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-01T20:39:25+00:00"^^<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> .
+_:b350 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b350 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0040> .
+_:b351 <http://purl.org/dc/terms/date> "2013-05-01T20:39:33+00:00"^^<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> .
+_:b352 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b352 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0041> .
+_:b353 <http://purl.org/dc/terms/date> "2013-05-01T20:39:33+00:00"^^<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> .
+_:b354 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b354 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0042> .
+_:b355 <http://purl.org/dc/terms/date> "2013-05-01T20:39:33+00:00"^^<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> .
+_:b356 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b356 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0001> .
+_:b357 <http://purl.org/dc/terms/date> "2013-05-01T20:39:33+00:00"^^<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> .
+_:b358 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b358 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0002> .
+_:b359 <http://purl.org/dc/terms/date> "2013-05-01T20:39:33+00:00"^^<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> .
+_:b36 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b36 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b36 <http://www.w3.org/ns/earl#result> _:b37 .
+_:b36 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_:b36 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0019> .
+_:b360 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
+_:b360 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b360 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0003> .
+_:b361 <http://purl.org/dc/terms/date> "2013-05-01T20:39:33+00:00"^^<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> .
+_:b362 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b362 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0004> .
+_:b363 <http://purl.org/dc/terms/date> "2013-05-01T20:39:33+00:00"^^<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> .
+_:b364 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b364 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0005> .
+_:b365 <http://purl.org/dc/terms/date> "2013-05-01T20:39:33+00:00"^^<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#untested> .
+_:b366 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
+_:b366 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b366 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0006> .
+_:b367 <http://purl.org/dc/terms/date> "2013-05-01T20:39:33+00:00"^^<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> .
+_:b368 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b368 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0007> .
+_:b369 <http://purl.org/dc/terms/date> "2013-05-01T20:39:33+00:00"^^<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-01T20:39:25+00:00"^^<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> .
+_:b370 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b370 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0008> .
+_:b371 <http://purl.org/dc/terms/date> "2013-05-01T20:39:33+00:00"^^<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> .
+_:b372 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b372 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0009> .
+_:b373 <http://purl.org/dc/terms/date> "2013-05-01T20:39:33+00:00"^^<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#untested> .
+_:b374 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
+_:b374 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b374 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0010> .
+_:b375 <http://purl.org/dc/terms/date> "2013-05-01T20:39:33+00:00"^^<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#untested> .
+_:b376 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
+_:b376 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b376 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0011> .
+_:b377 <http://purl.org/dc/terms/date> "2013-05-01T20:39:33+00:00"^^<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> .
+_:b378 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b378 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0012> .
+_:b379 <http://purl.org/dc/terms/date> "2013-05-01T20:39:33+00:00"^^<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#untested> .
+_:b38 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
+_:b38 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b38 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b38 <http://www.w3.org/ns/earl#result> _:b39 .
+_:b38 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_:b38 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0020> .
+_:b380 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
+_:b380 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b380 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0013> .
+_:b381 <http://purl.org/dc/terms/date> "2013-05-01T20:39:33+00:00"^^<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#untested> .
+_:b382 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
+_:b382 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b382 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0014> .
+_:b383 <http://purl.org/dc/terms/date> "2013-05-01T20:39:34+00:00"^^<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> .
+_:b384 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b384 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0015> .
+_:b385 <http://purl.org/dc/terms/date> "2013-05-01T20:39:34+00:00"^^<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> .
+_:b386 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b386 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0015> .
+_:b387 <http://purl.org/dc/terms/date> "2013-05-01T20:39:34+00:00"^^<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> .
+_:b388 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b388 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0016> .
+_:b389 <http://purl.org/dc/terms/date> "2013-05-01T20:39:34+00:00"^^<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-01T20:39:25+00:00"^^<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> .
+_:b390 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b390 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0017> .
+_:b391 <http://purl.org/dc/terms/date> "2013-05-01T20:39:34+00:00"^^<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> .
+_:b392 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b392 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0018> .
+_:b393 <http://purl.org/dc/terms/date> "2013-05-01T20:39:34+00:00"^^<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> .
+_:b394 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b394 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0019> .
+_:b395 <http://purl.org/dc/terms/date> "2013-05-01T20:39:34+00:00"^^<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> .
+_:b396 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b396 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0020> .
+_:b397 <http://purl.org/dc/terms/date> "2013-05-01T20:39:34+00:00"^^<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> .
+_:b398 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b398 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0001> .
+_:b399 <http://purl.org/dc/terms/date> "2013-05-01T20:39:34+00:00"^^<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> .
+_:b4 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b4 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b4 <http://www.w3.org/ns/earl#result> _:b5 .
+_:b4 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_:b4 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0003> .
+_:b40 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
+_:b40 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b40 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b40 <http://www.w3.org/ns/earl#result> _:b41 .
+_:b40 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_:b40 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0021> .
+_:b400 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
+_:b400 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b400 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0002> .
+_:b401 <http://purl.org/dc/terms/date> "2013-05-01T20:39:34+00:00"^^<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> .
+_:b402 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b402 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0003> .
+_:b403 <http://purl.org/dc/terms/date> "2013-05-01T20:39:34+00:00"^^<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> .
+_:b404 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b404 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0004> .
+_:b405 <http://purl.org/dc/terms/date> "2013-05-01T20:39:34+00:00"^^<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> .
+_:b406 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b406 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0005> .
+_:b407 <http://purl.org/dc/terms/date> "2013-05-01T20:39:34+00:00"^^<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> .
+_:b408 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b408 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0006> .
+_:b409 <http://purl.org/dc/terms/date> "2013-05-01T20:39:34+00:00"^^<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-01T20:39:26+00:00"^^<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> .
+_:b410 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b410 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0007> .
+_:b411 <http://purl.org/dc/terms/date> "2013-05-01T20:39:34+00:00"^^<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> .
+_:b412 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b412 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0008> .
+_:b413 <http://purl.org/dc/terms/date> "2013-05-01T20:39:34+00:00"^^<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> .
+_:b414 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b414 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0009> .
+_:b415 <http://purl.org/dc/terms/date> "2013-05-01T20:39:34+00:00"^^<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> .
+_:b416 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b416 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0010> .
+_:b417 <http://purl.org/dc/terms/date> "2013-05-01T20:39:35+00:00"^^<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> .
+_:b418 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b418 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0011> .
+_:b419 <http://purl.org/dc/terms/date> "2013-05-01T20:39:35+00:00"^^<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> .
+_:b42 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b42 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b42 <http://www.w3.org/ns/earl#result> _:b43 .
+_:b42 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_:b42 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0022> .
+_:b420 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
+_:b420 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b420 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0012> .
+_:b421 <http://purl.org/dc/terms/date> "2013-05-01T20:39:35+00:00"^^<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> .
+_:b422 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b422 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0013> .
+_:b423 <http://purl.org/dc/terms/date> "2013-05-01T20:39:35+00:00"^^<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> .
+_:b424 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b424 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0014> .
+_:b425 <http://purl.org/dc/terms/date> "2013-05-01T20:39:35+00:00"^^<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> .
+_:b426 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b426 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0015> .
+_:b427 <http://purl.org/dc/terms/date> "2013-05-01T20:39:35+00:00"^^<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> .
+_:b428 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b428 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0016> .
+_:b429 <http://purl.org/dc/terms/date> "2013-05-01T20:39:35+00:00"^^<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-01T20:39:26+00:00"^^<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> .
+_:b430 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b430 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0017> .
+_:b431 <http://purl.org/dc/terms/date> "2013-05-01T20:39:35+00:00"^^<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> .
+_:b432 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b432 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0018> .
+_:b433 <http://purl.org/dc/terms/date> "2013-05-01T20:39:35+00:00"^^<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> .
+_:b434 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b434 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0019> .
+_:b435 <http://purl.org/dc/terms/date> "2013-05-01T20:39:35+00:00"^^<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> .
+_:b436 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b436 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0020> .
+_:b437 <http://purl.org/dc/terms/date> "2013-05-01T20:39:35+00:00"^^<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> .
+_:b438 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b438 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0021> .
+_:b439 <http://purl.org/dc/terms/date> "2013-05-01T20:39:35+00:00"^^<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> .
+_:b44 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b44 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b44 <http://www.w3.org/ns/earl#result> _:b45 .
+_:b44 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_:b44 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0023> .
+_:b440 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
+_:b440 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b440 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0022> .
+_:b441 <http://purl.org/dc/terms/date> "2013-05-01T20:39:35+00:00"^^<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> .
+_:b442 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b442 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0023> .
+_:b443 <http://purl.org/dc/terms/date> "2013-05-01T20:39:35+00:00"^^<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> .
+_:b444 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b444 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0024> .
+_:b445 <http://purl.org/dc/terms/date> "2013-05-01T20:39:35+00:00"^^<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> .
+_:b446 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b446 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0025> .
+_:b447 <http://purl.org/dc/terms/date> "2013-05-01T20:39:35+00:00"^^<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> .
+_:b448 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b448 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0026> .
+_:b449 <http://purl.org/dc/terms/date> "2013-05-01T20:39:35+00:00"^^<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-01T20:39:26+00:00"^^<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> .
+_:b450 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b450 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0027> .
+_:b451 <http://purl.org/dc/terms/date> "2013-05-01T20:39:35+00:00"^^<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> .
+_:b452 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b452 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0028> .
+_:b453 <http://purl.org/dc/terms/date> "2013-05-01T20:39:35+00:00"^^<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> .
+_:b454 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b454 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0029> .
+_:b455 <http://purl.org/dc/terms/date> "2013-05-01T20:39:35+00:00"^^<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> .
+_:b456 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b456 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0030> .
+_:b457 <http://purl.org/dc/terms/date> "2013-05-01T20:39:35+00:00"^^<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> .
+_:b458 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b458 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0001> .
+_:b459 <http://purl.org/dc/terms/date> "2013-05-01T20:39:35+00:00"^^<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> .
+_:b46 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b46 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b46 <http://www.w3.org/ns/earl#result> _:b47 .
+_:b46 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_:b46 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0024> .
+_:b460 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
+_:b460 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b460 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0002> .
+_:b461 <http://purl.org/dc/terms/date> "2013-05-01T20:39:35+00:00"^^<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> .
+_:b462 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b462 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0003> .
+_:b463 <http://purl.org/dc/terms/date> "2013-05-01T20:39:35+00:00"^^<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> .
+_:b464 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b464 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0004> .
+_:b465 <http://purl.org/dc/terms/date> "2013-05-01T20:39:35+00:00"^^<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> .
+_:b466 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b466 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0005> .
+_:b467 <http://purl.org/dc/terms/date> "2013-05-01T20:39:36+00:00"^^<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> .
+_:b468 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b468 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0006> .
+_:b469 <http://purl.org/dc/terms/date> "2013-05-01T20:39:36+00:00"^^<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-01T20:39:26+00:00"^^<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> .
+_:b470 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_: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/lanthaler/JsonLD> .
+_:b470 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0007> .
+_:b471 <http://purl.org/dc/terms/date> "2013-05-01T20:39:36+00:00"^^<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> .
+_:b48 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
+_:b48 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b48 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b48 <http://www.w3.org/ns/earl#result> _:b49 .
+_:b48 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_:b48 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0025> .
+_:b49 <http://purl.org/dc/terms/date> "2013-05-01T20:39:26+00:00"^^<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> .
+_:b5 <http://purl.org/dc/terms/date> "2013-05-01T20:39:25+00:00"^^<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> .
+_:b50 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b50 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b50 <http://www.w3.org/ns/earl#result> _:b51 .
+_:b50 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_:b50 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0026> .
+_:b51 <http://purl.org/dc/terms/date> "2013-05-01T20:39:26+00:00"^^<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> .
+_:b52 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
+_:b52 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b52 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b52 <http://www.w3.org/ns/earl#result> _:b53 .
+_:b52 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_:b52 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0027> .
+_:b53 <http://purl.org/dc/terms/date> "2013-05-01T20:39:26+00:00"^^<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> .
+_:b54 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
+_:b54 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b54 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b54 <http://www.w3.org/ns/earl#result> _:b55 .
+_:b54 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_:b54 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0028> .
+_:b55 <http://purl.org/dc/terms/date> "2013-05-01T20:39:26+00:00"^^<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> .
+_:b56 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
+_:b56 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b56 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b56 <http://www.w3.org/ns/earl#result> _:b57 .
+_:b56 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_:b56 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0029> .
+_:b57 <http://purl.org/dc/terms/date> "2013-05-01T20:39:26+00:00"^^<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> .
+_:b58 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
+_:b58 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b58 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b58 <http://www.w3.org/ns/earl#result> _:b59 .
+_:b58 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_:b58 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0030> .
+_:b59 <http://purl.org/dc/terms/date> "2013-05-01T20:39:26+00:00"^^<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> .
+_:b6 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b6 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b6 <http://www.w3.org/ns/earl#result> _:b7 .
+_:b6 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_:b6 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0004> .
+_:b60 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
+_:b60 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b60 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b60 <http://www.w3.org/ns/earl#result> _:b61 .
+_:b60 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_: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-01T20:39:26+00:00"^^<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> .
+_:b62 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b62 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b62 <http://www.w3.org/ns/earl#result> _:b63 .
+_:b62 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_: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-01T20:39:26+00:00"^^<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> .
+_:b64 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b64 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b64 <http://www.w3.org/ns/earl#result> _:b65 .
+_:b64 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_: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-01T20:39:26+00:00"^^<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> .
+_:b66 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b66 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b66 <http://www.w3.org/ns/earl#result> _:b67 .
+_:b66 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_: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-01T20:39:26+00:00"^^<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> .
+_:b68 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b68 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b68 <http://www.w3.org/ns/earl#result> _:b69 .
+_:b68 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_: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-01T20:39:26+00:00"^^<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-01T20:39:25+00:00"^^<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> .
+_:b70 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b70 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b70 <http://www.w3.org/ns/earl#result> _:b71 .
+_:b70 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_: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-01T20:39:26+00:00"^^<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> .
+_:b72 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b72 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b72 <http://www.w3.org/ns/earl#result> _:b73 .
+_:b72 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_: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-01T20:39:26+00:00"^^<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> .
+_:b74 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b74 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b74 <http://www.w3.org/ns/earl#result> _:b75 .
+_:b74 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_: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-01T20:39:26+00:00"^^<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> .
+_:b76 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b76 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b76 <http://www.w3.org/ns/earl#result> _:b77 .
+_:b76 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_: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-01T20:39:26+00:00"^^<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> .
+_:b78 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b78 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b78 <http://www.w3.org/ns/earl#result> _:b79 .
+_:b78 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_: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-01T20:39:26+00:00"^^<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> .
+_:b8 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b8 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b8 <http://www.w3.org/ns/earl#result> _:b9 .
+_:b8 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_:b8 <http://www.w3.org/ns/earl#test> <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0005> .
+_:b80 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Assertion> .
+_:b80 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b80 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b80 <http://www.w3.org/ns/earl#result> _:b81 .
+_:b80 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_: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-01T20:39:27+00:00"^^<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> .
+_:b82 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b82 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b82 <http://www.w3.org/ns/earl#result> _:b83 .
+_:b82 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_: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-01T20:39:27+00:00"^^<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> .
+_:b84 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b84 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b84 <http://www.w3.org/ns/earl#result> _:b85 .
+_:b84 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_: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-01T20:39:27+00:00"^^<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> .
+_:b86 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b86 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b86 <http://www.w3.org/ns/earl#result> _:b87 .
+_:b86 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_: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-01T20:39:27+00:00"^^<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> .
+_:b88 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b88 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b88 <http://www.w3.org/ns/earl#result> _:b89 .
+_:b88 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_: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-01T20:39:27+00:00"^^<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-01T20:39:25+00:00"^^<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> .
+_:b90 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b90 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b90 <http://www.w3.org/ns/earl#result> _:b91 .
+_:b90 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_: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-01T20:39:27+00:00"^^<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> .
+_:b92 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b92 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b92 <http://www.w3.org/ns/earl#result> _:b93 .
+_:b92 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_: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-01T20:39:27+00:00"^^<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> .
+_:b94 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b94 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b94 <http://www.w3.org/ns/earl#result> _:b95 .
+_:b94 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_: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-01T20:39:27+00:00"^^<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> .
+_:b96 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b96 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b96 <http://www.w3.org/ns/earl#result> _:b97 .
+_:b96 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_: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-01T20:39:27+00:00"^^<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> .
+_:b98 <http://www.w3.org/ns/earl#assertedBy> <http://me.markus-lanthaler.com/> .
+_:b98 <http://www.w3.org/ns/earl#mode> <http://www.w3.org/ns/earl#automatic> .
+_:b98 <http://www.w3.org/ns/earl#result> _:b99 .
+_:b98 <http://www.w3.org/ns/earl#subject> <https://github.com/lanthaler/JsonLD> .
+_: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-01T20:39:27+00:00"^^<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> .
\ No newline at end of file