JSON-LD for Golang: implementation report

Dear Sir/Madam,

I’m sending this email to public-rdf-comments@w3.org <mailto:public-rdf-comments@w3.org> as per recommendation in the following document: http://json-ld.org/test-suite/reports/ <http://json-ld.org/test-suite/reports/> (JSON-LD Implementation Report, Unofficial Draft 27 February 2014).

My name is Stan Nazarenko and I’ve recently released an implementation of the JSON-LD specification in Go language called JSON-goLD. Aiming at full compatibility with the spec, the library delivers 100% pass rate for the official JSON-LD test suite. You may find the source code here: https://github.com/kazarena/json-gold <https://github.com/kazarena/json-gold>. The rationale behind this implementation is that I’m currently working on another JSON-LD based project (developed in Go) and there was no Go JSON-LD library available at the time. As I needed to use most of JSON-LD Processor functions anyway, I decided it may as well be useful to develop a full implementation and ensure all the tests pass.

Please see the attached EARL report generated by the test suite as an evidence of conformance. Please note that while JSON-LD Implementation Report document requires the report to be submitted in Turtle format, my report is in JSON-LD.

I’m wondering what else is required in order to have JSON-goLD included into the list of fully compliant implementations?

Kind Regards,
Stan Nazarenko




--Apple-Mail=_96AB216A-A3ED-4FEC-B328-D57DF9E44869
Content-Type: multipart/mixed;
 boundary="Apple-Mail=_A9287605-2268-4E1A-8415-562A9977C6B9"


--Apple-Mail=_A9287605-2268-4E1A-8415-562A9977C6B9
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html;
 charset=utf-8

<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Dear Sir/Madam,<div class=""><br class=""></div><div class="">I’m sending this email to <a href="mailto:public-rdf-comments@w3.org" class="">public-rdf-comments@w3.org</a> as per recommendation in the following document:&nbsp;<a href="http://json-ld.org/test-suite/reports/" class="">http://json-ld.org/test-suite/reports/</a>&nbsp;(JSON-LD Implementation Report,&nbsp;Unofficial Draft 27 February 2014).</div><div class=""><br class=""></div><div class="">My name is Stan Nazarenko and I’ve recently released an implementation of the JSON-LD specification in Go language called JSON-goLD. Aiming at full compatibility with the spec, the library delivers 100% pass rate for the official JSON-LD test suite. You may find the source code here:&nbsp;<a href="https://github.com/kazarena/json-gold" class="">https://github.com/kazarena/json-gold</a>. The rationale behind this implementation is that I’m currently working on another JSON-LD based project (developed in Go) and there was no Go JSON-LD library available at the time. As I needed to use most of JSON-LD Processor functions anyway, I decided it may as well be useful to develop a full implementation and ensure all the tests pass.</div><div class=""><br class=""></div><div class="">Please see the attached EARL report generated by the test suite as an evidence of conformance. Please note that while&nbsp;<span class="">JSON-LD Implementation Report document </span>requires the report to be submitted in Turtle format, my report is in JSON-LD.</div><div class=""><br class=""></div><div class="">I’m wondering what else is required in order to have JSON-goLD included into the list of fully compliant implementations?</div><div class=""><br class=""></div><div class="">Kind Regards,</div><div class="">Stan Nazarenko</div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""></div></body></html>
--Apple-Mail=_A9287605-2268-4E1A-8415-562A9977C6B9
Content-Disposition: attachment;
 filename=json_gold_earl.jsonld
Content-Type: application/octet-stream;
 name="json_gold_earl.jsonld"
Content-Transfer-Encoding: 7bit

{
  "@context": {
    "dc": "http://purl.org/dc/terms/",
    "dc:creator": {
      "@type": "@id"
    },
    "dc:date": {
      "@type": "xsd:date"
    },
    "doap": "http://usefulinc.com/ns/doap#",
    "doap:homepage": {
      "@type": "@id"
    },
    "doap:license": {
      "@type": "@id"
    },
    "earl": "http://www.w3.org/ns/earl#",
    "earl:assertedBy": {
      "@type": "@id"
    },
    "earl:mode": {
      "@type": "@id"
    },
    "earl:outcome": {
      "@type": "@id"
    },
    "earl:test": {
      "@type": "@id"
    },
    "foaf": "http://xmlns.com/foaf/0.1/",
    "foaf:homepage": {
      "@type": "@id"
    },
    "subjectOf": {
      "@reverse": "earl:subject"
    },
    "xsd": "http://www.w3.org/2001/XMLSchema#"
  },
  "@id": "https://github.com/kazarena/json-gold",
  "@type": [
    "doap:Project",
    "earl:TestSubject",
    "earl:Software"
  ],
  "dc:creator": "https://github.com/kazarena",
  "dc:date": {
    "@type": "xsd:date",
    "@value": "2015-04-03"
  },
  "dc:title": "JSON-goLD",
  "doap:description": "A JSON-LD processor for Go",
  "doap:developer": {
    "@id": "https://github.com/kazarena",
    "@type": [
      "foaf:Person",
      "earl:Assertor"
    ],
    "foaf:homepage": "https://github.com/kazarena",
    "foaf:name": "Stan Nazarenko"
  },
  "doap:homepage": "https://github.com/kazarena/json-gold",
  "doap:license": "https://github.com/kazarena/json-gold/blob/master/LICENSE",
  "doap:name": "JSON-goLD",
  "doap:programming-language": "Go",
  "subjectOf": [
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.119583",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/remote-doc-manifest.jsonld#t0001"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.119854",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/remote-doc-manifest.jsonld#t0002"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.12012",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/remote-doc-manifest.jsonld#t0003"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.120304",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/remote-doc-manifest.jsonld#t0004"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.120666",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/remote-doc-manifest.jsonld#t0005"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.121105",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/remote-doc-manifest.jsonld#t0006"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.121481",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/remote-doc-manifest.jsonld#t0007"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.121615",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/remote-doc-manifest.jsonld#t0008"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.122737",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/remote-doc-manifest.jsonld#t0009"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.123597",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/remote-doc-manifest.jsonld#t0010"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.124265",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/remote-doc-manifest.jsonld#t0011"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.124679",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/remote-doc-manifest.jsonld#t0012"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.125263",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0001"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.125549",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0002"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.125828",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0003"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.126076",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0004"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.126387",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0005"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.126694",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0006"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.126972",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0007"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.12731",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0008"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.127635",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0009"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.127955",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0010"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.128301",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0011"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.12862",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0012"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.128911",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0013"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.129257",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0014"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.129594",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0015"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.129948",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0016"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.130282",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0017"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.130607",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0018"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.130993",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0019"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.131347",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0020"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.131674",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0022"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.132001",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0023"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.132286",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0024"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.132657",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0025"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.132955",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0026"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.133919",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0027"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.134575",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0028"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.135204",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0029"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.136984",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0030"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.137831",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0031"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.138312",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0032"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.138748",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0033"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.13914",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0034"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.139517",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0035"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.139924",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0036"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.140181",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0041"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.140766",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0042"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.141048",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0043"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.141871",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0044"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.142491",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0045"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.143004",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0046"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.143495",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0047"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.143919",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0048"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.144629",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0049"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.14495",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0050"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.145315",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0051"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.145922",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0052"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.146487",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0053"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.147155",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0054"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.147712",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0055"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.149473",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0056"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.150577",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0057"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.15098",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0058"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.151238",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0059"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.151969",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0060"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.152677",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0061"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.152932",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0062"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.153611",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0063"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.153948",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0064"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.15423",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0065"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.154577",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0066"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.154994",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0067"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.155432",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0068"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.156408",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0069"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.156749",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0070"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.157207",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0071"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.157572",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0072"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.157975",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0073"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.158401",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0074"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.158777",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0075"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.161231",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0076"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.161727",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0077"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.162192",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0078"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.16259",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0079"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.162998",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0080"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.163393",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0081"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.163785",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0082"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.164351",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0083"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.164715",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0084"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.16493",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0085"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.165207",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0086"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.165501",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0087"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.165911",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0088"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.166229",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0089"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.166519",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0090"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.166795",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0091"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.16707",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0092"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.167319",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0093"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.167572",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0094"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.16783",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0095"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.168177",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0096"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.16845",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0097"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.168735",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0098"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.169089",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0099"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.16956",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0100"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.169893",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0101"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.170842",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0102"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.171285",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0103"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.171727",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0104"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.172116",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0105"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.174047",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0106"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.174333",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0107"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.174593",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0108"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.174904",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0109"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.175206",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0110"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.175498",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0111"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.175787",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0112"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.176074",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0113"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.176347",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0114"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.176797",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0115"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.177087",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0116"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.177374",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0117"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.177853",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0118"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.178151",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0119"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.178639",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0001"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.179296",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0002"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.17953",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0003"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.180148",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0004"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.180532",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0005"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.180927",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0006"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.181913",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0007"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.182662",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0008"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.183149",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0009"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.183721",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0010"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.184369",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0011"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.184741",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0012"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.185126",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0013"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.185714",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0014"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.18635",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0015"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.186829",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0016"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.188704",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0017"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.189954",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0018"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.190507",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0019"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.190854",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0020"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.19142",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0021"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.191962",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0022"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.192391",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0023"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.193306",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0024"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.19375",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0025"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.194345",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0026"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.194901",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0027"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.195398",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0028"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.195959",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0029"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.19759",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0030"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.198246",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0031"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.198789",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0032"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.199408",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0033"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.200092",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0034"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.200697",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0035"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.201443",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0036"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.203309",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0037"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.204946",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0038"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.205418",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0039"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.205848",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0040"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.206262",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0041"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.20667",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0042"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.207023",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0043"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.207591",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0044"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.208221",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0045"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.208668",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0046"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.209022",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0047"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.209373",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0048"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.209898",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0049"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.210491",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0050"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.210831",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0051"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.211199",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0052"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.211479",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0053"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.211789",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0054"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.212088",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0055"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.212429",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0056"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.213112",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0057"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.213492",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0058"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.213809",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0059"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.214254",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0060"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.214651",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0061"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.214946",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0062"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.215247",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0063"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.2157",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0064"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.216134",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0065"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.217681",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0066"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.218236",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0067"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.218796",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0068"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.219342",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0069"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.220801",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0070"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.221751",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0071"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.22204",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0072"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.223452",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0001"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.224586",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0002"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.225261",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0003"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.226342",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0004"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.227424",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0005"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.228484",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0006"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.229612",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0007"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.23094",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0008"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.231949",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0009"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.232887",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0010"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.233545",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0011"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.234529",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0012"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.235108",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0013"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.235884",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0014"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.244153",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0015"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.245089",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0016"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.246048",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0017"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.246617",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0018"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.247419",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0019"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.249235",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0020"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.250841",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0021"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.250989",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0001"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.251172",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0002"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.251317",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0003"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.251501",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0004"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.2517",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0005"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.251851",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0006"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.252035",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0007"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.253625",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0008"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.254475",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0009"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.254638",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0010"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.254797",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0011"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.255051",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0012"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.255351",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0013"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.255573",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0014"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.255714",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0015"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.256035",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0016"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.256286",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0017"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.256423",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0018"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.256631",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0019"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.25692",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0020"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.257167",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0021"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.257519",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0022"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.257879",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0023"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.25837",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0024"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.258864",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0025"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.259372",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0026"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.259872",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0027"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.260393",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0028"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.260874",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0029"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.261238",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0030"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.261362",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0031"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.261482",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0032"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.261711",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0033"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.261946",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0034"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.262251",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0035"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.262586",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0036"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.262876",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0037"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.263124",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0038"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.26452",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0039"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.265323",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0040"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.265664",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0041"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.265987",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0042"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.266178",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0043"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.28419",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0044"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.30094",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0045"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.317998",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0046"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.319638",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0047"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.320409",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0048"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.320509",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0049"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.320747",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0050"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.320919",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0051"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.321162",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0052"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.321507",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0053"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.322397",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0054"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.322612",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0055"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.322835",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0056"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.323031",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0057"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.323438",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0001"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.323792",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0002"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.324142",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0003"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.324603",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0004"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.325095",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0005"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.325825",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0006"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.326275",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0007"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.327242",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0008"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.327607",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0009"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.327919",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0010"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.328313",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0011"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.328663",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0012"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.329036",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0013"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.329496",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0014"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.329739",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0015"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.330193",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0016"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.330597",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0017"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.330986",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0018"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.331297",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0019"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.331759",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0020"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.332164",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0021"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.33251",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0022"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.333056",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/error-manifest.jsonld#t0001"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.333394",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/error-manifest.jsonld#t0002"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.333869",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/error-manifest.jsonld#t0003"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.334065",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/error-manifest.jsonld#t0004"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.334359",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/error-manifest.jsonld#t0005"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.334542",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/error-manifest.jsonld#t0006"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.334703",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/error-manifest.jsonld#t0007"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.334881",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/error-manifest.jsonld#t0008"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.335039",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/error-manifest.jsonld#t0009"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.335268",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/error-manifest.jsonld#t0010"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.335448",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/error-manifest.jsonld#t0011"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.335634",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/error-manifest.jsonld#t0012"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.335813",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/error-manifest.jsonld#t0013"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.335998",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/error-manifest.jsonld#t0014"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.336163",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/error-manifest.jsonld#t0015"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.336317",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/error-manifest.jsonld#t0016"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.336492",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/error-manifest.jsonld#t0017"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.336647",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/error-manifest.jsonld#t0018"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.336811",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/error-manifest.jsonld#t0019"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.336987",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/error-manifest.jsonld#t0020"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.337179",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/error-manifest.jsonld#t0021"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.337372",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/error-manifest.jsonld#t0022"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.337549",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/error-manifest.jsonld#t0023"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.337747",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/error-manifest.jsonld#t0024"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.337929",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/error-manifest.jsonld#t0025"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.338115",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/error-manifest.jsonld#t0026"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.338354",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/error-manifest.jsonld#t0027"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.338574",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/error-manifest.jsonld#t0028"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.338793",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/error-manifest.jsonld#t0029"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.339011",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/error-manifest.jsonld#t0030"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.339195",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/error-manifest.jsonld#t0031"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.339398",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/error-manifest.jsonld#t0032"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.340892",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/error-manifest.jsonld#t0033"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.342157",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/error-manifest.jsonld#t0034"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.342408",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/error-manifest.jsonld#t0035"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.342666",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/error-manifest.jsonld#t0036"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.342868",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/error-manifest.jsonld#t0037"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.343084",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/error-manifest.jsonld#t0038"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.343282",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/error-manifest.jsonld#t0039"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.343487",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/error-manifest.jsonld#t0040"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.343698",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/error-manifest.jsonld#t0041"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.344057",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/error-manifest.jsonld#t0042"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.344312",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/error-manifest.jsonld#t0043"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.344767",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0001"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.34528",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0002"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.345541",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0003"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.346123",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0004"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.346523",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0005"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.346865",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0006"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.347231",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0007"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.34752",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0008"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.348097",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0009"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.34842",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0010"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.348697",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0011"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.349202",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0012"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.349571",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0013"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.350081",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0014"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.350505",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0015"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.351001",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0016"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.351533",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0017"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.351893",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0018"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.352098",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0019"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.352749",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0020"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.353444",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0021"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.353732",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0022"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.35439",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0023"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.354729",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0024"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.354978",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0025"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.355321",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0026"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.355684",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0027"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.35607",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0028"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.356666",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0029"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.356991",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0030"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.357341",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0031"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.357602",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0032"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.35983",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0033"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.360602",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0034"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.360983",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0035"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.361817",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0036"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.362156",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0037"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.362637",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0038"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.362996",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0039"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.363386",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0040"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.363842",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0041"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.364193",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0042"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.364753",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0043"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.365067",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0044"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.36528",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0045"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.365527",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0046"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.36582",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0047"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.366199",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0048"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.366505",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0049"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.366796",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0050"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.367082",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0051"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.367346",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0052"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.367596",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0053"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.367835",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0054"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.368073",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0055"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.368409",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0056"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.36867",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0057"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.36893",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0058"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.369282",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0059"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.369749",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0060"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.37004",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0061"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.370675",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0062"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.371026",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0063"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.371367",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0064"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.371692",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0065"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.372154",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0066"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.37246",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0067"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.372734",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0068"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.37302",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0069"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.373309",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0070"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.373642",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0071"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.373911",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0072"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.374244",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0073"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.374568",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0074"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.374864",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0075"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.375101",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0076"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.375583",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0077"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.376108",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0078"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.376625",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0001"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.377116",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0002"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.377334",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0003"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.377984",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0004"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.379843",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0005"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.38105",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0006"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.381451",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0007"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.3818",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0008"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.382414",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0009"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.382749",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0010"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.383069",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0011"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.383628",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0012"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.384022",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0013"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.384565",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0014"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.384992",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0015"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.385537",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0016"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.386203",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0017"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.386611",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0018"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.386831",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0019"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.387488",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0020"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.388238",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0021"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.388509",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0022"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.389149",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0023"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.389553",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0024"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.389867",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0025"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.390193",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0026"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.390574",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0027"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.39095",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0028"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.391575",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0029"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.391891",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0030"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.392253",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0031"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.392525",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0032"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.392849",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0033"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.39317",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0034"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.39349",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0035"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.394397",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0036"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.394782",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0037"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.39536",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0038"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.39573",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0039"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.396132",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0040"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.396474",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0041"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.398782",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0042"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.400208",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0043"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.400758",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0044"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.401077",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0045"
    },
    {
      "@type": "earl:Assertion",
      "earl:assertedBy": "https://github.com/kazarena",
      "earl:mode": "earl:automatic",
      "earl:result": {
        "@type": "earl:TestResult",
        "dc:date": "2015-04-03T21:02:14.401456",
        "earl:outcome": "earl:passed"
      },
      "earl:test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0046"
    }
  ]
}

--Apple-Mail=_A9287605-2268-4E1A-8415-562A9977C6B9
Content-Transfer-Encoding: 7bit
Content-Type: text/html;
 charset=us-ascii

<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class=""></div></body></html>
--Apple-Mail=_A9287605-2268-4E1A-8415-562A9977C6B9--

--Apple-Mail=_96AB216A-A3ED-4FEC-B328-D57DF9E44869--

Received on Tuesday, 7 April 2015 10:35:32 UTC